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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 487 - 516 of 594   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline 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
497
Multibyte charsets are multi-byte. Double-byte are fixed. You need to consider the encoding and the current byte value to know whether or not the character is...
Eric Wiseblatt
ewiseblatt
Offline Send Email
Aug 26, 2002
9:52 pm
498
... I understand that reading a text file can be very very long if it has not fixed sized chars : Galaxy analyses every character to check the char size ? look...
Riccardo Cohen
riccardocohen
Offline Send Email
Aug 26, 2002
10:15 pm
499
... Some systems (like Unicode) are double-byte. Some (like Shift-JIS) are multi-byte. Multi-byte means that some characters occupy one byte and some occupy...
David Charlap
shamino3
Offline Send Email
Aug 26, 2002
11:02 pm
500
Thanks to you both for all the information. -- Riccardo Cohen Articque Les Roches 37230 Fondettes France email = rcohen@... web =...
Riccardo Cohen
riccardocohen
Offline Send Email
Aug 27, 2002
7:47 am
501
Hi, We have several MDI applications that have some problems when minimising/maximising/restoring child windows. After some investigation it would appear to...
Bruce Collie
bccollie1
Offline Send Email
Oct 16, 2002
10:20 am
502
Hi! It's been pretty quiet here. Let me give you something to laugh about. We user vresources to store project data into. Just recently one of clients...
Robbert de Groot
zekaric
Offline Send Email
Nov 13, 2002
6:11 pm
503
Ooops. Mis calculated. reduce the 175 to 44. Still crashes though. :( ... Robbert de Groot...
Robbert de Groot
zekaric
Offline Send Email
Nov 13, 2002
6:27 pm
504
Well the truth can be told now, we have shipped our first publicly distributed product "Imageware 10" which is Galaxy-free and based on QT. Our code runs on...
Victor R. Volkman
vrvolkman
Offline Send Email
Nov 19, 2002
2:56 pm
505
Congratulations, I will remember the QT solution ! I'm sorry for ambiencia, but they did not help us a lot (I did not bought anything from them but expected...
Riccardo Cohen
riccardocohen
Offline Send Email
Nov 19, 2002
4:17 pm
506
Hi Victor, Glad to here that your company is still generating products. Many of my customers have gone bye-bye, most of them had made the mistake of thinking ...
Joey Jarosz
hotngui
Online Now Send Email
Nov 19, 2002
5:01 pm
507
... I don't have any opinion on wxWindows. I do maintain a page of links on cross-platform GUIs which all are welcome to peruse ...
Victor R. Volkman
vrvolkman
Offline Send Email
Nov 19, 2002
6:22 pm
508
Hello, We had a problem with clip paths in printing, but could not solve it. Now I wonder if someone had the same : thanks to have a look at the web page :...
Riccardo Cohen
riccardocohen
Offline Send Email
Nov 27, 2002
3:49 pm
509
L’équipe Applications et Edition Logicielles du CSTB et moi-même vous offrons nos meilleurs vœux pour l'année 2003. * The CSTB software development team...
Werner Keilholz
wkeilholz
Offline Send Email
Jan 14, 2003
12:54 am
510
Greetings all... We are trying to port a Galaxy C++ application from a Solaris PC environment to a PC-based Linux environment. The app is statically linked to...
Chris Barnes <dadawgp...
mrdawgpound
Offline Send Email
Jan 20, 2003
11:14 pm
511
Galaxy C++ 2.5 can work with Linux, however I'm not sure if a solaris PC library would work on linux, especially if you have source to compile the libraries...
Eric Wiseblatt
ewiseblatt
Offline Send Email
Jan 20, 2003
11:24 pm
512
Thanks for the quick reply... When we compiled in the Solaris environment, we were using both the CC compiler and GCC 2.9.3. The Linux environment that we are...
Chris Barnes <dadawgp...
mrdawgpound
Offline Send Email
Jan 20, 2003
11:46 pm
513
... I would be surprised if the binaries were compatible. Solaris doesn't necessarily use glibc (does the Solaris/GCC version of Galaxy use glibc or Sun's...
David Charlap
shamino3
Offline Send Email
Jan 21, 2003
1:03 am
514
Greetings all... Anyone out there with some experience in rebuilding Galaxy libraries? We have Galaxy C++ 2.5 and wish to rebuild the static libraries for...
Chris Barnes <dadawgp...
mrdawgpound
Offline Send Email
Jan 21, 2003
4:40 pm
515
... I'm not sure about the procedure with purchased source. From within the Visix environment, you'd run "lroot" and answer its questions. This generates the...
David Charlap
shamino3
Offline Send Email
Jan 21, 2003
4:55 pm
516
If you don't get direct help here, try the archives of the Yahoo group - building Galaxy has been covered in a number of threads throughout the years. Also,...
Lainhart, Todd
todd01451
Offline Send Email
Jan 21, 2003
4:56 pm
Messages 487 - 516 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