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

In reply to Re^3: IDE for GUI? by zentara
in thread IDE for GUI? by xiaoyafeng

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.