Hi,
I have a problem with the PanelGadget. RemoveGadgetItem and CountGadgetItems do not seem to be working.
Same code in Purebasic is ok.
OpenWindow(0,10,10,500,500,"Panel ...")
PanelGadget(10,0,0,500,400)
AddGadgetItem(10,0,"Tab " + CountGadgetItems(10))
AddGadgetItem(10,1,"Tab ...
Search found 1 match
- Fri Apr 22, 2016 4:11 pm
- Forum: Coding Questions
- Topic: Problem PanelGadget (RemoveGadgetItem and CountGadgetItems)
- Replies: 0
- Views: 2611