Can't update WB3D tabber?

Blitz3D Forums/Blitz3D Programming/Can't update WB3D tabber?

Guy Fawkes(Posted 2014) [#1]
Hi all. I have run into a SERIOUS problem that is putting my program in jeopardy... For some reason, I can't get each tab page to update its' own data.. In other words... If I'm on tab page 1 then ONLY tab page 1's values should update. However, if I switch to tab page 2 then tab page 1's page should NOT update, but tab page 2's data SHOULD update. What am I doing wrong?

WB3DStyles.bb:



Thank You, and have a wonderful afternoon!


Guy Fawkes(Posted 2014) [#2]
... I still don't know why these tabs won't update...


Guy Fawkes(Posted 2014) [#3]
Anyone?... :(


Guy Fawkes(Posted 2014) [#4]
Hello.......


John Blackledge(Posted 2014) [#5]
I know that you will have to make your main 'tabber' a global if you want to reference it outside of the creating function.