Has anyone ever been able to get vfilechsrSetFilterByProc to work with a native file chooser on Windows? The Galaxy Application Environment Programmer's Guide...
I'm not absolutely certain, but I'm pretty sure it doesn't work with the native file chooser. I don't believe the Windows file chooser provided any hooks to...
We used the file type list box on the native open-file dialog, but it is limited to 10 file types (dont know if galaxy or windows) and I am not sure to be able...
I think you're right Jim. If I remember correctly, we could only make native file choosers on Windows filter by extension. -Larry ... From: Jim Edwards-Hewitt ...
We are migrating a GALAXY application to a Visual C++ - only environment. As a first step, all GUI components have been rewritten in MFC. Now the core...
I choose to rewrite new classes, maybe the wrong choice, but more object oriented ! -- Riccardo Cohen Articque Les Roches 37230 Fondettes France email =...
Hi Werner, Good luck. We have a product based on galaxy 2.6 (probably 5 years old now), and have looked at porting it. The effort (for us) looks to be...
Mike Dunne
mike.dunne@...
Mar 27, 2002 2:52 am
444
Hi gummers and former gummers, I know that a port is mucho work, so as long as you are contemplating a port, junk the d__m galaxy and code in something that is...
Ed Steel
steel@...
Mar 27, 2002 2:11 pm
445
Motion seconded: do not try to emulate Galaxy string models, simply re-implement using ANSI wstrings, MFC CStrings, UNICODE, or whatever makes you...
Makes you wonder if a few of us shouldn't be discussing some joint effort. How many people are there still on the group that are thinking about or are actively...
We just started de-Galaxifying our apps using Java. Anyone using Qt(or other toolkit)instead of Java? What are the pros and cons of either approach? Cheers, ...
Francis Ma
francis@...
Mar 27, 2002 11:05 pm
448
Given the appearance of interest, I have to throw my hat into the ring: I would be interested in offering services to anyone looking to port their applications...
Eric says, ... I will be happy to confirm and endorse Eric's skills in this area. He was one of the first members of the Galaxy team at Visix was always known...
Just a few comments on the general issue of porting... About a year and a half ago, we decided to port our entire application (~200,000 lines) from Galaxy to...
Don't forget out us intreprid Galaxy contractors/consultants... Some of us are still alive and kicking... And we still have Galaxy widgets and utilities for...
we made another choice : we needed to be optimized our (non gui) kernel , make it more light, and remove galaxy because of one particular library conflict...
So what GUI toolkits out there today (portable or not) have a feature that matches Galaxy's springs and struts for dynamically adjustable layout? -- Todd (who...
Thanks to all who contributed to this discussion ! I sure would love to have some living Galaxy-legends like Eric or Joey (we only unplugged the hot'n'gui...
... In Java 1.4 there is the standard SpringLayout layout manager (see http://java.sun.com/j2se/1.4/docs/api/javax/swing/SpringLayout.html). Third-party layout...
brianb@...
Mar 29, 2002 11:06 pm
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@...
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...
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...
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...
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...
... 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...
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...
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...
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...
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...
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...