Jump to content

exeCutive

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by exeCutive

  1. Thanks for responding.

    The errors you mention was my mistake in the translation to English.

    Treeview
    ITEM1
    SUB-ITEM1
    SUB-ITEM2
    ITEM2
    SUB-ITEM1
    SUB-ITEM2

     

    $xdid(treeview, ID, 1).text = ITEM1

    $xdid(treeview, ID, 2).text = ITEM2
    $xdid(treeview, ID, 3).text = ITEM2 > repeats item 2 indefinitely.

    How can I solve that problem. ??

    regards

  2. hello
    I have a treview with dcx, which have the following list:
    1 item
    sub item 1
    item 2
    sub item 2

    but the identifier $ xdid (). text does not work.

    $ xdid (treeview, 1). text = Item 1
    $ xdid (treeview, 2). text = Item 2
    $ xdid (treeview, 3). text = Item 2 --- >> should show the error!

    Any solution for this?
    Regards

     

×
×
  • Create New...