I am trying to download the Solaris/C version of the Peek tool from www.hotngui.com, but the ftp links to all their downloads seem to be broken. Does anyone...
Brian Eyster
eyster@...
Mar 14, 2001 3:57 pm
359
... Sorry about that, apparently our web-master lost our entire ftp site when we changed servers but neglected to tell me so. I'll get working on it now. So...
Joey Jarosz
joey@...
Mar 14, 2001 4:42 pm
360
I've updated our download page to point at the correct ftp site! Happy downloading!! BTW, if anybody is interested in purchasing all the rights to our Galaxy...
Joey Jarosz
joey@...
Mar 14, 2001 5:46 pm
361
I'm trying to track down a problem that shows up only on some of our HPUX 64 platforms, and wondered if someone else had already come across this and solved...
Lainhart, Todd
todd@...
Mar 14, 2001 8:00 pm
362
I assume you have run purify against this. Galaxy's memory manager wraps libc, but if you pass it bad arguments, it will free the wrong thing and screw up your...
Eric Wiseblatt
eric@...
Mar 15, 2001 3:02 pm
363
Greetings- We are having a problem keeping 2 listviews synchronized when you resize their dialog. We are running Galaxy 2.5 - C Version on Solaris. This same...
Brian Eyster
eyster@...
Mar 16, 2001 6:10 pm
364
Last week I posted that I was having a problem with the startup of our Galaxy applications on some HPUX11 platforms. After much debugging, I was able to...
Lainhart, Todd
todd@...
Mar 19, 2001 8:24 pm
365
Hi to all those still "faithful" to galaxy, I have an application that is "multi-tasking". One task is the galaxy event loop. The other is a galaxy timer that...
Ed Steel
steel@...
Mar 23, 2001 2:53 pm
366
What about the vdialog::DeleteLater? I always use this instead of 'delete' for the similar reasons. I have a bunch of timers and communication events that have...
Mahini, Farid @ MCDY
Farid.Mahini@...
Mar 23, 2001 3:29 pm
367
What if the user wants to start the same dialog, although it would have a new pointer ? Ed ... From: Mahini, Farid @ MCDY To: 'gum@yahoogroups.com' Sent:...
Ed Steel
steel@...
Mar 23, 2001 3:44 pm
368
Recap: The timer desposes of the closed dialogs and NULL outs an object list entry. Are you talking about the time between when the timer detects/starts ...
Mahini, Farid @ MCDY
Farid.Mahini@...
Mar 23, 2001 5:40 pm
369
Sounds like a design problem. You want to use DeleteLater as Farid suggests when deleting a dialog from an event handler in case the dialog methods are on the...
Eric Wiseblatt
eric@...
Mar 23, 2001 6:21 pm
370
The timer detects that the dialog is closed and deletes it and sets the pointer to it to NULL. When the user wants to open the dialog if its not NULL it is...
Ed Steel
steel@...
Mar 23, 2001 7:40 pm
371
That is correct. After calling DeleteLater, the dialog is no longer available to the app., but it say alive until all events associated with it are handled. ...
Mahini, Farid @ MCDY
Farid.Mahini@...
Mar 23, 2001 8:03 pm
372
I have been working on this for a long time. You can now try out a very early version of my Java springs and struts GUI builder at ...
Graham@...
Apr 5, 2001 4:55 am
373
One word: Excellent!...
Jean-Francois Allot
jfallot@...
Apr 5, 2001 9:13 am
374
I'm sorry I have temporarily removed my GUI builder from my web site. Ambiencia have made a legal objection to it. Graham...
Graham@...
Apr 6, 2001 1:57 am
375
... On what basis? that you've created something that uses springs & struts? (ie, contraint-based mgt) -art...
Art Stine
abstine@...
Apr 6, 2001 2:42 am
376
... Lovely. They're going to threaten a lawsuit over something that isn't patented. Do what you feel is best, but this sounds like nothing more than pointless...
David Charlap
shamino@...
Apr 6, 2001 3:20 am
377
If you are being threatened over the use of springs and struts they were, IMHO, nothing more than an application of the concepts employed by the layout manager...
David Roper
roper@...
Apr 6, 2001 10:24 am
378
They do not specify any detail except to claim infringment of copyrights and brazilian patents. They gave no further detail. I was an experienced Galaxy...
Graham@...
Apr 6, 2001 1:02 pm
379
... They're upset that they bought a product that they are unable to maintain or develop without the original engineers. Note from their products page that...
David Charlap
shamino@...
Apr 6, 2001 2:24 pm
380
... As one of the three original creators of springs&struts at Visix, I can confirm that it was not patented. They considered it for a while, but definitely...
Jim Edwards-Hewitt
jim@...
Apr 6, 2001 3:33 pm
381
Hello- We are trying to programmatically set the text in a numeric vspinner's (not vspinnerText) text item. For example: ...
Brian Eyster
eyster@...
Apr 19, 2001 6:07 pm
382
Is there any reason why you do not use vspinnerText ? They kindly made 2 types of spinner for the 2 kind of use ! -- Riccardo Cohen Articque Les Roches 37230...
Riccardo Cohen
rcohen@...
Apr 20, 2001 6:10 am
383
... Thanks for the suggestion about vspinnerText. This problem has arisen b/c we are porting our existing code which uses vspinner from solaris to NT. The...
Brian Eyster
eyster@...
Apr 20, 2001 5:10 pm
384
Ok. It's back at www.jalindi.com/helix (and updated) I never heard anything from them regarding specifically what they were complaining about. Graham ... GUI ...
Graham@...
Apr 25, 2001 11:21 pm
385
We are having some weird behavior with vfilechsrSetMinListWidth() on GalaxyC/Solaris 2.5. If we set this value to sufficiently large (but inconsistent)...
Brian Eyster
eyster@...
May 11, 2001 4:20 pm
386
We are using the gal2x_merge tree on Windows NT and I have a galaxy application that used to run ok if linked with our own static libraries. I have now turned...