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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 172 - 201 of 682   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
172
Hi Steven, ... VX-REXX supports this as I just saw. ... Okay, I get the idea. Somehow I don't get it to work, although there is even a sample code for this...
Herwig Bauernfeind
taxwarriorfr...
Offline Send Email
Nov 4, 2002
6:24 am
173
Hello, I'm new with Rexx and I'm trying to make my first app : a internet application (like FTP Client). It's posible to use TCPIP sockets with Rexx ? Where I...
maxjejnius
Offline Send Email
Nov 4, 2002
8:22 am
174
... In your TCP/IP Information folder (or equivalent) you should have a REXX Sockets API book (\tcpip\help\rxsocket.inf) and a REXX FTP API book...
Sid Gale
sidgale
Offline Send Email
Nov 4, 2002
11:03 am
175
Hi, if you don't already have the rxsock manual, it's available from IBM at this URL: http://www-1.ibm.com/support/docview.wss?uid=swg27000502 In addition,...
Thomas Klein
warpcafe
Offline Send Email
Nov 4, 2002
12:30 pm
176
Hi, as it appears, either I'm too dumb to get it work or there's something that just doesn't work as expected when I try to create a directory tree view using...
Thomas Klein
warpcafe
Offline Send Email
Nov 5, 2002
10:30 am
177
In <3DC612AA.5010009@...>, on 11/04/02 ... I have VX-RXX so if you wish, I'll look at a testcase. BTW, I have not had a chance to review your OdinBug...
Steven Levine
steve53hoo
Offline Send Email
Nov 5, 2002
6:38 pm
178
... With pleasure, I will prepare a little testcase. ... Don't bother, I am currently implementing the ability to directly email the bug reports without an...
Herwig Bauernfeind
taxwarriorfr...
Offline Send Email
Nov 5, 2002
6:42 pm
179
... I think it depends how you code you program, personally I found DrDialog simpler to program, and if you are planning to code it for Object Rexx then still...
adrian
adriansuri
Offline Send Email
Nov 5, 2002
9:10 pm
180
Hold it! ;) It's okay - I simply didn't expect *this* to happen when using the container (hierarchy view) WITHOUT BITMAPS. That's cute: The indentation of...
Thomas Klein
warpcafe
Offline Send Email
Nov 6, 2002
12:39 pm
181
... With VX-REXX. See the section: view progguid Finding a window Finding a window Window handles are obtained using several methods: o Use the FindWindow...
a_schnellb
Offline Send Email
Nov 11, 2002
11:16 pm
182
This isn't strictly a gui question but I am trying to find a way to get sysfiledelete() to delete files as if it were a del /f. I have a jfs drive and as I...
abwillis1
Offline Send Email
Nov 16, 2002
1:49 am
183
Well if you don't find the solution there is always the alternative of passing the actual DEL command rather than using SysFileDelete(). Example: '@del /f'...
Freiheit
freiheitner
Offline Send Email
Nov 16, 2002
5:33 pm
184
The solution I just came up with just a bit ago was: at the begining of the program n = setlocal p = value('deldir','',os2environment) and n = endlocal() just...
abwillis1
Offline Send Email
Nov 16, 2002
11:01 pm
185
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...
adrian
adriansuri
Offline Send Email
Dec 2, 2002
1:22 pm
186
... 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'),...
Andre Nancoz
anancoz
Offline Send Email
Dec 2, 2002
4:37 pm
187
Thanks for that, actually I found it in the end in my copy of the "Rexx Reference Summary Handbook" anyway, thanks for the help adrian...
adrian
adriansuri
Offline Send Email
Dec 2, 2002
10:15 pm
188
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...
adrian
adriansuri
Offline Send Email
Dec 2, 2002
10:50 pm
189
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...
Adrian Suri <asuri@...>
adriansuri
Offline Send Email
Dec 9, 2002
11:54 am
190
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...
Frank Wochatz
kiintde
Offline Send Email
Dec 13, 2002
7:32 pm
191
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...
adrian
adriansuri
Offline Send Email
Feb 23, 2003
7:25 pm
192
... 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...
adrian
adriansuri
Offline Send Email
Feb 24, 2003
11:40 pm
193
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...
Freiheit
freiheitner
Offline Send Email
Feb 25, 2003
3:54 am
194
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,...
Steven Levine
steve53hoo
Offline Send Email
Feb 28, 2003
2:51 am
195
Has anyone experienced problems using DrDialog and USER controls where after making some change (any change) in the project will sometimes cause your program...
Don Eitner
freiheitner
Offline Send Email
Aug 12, 2003
1:36 am
196
... 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...
jerikpalm
Offline Send Email
Aug 12, 2003
10:44 am
197
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...
jerikpalm
Offline Send Email
Aug 12, 2003
11:40 am
198
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 ...
Don Eitner
freiheitner
Offline Send Email
Aug 12, 2003
7:15 pm
199
... 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...
jerikpalm
Offline Send Email
Aug 13, 2003
7:57 am
200
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
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...
Don Eitner
freiheitner
Offline Send Email
Aug 14, 2003
4:34 am
Messages 172 - 201 of 682   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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