Hello Alfie, ... Yep, the version online is two weeks old :) Oh, and your Ambient crashes here. I've packed the folders icons that freeze my system. ...
Hello Robin, ... RxMUI: Whattttttt ?!?!? Ambient: That is really strange: I get report about it while it works pretty ok for others. Let me clarify that: it...
... Hi, Alfie, I have the same problem, I posted the news of you releasing your ambient to morphzone forums (it's on the front page a the mo) and others some...
Alfie, in the attached example when I show the file a second time, WriteFile() fails because the file is in use. RxMUI 42.1, RMH 23.0 Kind regards, -- Robert...
Alfie, I sent this message a week ago, but I haven't heard from you. Here it is again. In the attached example when I show the file a second time, WriteFile()...
Hello Robert, ... Yes right, little bit busy... ... Once a file is opened for the first time in MUI as inline help, it is locked till the application is...
Hello, Today I upload rxmms.lha, which is a full complete and usable rexx library which plays sound files via mosmedia. It is to be considered as an example...
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....