Search the web
Sign In
New User? Sign Up
rxmui · Discussion about RxMUI, the MUI/Guis library for ARexx.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1052 - 1081 of 1825   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1052
... 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@...
Send Email
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@...
Send Email
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....
Alfonso Ranieri
alforan
Offline Send Email
May 9, 2003
7:42 pm
1055
... 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@...
Send Email
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...
Alfonso Ranieri
alforan
Offline Send Email
May 10, 2003
8:16 am
1057
... I don't understand what that means. :-/ ... Please provide an example, Alfie. Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
RSisk@...
Send Email
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() ...
Alfonso Ranieri
alforan
Offline Send Email
May 10, 2003
3:11 pm
1059
... 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@...
Send Email
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,...
Alfonso Ranieri
alforan
Offline Send Email
May 12, 2003
7:45 am
1061
New RxMUI is online. Ciao. Alfonso....
Alfonso Ranieri
alforan
Offline Send Email
May 14, 2003
9:38 pm
1062
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...
Alfonso Ranieri
alforan
Offline Send Email
May 15, 2003
10:29 am
1063
... Thanks, Alfie. Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
RSisk@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Michael Merkel
mischka_mm
Offline Send Email
May 22, 2003
8:25 pm
1067
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@...
Send Email
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...
Bernd Gollesch
bgollesch
Offline Send Email
May 23, 2003
9:52 am
1069
... colors are ... Really don't know, sorry. Ciao. Alfonso....
Alfonso Ranieri
alforan
Offline Send Email
May 23, 2003
5:41 pm
1070
Test...
Alfonso Ranieri
alforan
Offline Send Email
May 30, 2003
8:50 am
1071
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@...
Send Email
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@... ...
Michael Merkel
mischka_mm
Offline Send Email
Jun 2, 2003
4:23 pm
1073
hi. how can i register and react on a diskchange event inside a rxmui program? thanks and byebye... -- Michael Merkel (MiMe@IRC) Michael.Merkel@... ...
Michael Merkel
mischka_mm
Offline Send Email
Jun 2, 2003
4:24 pm
1074
... 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@...
Send Email
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@...
Send Email
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....
Alfonso Ranieri
alforan
Offline Send Email
Jun 4, 2003
8:30 am
1077
<RSisk@...> wrote at Mon, 02 Jun 2003 18:25:12 -0400 ... i already did it that way. but as rxmui programs already seem to be commodities (at least...
Michael Merkel
mischka_mm
Offline Send Email
Jun 4, 2003
8:13 pm
1078
... Suppress MUI's commodity by setting App/UseCommodities off. Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
RSisk@...
Send Email
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@...
Send Email
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...
Alfonso Ranieri
alforan
Offline Send Email
Jun 6, 2003
4:09 pm
1081
... 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@...
Send Email
Jun 6, 2003
8:57 pm
Messages 1052 - 1081 of 1825   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help