Hi Folks, A simple question so appologies if its been asked before. Is it possible to hide a column in an NList view from an rxMUI application? Thanks Robert...
Hello Robert, ... Create the nlist object with the full format, then set the format to what you want to show. Take a look at select.rexx example. Ciao....
Hi Alfie, ... Thanks for the quick response, I had a look at the example and that's the sort of thing I want to do. However, is it possible to hide columns...
Hallo, I've just downgraded my OpenURL to the oldest backup I found (again) :-( Today I've tracked down my problem with Yam and lauching websites to openurl. ...
... I tested it right now with OpenURL 6.2 but OLD TextEditor.mcc and it works fine. Did you install the new MOS TextEditor.mcc ? if So, try to revert to old ...
Hello Alfonso ... The new TextEditor is not working here. I even tried to compile it here like I did with Ambient-CVS but the files just dont work. Are there...
Hello ... Forget that part :-D With the todays libnix-update I can compile it and it's working here :-)))) Will test tomorrow if this fixes the openurl...
... No openurl doesn't use any special libs or device. It is vey strange what it is happening there... The sad part is that I lost 6.2 sources in a hd crash...
Start the RxMUI DocsBrowser by double clicking on its icon. From the Project menu open the About RxMUI window. From the Author URLText context memu start...
Hi! Is there any way to check the type of a file (like Deficons)? How Arexx script can find out if "ram:a" is a zip, lha or jpg file? Regards, Mario...
Hello Mario, ... If there is a datatype for that file you may simply use datatypes.library arexx inteface. Otherwise first ask datatypes.library, then if you...
Hello Robert, ... Isn't an editable string object enogh? I mean something like this: file.Frame="Text" file.Editable=0 popf.String=string("file") Ciao....
Hi! Thank you for your answers about datatypes. Now I'm wondering about something else. I have never used serial ports on AmigaOS so forgive me my lack of ...
Hello, Alfie. Please provide these new PopASL attributes: ButtonControlChar NoEmpty - OKing the file requester with a missing file name won't load the string. ...
... Thanks, Alfie. Now, how about ButtonDisabled? I'd like to disable only the button of a PopASL with a NoInput NoCopy Text-framed String part. Thanks in...
Hello Mario, ... I reallycan't help you with rxserial. I am sure it would work for sime simple command to be sent to the serial device. Just try to experiment....