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.

Messages

  Messages Help
Advanced
Messages 435 - 464 of 682   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
435
hi just a thought, has anyone looked into GBMV2 Bitmap veiwer I see a new version with an upadated GBM.DLL ...
adrian suri
adriansuri
Offline Send Email
Oct 2, 2005
12:37 pm
436
Hi all thought I would pass this bad news on, but I am sure it comes as no surprise, it appears that IBM was not willing to give up the source code to os/2 ...
adrian suri
adriansuri
Offline Send Email
Oct 5, 2005
6:24 am
437
Hi, Did the reply mention the reason ... or was it just beacuse they don't want the OS/2 market to grow? ... Med vänliga hälsningar / With kind regards / Mit...
Jan-Erik Lärka
jerikpalm
Offline Send Email
Oct 5, 2005
9:13 am
438
Hi Jan Have sent some follow questions to the group, will let you know what happens, personally if it looks impossible, it would not hurt to try and start a ...
adrian suri
adriansuri
Offline Send Email
Oct 5, 2005
12:49 pm
439
... Did they not release Windows OORexx to the REXXLA? I wonder if they gave REXXLA a reason for withholding OS/2 OOREXX? Jerry...
Jerry Garren
jgarren2000
Offline Send Email
Oct 5, 2005
9:06 pm
440
In <43444064.8030701@...>, on 10/05/05 ... The reason is typical for IBM and applies to other huge organizations, as well. The Windows and OS/2...
Steven Levine
steve53hoo
Offline Send Email
Oct 5, 2005
9:28 pm
441
Hi I asked if IBM gave any reasons why they did not release the OS/2 code, but it seems that the group that gave the Object Rexx code no longer owned the OS/2...
adrian suri
adriansuri
Offline Send Email
Oct 6, 2005
5:46 am
442
I really, really like rexx... and will help you as much as possible. If it will give me/us more knowledge and be possible to extend futher, wohooo. :-) ...
Jan-Erik Lärka
jerikpalm
Offline Send Email
Oct 6, 2005
5:52 am
443
In <4344BA23.5030806@...>, on 10/06/05 ... This is all standard stuff and documentation exists (rexxapi.inf and others). That said the 4OS2 code will...
Steven Levine
steve53hoo
Offline Send Email
Oct 6, 2005
6:45 am
444
Hmmm...how to explain this. I have a window file that has a container where a category tree is generated. It's a recursive function that traverses through a...
miles_kuperus
Offline Send Email
Oct 6, 2005
5:41 pm
445
At the risk of feeling like an idiot. I solved this problem by opening the window as a thread. It was pretty obvious. Sorry. --Miles...
miles_kuperus
Offline Send Email
Oct 6, 2005
6:43 pm
446
... you could try this. How big exactly can an OS/2 icon get? Is it different in eCS? Thanks Jean-Yves...
Jean-Yves
ecsbrowser
Offline Send Email
Oct 19, 2005
2:44 pm
447
Hi Steven Can't seem to find the file rexxapi.inf, it is not in my toolkit book dir or oon the os2 4.52 dir, could you send me a copy or upload it to the...
adrian suri
adriansuri
Offline Send Email
Oct 19, 2005
3:19 pm
448
In <43566406.30402@...>, on 10/19/05 ... TTBOMK, it was never in the Toolkits, although it may have been on some of the DevCon CDs. You can download a...
Steven Levine
steve53hoo
Offline Send Email
Oct 19, 2005
10:44 pm
449
No, eCS and OS/2 both use the same size icons since they are dictated by PM I believe. And IIRC the max size is 40 pixels, which some find totally sufficient ...
Gregory L. Marx
chekmarx
Offline Send Email
Oct 20, 2005
12:41 am
450
... <snip> I too don't seem to have this INF file, but I do have a REXXAPI.DLL file along with a corresponding DEF file. Both are residing in my BCOS2 ...
Gregory L. Marx
chekmarx
Offline Send Email
Oct 20, 2005
1:15 am
451
In <4356EFAE.4090504@...>, on 10/19/05 ... They probably should be put out to pasture since a standard eCS or OS/2 install includes Directory of...
Steven Levine
steve53hoo
Offline Send Email
Oct 20, 2005
3:12 am
452
... Gregory, did you try to tweak this with SET SDDICONS=LARGE SET SDDFONTSIZE=LARGE in config.sys? Alternatively, you can also play with SET SDDFONTDPI=120 ...
Thomas Klein
warpcafe
Offline Send Email
Oct 20, 2005
9:58 am
453
... I did play around with *some* of these SET statements but not all of them. I suppose I should just for the sake of completeness. I'll do that this weekend...
Gregory L. Marx
chekmarx
Offline Send Email
Oct 20, 2005
6:58 pm
454
Thanks for that. It's better than I hoped, as I can get most of what I need with a maximum of three icons side-by I think. I'll need to give it some thoughts. ...
Jean-Yves
ecsbrowser
Offline Send Email
Oct 21, 2005
9:28 am
455
I know this is OT big-time ... ... but I just have to comment that the first Dire Straits album is IMHO an incredible freshman release! Nearly every cut on...
Gregory L. Marx
chekmarx
Offline Send Email
Oct 21, 2005
9:52 am
456
... IMHO ... You're not wrong there. Although, for me, possibly my favourite album track is the live version of Romeo and Juliet....
Jean-Yves
ecsbrowser
Offline Send Email
Oct 24, 2005
10:01 am
457
... ...from the "alchemy" double album? ;-) This is my favourite DireStraits album. Although it's a long time since I last listened to it. Hmm. Time for a...
Thomas Klein
warpcafe
Offline Send Email
Oct 24, 2005
10:57 am
458
... That's the one :) ... lol!...
Jean-Yves
ecsbrowser
Offline Send Email
Oct 25, 2005
7:28 am
459
HI a short question regarding vxrexx and VRFileDialog, all seems to make sense in terms of the arguements, but I don't get the ea bit. Ok, when openning a...
adrian suri
adriansuri
Offline Send Email
Nov 8, 2005
11:25 pm
460
adrian suri wrote: any thought on this!!!...
adrian suri
adriansuri
Offline Send Email
Nov 12, 2005
11:35 pm
461
... Having got the filename, as you have shown above, you would use: fileType = VRGetFileType(fileName) Regards Sid Gale...
Sid Gale
sidgale
Offline Send Email
Nov 12, 2005
11:46 pm
462
Thanks Sid but my problem is the file dialog here is being used as part of a routine to create a file, so what I wanted to do was to create the file and use...
adrian suri
adriansuri
Offline Send Email
Nov 13, 2005
12:31 am
463
... Ah, I see. It doesn't look like you can do that :( I guess it didn't occur to the designers of the dialogue that an application would let the user decide...
Sid Gale
sidgale
Offline Send Email
Nov 13, 2005
5:23 pm
464
Hi Sid I thought as much, it does exist I did a search under goggle, and the os/2 file dialog can return the filetype selected if it has been initiated it to...
adrian suri
adriansuri
Offline Send Email
Nov 13, 2005
8:30 pm
Messages 435 - 464 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