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...
Hello, I'm new with Rexx and I'm trying to make my first app : a internet application (like FTP Client). It's posible to use TCPIP sockets with Rexx ? Where I...
Hi, if you don't already have the rxsock manual, it's available from IBM at this URL: http://www-1.ibm.com/support/docview.wss?uid=swg27000502 In addition,...
Hi, as it appears, either I'm too dumb to get it work or there's something that just doesn't work as expected when I try to create a directory tree view using...
In <3DC612AA.5010009@...>, on 11/04/02 ... I have VX-RXX so if you wish, I'll look at a testcase. BTW, I have not had a chance to review your OdinBug...