Hello, Alfie and RxMUIers. In the attached example, with the mouse pointer over the list, pressing the menu item shortcut key combination presses the button...
Hello, Alfie. I'd like to request a new RMH/SameObject() function based on dos.library/SameLock(). It would return ERROR1, ERROR2, SAME, SAMEVOLUME, or...
Hello, Alfie and RxMUI enthusiasts. In the attached example, I use the Reject attribute to reject control bytes in a string gadget. However, it lets me enter...
Hoi Robert, ... Change it from: String.Reject=XRange(,'1f'x)XRange('7f'x,'9f'x) to: String.Reject=XRange('01'x,'1f'x)XRange('7f'x,'9f'x) Otherwise the first...
... Your advice is right on the money. Thanks for your help, Bernd, and for your input to my context menu problem. I'm beginning to think that you and I are...
Hello Robert, ... Hey dude, there is also me! :) Yes, the shortcut menu problem is a well known MUI3.9 bug. I think ARexx love went away as amigans disappered....
Hoi Alfonso & Robert, ... You (= Alfonso) are the developer, you don't count as user ;) But I'm very happy that you're still maintaining your code bases. ...
Hello Bernd, ... I am a "marrano" :) ... Nhaa there is some other fool :) Look at it http://www.webalice.it/pgermano/tubexx/main.html and going to be ported to...
Hello Robert, ... http://alfie.altervista.org/_altervista_ht/rmh.library The function is res=SameLock(path1,path2) <path1>,<path2> res: - ERROR1 - ERROR2 -...
Hoi Paolo, ... Wow, now that's an ARexx application :) Can't resist to take a look but my italian isn't that good (= non existant). Just some minor remarks: ...
ciao Bernd, ... thanks, I really need good suggestions to learn ever more. ... the 'date' procedure is totally disappeared from tubexx now since with GData API...
I can type Ctrl I into the Execute Command window, copy it, and paste it into the string of the attached example. Is there a way to type a tab character into a...
Hello Robert, ... It would be difficoult in C too. There is no wasy way to overload standard C key sequence. For that, you must use something that does that...
Hoi, ... Isn't there a special key you can hold to type control chars into string gadgets? I think there is an option in SYS:Prefs/Input but I don't know if...
... Alfie, you didn't say anything about the Tabs attribute. What is it supposed to do exactly? And why does the Disk option fail? Kind regards, -- Robert A....
Hello Robert, ... It is how tabs are translated when you SetContents in a TextinputScroll object. Actually on this last MUI4 beta I am using, where Textinpuxt...
Robert, get http://alfie.altervista.org/_altervista_ht/rxmui.library Set the window attribute DISABLETAB to 1: MainWindow.DISABLETAB=1 And tell me if that is...
Hi peeps I want to wish you to be happy. If you are in good shape, may the new year bring you money. If you are rich, may the new year bring you men and/or...
Ccietutorial.com is your gateway to the best sites on the Internet for Software! Looking for Computers, Domain Names, or Education? Browse our recommended ...
Hello, Alfie. Changing the string frame image and spacing in MUI prefs doesn't affect RxMUI strings. Supplying String.Frame='String' uses the image but not the...
Hello Robert, ... Whatever it is done with String frames, it is Textinput decision. If spacing doesn't work, it will not in any MUI apps in the same way. At...
Hi peeps too silence here, everybody coding? :) OK, new RxMUI and RMH were released. RMH has a couple of UTF8 conversion functions, very simple, but they do...
In the attached example the second notify is flagged "attribute is not readable". Why? RxMUI 42.7, MUI 3.8, AmigaOS 3.9, A4000/040 Kind regards, -- Robert A....
Hello Robert, ... Probably you whould try: call notify 'MainWindow','CloseRequest',1,'App','Inline',"xGet('Number','Integer')" because of in call notify ...