listbox project!!! need help!!!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • dicht
    Forum Member
    • Jul 2008
    • 3

    listbox project!!! need help!!!

    Project with 3 objects:

    first object: a lisbox;
    second object: a paragraph;
    third object: a button.

    how's work:

    a listbox where i select options, this options when selected, yours info's are displayed in a paragraph object and after when if click above of the button object e.g: (install ) it install the option selected.


    how do i make it ?

    need help!!!
  • ShadowUK
    No longer a forum member
    • Oct 2007
    • 1322

    #2
    Originally posted by dicht View Post
    Project with 3 objects:

    first object: a lisbox;
    second object: a paragraph;
    third object: a button.

    how's work:

    a listbox where i select options, this options when selected, yours info's are displayed in a paragraph object and after when if click above of the button object e.g: (install ) it install the option selected.


    how do i make it ?

    need help!!!
    Actions:
    • ListBox.GetSelected
    • ListBox.GetItemData
    • Paragraph.SetText


    Events:
    • Button: On Click
    • ListBox: On Select


    Theres your help.

    Comment

    Working...
    X