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 467 - 496 of 594   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline 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
Offline 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
486
yes but is this CRITICAL_SECTION portable to unixes ? Not sure ! ... -- Riccardo Cohen Articque Les Roches 37230 Fondettes France email =...
Riccardo Cohen
riccardocohen
Offline Send Email
Jun 21, 2002
8:13 am
487
We are having problems with the Symbol font. The problem is, it won't display. Any time the Symbol font is applied the text displays in MS Sans Serif (I'm...
fjlaga
Offline Send Email
Jul 11, 2002
6:44 pm
488
With the help of a colleague and by stepping through the source code for the Galaxy font chooser (it's good to have the source) I now understand what is going...
Frank J. Lagattuta
fjlaga
Offline Send Email
Jul 11, 2002
9:17 pm
489
Hi GUMs, We are trying to make our Galaxy application work on a Japanese Solaris system. The first major issue is simply character input/output. Under CDE, a...
jfallot
Online Now Send Email
Jul 15, 2002
2:51 pm
490
Hi, You need to global version of Galaxy. We use the Global version for everything, it will not impact you at all although each string character at runtime is...
Greg Harris
gregh@...
Send Email
Jul 15, 2002
4:14 pm
491
GUM Subscribers, I have found what appears to be a culprit font: MS-DOS CP 949 = app949.fon At any rate I can cause our application to break or to work...
Paul Coltrin
pablo@...
Send Email
Jul 18, 2002
11:17 pm
492
We are trying to put a vtreelist together which appears like a multicolumn list in a tree format. It is really just a standard vtree with the Title set to a...
allanw40
Offline Send Email
Aug 14, 2002
6:27 am
493
hello, re-reading these mails, I was wondering something... I never used a double byte system. And for example on an arabic or chinese version of MSWindows,...
Riccardo Cohen
riccardocohen
Offline Send Email
Aug 26, 2002
8:55 pm
494
Windows uses the current locale to decide how to open files so if you have your locale set to Japanese SJIS then it expects that encoding to be in all the...
Greg Harris
gregh@...
Send Email
Aug 26, 2002
9:26 pm
495
Thanks for the answer, but in that case : ... when you do a FILE *f=fopen("..","r") and read file with fread(...), how do you know that the next character will...
Riccardo Cohen
riccardocohen
Offline Send Email
Aug 26, 2002
9:42 pm
496
Yes, not confuse characters with bytes. You will be reading bytes unless you use one of the stream readers in Galaxy, Java or C++ which actually know about...
Greg Harris
gregh@...
Send Email
Aug 26, 2002
9:51 pm
Messages 467 - 496 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