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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 456 - 485 of 594   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
456
Nice email - Qt sounds promising (have always thought moving to MFC would not be real progress...), and the whole process sounds very applicable to our...
Mike Dunne
mike.dunne@...
Send Email
Apr 2, 2002
2:45 am
457
I would like to post a message. Hi, I would like to know how to convert vchar to vdate. My vchar is of the format Example 03/08/2002;08:26:52.I would like this...
Usha Kadadi
ushadk
Online Now Send Email
Apr 3, 2002
4:57 pm
458
Hi, I would like to know how to convert from vchar to vdate. My vchar is of the format.Example :03/08/2002;08:26:52.I would like this to be converted to vdate...
Usha Kadadi
ushadk
Online Now Send Email
Apr 3, 2002
5:24 pm
459
Hi, I would like to convert from vchar to string format. For example my vchar is of the format 03/08/2002;08:26:52. I would really appreciate if any of you...
Usha Kadadi
ushadk
Online Now Send Email
Apr 3, 2002
5:26 pm
460
Sorry if this has been asked before (actually, I did in 1996...), but I can't find the answer anymore. I would like to start up Galaxy in a way that only the...
Werner Keilholz
wkeilholz
Offline Send Email
Apr 22, 2002
1:53 pm
461
... IIRC, I think this window is the debug output. It's not actually a part of Galaxy's GUI subsystem, but an NT console window that takes the place of the...
David Charlap
shamino3
Offline Send Email
Apr 22, 2002
5:42 pm
462
Are you using C or C++? It's different. Galaxy automatically does lazy initialization as you use modules. In Galaxy C the absolute minimum is something like...
Eric Wiseblatt
ewiseblatt
Offline Send Email
Apr 22, 2002
6:19 pm
463
Well, the DOS window is not normaly there (as long as there is no console output, such as a GALAXY error), I just have a 2nd icon sitting on my Windows...
Werner Keilholz
wkeilholz
Offline Send Email
Apr 22, 2002
6:41 pm
464
Thanks Eric for that detailed explanation - that realy helped a lot ! I'm using C++ and I indeed have some unneeded #includes around. I'll start removing them...
Werner Keilholz
wkeilholz
Offline Send Email
Apr 22, 2002
6:49 pm
465
This might be trivial but I can't seem to see it. In code I'm hoping to use vresourceGetParent() which will return a vresource value (pres). Now I would like...
Robbert de Groot
zekaric
Offline Send Email
Apr 24, 2002
9:11 pm
466
I am no expert on vresource, but hopefully the following example will help. I also find $GALAXYHOME/bin/vr2vrx very helpful in understanding how vresource is...
Francis Ma
francis@...
Send Email
Apr 24, 2002
10:23 pm
467
Hi I am new to this group but we have been using Galaxy since about 1994. I am looking for a Galaxy widget that allows a list of tasks to be marked as covering...
Allan Wallace
allanw40
Offline Send Email
May 17, 2002
6:26 am
468
I wrote gantt and pert charts widgets for a client (Unison Software, now part of IBM/Tivoli) about 5 years ago. It was not that hard to do. I don't know anyone...
Joey Jarosz
hotngui
Online Now Send Email
May 17, 2002
7:40 am
469
Do you have any pointers on how this could be done. I was thinking of starting with a one column listview and drawing to scale within each item. Allan ... ...
Allan Wallace
allanw40
Offline Send Email
May 20, 2002
10:31 am
470
For the Gantt chart, I believe I started with a vlistview and a vdomainview. The list few took car of the spreadsheet like data and the vdomainview displayed...
Joey Jarosz
hotngui
Online Now Send Email
May 20, 2002
3:17 pm
471
GUM Subscribers, The latest version of our application was released about 6 months ago. Prior to release we did extensive testing on WNT, W2K, and WXP...
Paul Coltrin
pablo@...
Send Email
Jun 4, 2002
4:28 pm
472
I fixed this problem in 2.7. I've only seen it surface with Japanese, but the problem isnt specific to Japanese. I do not know how to fix this without source. ...
Eric Wiseblatt
ewiseblatt
Offline Send Email
Jun 4, 2002
5:26 pm
473
I've reported this problem more than two years ago. Usually it involves east Asian fonts. Appears more often on Windows 2000 than NT 4.0. Our solutions...
Victor R. Volkman
vrvolkman
Offline Send Email
Jun 4, 2002
6:09 pm
474
Victor and Eric, Thanks for the advice. I have reproduced the problem in-house on a WinXP by installing one font: Abadi MT Condensed 64K 12/11/96 12:00AM ...
Paul Coltrin
pablo@...
Send Email
Jun 5, 2002
9:44 pm
475
Do you have source? ... From: Paul Coltrin [mailto:pablo@...] Sent: Wednesday, June 05, 2002 2:36 PM To: gum@yahoogroups.com Subject: [gum] RE: Font...
Eric Wiseblatt
ewiseblatt
Offline Send Email
Jun 6, 2002
1:01 am
476
No, I don't have Galaxy source code....
Paul Coltrin
pablo@...
Send Email
Jun 6, 2002
1:34 am
477
... It is worth noting that all versions of Windows may have Japanese support installed these days. The Asian language components of Windows are available as...
David Charlap
shamino3
Offline Send Email
Jun 9, 2002
3:05 am
478
Hi, This is a general question about threads. I tried to write some thread safe classes, using mutexes on windows and unix (posix mutex). I found that the...
Riccardo Cohen
riccardocohen
Offline Send Email
Jun 19, 2002
10:38 pm
479
... Mutexes are the last resort of thread safety. If it is at all possible, you should try to architect your code to be thread safe without using synchronizing...
David Charlap
shamino3
Offline Send Email
Jun 19, 2002
11:07 pm
480
Using mutexes is going to involve a cost. Depending on the nature of your classes, you might want to make your objects "thread-friendly" and require the caller...
Eric Wiseblatt
ewiseblatt
Offline Send Email
Jun 20, 2002
2:16 am
481
Thanks David for your quick answer. ... because I am afraid to make many mistakes in more complex cases, and I really dont know if each line of the C code is...
Riccardo Cohen
riccardocohen
Offline Send Email
Jun 20, 2002
3:43 pm
482
Thanks Eric for your quick answer. ... I am quite sure it is. I made a small program on Win32/Cygwin/Linux/MacOsX to allocate memory in A LOT of threads and...
Riccardo Cohen
riccardocohen
Offline Send Email
Jun 20, 2002
3:50 pm
483
... I don't think so. As far as I know, thread-starting APIs always specify a function to act as "main" for that thread. The function is called when the...
David Charlap
shamino3
Offline Send Email
Jun 20, 2002
4:28 pm
484
Thanks a lot for all explanation. I understand much better now. I assumed that the user could call my function thread_startup(). In that function I put an...
Riccardo Cohen
riccardocohen
Offline Send Email
Jun 21, 2002
6:19 am
485
Also note that using Windows native mutexes are >very< slow... they require a full round-trip to the kernel, which isn't what you really want in most cases....
Art Stine
abstine@...
Send Email
Jun 21, 2002
6:26 am
Messages 456 - 485 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