Notifying on App/DiskInserted and App/DiskRemoved triggers on volumes and some mounts (PC0 but not Aux) but not to assigns. Is there a way to react to mounts...
hello, the archive http://web.tiscali.it/amiga/downloads/rxmui.lha it is not integral, the files in "Libs:RxMUI" are broken. I have informed Alfie but it seems...
... yeah, I wish Alfie could keep a "current version" and at least one "old, known working" version for each of his projects online! Something to give folks a...
The OpenPort() support function correctly fails to duplicate a port, but a RxMUI SingleTask app happily creates a duplicate if I specify App.Base with an...
First of all Merry XMas and Happy New Year! I just re-upload the RxMUI 32.9 archive. I received a lot of e-mails regarding archive problems. Note that I...
... Happy holidays to you too, Alfie. ... Thanks. :-) RxHelp shows RunCommand(), SelectOutput(), and SendMessage(). Please document them. I also requested...
<ranieria@...> wrote at Sat, 20 Dec 2003 21:43:45 +0100 ... thanks. al the very best for you! ... where? i was not able to locate it... byebye... -- ...
Hello Michael ... As soon as this damned ftp server restarts to work, I will put a link on my hp the the archive. I will also put rmh 22.2 online. Ciao....
Hello, Alfie. Thank you for providing RMH/RawReplyMsg(). After reading your doc I'm not sure whether I want to use the NTRemove option. My RxMUI application...
Hello, Alfie. RMH 22.2 has three of the four new functions I requested; IsRexxMsg() is missing. If this is an oversight, here's a reminder. Also, I've now...
... In the case above you CANNOT use NtRemove. Whe you get a message from a port created in an ARexx macro with OpenPort(), the message is linked in a list ...
The attached example gets -100 instead of -30 from the string. Kind regards, -- Bob Robert A. Sisk RSisk@... /* $VER: DemoNumString 1.0 (25.12.2003) ...
In the attached example the numeric string shows an initial out-of-range value of 0, instead of clipping it to the nearest in-range value of -30. Kind regards,...
In the attached example, run on a 256-color screen, only DTPic and Icon classes display the icon correctly. In the others requesting transparency makes Picture...
First, start any MUI application that supports the Info command. Now start the attached example, select the other program's port from the pop-up list, choose...
In the attached example setting Gauge/Max gives an error requester saying it can't find the attribute. Kind regards, -- Bob Robert A. Sisk RSisk@... ...
Hi, I'm trying to create a list with vertical and horizontal scrollers and from reading the rxMUI and MUI autodocs I've twigged that I need to put my list...
... You can use NListview which supports scrollers in both directions. ... The objects that it balances both have to be resizable. The left one is fixed...
Hi Robert, ... Ah, that sounds easier, I'll give it a go. ... one is ... inserting ... Got it, inserting a space solved the problem. ... Thanks! I think I...