Hi, ages ago i sorted out the problem with drdialog's entry in the ini path it had a space at the end of it, I lost my mail in a system crash and forgot the...
... I lost my mail in a system crash and ... The character at the end is hex 00, the following should do it: DrDir=strip(Sysini('system','DRDIALOG','INIPATH'),...
Hi all, I have been trying to make the DRSAIDE tool with DrDialog a little more user friendly, however, as soo as one opens it with DrDialog, as soon as you...
Hi all, still on the case, this time I used the original DRSAIDE, added the 'end statement' fro object rexx and saved it all seemed ok. Then I added a new...
Hi, I can hide a menue item with call VpItem window, id, 'HIDE' But how to show this item again? call VpItem window, id, 'SHOW' doesnt work here. Okay, I could...
Hi, I am working on a project using DrDialog that I have not worked on for some time, in the past I used unzip.exe as an external program, where TarGzipfile is...
... getting very quite here... so heres another stab at my problem with unzip32.dll This is my problems, using the variable TarGzipfile, the following comand...
When calling to the DLL it might not be necessary to use all those quotation marks. Mainly those are used to let the command interpreter (cmd.exe) know how to...
In <200302241954.18NwaE1si3NZFlr0@killdeer>, on 02/24/03 ... UZUnZip is an interface to a simple command line parser within the DLL. If it were going to work,...
Has anyone experienced problems using DrDialog and USER controls where after making some change (any change) in the project will sometimes cause your program...
... Yes, I have and I can say that it's quite annoying too. ... I've seen that problem several times and it may be a common problem for that control. I've...
The "IconControl" looks just like the "imagebutton", just not as the button within a button. I've never used the "IconControl" in DrRexx because it always...
Actually, Jan-Erik, I have found the opposite to be true. I can use the icon control just fine, it is the bitmap button that fails to load for me. Just now I ...
... the icon ... ================>8=========== Ok, I was probably wrong about the name, I guess I mixed them up. But I find it strange though that it's...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the GuiObjectRexx group. File :...
GuiObjectRexx@yahoogr...
Aug 14, 2003 4:32 am
201
I have just uploaded a neat example of sizing controls based on percentages of the dialog's size in DrDialog. I hope it may prove useful to anyone who wants...
A few years back (1998?) over on a sister board at http://groups.yahoo.com/group/rexxlist/message/5074?source=1 there was this post about editing restoexe.res...
Hello Don, ... resizable ... the ... PARSE VALUE D100.Frame() WITH left bottom right top If top frame is bigger than bottom (usually 24 vs. 4) then dialog has ...
Hey Goran! Nice to see you again. I had just started looking at the Frame() function a day or two ago and didn't quite understand the purpose. But with a...
Hello, ... I often use Frame() and Position() function together to get available area inside dialog and rearrange controls, like: PARSE VALUE Dialog.Position()...
I found myself a hex/binary editor and tried it. It works! Can't be done with a normal text editor or else DrDialog refuses to work with the .res file, but a...
... ...and containers that allow a background image (just like "real" folders on the desktop). And access to strings in a .dll not just graphics. And a...
Folks, just to let you know in case you don't follow the hobbes uploads: Chris Wohlgemuth has just released a new set of DrDialog "extensions". You might give...
... It's very good. The parent<->child functionality allows us to display dialogs on top of other dialogs and not lose window focus when the user clicks on...
... ...this means, that we finally have a "workaround" for that focus problem when trying to do Warp4 style notebooks? That's bad. ;) ...because I came up with...
Well there were a few good ideas tossed about for how to effectively emulate Warp 4 style notebooks with DrDialog, all had good and bad points. This new ...
... Apparently there is another way: Just change the notebook style with an editor. You also need Paul Ratcliff's res2dlg and afterwards rc.exe. I haven't...
... Hi, been away from this group for ages as I am mostly doing web development now, but the above has brought me running back! My eCS PC is currently in...
I tried this by changing the style from within the program (using the style() function) and it never produced usable results. Perhaps it would work with a hex...