Game Development Community

Beta 2 1.1: TabBook not rendering properly.

by Jared Coliadis · in Torque Game Builder · 03/27/2006 (8:39 pm) · 2 replies

This is an odd bug. I make use of TabBooks pretty often in the front-end tools used to make my game. All of my TabBooks are rendering fine, save for one.

Here's how the TabBook for my Action Sequence editor looks in Beta 1.1: www.cse.ohio-state.edu/~coliadis/37/actSeqEditor1.jpg
...and here's what it looks like in Beta 1.2: www.cse.ohio-state.edu/~coliadis/37/cliptab.jpg
It's as if there is an object obscuring the contents of the tabs. There is no object there in my tree. Moving the TabBook object causes all of the TabPages to resize up to the left edge of this invisible object and the TabPages are visible again. Once I move it back, the TabPages again shrink and refuse to show their contents.

I'm stumped.

#1
04/06/2006 (10:23 am)
Jared,

Thanks for this report, this was a mess up on my part, most likely not converting the page rendering coords from local to global coords when rendering. It's been logged in our database (1448) and will be fixed!

Cheers,
-Justin
#2
04/06/2006 (10:58 am)
BTW,

When you click on a tabpage, what callback it should activate ? OnWake() ?
Cause if it is, it's not calling it when selected.