For any group members who use DrDialog, I have a need for some small assistance. I hate the "Warp 3 style" notebook controls (I guess they actaully came with...
Hi out there, maybe someone can help me with that: I just started using DrRexx, maybe you should have some patience with me... anyway, here we go: I created a...
... Yep, Replying to my own post ;) sorry... while this question still remains I just wanted to let you know, that I found a workaround for my problem, but as...
Hi, it's me again... as I happen to just drop by, let me ask all of you another silly question... ;) Does someone know of a way how to change the mouse pointer...
... That one I definitely have not tried. I'm not it's possible in DrDialog but I know it is possible in GpfRexx (which, by the way was updated much more...
... (snip) Thanks for the suggestion. That was just the way I did but this made me run into problems later, because now I found out, that DrRexx' execution...
GpfRexx 1.2c can be downloaded from "hobbes" at: http://hobbes.nmsu.edu/pub/os2/dev/rexx/gpfrx12c.zip It is shareware. Seems to be fully functional except...
Hi Jason I tried sending you an email direct but it failed; so I sent it to this mailing list instead. this is probably a better idea as others may be...
Wayne
datablitz@...
Jun 20, 2002 12:00 pm
126
... Sorry about that. I'm still trying to figure out what the problem is with my mail config here at work. When I mess with the return address it gets all...
... (snip) ... (snip) Hi Don, unfortunately I don't quite understand that "focus is taken away". Can you possibly describe more detailed what's going on? If...
Hi Don, it's me again... ... (snip) just some other clue that came to my mind...: What about displaying the page(s) MODALLY ? (Sorry if you already tried...
I appreciate the suggestion, however making the dialog "pages" modal means the main program dialog cannot be used unless the "page" is closed. My idea is to...
Hello Don, ... ...oh, yes - okay, now I understand what it's about. Hmmm... I gave it a try using the OWNER function, but the problem still remains... no real...
Hi Jason Brian has offered to attempt to compile it. Fingers crossed! <snip> ... The VX-RREXX version at least did not have a reg.exe <snip> ... Maybe you...
Wayne
datablitz@...
Jun 25, 2002 1:11 pm
132
... All versions are registerable, but only some of the shareware version were shipped with reg.exe. If you start reg.exe you can see that it will work with...
Oliver Poggensee
rastamann@...
Jun 25, 2002 9:34 pm
133
... That's great. Someone on the Rexx usenet group is also looking at it. Actually, this is kinda like finding buried treasure. When I found it and brought...
... That works for the last shareware version 2.2 of VR-Print. Do you have an older version of PrintGraph? Jason R Stefanovich Just Another Stupid Homepage: ...
... modal ... Preferences in ... it ... user ... Notebook is good control, but main problem for me is that I can't get hints there, and they may be useful if...
Goran! Nice to hear from you again. Thanks for your suggestion. Unfortunately it suffers from the same problem as my original design -- when the user clicks...
Hello, ... design -- ... it ... be ... taken ... your ... style ... I know, but I am afraid there is no solution for this proble. I tried to activate Timer...
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'); ...