Results 1 to 3 of 3

Thread: GUI work with Monodevelop

  1. #1
    Join Date
    Jan 2008
    Location
    Tampa, FL, USA
    Beans
    213
    Distro
    Ubuntu 10.04 Lucid Lynx

    GUI work with Monodevelop

    I'm new to Monodevelop (and fairly new to programming in general), but I'd be interested in messing around with the code in some existing projects just to try things out. I've successfully checked out the latest versions of Tasque and Banshee, and I've had fun browsing through their code, but I was wondering if there's an easy way to use the GUI editor on either of these programs. When I build my own GUI apps, of course, I am able to use the GUI editor, but so far I have not been able to find a way to do this when working with other C# projects. Any advice will be much appreciated.
    Last edited by boombox1387; February 27th, 2009 at 10:49 PM. Reason: fixed confusing commas and wording

  2. #2
    Join Date
    Jul 2008
    Beans
    1,706

    Re: GUI work with Monodevelop

    i have never used the GUI editor in mono, i know it has one, but i like to do it by hand, more control and not that hard

  3. #3
    Join Date
    Oct 2006
    Location
    /dev/null
    Beans
    1,574
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: GUI work with Monodevelop

    Tasque has a hand-made UI directly in the code

    Banshee uses Glade in a few places (./src/Core/Banshee.ThickClient/Resources/banshee-dialogs.glade)
    Understanding is a three-edged sword: Your side, their side, and the truth

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •