... I believe I've found my problem. My event loop contains this: do i=0 for RMH_HandleCx(Cx,'CxMessage') select when CxMessage.i.Class=='APPEAR' then call set...
Robert A. Sisk
RSisk@...
May 2, 2003 7:57 am
1053
A PopImage object's image expands to fill the object. However, in MUI Prefs the images appear at a fixed size. Is there a way to get this effect in RxMUI? Kind...
Robert A. Sisk
RSisk@...
May 7, 2003 10:53 am
1054
Robert wrote something about Image, but the message was lost, but I hope that the attached my help. Ciao. Alfonso....
... I'm asking about PopImage, Alfie - not Image. :-) When the ones in MUI prefs are resized, the images themselves have a fixed size. For example, look at the...
Robert A. Sisk
RSisk@...
May 9, 2003 9:20 pm
1056
... PopImage may be created via a Text object or an Image So, create them as an image and set a fix size for them looking in the win.rexx example about how to...
... I don't understand what that means. :-/ ... Please provide an example, Alfie. Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
RSisk@...
May 10, 2003 11:15 am
1058
... A PopUp button is an image button. That's all. To do something like in MUI/Specials: v.class="group" v.0=vspace() v.1="h" h.class="hgroup" h.0=hspace() ...
... Alfie, you still haven't answered my question. :-) How do I keep my PopImage image from expanding to fill the gadget? In the attached example the botton...
Robert A. Sisk
RSisk@...
May 10, 2003 11:10 pm
1060
Hello Robert ... Not only that is not possible in RxMUI, because of there should need a Imageadjust.rxmec class, But I wouldn't know how to do that in MUI too,...
After some back eng, I solved the problem. Ciao. Alfonso. Popimage class Index Parent Popimage class The Popimage class is used to adjust an image spec. Set...
... Thanks, Alfie. Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
RSisk@...
May 16, 2003 2:20 am
1064
Alfie, a PopImage object drags even without Draggable set or DandD() in use. It shouldn't, right? Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
RSisk@...
May 17, 2003 10:23 am
1065
hello Does someone try some Gfxpic etc... with morphos ? it seems that colors are corrupted...
Jean-Yves AUGER
jean-yves.auger@...
May 22, 2003 2:50 pm
1066
hi. maybe someone can give me a hint: how can i get the name of an inserted floopy disk with arexx? looking into rmh.lbrary documentation i only found the...
Alfie, I've attached a speech script that draws an animated face in a separate window using RexxArpLib and ArpLib. It also uses RexxTricks and RoyalBridge (but...
Robert A. Sisk
RSisk@...
May 23, 2003 8:33 am
1068
Hi Michael, ... CALL PRAGMA('W', 'N') /* to switch off the "please insert ..." requester */ olddir = PRAGMA('D', 'DF0:') /* change to DF0: and...
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...