Search the web
Sign In
New User? Sign Up
GuiObjectRexx · Object Rexx programming with Gui Support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 218 - 247 of 694   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
218
... 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...
jerikpalm
Offline Send Email
Sep 2, 2003
10:48 am
219
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...
Don Eitner
freiheitner
Offline Send Email
Sep 2, 2003
8:04 pm
220
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...
Don Eitner
freiheitner
Offline Send Email
Sep 3, 2003
4:00 am
221
... 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...
jerikpalm
Offline Send Email
Sep 4, 2003
9:57 am
222
... Just a hint from me: You may omit nearly everytime the '||' operator. It would give a gain in readability IMO. -- Andreas Schnellbacher...
Andreas Schnellbacher
a_schnellb
Offline Send Email
Sep 4, 2003
2:59 pm
223
... Yes, you're right. Stupid of me to use ||, you don't need it at all. With Kind Regards, //Jan-Erik...
jerikpalm
Offline Send Email
Sep 4, 2003
6:25 pm
224
... 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...
David Forrester
davidforau
Offline Send Email
Sep 7, 2003
1:25 am
225
"David Forrester" <davidfor@i...> wrote: [I omit things where we don't differ] ... Sorry, I do prefer the 2nd, really. But let me "optimize" it: ...
Andreas Schnellbacher
a_schnellb
Offline Send Email
Sep 8, 2003
7:55 pm
226
... 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...
Cristiano Guadagnino
criguada
Offline Send Email
Sep 9, 2003
8:08 am
227
... 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,...
Andreas Schnellbacher
a_schnellb
Offline Send Email
Sep 9, 2003
6:53 pm
228
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...
jerikpalm
Offline Send Email
Sep 9, 2003
7:34 pm
229
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...
Steven Levine
steve53hoo
Offline Send Email
Sep 10, 2003
6:16 am
230
... 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...
jerikpalm
Offline Send Email
Sep 12, 2003
6:18 am
231
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...
Steven Levine
steve53hoo
Offline Send Email
Sep 12, 2003
6:31 am
232
... 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...
jerikpalm
Offline Send Email
Sep 12, 2003
10:48 am
233
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....
jerikpalm
Offline Send Email
Sep 12, 2003
11:00 am
234
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...
Steven Levine
steve53hoo
Offline Send Email
Sep 12, 2003
8:36 pm
235
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...
Steven Levine
steve53hoo
Offline Send Email
Sep 12, 2003
8:45 pm
236
... 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...
David Forrester
davidforau
Offline Send Email
Sep 13, 2003
11:14 am
237
In <200309131114.h8DBE2VA047839@...>, on 09/13/03 ... This is a good start. There's also the simple option of view source. One issue...
Steven Levine
steve53hoo
Offline Send Email
Sep 13, 2003
10:17 pm
238
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...
jerikpalm
Offline Send Email
Oct 8, 2003
7:42 am
239
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...
jerikpalm
Offline Send Email
Oct 27, 2003
6:24 pm
240
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...
jerikpalm
Offline Send Email
Nov 1, 2003
7:57 pm
241
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...
Steven Levine
steve53hoo
Offline Send Email
Nov 2, 2003
8:13 am
242
... 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...
Don Eitner
freiheitner
Offline Send Email
Nov 2, 2003
10:44 pm
243
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...
Steven Levine
steve53hoo
Offline Send Email
Nov 3, 2003
7:41 am
244
... 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......
jerikpalm
Offline Send Email
Nov 5, 2003
11:16 pm
245
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...
Send Email
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...
Send Email
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,...
jerikpalm
Offline Send Email
Nov 13, 2003
10:06 pm
Messages 218 - 247 of 694   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help