Results 1 to 3 of 3

Thread: Gui editor

  1. #1
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Gui editor

    Hi all,

    I want to create a nice looking GUI, but I don't want to make myself an editor.
    So does anyone have a GUI editor that is easily extendable?

    Features should be that I need to make a plugin/modification to export to my own file format, that I can add panels (images), buttons and labels.
    NecroSOFT - End of line -

  2. #2
    Would add my Next3DUIEditor but i'm still pondering if i'm going to do a little structural change for objects that contain subobjects, such as TMemo's scrollbars. Currently memo etc is considered a single object and subobjects are handled and stored by it. I could make a change that these objects were considered Containers instead which would mean you could customize the subobjects in Editor and save the info. This first came to mind when encountered problems with TabControl object... If it isn't a Container it seemed bit tricky to use in editor or application.

    But yes, you can write a unit that would directly use these UI classes and i would then integrate it to UIEditor.

  3. #3
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059
    Sounds good. Will have a look when I get home today.
    NecroSOFT - End of line -

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
  •