Re: Anyone done anything with Glade?

2004-03-29 Thread Derek Smithies
Hi, -glade only integrates into a couple of languages. C, C++, Ada, Eiffel, Python, Perl, Pike, and Ruby :P yes, the list has grown since I looked at it last. My recollection was 4 elements. I tried the C++ and it said - you have to load the module However, having looked

Re: Anyone done anything with Glade?

2004-03-29 Thread Michael JasonSmith
On Tue, 2004-03-30 at 09:04, Derek Smithies wrote: if they are deprecating the code output from Glade, what is it to be replaced with ? Ok, I will give ya'll a quick overview of GUI programing and Glade. I'm sorry if the following is too low level or too high level; you get that when you write

Re: Anyone done anything with Glade?

2004-03-29 Thread Michael JasonSmith
On Tue, 2004-03-30 at 11:24, Nick Rout wrote: get a job teaching Michael. perhaps u already have ;-) I teach C and Unix to second-year students. I also write a bit of documentation when time permits :) -- Michael JasonSmith http://www.ldots.org/

Re: Anyone done anything with Glade?

2004-03-28 Thread Derek Smithies
Hi, I have. About 3 years ago I did a project in Glade. Then I upgraded to a new version of Glade. -The old project would not load -The property box did not work in the new version (program crashed on running it iirc) So I rewrote the graphical components in the new version

Re: Anyone done anything with Glade?

2004-03-28 Thread Michael JasonSmith
On Mon, 2004-03-29 at 08:40, Derek Smithies wrote: Then I upgraded to a new version of Glade. Yea, they changed the .glade file format, so you had to run a conversion program. Pity it did not run automatically. -I had trouble with the autoconf things like you describe. The warnings

Re: Anyone done anything with Glade?

2004-03-28 Thread Michael JasonSmith
On Mon, 2004-03-29 at 14:54, Michael JasonSmith wrote: Thinking about it, I am surprised they have not deprecated the code-generation from Glade. Following up to myself, I know! They are deprecating code generation from Glade http://glade.gnome.org/todo.html -- Michael

Re: Anyone done anything with Glade?

2004-03-28 Thread anton
Derek Smithies wrote: Hi, I have. About 3 years ago I did a project in Glade. Then I upgraded to a new version of Glade. -The old project would not load -The property box did not work in the new version (program crashed on running it iirc) So I rewrote the graphical components

Anyone done anything with Glade?

2004-03-27 Thread anton
Or what is the story here? I wanted to have a look at glade but things seem to be missing for a hello world app. Here is the message I get: [EMAIL PROTECTED] project1]$ ./autogen.sh **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them

Re: Anyone done anything with Glade?

2004-03-27 Thread Timothy Musson
anton, 2004-03-28 13:12:18: Or what is the story here? I wanted to have a look at glade but things seem to be missing for a hello world app. [snipped output from configure] Just a guess, but I think you might be missing the 'gnome-common' package (common scripts and macros to develop

Re: Glade

2002-07-28 Thread Michael JasonSmith
On Sat, 2002-07-27 at 22:42, Chris Hellyar wrote: Any Glade users in the house? Yup. I coded a few programs in the Python/GNOME/Gtk+/Glade combo. Some of them are even used by people :) I've just had a bit of a play with it, as I'm considering porting an App I wrote for windows in Visual C

Glade

2002-07-27 Thread Chris Hellyar
Any Glade users in the house? I've just had a bit of a play with it, as I'm considering porting an App I wrote for windows in Visual C a while ago to Linux, and I have this minor problem.. When I add a widget to a new window, it takes up the full window and no amount of dragging, key

Re: Glade

2002-07-27 Thread Mike Pearce
Chris, Glade is a little different to use... You need to use the 'vertical box', 'Horizontal box' and 'table' to layout your GUI, each table/boxes cell can be ONE widget, or another group of tables. Effectively you layout a grid of cells where you want your widgets to be, then drop