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. ...
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@...
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@...> ...
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...
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@...
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...
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@...
Feb 7, 2003 1:23 am
538
... What happens if you launch your app from a DOS prompt? -- David...
... 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@...
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....
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@...
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...
... 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....
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...
... 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...
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...
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...
My Galaxy application crashed after standing idle for several minutes, giving the following error on my terminal window... "An error has occurred Error 1:...
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...
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...
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...
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@...
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...
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...
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...