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...
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...
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...
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...
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...
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...