I remember there was a REXX function library that provided easy access to Windows style .INI files (those text files like WIN.INI or SYSTEM.INI), but I can't...
... Bienvenue :-) do not try these on ibmlan.ini and protocol.ini it will crash, they are only for MS style ini files. If you get in contact with the author...
... Don't like to invent the wheel twice? ... If the the function library was well written it would be quite handy However, I am producing lots of crashes...
... I've taken the first example from one of my apps, where I'm able to switch between OS/2 and win style inis. For your purpose you have to change some...
... <Andreas.Schnellbacher@w...> wrote: [test-ini.cmd] 'select' would only give a better looking structure. [edit-ini.cmd] In function 'EditIniFile' you better...
... RXMulch is excellent - but unfortunately, huge. Even after stripping out the help screen it's still ca 30kB. It'd be godsend if a decent programmer created...
Dr. Martin R. Hadam
Hadam.Martin@...
Jan 18, 2002 5:56 pm
89
Hello everyone, I'm having difficulty with DrDialog and creating a Container control to accept dropped files and folders. It accepts folders but will not ...
In <a2fl5m+8s97@eGroups.com>, on 01/20/02 ... Are you sure you are dropping the file object? I would not expect you to be able to drop a WPS program object. ...
Actually I found the opposite to be true, try dropping folders be it actual directories on you hard drive or WPS folders on your desktop and they will be...
In <3C4C82A0.9CE659E9@...>, on 01/21/02 ... I suspect we agree, but are not understanding each other. Folders be they from the drives object or from the...
Sorry if I miss understood you, the problem howevr is that DrDialog does not like to accept files being droped.... except I discovered gif files... don't ask...
In <a2jhp9+3i0a@eGroups.com>, on 01/22/02 ... That's OK. That's why I asked. ... This is odd. I'll fiddle with it when I get a chance. I like puzzles of ...
... I posted that here on 4th Aug 2001: http://groups.yahoo.com/group/GuiObjectRexx/message/45?threaded=1 ... Interesting! All files of the class MMImage or...
In <a2kopl+56c3@eGroups.com>, on 01/22/02 ... OK, I'll play with this as time permits. With some luck, I might be able to determine the correct drop data...
Had a quick go, but need to spend a bit longer on it, you don't happen to have any example code you want to share with the group Regards Adrian ... ...
Okay, I have now also confirmed that .GIF files are able to be dropped onto the DrDialog container control but no other files I have tried work (.shtml, .html,...
In <200201231831.u4usg0.f43.37tiu0o@eagle>, on 01/23/02 ... OK, now I've got some data. My test program (MyDragTest.res) works for at least some of the...
Yes, I just tried this with a DrDialog-created .DLG file for one of my other programs -- changed filename to .gif then used the "become" option to make it type...
In <a2nucc+vinn@eGroups.com>, on 01/24/02 ... I can. The "owner" of the dropped file is responsible for preparing the DRAGINFO and DRAGITEM data structures. ...
Hi all just a short note, I recently received and installed the OS/2 convince pack 2, two issues members might consider... 1) I first tried installing it over...
... As of FP 12 (I think it was, or was it fp 14) for OS/2 the example(s) for D&d doesn't work as expected/documented as to what I've seen. Could there be a...
I've got a problem populating a container beeing so slow (relatively). I'm creating a lean/mean filedialog/filebrowser/fileviewer/finder in DrDialog but I...
One trick I like is to "hide" the container until you finish populating it, then "show" the container. It keeps it from blinking/flashing, etc. So for...
... populating ... Hiding really improved performnce, Thanks! Could you help me improve responsiveness too >with< percieved speed still intact? When the app...