When RexxArpLib precedes RxMUI in the library list, the Text() function resolves incorrectly. Alfie, could you provide an alias like RxMUI_Text? Kind regards, ...
Robert A. Sisk
RSisk@...
Jun 1, 2003 8:35 pm
1072
<bgollesch@...> wrote at 23 May 2003 11:41:28 +0200 ... yes, thanks. that does it. byebye... -- Michael Merkel (MiMe@IRC) Michael.Merkel@... ...
hi. how can i register and react on a diskchange event inside a rxmui program? thanks and byebye... -- Michael Merkel (MiMe@IRC) Michael.Merkel@... ...
... You can create a commodity that signals those events using RMH. I have an example if you'd care to see it. Kind regards, -- Bob Robert A. Sisk ...
Robert A. Sisk
RSisk@...
Jun 2, 2003 10:45 pm
1075
I'am interesting too by this : how RMH works ? "Robert A. Sisk" Pour : rxmui@YahooGroups.com <RSisk@world. cc : std.com>...
Jean-Yves AUGER
jean-yves.auger@...
Jun 3, 2003 6:03 am
1076
... function ... RxMUI_Text? Add a function at the end of your macro called text, with the same syntax of RxMUI text() and make it produce a text object. Ciao....
... Suppress MUI's commodity by setting App/UseCommodities off. Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
RSisk@...
Jun 4, 2003 10:00 pm
1079
Hello, Alfie. I wrote a while back asking about a possible drawing tablet class, and you've answered a more recent query, so I'd like to ask again whether it's...
Robert A. Sisk
RSisk@...
Jun 5, 2003 12:30 am
1080
... and ... it's ... functions. I was deliked for some reasons from egroups so I think I lost some emails... I really think that is not in the scoopes of...
... I wanted you to see my speech script, so in case you didn't receive it before, here's the latest version. It uses translator.library and narrator.device...
Robert A. Sisk
RSisk@...
Jun 6, 2003 8:57 pm
1082
Alfie, I understand you may have lost some mail, so here this is again: A PopImage object drags even without Draggable set or DandD() in use. It shouldn't,...
Robert A. Sisk
RSisk@...
Jun 6, 2003 8:57 pm
1083
Here it is the tablet class, very poor, very unstable. Btw, new RxMUI archive is online. Ciao. Alfonso....
... Alfie, the Face example draws the ellipses, but the floods don't do anything. I can't get them to work. Does the method actually work? Also, why can't I...
Robert A. Sisk
RSisk@...
Jun 10, 2003 2:33 am
1085
... Here it works ok. I don't know what is wrong there. I run the face.rexx demo and it works. ... Because there is no bitmap to draw on. Consider that I can...
... Very nice, Alfie. Thanks. :-D Here's my speech script using the new tablet class, in case anyone cares to see it. Kind regards, -- Bob Robert A. Sisk ...
Robert A. Sisk
RSisk@...
Jun 10, 2003 10:55 pm
1088
Alfie, PopImage with POType Pen shows a useless Color tab at the top of the pop-up window. The MUI demo Class2 avoids this. Kind regards, -- Bob Robert A. Sisk...
Robert A. Sisk
RSisk@...
Jun 11, 2003 12:10 am
1089
I want to draw on a tablet object freehand with the mouse as in MUI's Class3 demo. I can use WritePixel in an Inline macro if I can get the mouse coordinates...
Robert A. Sisk
RSisk@...
Jun 11, 2003 11:25 pm
1090
Hello Robert ... Robert....You better start programmin C or whatelse :-) Ciao. Alfonso....
... I much prefer ARexx because it's an interpreted language; there's none of that annoying compiling and linking. I just edit and run. :-) I hope you will...
... none of ... It is not possible in RxMUI, or if it is adding a lot of code in rxmui.library if would be very very slow and unusable. If you whant to test...
When System() receives an unknown command on the second line, it correctly returns 10 in a string macro under Rx: Rx "call AddLib 'rmh.library',0,-30;say 'RC'...
Robert A. Sisk
RSisk@...
Jun 24, 2003 1:53 am
1097
New RxMUI is online. Many changes to gfxpic class that is now very powerfull, see gfxpic.rexx example. Some little changes to rxmui.library, dtpic.rxmec...
Alfie, I've sent this report twice, a couple of releases have appeared, and I haven't received a response. PopImage and PopPen objects are draggable even when...
Robert A. Sisk
RSisk@...
Jun 24, 2003 10:55 pm
1099
Is there a way for RxMUI scripts to use the listview images that appear in the MUI prefs window, in Miami's main window with the MUIMWB GUI module, and in...
Robert A. Sisk
RSisk@...
Jun 24, 2003 11:59 pm
1100
hello I declared in ONE application TWO bwin with buttons, etc.... I open the second bwin which contains a button If I click on this button, the first bwin...