Hello, RxMUI enthusiasts. In my DemoHeightProblems example the height of the second PenDisplay is a couple of pixels greater than that of the first. Also, the...
... Hello Robert, please be patience. I was only able to test it on mos/mui4 and there is no difference in size there. I have to test it on a classic. Ciao....
Hello people from rxmuibiza. RxMUI 42.5 is online. It mainly patch that annoying bug not making label() and button() key visible in MUI4/MOS1.45. Some changes...
I forgot to write in the changes that till this version objects created by the button() function are always in cyclechain. It is not needed to specify ...
Hello, Alfie. In the attached example entering characters into the editor triggers notification on HasChanged as expected. But setting the contents to null ...
Hello, Alfie. I'm sorry about my previous message. I just read in the TextEditor autodoc that HasChanged isn't affected by Contents. So, never mind! :-/ Kind...
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...