Search the web
Sign In
New User? Sign Up
GuiObjectRexx · Object Rexx programming with Gui Support
? 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.

Messages

  Messages Help
Advanced
Messages 143 - 172 of 682   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
143
I'd like to clone an exciting control in my program at runtime, is it possible? Something like this in mind... newid = DrDialog('NewControl', 'c101', 'c102'); ...
jerikpalm
Offline Send Email
Sep 19, 2002
10:25 am
144
For clarification, are you trying to clone a single control X number of times, each with different screen position? Or are you trying to clone an entire...
Freiheit
freiheitner
Offline Send Email
Sep 21, 2002
12:53 am
145
... Could you please show me how to do it? ... Yes, but it seems like it's only possible to clone/copy controls when running DrDialog and not while running my...
jerikpalm
Offline Send Email
Sep 23, 2002
6:16 am
146
... Not the array tool but a variable array (ie. within your program you would define ThisControl.0 = 3 /* defines an array with 3 elements */ ThisControl.1 =...
Freiheit
freiheitner
Offline Send Email
Sep 24, 2002
1:50 am
147
... Ok, but the arraytool does it just the way I want it, copying all attributes/settings. ... I can see the advantage when using Thiscontrol.0 to 3 but I have...
jerikpalm
Offline Send Email
Sep 24, 2002
8:29 pm
148
Hi Don (and Jan-Erik), I just played around with DrDialog to find out *how* to make it. I've been able to create dialogs at run time from another dialog ...
Thomas Klein
warpcafe
Offline Send Email
Oct 4, 2002
3:29 pm
149
In <ankc04+5oc0@eGroups.com>, on 10/04/02 ... Make it what? :-) ... Where did you find OpenFor documented this way? FWIW, you are not creating dialogs here....
Steven Levine
steve53hoo
Offline Send Email
Oct 4, 2002
6:46 pm
150
Hi, ... Nowhere. As I said: I played around a little to find a way of making it do what wanted it to do... Each time I used "openfor()" the way it was...
Thomas Klein
warpcafe
Offline Send Email
Oct 4, 2002
9:44 pm
151
In <anl22r+if9u@eGroups.com>, on 10/04/02 ... -- ... "Steven Levine" <steve53@...> MR2/ICE 2.35 #10183 Warp4/FP15/14.085_W4 www.scoug.com...
Steven Levine
steve53hoo
Offline Send Email
Oct 4, 2002
9:55 pm
152
In <anl22r+if9u@eGroups.com>, on 10/04/02 at 09:43 PM, "Thomas Klein" <warpcafe@...> said: Hi, Sorry to the replyless message. Click fault on my end. ......
Steven Levine
steve53hoo
Offline Send Email
Oct 4, 2002
10:11 pm
153
... I was not certain at all as I have never used the DrDialog() function nor knew it existed. I have not written any DrsAide tools nor do I particularly know...
Don Eitner
freiheitner
Offline Send Email
Oct 5, 2002
3:46 am
154
Thanks for the many responses to my last question, here's another... ;-) Jump to the end if you want to se my problem right away. I'm creating a Warp 4...
jerikpalm
Offline Send Email
Oct 8, 2002
2:15 pm
155
Hello all, I just uploaded a small demo along with an explanatory text file to show what I'm doing with OPENFOR(). Although it does not show how to "clone"...
Thomas Klein
warpcafe
Offline Send Email
Oct 8, 2002
2:45 pm
156
I want to report partial success on getting Warp 4 style notebooks in DrDialog -- don't use BITAND use BITOR instead as below: call nbook.hide call nbook.style...
Don Eitner
freiheitner
Offline Send Email
Oct 12, 2002
7:20 pm
157
... I've tried it and it looks promising. I haven't got problems with overlapping pages, but the first tab added intersects itself and I can see the "solid...
jerikpalm
Offline Send Email
Oct 14, 2002
5:24 pm
158
Hello, Does anyone know whether it's possible to have graphics with transparencies (so that you can see through one graphic to the one below) using VisPro/Rexx...
Jean-Yves
ecsbrowser
Offline Send Email
Oct 18, 2002
11:36 am
159
Salut Jean-Yves, I don't know Vispro, and as far as I know, DrDialog does not support transparent bitmaps "out of the box"... the only thing I know, is that...
Thomas Klein
warpcafe
Offline Send Email
Oct 18, 2002
10:38 pm
160
... Jason R Stefanovich Just Another Stupid Homepage: http://home1.gte.net/stefanj/...
Jason R Stefanovich
jstefanovfree
Offline Send Email
Oct 19, 2002
8:51 pm
161
Sorry for screwing up the last post!!! ... Transparencies can be used in Vispro with the Image Editor library which supports GIF and many other bitmap types. ...
Jason R Stefanovich
jstefanovfree
Offline Send Email
Oct 19, 2002
8:53 pm
162
... <snip> ... Jason, Thanks for info. Looking hopeful! :-) Could you explain a little more, eg: - do you mean Vispro Paint? - do I convert from BMP to GIF in...
Jean-Yves
ecsbrowser
Offline Send Email
Oct 21, 2002
9:55 am
163
... Salut! API calls... I'm afraid that I know almost nothing on that front. I spend my days designing/writing business applications using Access/VBA or ASP...
Jean-Yves
ecsbrowser
Offline Send Email
Oct 21, 2002
10:01 am
164
... I still haven't figured out exactly what you're trying to do. Please enlighten us. I think I can say that I know almost every part of Vispro that is...
Jason R Stefanovich
jstefanovfree
Offline Send Email
Oct 21, 2002
1:29 pm
165
... <snip> ... Jason, What I'm trying to do is superimpose two pictures of, say scenery, so that for example: -Underlying picture is trees -Picture on top is...
Jean-Yves
ecsbrowser
Offline Send Email
Oct 21, 2002
1:52 pm
166
HI all, Looking for a place for REXXes designed for the maiframe? Checkout my new Yahoo! group dedicated just to that! ...
William Gregory
willgsr
Online Now Send Email
Oct 21, 2002
8:28 pm
167
... Yes, this is called parallax scrolling. With any object in Vispro Rexx, you can turn on/off a setting called Clip Siblings. Using bitmap images loaded...
Jason R Stefanovich
jstefanovfree
Offline Send Email
Oct 23, 2002
4:47 am
168
<snip> ... the way ... trying to ... gifs and tiffs ... Jason, Many thanks for all the info, it's very much appreciated - I'll have a go at using clip...
Jean-Yves
ecsbrowser
Offline Send Email
Oct 23, 2002
8:45 am
169
... Compiling does nothing to increase your program's speed with the Rexx's. It can, however, decrease load time by pre-tolkenizing the program if you choose....
Jason R Stefanovich
jstefanovfree
Offline Send Email
Oct 23, 2002
3:36 pm
170
Hi, this might be considered a bit OT, but as I am writing a GUI oriented program... I know this must be possible somehow, but could not find a function to do...
Herwig Bauernfeind
taxwarriorfr...
Offline Send Email
Oct 31, 2002
6:42 am
171
In <3DC0D0CA.9010603@...>, on 10/31/02 ... The API is: hwndFocus = WinQueryFocus(HWND_DESKTOP) I did some hunting in the VisiPro manuals and did not find...
Steven Levine
steve53hoo
Offline Send Email
Oct 31, 2002
7:15 am
172
Hi Steven, ... VX-REXX supports this as I just saw. ... Okay, I get the idea. Somehow I don't get it to work, although there is even a sample code for this...
Herwig Bauernfeind
taxwarriorfr...
Offline Send Email
Nov 4, 2002
6:24 am
Messages 143 - 172 of 682   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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