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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 138 - 167 of 682   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
138
Hi Don, it's me again... ;) ... ...as I can't stand surrender to problems, I gave it another try. Take a look at NOTETEST.ZIP in the files section. Maybe this...
warpcafe
Offline Send Email
Jul 1, 2002
3:47 pm
139
Thomas, Well hot dog! You may be on to something here. It is a totally different method than I ever would have thought to try but from a user standpoint it...
freiheitner
Offline Send Email
Jul 3, 2002
3:03 am
140
Hi Don, ... Phew! Thank god - you like it ;) BTW: I tried to play around with text controls on top of the painted tabs, but as I expected they do block...
warpcafe
Offline Send Email
Jul 3, 2002
7:38 am
141
Don, I just dropped by to tell you that my last approach doesn't work. It obviously can't as I once again fell into that "click" pit. ;) The billboard doesn't...
warpcafe
Offline Send Email
Jul 3, 2002
12:44 pm
142
Hi all, Sorry for not being involved in this issue but I have just got a new computer and have been having a few installation issues to solve, I must confess...
Adrian Suri
adriansuri
Offline Send Email
Jul 3, 2002
3:09 pm
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
Offline 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
Messages 138 - 167 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