Hello Everyone, Just a quick reminder that the email address for GUM is gum@egroups.com . The old "inca" address is now disabled. Some traffic started on the...
Jeff Barr
jeff@...
Mar 3, 2000 4:41 am
259
I believe your problem stems from the fact that veventPostFuture(event,0,100000000) doesn't actually post an event 100000000 nanoseconds from the time it is...
Graham Stewart
graham@...
Mar 3, 2000 9:44 am
260
I have some troubles with Galaxy under HP-UX 11.0 : Â my application (or any sample) crashes with the following callstack: Â #0Â 0xc00990dc in _sigfillset...
Jean-Francois Allot
jfallot@...
Mar 13, 2000 4:07 pm
261
I cannot start VRB anymore. When I bring it up, I get instruction at "0x67019fdc" referenced memory at "0x00000000". The memory could not be "read". Using...
Gregory Rochford
grochford@...
Mar 22, 2000 4:22 pm
262
We have found the same to be true. VRB stops working after installing Office 2000. We have not sovled this problem yet. If you do, we would love to hear about...
Harrington Todd Capt ...
Todd.Harrington@...
Mar 22, 2000 5:17 pm
263
... The problem is that Galaxy (VRB) is looking for OLE components and checks their information like version number. That's were the problem exists. Outlook...
Robbert de Groot
robbert@...
Mar 22, 2000 5:28 pm
265
Oh dear! Does this affect the end user? Can Galaxy apps still run? Lisa A. Pray Hydrologic Engineering Center 609 Second Street Davis, CA 95616 530.756.1104 ...
Pray, Lisa A HEC
Lisa.A.Pray@...
Mar 23, 2000 4:27 am
266
Great. We have a source license. How do we fix this guy? Todd ... From: Robbert de Groot [mailto:robbert@...] Sent: Wednesday, March 22, 2000 10:18 AM ...
Harrington Todd Capt ...
Todd.Harrington@...
Mar 23, 2000 4:27 am
267
... Our apps have been running fine with the standard libraries after Office 2000 was installed. We probably aren't falling through the same code that VRB is...
Robbert de Groot
robbert@...
Mar 23, 2000 4:40 am
268
Vrb is crashing when it tries to get the list of available components from the registry. I believe this wasn't available in Galaxy until 3.0 and, of course,...
Bulitta, Jim
Jim.B@...
Mar 23, 2000 3:16 pm
269
The change we made to fix this is in file vole\oleutil.c. All references here are to the Galaxy C 3.0/local version of the source, so specifics may be...
Bulitta, Jim
Jim.B@...
Mar 23, 2000 5:51 pm
270
We are using Galaxy 2.5 running on AIX 4.3.3 (SP2 hardware) When opening a confirm, we get this error: An error has occurred. The following chain of...
Rachel Starnes
rstarnes@...
Mar 27, 2000 2:27 pm
271
Hi, We are old time users of galaxy running 2.6 on win32. Right now our code is reasonably stable and requires minimal maintenance (it did take a big effort to...
Mike Dunne
mike.dunne@...
Mar 28, 2000 2:10 am
272
... www.ambiencia.com bought the product, the right to sell and to control distribution as far as I know 2) How much would it cost to get the most recent...
Riccardo Cohen
rcohen@...
Mar 28, 2000 9:17 am
273
Hi I there anyone out there who can help ? We currently use Galaxy as the GUI front end to one of our applications. However we also use another product...
Iain Marris
iain.marris@...
Mar 30, 2000 9:46 am
274
I'm doing work with Telcordia (formally Bellcore) and, coincidently, rebuilt G/Script last week. The Tcl 8.0 uses name spaces which causes a problem with ...
Eric Wiseblatt
eric@...
Mar 30, 2000 2:16 pm
275
Has anyone else observed (and better yet, fixed) the bug in Galaxy (2.5 and 2.6 at least) where the _vclientInNew flag gets tested by the vdict constructor and...
Alan Lehotsky
qsmgmt@...
Mar 31, 2000 3:21 am
276
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...