Tab Panel problem
Posted: Wed Jan 09, 2008 10:04 pm
I'm having a problem using a Tab Panel.
I followed the instructions of the "Tabbed buttons" stack by Eric Chatonet to set up a test stack using the Tab Panel to switch between cards.
The first click on a tab works correctly, but after the first click, I have to click TWICE on a Tab to make the Tab Panel respond and switch cards.
This happens in the Rev IDE and as a standalone.
The only script in the stack is this one attached to the grouped buttons on the Tab Panel.
on menuPick pNewItem,pOldItem
go to card pNewItem
end menuPick
I'm using Rev 2.8.1 on XP.
thanks
Paul
I followed the instructions of the "Tabbed buttons" stack by Eric Chatonet to set up a test stack using the Tab Panel to switch between cards.
The first click on a tab works correctly, but after the first click, I have to click TWICE on a Tab to make the Tab Panel respond and switch cards.
This happens in the Rev IDE and as a standalone.
The only script in the stack is this one attached to the grouped buttons on the Tab Panel.
on menuPick pNewItem,pOldItem
go to card pNewItem
end menuPick
I'm using Rev 2.8.1 on XP.
thanks
Paul