Search the web
Sign In
New User? Sign Up
gum · Galaxy User's Mail
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 530 - 559 of 594   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
530
If I recall correctly there used to be some 'tooltip' sample code for 2.5/6. Would anyone still have that handy? I would love to have a look at it. Thanks. ...
Robbert de Groot
zekaric
Offline Send Email
Feb 4, 2003
10:30 pm
531
I have sample code for 3.0. Would that help? Francis Ma ... From: Robbert de Groot [mailto:robbert@...] Sent: Tuesday, February 04, 2003 3:33 PM To:...
Francis Ma
francis@...
Send Email
Feb 5, 2003
2:33 am
532
I got one for C++ 2.7 enclosed ... Subject: [gum] Digging in the vault. Date: Tue, 04 Feb 2003 14:33:19 -0800 From: Robbert de Groot <robbert@...> ...
Riccardo Cohen
riccardocohen
Offline Send Email
Feb 5, 2003
8:10 am
533
Ack! C++! I'll take it anyway. Thanks a bunch! ... Robbert de Groot...
Robbert de Groot
zekaric
Offline Send Email
Feb 5, 2003
4:27 pm
534
We have 3.0 but we have found that the tooltip support in 3.0 will cause a crash in XP (or at least some peoples' XP machines.) We've also tried to build from...
Robbert de Groot
zekaric
Offline Send Email
Feb 5, 2003
4:30 pm
535
Hi Robert, I have attached a zip file of some sample code I obtained years ago at a Visix Conference. I don't know if it works but you can take a look. ...
Kim Andersen
kim@...
Send Email
Feb 5, 2003
5:41 pm
536
Works or not I just need a clear idea on how to do it. Thanks! At 2003-02-05, 10:40 -0700, Kim Andersen wrote: I have attached a zip file of some sample code I...
Robbert de Groot
zekaric
Offline Send Email
Feb 5, 2003
5:47 pm
537
Hi All, We recently upgraded to use Galaxy 3.0 from 2.6. Now the Galaxy Debug window only appears for the Debug version but not the optimized (Release)...
Kim Andersen
kim@...
Send Email
Feb 7, 2003
1:23 am
538
... What happens if you launch your app from a DOS prompt? -- David...
David Charlap
shamino3
Offline Send Email
Feb 7, 2003
1:30 am
539
... It makes no difference. The program starts and the DOS prompt is ready for another command but no messages appear. I know that when we re-compile and link...
Kim Andersen
kim@...
Send Email
Feb 7, 2003
1:44 am
540
... That's what I was afraid of. On NT-derived systems (NT, 2K, XP), graphical applications must explicitly open a console device for console output....
David Charlap
shamino3
Offline Send Email
Feb 7, 2003
3:56 am
541
Hi David, Your suggestion worked thanks! I changed the linker option from: "/SUBSYSTEM:WINDOWS" to "/SUBSYSTEM:CONSOLE" Now the console appears automatically...
Kim Andersen
kim@...
Send Email
Feb 7, 2003
10:41 pm
542
... I'm glad to hear that this seems to have worked. I would not recommend using this for a shipping app, however, since there may be other side effects of...
David Charlap
shamino3
Offline Send Email
Feb 10, 2003
5:37 am
543
... This is how fltk switches the console off and on. I've used this technique for years. Amazingly, it does what it appears to do and no other mamboM$magic....
Dick Balaska
dickbalaska
Offline Send Email
Feb 10, 2003
5:47 am
544
Hi all, This is very similar to message 387 except that i'll be building the C version for NT, not C++ Following the readme instructions, i get the output as...
Dan Norberg
deveron2222
Offline Send Email
Feb 11, 2003
3:58 am
545
... mkdir ~/tmp cd ~/tmp cp ~/dn/msa/src/vbuild/* . gcc -o vbuild *.c cd ~/dn/src mkdir vbuild cd vbuild ~/tmp/vbuild -m make At this point, you should have a...
David Charlap
shamino3
Offline Send Email
Feb 11, 2003
5:33 pm
546
Thanks David! i had figured out i needed to rebuild it, but got bogged down trying to figure out what to do with it once it was built. dan...
Dan Norberg
deveron2222
Offline Send Email
Feb 11, 2003
8:48 pm
547
Does anyone know anthing about this addendum to the source CD? (referred to by Dave Postill in message 210) ... once a...
Dan Norberg
deveron2222
Offline Send Email
Feb 11, 2003
8:53 pm
548
I had a wierd experience using vre.. I was changing the features of a button in my Galaxy application. I went to the menu afterwards and clicked on 'Save...
Chris Barnes <dadawgp...
mrdawgpound
Offline Send Email
Feb 24, 2003
6:35 pm
549
We've seen this all the time! VRE, VRB are known to be unstable and have some gotchas. The best way I found out to work around this problem is to make a copy...
Robbert de Groot
zekaric
Offline Send Email
Feb 24, 2003
6:44 pm
550
My Galaxy application crashed after standing idle for several minutes, giving the following error on my terminal window... "An error has occurred Error 1:...
Chris Barnes
mrdawgpound
Offline Send Email
Mar 20, 2003
8:48 am
551
Hi there! Does anyone have any current/updated contact information for Ambiencia? We've been trying to get in touch with them for the last few weeks and have...
svachak
Offline Send Email
Apr 2, 2003
4:17 pm
552
Sorry for the typo: this: "We've been trying to get in touch with them for the last few weeks and have had much success." should have said: "We've been trying...
svachak
Offline Send Email
Apr 2, 2003
4:19 pm
553
I last heard from them over a year ago. They were in theory going to purchase the rights to my Galaxy based widgets but backed out of the deal at the last...
Joey Jarosz
hotngui
Offline Send Email
Apr 2, 2003
4:52 pm
554
Yes, they are still around. I received a demo copy of Galaxy 3.0 for Linux from them last month. Francis Ma Hampson-Russell A Veritas Company ... From: svachak...
Francis Ma
francis@...
Send Email
Apr 2, 2003
5:23 pm
555
Thanks for the info, Francis & Joey! I'm happy to say Ambiencia finally responded to our email yesterday afternoon... so at least I know we can look at getting...
svachak
Offline Send Email
Apr 3, 2003
2:11 pm
556
Can someone please supply me with a copy of lroot? I'm trying to build Galaxy C++ for Sun CC5.2. The only copy of the source code we've got remaining from...
andy_sturrock
Offline Send Email
May 19, 2003
5:03 pm
557
Just curious... What is the longest string that a vname can represent? Robbert de Groot...
Robbert de Groot
zekaric
Offline Send Email
May 29, 2003
12:21 am
558
Added to this, the longest string or tag name that can be set on a vrb resource item or value. ... Robbert de Groot...
Robbert de Groot
zekaric
Offline Send Email
May 29, 2003
12:22 am
559
As far as I know, the vname is simply a vstr stored in a global hash. So there is no reason why it should be limited, except if the global hash limits the key...
Riccardo Cohen
riccardocohen
Offline Send Email
May 29, 2003
4:49 pm
Messages 530 - 559 of 594   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