Announcement

Collapse
No announcement yet.

Property Grid control

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Chris Holbrook
    replied
    New version Dec 2009

    I have to park this for the moment although there is masses still to do to it, hope someone finds it useful, please advise any problems...
    PowerBASIC and related source code. Please do not post questions or discussions, just source code.

    Leave a comment:


  • Eros Olmi
    replied


    Here few preview on how I use it in thinBasic scripts.

    Maybe not exactly the same as standard Visual Studio one but if no other PropertyList is available, this can be a valid surrogate.

    This PropertiLyst supports the following items: numbers, strings, fonts, files, colors, combobox, readonly properties.
    Attached Files

    Leave a comment:


  • Eros Olmi
    replied
    Here it is what you need: free PB source code PropertyList control from Chris Holbrook generosity:

    PowerBASIC and related source code. Please do not post questions or discussions, just source code.


    Easy to be used and changed.

    Leave a comment:


  • Brice Manuel
    replied
    Where have you looked?
    I have been looking several places, but I am a bit picky. I need to be able to add my custom "directional" control, and many property controls do not allow much tweaking.

    Leave a comment:


  • Edwin Knoppert
    replied
    In .NET there is such a control.

    Leave a comment:


  • Michael Mattias
    replied
    Well, someone has to ask...

    Can you use the actual Visual Basic control? I mean, does it have a classname and some documented notification codes (which in VB trigger 'events')???

    I have no clue if this would be a possible or even legal use, but surely it's worth looking into...?????

    Leave a comment:


  • Michael Mattias
    replied
    >Ot of my price range, but VERY nice.

    Where have you looked?

    If that kind of control is available in a DLL format from ANYONE for ANY LANGUAGE product, you should be able to use it in your PB programs, with either DDT or SDK style coding.

    The beauty of the Dynamic Link Library strikes again!

    Leave a comment:


  • Steven Pringels 3
    replied
    hey Marc,

    Sorry... of course I ment to address my last post to you Trick of the eyes I think, I saw your firstname and the last letter of your lastname... concatenated it without thinking ...

    Cheers
    Steven

    Leave a comment:


  • Brice Manuel
    replied
    I don't know about Marco but I understand and even encourage picky
    I am sure Marco would agree. He's a pretty good guy

    Leave a comment:


  • Marc Giao
    replied
    Hi Steven,

    I don't know about Marco but I understand and even encourage picky

    Leave a comment:


  • Edwin Knoppert
    replied
    To be never finished

    uvdtest

    (Add control to form populate the propertybox)

    Leave a comment:


  • Steven Pringels 3
    replied
    Hi Marco,

    Nothing against it. It looks really decent but I want to have a property grid that looks exactly like the Visual Basic iDE property grid. I know, I'm picky

    Leave a comment:


  • Marc Giao
    replied
    Mine too but it really is good software and maybe Steven can use it.

    Leave a comment:


  • Brice Manuel
    replied
    Out of my price range, but VERY nice.

    Leave a comment:


  • Marc Giao
    replied
    Just what you need:

    http://www.kgpsoftware.com/prpt.htm

    Leave a comment:


  • Brice Manuel
    replied
    I have been wondering this myself.

    Leave a comment:


  • Steven Pringels 3
    started a topic Property Grid control

    Property Grid control

    Hi,

    Does anyone know of a property grid control that can be used with Powerbasic. It should be just like the ones found in development enviroments, with +/- to expand / collapse sections etc... have dropdowns which could sotre userdata (Longs), checkboxes, Type in fields, color picker, font picker.

    Willing to pay for it of course but if it's free even better

    Cheers
    Steven
Working...
X