... I checked, AHIRecord its icon has 8k stack. Started by the script it has about 130k free stack. So, it must be enough. Regards -- _____ _____ ______...
Hi, GETSETTINGSNAME Returns the file name of the current settings file in the result variable. Has someone used this command or know how I can get the current...
Hello StellanInDerMailingliste@..., ... yep - at least here it does. :-) ... but not in your example. :-( maybe you should try anything like GETSETTINGSNAME...
... I found out that this happens each second time when a setting is loaded. I`ve three different settings and in any combination loaded setting the same. ...
... Maybe it helps if you hide the panel before loading the settings? [...] HIDEPANEL LOADSETTINGS file [...] You could also try to remove the GUI too: [...] ...
Hello Bernd, ... Stellan: does the hints fixing your problem? ... yep - the GUI is Miami itself and the Panel is the Panel. :-) Regards, Frank (Opi) Weber -- ...
... No. I tried to catch gelbsen (gelbespanel) in #amigazeux but he wasn`t there for a long time I herd. Maybe he know how it works. I had written it here. ...
Hoi, ... now the long answer (my boss came by before ;): If it's the last line of the script it isn't needed. It's just some sort of coding style. If there is...
... Found a solution: I changed the default (MiamiDx.default) settings file that will be load at startup: "Show on startup" deactivated. Script changed to: ...
Hi, Ok, bad subject gramma. But I have this script running from a button on Dopus (magellan) and it doesn't always work. It is used to talk to YAM and get the...
Andrew Bruno
abruno@...
May 20, 2006 1:18 am
3566
... There are problems with ADDLIB(). E.g. the first start rexxarplib.library can`t be open. Second call it is open. Maybe CALL ADDLIB() is a better way. E.g....
Hello Andrew, ... what is not working? ... maybe because yam is not running? ;-) why you open so much librarys? all what you need is IMHO in rmh.library ...
Hi, how can I disable/Enabel commodities like "MagicMenu"? With SHOW(P, 'MagicMenu') I can see if it is running and then? Regards -- _____ _____ ______...
... ADDRESS COMMAND 'Break `Status COM=MagicMenu`' Should remove it. Regards, -- Allan Rasmussen http://home19.inet.tele.dk/acme/...
Allan Rasmussen
allan.tnt@...
May 22, 2006 6:17 pm
3570
... Sorry, it will probably not work if you started MagicMenu via WBStartup or by double-clicking its icon. You may need a special tool, like HandleCX from the...
Allan Rasmussen
allan.tnt@...
May 22, 2006 6:28 pm
3571
Hoi, ... Maybe MagicMenu does have some ARexx commands? If there is a port you could send something to that port. You should take a look into the manual. cu,...
... I already did it. There are no arexx commands. MM is launched from WBStartup here. Maybe there is a way to disable it with DOS? I want it because ToT its...
Hello StellanInDerMailingliste@..., ... If you run at least OS 3.5 (or have a legal copy of 3.5+ Exchange) then here is an easy way via Exchange. you may...
... Ok, I tried to disable MagicMenu with Magic-Exchange and Scout. Result was I suck. Maybe I don`t see some simple thing. If you want to laugh a bit, see the...
Hello StellanInDerMailingliste@..., ... i just try it and it's also don't working here. i do some changes but it's still not working. :-( the good message:...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the arexx group. File : /phrexxlib116.lha...
arexx@yahoogroups.com
May 23, 2006 9:21 pm
3578
... Thanks for uploading it. It works disable/enable fine here. result = CXCOMMAND(DISABLE, 'Magic Menu') CALL CXCOMMAND(DISABLE, 'Magic Menu') Both cases...
... I read the commodity part in the RMH guide but I`m not sure if it will do the jop. With phrexx.library it works. Thanks for your hint. Regards -- _____...
Hi, its a pitty but I have noticed the phrexx.library is buggy here. With the script (disable/enabel MagicMenu) I get MuForce hits and a guru. If you notice ...