... I remember it was a bug of old BWin.mcc versions. With the (hummmm let's say last 2) new versions it was solved. Please check your BWin.mcc version. Ciao....
Alfie, this message has gone unanswered for weeks, so here it is again. ... In Scout's Tasks window, starting the script from an icon gives a CON process, and...
Robert A. Sisk
RSisk@...
Apr 8, 2003 8:47 pm
1044
Alfie, this message has gone unanswered for weeks, so here it is again. I'd like to use an HString in a PopASL, but I get an "incompatible objects" error. Kind...
Robert A. Sisk
RSisk@...
Apr 8, 2003 8:47 pm
1045
Hello, it was solved, but I have some problem with my web pages. Please wait. Ciao. Alfonso....
Alfie, this message has gone unanswered for weeks, so here it is a third time. Also, the problem still shows up in RxMUI 32.2. ... In Scout's Tasks window,...
Robert A. Sisk
RSisk@...
Apr 17, 2003 1:32 am
1047
... CON ... but ... *>* C from *>* working? I didn't answer to the question for the simple reason I don't own a more clear answer than I already made. I have...
Sometimes in the attached script line 307: when CxMessage.i.Class=='APPEAR' then fails on an uninitialized variable. After I confirm a DiskCopy between my two...
Robert A. Sisk
RSisk@...
Apr 17, 2003 10:23 pm
1049
hello in this procédure : ctrl_c=2**12 do forever call NewHandle("app","h",ctrl_c) if and(h.signals,ctrl_c)>0 then exit select when h.event="QUIT" then exit ...
Jean-Yves AUGER
jean-yves.auger@...
Apr 22, 2003 9:23 am
1050
... between my ... list ... it ... in my ... my ... uninitialized. ... It is really difficoullt to understand why it happens. If handle returns more than 0,...
... dropped on a bwin) I'am looking for a key code (SHIFT KEY) so that user must press SHIFT KEY AND drop an icon a this bwin I checked, but it seems...
... 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...