Collect all item choosen id @ on screen

 
Parents
  • check this PML too

    --By Han_BFY

    Setup form !!fsjtest size 10 4
    !this.formtitle = ''
    member .item is array

    button .btn1 'TEST PICK' callback |!this.pick()|
    path d
    textpane .txt1 |List of element| width 30 height 10
    exit

    define method .pick()
    unenhance all
    !this.item.clear()
    !packet = object EDGPACKET()
    !packet.elementPick(|Pick Element
Reply
  • check this PML too

    --By Han_BFY

    Setup form !!fsjtest size 10 4
    !this.formtitle = ''
    member .item is array

    button .btn1 'TEST PICK' callback |!this.pick()|
    path d
    textpane .txt1 |List of element| width 30 height 10
    exit

    define method .pick()
    unenhance all
    !this.item.clear()
    !packet = object EDGPACKET()
    !packet.elementPick(|Pick Element
Children
No Data