... 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...
Victor R. Volkman
vv@...
Aug 31, 2000 7:14 pm
306
Hi, Ambiencia has a new Galaxy 3.0 release for Visual 6 that fixes some problems with new versions of ActiveX components introduced with Office 2000, that...
Luis C. M. Molan
luis@...
Aug 31, 2000 8:54 pm
307
We have certified our Galaxy and Global Galaxy products (incl. vre) on Windows 2000 without any problem. We are using a merged version of Galaxy source code ...
Greg Harris
gregh@...
Aug 31, 2000 9:30 pm
308
I'm not familiar with this problem, however it might have something to do with the font manager startup. I had seen a similar problem on Japanese NT 4.0 a...
Eric Wiseblatt
eric@...
Sep 4, 2000 9:24 pm
309
Hi, We would like to use a timer to "smooth" the occurrance of tablet events in time (and space to some extent for that matter). The reason is that we ...
Craig R. Steury
csteury@...
Sep 22, 2000 5:41 pm
310
... vtimers use no OS-level code. When you start a vtimer, it fetches the current time, adds the interval to it, and posts a vevent into the future to go off...
David Charlap
shamino@...
Sep 22, 2000 7:00 pm
311
I'm having a problem closing a (non-modal) dialog. The following code is what I thought would work: veventFlushProcessing(); vdialogDestroy(gui_window_ptr); ...
Gregory Rochford
grochford@...
Sep 26, 2000 3:56 pm
312
You are probably referencing the window_ptr elsewhere on the call stack opening the modal dialog. Use vdialogDestroyLater instead. This will queue an event to...
Eric Wiseblatt
eric@...
Sep 26, 2000 4:19 pm
313
There is no function vdialogDestroyLater() If I use vwindowDestroyLater( vdialogGetWindow(gui_window_ptr) ); it works. (although I could've sworn that it...
Gregory Rochford
grochford@...
Sep 26, 2000 4:54 pm
314
Dont you just do the OK work and leave the dialog state management to the chooser? I wouldnt think you should be closing the dialog as that isnt your...
Eric Wiseblatt
eric@...
Sep 26, 2000 5:41 pm
315
I must admit that closing a dialog within the event processing has always been a pb for us (C++2.7). But vdialog::DeleteLater solved completely the crash pb. ...
Riccardo Cohen
rcohen@...
Sep 27, 2000 5:58 am
316
In my case the problem was multiple calls to vcommandAddSpaceDictOwned(). Once the second call was made, there was some data managed by Galaxy that wasn't...
Gregory Rochford
grochford@...
Sep 28, 2000 12:56 am
317
Hi gummers I have a vspinner in a dialog. I want to know when the user has either clicked in the text entry portion or clicked on the spinner buttons ? Ed...
Ed Steel
steel@...
Sep 29, 2000 7:19 pm
318
Hola Ed: I have used the following methods for detecting actions in my NumericSpinners: 1) ObserveDialogItem 2) HandleButtonDown/Up I normally use the...
Farid Mahini
Farid.Mahini@...
Sep 30, 2000 9:19 am
319
When you maximize a Galaxy 2.7 app (such as VRE for example), it covers up the Win9x taskbar and disables the auto-hide feature. Normally, you can maximize a...