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...
... It is not that easy to display something on an Amiga in these days, because of the many configuration that exists and what you mean naming "Amiga". Ciao....
... main window closes. Why? Because of you delete a temp file and when the macro exits it wait about 64*10ticks trying to delete a non existing file. Fixed in...
The OpenPort() ARexx support function correctly fails to duplicate a port, but a RxMUI SingleTask app happily creates a duplicate if I specify App.Base with an...
Alfie, I've sent this before, but I didn't get a response. Notifying on App/DiskInserted and App/DiskRemoved triggers on volumes and some mounts (PC0 but not...
Alfie, I've sent this message to other lists, without getting any responses. This problem isn't really about your software, but if you'd care to have a look at...
In recent RMH releases this statement call RMH_System 'Run Rx xxx' produces a [CLI x] console message. Is this change intentional? How can I avoid the message?...
... OpenPort() creates a macro resource; the port is closed when the macro exits. A MUI Application doesn't create (usually but for OwnARexx=1) any ...
... I am not really sure, but... AGA_Secure is a ISG attribute for the amigaguide.datatype, e.g. you may init it to TRUE when you create an amigaguide.datatype...
... datatypes.library/NewDTObjectA apparently accepts AGA_Secure; when set to true, it suppresses my OnOpen script. However I don't know how to display the...
I want to call a launcher script that in turn asynchronously launches a macro while allowing both the launcher and the macro to produce console output using...
... I take that to mean not until MUI itself supports it. I'm trying to write a simple secure AmigaGuide viewer, and I've attached what I have so far. I can...