... PARSE Position() WITH x y cx cy; IF Visible() THEN CALL ReSizeDialog Dialog(), x, y, cx, cy; -> Resize it if it is visible, don't if you can't see it, that...
Yes, yes that should work and I should have thought of that already. Thanks for the help! ... [SNIP] ... Yes, I have also done this. I try to write reusable...
Well, it isn't working for me. I have my Layout routine, which is where I specify the sizes of controls in percentages, and I have my SizeIt routine where I...
... Hmm, whenever I have such a problem that there's no obvious reason for the problem I try the built in debugger, when it doesn't work I try to CALL...
... You are right, but, you have to be careful. The concatenation operator will concatenate strings without any spaces between them. If you put the strings...
... Just my 2 cents: AFAIK the example without the "||" isn't guaranteed to be portable, because the rexx standard DO requires them. I began using them when I...
... I don't think so. The only difference should be that you can use spaces before and after the '||' operator, that are gobbled. I can speak only for Regina,...
I've found that SysMoveObject(from, to) is quite useful for moving objects but it also causes great problems as it adds an entry in os2sys.ini for every call...
In <bjl9un+laah@eGroups.com>, on 09/09/03 ... There's no easy solution for this. It's a combination of the way the WPS works and leftover defects that will...
... lot of ... clean ... I used Cleanini and it just did what I hoped it would and reduced the number to less than 1600 entries in os2sys.ini. It is soooo easy...
In <bjrofl+qfh3@eGroups.com>, on 09/12/03 ... Agreed. I never said it was much more than a wordaround. ... The handles are stored in PM_Workplace:Handles* in...
... understand it, ... code is ... Hmm, I'll have to look into that then... but where do I find the source for checkini? I can spot XWorkplace (that borrowed...
My ISP insists that all users have to log in by accessing a special web page, when the user has logged in successfully they're presented with advertisments....
In <bjs89a+int2@eGroups.com>, on 09/12/03 ... Actually, I don't know this to be true. Henk's code was still closed source and there's no attributions to...
In <bjs90g+l9u9@eGroups.com>, on 09/12/03 ... This could be a problem. Doing GETs and POSTs to an http connection is easy with the rxsocket DLL. The only...
... A useful tool for working out what needs to be sent is Mozilla with the LiveHTTPHeaders extension. This can display the headers of evertthing that is sent...
Hi! I've now figured it out and I must say that OS/2, eCS & REXX has got it all. I found the .cmd-file wwwget.cmd (available in various places) that described...
Hi! I've tried to write a little extension to rexx as .dll but can't get it to work in C++. C works all right but I've only dealt with C++ and feel more...
I intend to run bittorrent from DrDialog. Is it possible to set e.g. path, beginlibpath, etc. within DrDialog so that I can run 'python btgetname.py ...' from...
In <bo1384+7b47@eGroups.com>, on 11/01/03 ... Use the value function as in: call value 'HOMEDRIVE', 'd:', 'OS2ENVIRONMENT' This will not work for BEGINLIBPATH...
... No, but as of Warp 4 fixpack 13 there is a Rexx function to query the extended libpath and also one to set the extended libpath. I can't recall where I...
In <20031102224418.FIZL1328.out010.verizon.net@localhost>, on 11/02/03 ... You got it from READREXX.TXT which comes with the W4 FPs. SysSetExtLIBPATH invokes...
... BitTorrent through a ... BitTorrent ... Please keep us ... I'f you'll create the .dll or cli/vio app. I'll provde the wrapper to it. ;-) Progress so far......
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...
Nov 7, 2003 12:05 am
246
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...
Nov 7, 2003 12:32 am
247
Hi! I'm working on the GUI for BitTorrent and I've found some interesting approaches to investigate futher. B.t.w. thanks for the help regaring PATH,...