Hi, We are about to extract Galaxy 3.0 on Solaris and then build it on Windows NT and we were wondering if anyone had run into any problems with this setup in ...
Bruce P.B Collie
bruce@...
Oct 1, 1999 8:05 am
84
Hi Eric, How can I append vscrib to vlist? Something like vlistAppend(vscrib). Thanks. Yonghua...
yong
yong@...
Oct 1, 1999 5:45 pm
85
Lists do not have the concept of data type, the data is "void *". You can specialize the list to know about datatypes, for instance, if the list owns the data...
Eric Wiseblatt
eric@...
Oct 1, 1999 7:04 pm
86
I'm having trouble changing the Focus vdialogItem. When User enters an unparseable value in a field (eg: x123 for a Float) & hits Tab, Galaxy wants to sequence...
P. Michael Hutchins
pmh@...
Oct 7, 1999 3:28 am
87
if it's the appropriate thing to d, I'd like to subscribe to this List....
P. Michael Hutchins
pmh@...
Oct 7, 1999 3:28 am
88
Hi Michael, we had also faced this situation before. our understanding of the problem is like this... when we want to validate a field on focuslose we have to...
Avijeet Dash
avijeetd@...
Oct 7, 1999 4:42 am
89
... <snip> ... The FAQ, together with the galaxy users and gum archives can be found at <http://inca.vertexdev.com/cgi-bin/gum.pl> davep -- David Postill...
Dave Postill
davep@...
Oct 7, 1999 8:26 am
90
Thank you all (including Stephen Hall, who replied to me directly)! ... (after having beat on it unsuccessfully for a day or two before that) (Doing...
pmh@...
Oct 8, 1999 5:00 pm
91
Hello Gummers: Does anyone know why nsec component of the vtimestamp variable returned by vtimestampGetNow() does not have usec part to it. I always get...
Mahini, Farid @ MCDY
Farid.Mahini@...
Oct 11, 1999 12:43 pm
92
In one line vtextitems, if the user inserts text by typing on the keyboard, or using the Paste command, the text is scrolled if the inserted text doesn't fit...
Ludvig Borgne
ludde@...
Oct 11, 1999 1:17 pm
93
Hi, I have created a spring layout manager for Java. It is similar but different from the Galaxy spring manager. It is different in that I have removed ...
Graham Robertson
Graham.Robertson@...
Oct 11, 1999 1:32 pm
94
Try, vtextSelectRange( vtextviewGetTextData( view ), vtextviewGetSelection( view ), start, end ); vtextviewSetCaret( view ); where start and end define the...
Bruce P.B Collie
bruce@...
Oct 11, 1999 1:38 pm
95
Thanks, but the first thing (SelectRange) I allready do, and the second (SetCaret) doesn't seem to make any difference to the scroll position. But your mail...
Ludvig Borgne
ludde@...
Oct 11, 1999 2:16 pm
96
Hello, We recently compiled Galaxy v2.7 and move from MS Developer Studio 4.0 on Win95 to 5.0 on NT. Since then we have noticed that all of our Galaxy app's...
Robert G. Phillips
rphillip@...
Oct 12, 1999 7:08 pm
97
Hello Gummers: Does anyone know why nsec component of the vtimestamp variable returned by vtimestampGetNow() does not have usec part to it. I always get...
Mahini, Farid @ MCDY
Farid.Mahini@...
Oct 12, 1999 8:21 pm
98
You have to set the style vwindowSTYLE_MAIN on windows you want to be correctly managed in the windows taskbar: SetStyle(GetStyle() | vwindowSTYLE_MAIN); ...
Jean-Francois Allot
jfallot@...
Oct 13, 1999 6:51 am
99
... No idea why this wasn't necessary on Win95, but with Galaxy 2.7 on NT you must add the style MAIN to windows you want to go to the task bar (and I think...
vtimestamp are not real time. not at all actually ! If you need accurate information, you must use native calls under the millisecond, don't expect it to be...
Riccardo Cohen
rcohen@...
Oct 13, 1999 9:19 am
102
Hello, We are running Galaxy 2.7 using Visual C++ 5.0. Our application is erratically generating a Galaxy exception on exit. We are attempting to capture...
Robert G. Phillips
rphillip@...
Oct 13, 1999 1:52 pm
103
... We are not mindreaders (-: How about giving us a few more details about the exception? davep -- David Postill Investment Intelligence Systems...
Dave Postill
davep@...
Oct 13, 1999 1:59 pm
104
... Thanks a lot (also to the others who posted the same answer); that fixed the problem. It's fun moving from 2.6 to 2.7 without any support docs. -- Robert...
Robert G. Phillips
rphillip@...
Oct 13, 1999 2:09 pm
105
... We've seen similar problems (but with Galaxy 3.0 'C') on both Win95 and WinNT, but not UNIX. On Win95 our application visits to Dr. Watson but on WinNT it...
Henry Burks
burks@...
Oct 13, 1999 2:45 pm
106
The problem may be that you are calling the stdlib exit function rather than the vstdlib exit function. That is sure to cause it to crash. Make sure the files...
Graham Robertson
Graham.Robertson@...
Oct 13, 1999 2:50 pm
107
... We have never had this problem (using Galaxy C 2.7 / VC++ 5.0 on NT), but we do have a loop that goes through all open windows and closes them (and...
Ludvig Borgne
ludde@...
Oct 13, 1999 2:55 pm
108
... Make sure your window Close() calls DeleteLater() instead of Delete(). davep -- David Postill Investment Intelligence Systems Corp Galaxy...
Dave Postill
davep@...
Oct 13, 1999 3:12 pm
109
... I don't know it this might solve it. We are using Galaxy 3.0 and seen a similar problem. Our solution was to call veventFlushProcessing() right before...
Robbert de Groot
robbert@...
Oct 13, 1999 4:09 pm
110
Don't know if its the same problem you describe but we occasionally have an exception thrown on exit by _vwindowUnmakeInfo. This seems to be caused by some...
Graham Stewart
graham@...
Oct 15, 1999 10:39 am
111
Anybody have a YACCC-able grammar for .VRX files? I know there is a BNF grammar in the Galaxy books but it would great if there was one already proofed. ... ...
Victor R. Volkman
vv@...
Oct 15, 1999 12:22 pm
112
This was originally the problem in _vwindowUnmakeInfo. We commented out the code throwing the exception and the problem went away for a while. Later, we found...