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'); ...
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...
... 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...
... 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 =...
... 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...
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 ...
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....
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...
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. ......
... 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...
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...
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"...
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...
... 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...
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...
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...
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. ...
... <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...
... 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...
... 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...
... <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...
... 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...
<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...
... 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....
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...
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...
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...