Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Tab widget #32

Open
GoogleCodeExporter opened this issue Apr 11, 2016 · 4 comments
Open

Extend Tab widget #32

GoogleCodeExporter opened this issue Apr 11, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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 reported on code.google.com by jose.je...@gmail.com on 21 Aug 2008 at 7:59

@GoogleCodeExporter
Copy link
Author

use my tab widgets in ExtJs shapes see download section
or look at how it's done

Original comment by maxime.tennaxia@gmail.com on 10 Dec 2008 at 9:23

@GoogleCodeExporter
Copy link
Author

Original comment by maxime.tennaxia@gmail.com on 12 Dec 2008 at 9:40

  • Added labels: Type-Enhancement

@GoogleCodeExporter
Copy link
Author

Original comment by maxime.tennaxia@gmail.com on 15 Dec 2008 at 7:40

  • Added labels: Type-Shapes-Enhancement

@GoogleCodeExporter
Copy link
Author

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 <tabbox>-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 <tabpanels> 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...

Original comment by ralflehm...@googlemail.com on 25 Feb 2010 at 8:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant