Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: IDE for GUI?

by j3 (Friar)
on Jan 24, 2007 at 16:07 UTC ( [id://596272]=note: print w/replies, xml ) Need Help??


in reply to Re: IDE for GUI?
in thread IDE for GUI?

Doesn't Glade just leave you with an XML representation of the GUI layout that your code uses later on? In what way can it leave you stuck?

Replies are listed 'Best First'.
Re^3: IDE for GUI?
by zentara (Archbishop) on Jan 24, 2007 at 17:16 UTC
    stuck?

    What I mean is this:

    If you get used to relying on boiler-plate code, you lose the ability ( thru lack of needing to do it), to do some low level customization which is needed to make some complicated apps run like you want. For most simple apps, its no problem, and Glade works great. But when you run into to one of the problems I'm talking about, you will find that the Glade boiler plate code gets in the way of a simple solution, and you spend more time trying to sort out the Glade, than if you just wrote everything from scratch.

    Since it is not that hard to write the basic windows setup from scratch, why not just learn to do it that way to begin with?

    To each their own. I mentioned Glade as a good solution for what it does, but I also mentioned that it is not a full blown IDE, and since half the work of building Gtk2 apps is setting up the event callbacks,( which you still need to do manually), I find it easier to build the windows from scratch.


    I'm not really a human, but I play one on earth. Cogito ergo sum a bum

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://596272]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-18 08:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found