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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 290 - 319 of 594   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Victor R. Volkman
vv@...
Send Email
Oct 13, 2000
12:17 pm
Messages 290 - 319 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