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...
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...
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...
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@...
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@...
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...
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,...
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@...
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...
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@...
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...
... 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...
... 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...
Hi, We have several MDI applications that have some problems when minimising/maximising/restoring child windows. After some investigation it would appear to...
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...
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...
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...
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 ...
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 :...
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...
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...
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...
... 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...
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...
... 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...
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,...