|
Hi Xavier and Carsten!!
Thanks for your replies!! To Xavier: Are you using
GTK -- ? Would you explain me a little more about that initialization? Can you
give me a code extract to view
how are you doing things? I don't know anything
about GTK at the time, so, if you know any site that could help me on setting a
GTK / OpenGL enviroment
I would be very pleased.
Anyway thanks for the interest
----- Original Message -----
Sent: Friday, May 12, 2006 3:16 PM
Subject: Re: [Opensg-users] Looking on
something like Glade for using with OpenSG
Hi Gabriell Well, GTK is working fine with my application.
The only problem i got was with the locale, as GTK was "breaking" it after
its own initialisation, and the vrmlloader got some problem
with that. So i did this :
_main = new
Gtk::Main(0,&argv ); _win = new mainWindow(this); // Evil
GTK that breaks the locale setlocale(LC_ALL,"C");
And now
it's ok...
Hope it helps Xavier
Gabriell Minstrel a
écrit :
Hi!
Well, I have to develop an application on Win32 / Linux platform
(although Linux is primary) and I am looking a Widget library / IDE (like
GTK / Glade) to develop the GUI of the application, using OpenSG for data
representation. Is there any library out there? It will be very complicated
to implement my own set of widgets based on OpenSG? Is GTK compatible with
OpenSG?
Thanks for all. I expect somebody could answer me!
Bye!
|
- Re: [Opensg-users] Looking on something like Glade for u... Gabriell Minstrel
-