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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 276 - 305 of 594   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
276
hi folks, who's still using galaxy in London and what versions? cheers in advance... .:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. ...
mark williams
mark@...
Send Email
Apr 18, 2000
11:01 am
277
I have a problem with the NT version of our app. There are two main editing tools that access a file database. Tool A has no problem opening the db file. But...
Gregory Rochford
grochford@...
Send Email
Apr 19, 2000
8:53 pm
278
If you have the Galaxy sources, you can easily fix this. If not, I see no immediate solution to your problem. HTH, Jean-Francois Allot...
Jean-Francois Allot
jfallot@...
Send Email
Apr 20, 2000
8:07 am
279
Hi, I can easily get the creation/modification date of a file with vfsPath::GetFileInfo. But I cannot find the function to set the creation/modification date...
Riccardo Cohen
rcohen@...
Send Email
Apr 20, 2000
1:33 pm
280
To change file time under Unix/NT, use 'utime'....
Jean-Francois Allot
jfallot@...
Send Email
Apr 20, 2000
1:58 pm
281
Hi all, I have been trying to build Galaxy C++ using SunSoft C 3.0.1 / C++ 4.0.1 on Solaris 2.5.1 (Sparc). The C builds usually go pretty well, but the C++...
Dave Rutherford
drutherf@...
Send Email
Apr 20, 2000
5:58 pm
282
Hi: I have programmically drawn an image, and need to have it displayed as transparent (Normally I use the VRE, but resizing an Vre drawn image changes the...
Mahini, Farid @ MCDY
Farid.Mahini@...
Send Email
Apr 20, 2000
9:17 pm
283
The version I have built under Solaris is 2_5_8pt, whith the compiler 'CC: WorkShop Compilers 4.2 18 Sep 1997 C++ 4.2 patch 104631-04'. The modification I made...
Jean-Francois Allot
jfallot@...
Send Email
Apr 21, 2000
7:12 am
284
Here is some code where I successfully create a transparency vimage *transparency; transparency = new vimage; transparency->SetSize(w, h); ...
Jean-Francois Allot
jfallot@...
Send Email
Apr 21, 2000
7:26 am
285
Hi everyone, A former colleague told me that there is a way to have Galaxy respond to keyboard accelerators without my having to create menu items to hold...
Eric Blough
Eric.Blough@...
Send Email
Apr 24, 2000
9:28 pm
286
They are probably refering to key bindings for the Command Manager. You'll probably want to look at some of the sample code to get started. - eric...
Eric Wiseblatt
eric@...
Send Email
Apr 24, 2000
9:42 pm
287
The samples don't describe this very well (IMHO), so here's a short example describing how to add a Key Command connecting Ctrl-N to the 'New' command to the...
Ludvig Borgne
ludde@...
Send Email
Apr 25, 2000
7:56 am
288
... This exception is raised if the transparency image is not null *and* the number of colors in the transparency image is != 2. Look like you have more colors...
David Postill
davep@...
Send Email
Apr 25, 2000
9:07 am
289
Jean (and David): Thank you both for your suggestions/directions. It pointed me in the right direction (I was using ImageDevice instead of MaskDevice and also...
Mahini, Farid @ MCDY
Farid.Mahini@...
Send Email
Apr 26, 2000
3:40 pm
290
... I tried starting with this MSA, but without ultimate success. Lacking the 4.2 Workshop compiler, I tried using the trial version of the 5.0 compiler, and...
Dave Rutherford
drutherf@...
Send Email
May 1, 2000
3:20 pm
291
Hi, I'm trying to add menu button menus to some of my dialog items. Everything's working just fine, except for one thing. I don't wan't the menus to contain...
Ludvig Borgne
ludde@...
Send Email
May 8, 2000
3:30 pm
292
One simple workaround is to avoid using these Galaxy-known command tags, and to implement yours: 'menuCopy', 'menuPaste', ... You can maybe try to clear the...
Jean-Francois Allot
jfallot@...
Send Email
May 9, 2000
7:27 am
293
Well, I could use my own tags, but then I'd have to reimplement the commands as well, which seems a bit stupid since Galaxy implements them for me (for...
Ludvig Borgne
ludde@...
Send Email
May 9, 2000
8:39 am
294
Another ugly workaround is to: . use your own tags . dispatch the corresponding galaxy-known tags using DispatchCommand(const vname*) Example: 'menuCopy'...
Jean-Francois Allot
jfallot@...
Send Email
May 9, 2000
8:49 am
295
... Yeah, but it is an ugly one... and it would mean that I'd have to rewrite a lot of code... Another problem I've run into is to get the commands in the menu...
Ludvig Borgne
ludde@...
Send Email
May 9, 2000
1:53 pm
296
I'm sure I've seen this question asked some 10-20 times before, but I cannot remember if I've seen an answer... I have a vtextitem with more than one line of...
Ludvig Borgne
ludde@...
Send Email
May 16, 2000
7:43 am
297
Override the Focus/Unfocus methods: In Focus: save the dialog's confirm item and reset it to NULL In Unfocus: restore the dialog's confirm item to its original...
Jean-Francois Allot
jfallot@...
Send Email
May 16, 2000
7:52 am
298
Problem: galaxy programs crash with following messages: An error has occurred. The following chain of information is available: error 1: / module: vinst file:...
Ed Steel
steel@...
Send Email
Jun 1, 2000
2:03 pm
299
It looks like you are screwing a pointer up somewhere. errno is bogus. You are passing a negative number to vmemAlloc, which looks suspiciously like you are...
Eric Wiseblatt
eric@...
Send Email
Jun 1, 2000
7:15 pm
300
Hi, We are currently trying to build a debug version of Galaxy 2.6 Patch 238. However, it would appear that what galaxy did when releasing patches, was take...
Bruce P.B Collie
bruce@...
Send Email
Jun 19, 2000
1:41 pm
301
We are building the sources labelled gal2_6_2pt, which corresponds to galaxy 2.7. It works fine. ... mailto:bruce@... The Mackenzie Building TEL +44...
Jean-Francois Allot
jfallot@...
Send Email
Jun 19, 2000
1:44 pm
302
Hi, We are currently using Galaxy 2.6, but are planning on moving to 2.7. However, we use the XRT/graph libraries from Widget Workshop to produce business...
Bruce Collie
bruce@...
Send Email
Jun 23, 2000
2:38 pm
303
I'm using Galaxy Global 3.0 on Solaris and NT Is there any way to change the title of the print dialog that comes up when you call vprintConfirmJob() ? The...
Gregory Rochford
grochford@...
Send Email
Jul 14, 2000
10:21 pm
304
Using galaxy 2.6 on Solaris 2.6. I have a list in which I have called: SetSelectMethod (myselection, vlistFREE_SELECTION) This is a single column list. I can...
Ed Steel
steel@...
Send Email
Jul 19, 2000
6:44 pm
305
We have a machine which cannot run any Galaxy-based programs. It is Windows 2000 Server (SP1) and we have Galaxy Global C package loaded. Our Galaxy apps fail...
Victor R. Volkman
vv@...
Send Email
Aug 31, 2000
7:14 pm
Messages 276 - 305 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