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...
78
Eric Lavoie
zeryx2000
Jan 10, 2002 2:51 pm
... RxIni i think, look at hobbes....
79
Herwig Bauernfeind
taxwarriorfr...
Jan 10, 2002 4:48 pm
... Found it, got it, thanks a lot or maybe mercí beaucoup? herwig -- +---------------------------------------------------...
80
Eric Lavoie
zeryx2000
Jan 10, 2002 6:07 pm
... 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...
81
Herwig Bauernfeind
taxwarriorfr...
Jan 10, 2002 7:58 pm
... Thanks for the hint. My intention is a nice front end for Odin.INI, which is in MS style. ... Okay. Herwig -- ...
82
Freiheit
freiheitner
Jan 10, 2002 11:05 pm
I believe you are looking for FastINI. I don't know exactly where to download it, but I believe it comes with Goran Ivankovic's utilities at: ...
83
a_schnellb
Jan 12, 2002 2:08 pm
... fastini.dll is from Dennis Bareis. It speeds up OS/2 (not win) style ini access by a factor of 100 in most cases. ...
84
Herwig Bauernfeind
taxwarriorfr...
Jan 13, 2002 9:42 am
... 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...
85
Andreas Schnellbacher
a_schnellb
Jan 13, 2002 6:35 pm
... 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...
86
Herwig Bauernfeind
taxwarriorfr...
Jan 14, 2002 7:29 pm
Hi Andreas, ... Thanks, I 'll look at it later. Herwig -- +---------------------------------------------------...
87
a_schnellb
Jan 18, 2002 5:29 pm
... <Andreas.Schnellbacher@w...> wrote: [test-ini.cmd] 'select39; would only give a better looking structure. [edit-ini.cmd] In function 'EditIniFile39; you better...
88
Dr. Martin R. Hadam
Hadam.Martin@...
Jan 18, 2002 5:56 pm
... 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...
89
freiheitner
Jan 20, 2002 11:51 pm
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 ...
90
Steven Levine
steve53hoo
Jan 21, 2002 5:49 pm
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. ...
91
Adrian Suri
adriansuri
Jan 21, 2002 8:06 pm
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...
92
Steven Levine
steve53hoo
Jan 21, 2002 10:53 pm
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...
93
adriansuri
Jan 22, 2002 11:18 am
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...
94
Steven Levine
steve53hoo
Jan 22, 2002 5:06 pm
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 ...
95
a_schnellb
Jan 22, 2002 10:23 pm
... 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...
96
Steven Levine
steve53hoo
Jan 23, 2002 4:20 am
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...
97
Adrian Suri
adriansuri
Jan 23, 2002 9:45 am
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 ... ...
98
Freiheit
freiheitner
Jan 24, 2002 2:31 am
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,...
99
Steven Levine
steve53hoo
Jan 24, 2002 2:53 am
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...
100
freiheitner
Jan 24, 2002 3:17 am
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...
101
Steven Levine
steve53hoo
Jan 24, 2002 3:51 am
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. ...
102
Adrian Suri
adriansuri
Feb 9, 2002 10:59 am
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...
103
jerikpalm
Feb 11, 2002 10:58 pm
... 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...
104
jerikpalm
Feb 11, 2002 11:11 pm
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...
105
Freiheit
freiheitner
Feb 12, 2002 6:48 pm
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...
106
jerikpalm
Feb 12, 2002 9:22 pm
... populating ... Hiding really improved performnce, Thanks! Could you help me improve responsiveness too >with< percieved speed still intact? When the app...