Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: IDE for GUI?

by zentara (Archbishop)
on Jan 24, 2007 at 11:24 UTC ( [id://596237]=note: print w/replies, xml ) Need Help??


in reply to IDE for GUI?

If you are willing to switch to Gtk2, there is Glade Although I prefer to build everything from scratch, since boiler plate code can sometimes leave you stuck without an answer.

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

Replies are listed 'Best First'.
Re^2: IDE for GUI?
by j3 (Friar) on Jan 24, 2007 at 16:07 UTC
    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?
      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://596237]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (7)
As of 2024-04-16 10:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found