RemoveGadgetItem ?

BlitzPlus Forums/BlitzPlus Programming/RemoveGadgetItem ?

Red(Posted 2003) [#1]
;My Tabber has only one item.
RemoveGadgetItem MyTabber,0


I've a "out of range" error, why ?
it's a bug perhaps?


JoshK(Posted 2003) [#2]
I got this too.


Orca(Posted 2003) [#3]
And I also have this =|

window=CreateWindow("test",0,0,320,320,0,15)
tabber=CreateTabber(0,0,64,64,window)
AddGadgetItem tabber,"=|",True
;*****TAKE YOUR CHOICE, NEITHER WILL WORK! =\ *******

RemoveGadgetItem tabber,0;<===this should be the right one buuuuut......... nope
;Or
RemoveGadgetItem tabber,1;<===this dont work either