You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
What steps will reproduce the problem? 1. Create a tabbed widget with 3 tabs
2. Try to have the second tab selected What is the expected output? What do you see instead? Not possible, first tab will always be selected What version of the product are you using? On what operating system? 1.0.2 on Windows Vista Please provide any additional information below. A solution to this would be to not include the first tab in the "tab
widget", simply have a rectangle (not using round corners) and let the user
add tabs, selected and unselected ones
I just faced the same problem. (TabBox in Native UI Widgets).
To help a little fixing this issue I can tell you which part of the xml-file causes
this behaviour:
It is the -tag and its property selectedIndex="n"
It seems, that n isn't updatet on changing the # in pencil. Deleting the
selectedIndex-property or manually changing its value results in proper displaying in
pencil.
The tag has the selectedIndex-property as well with same value, although
it didn't matter in my tests you might want to pay attention on that as well...
From jose.je...@gmail.com on August 21, 2008 15:59:50
What steps will reproduce the problem? 1. Create a tabbed widget with 3 tabs
2. Try to have the second tab selected What is the expected output? What do you see instead? Not possible, first tab will always be selected What version of the product are you using? On what operating system? 1.0.2 on Windows Vista Please provide any additional information below. A solution to this would be to not include the first tab in the "tab
widget", simply have a rectangle (not using round corners) and let the user
add tabs, selected and unselected ones
Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=32
The text was updated successfully, but these errors were encountered: