hi folks, who's still using galaxy in London and what versions? cheers in advance... .:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. ...
mark williams
mark@...
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@...
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@...
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@...
Apr 20, 2000 1:33 pm
280
To change file time under Unix/NT, use 'utime'....
Jean-Francois Allot
jfallot@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...