[gwt-contrib] Horizontal Scroll Bar Issues with tab panel

2010-11-14 Thread Sanjay Jain
Hello all
I am using Tab Panel (With single tab).
In this Tab Panel I am adding another Tab Panel (With single tab).
In the above Tab Panel I am adding another Tab Panel. (With 15 tab).

And for third  inner most Tab Panel I used auto horizontal tab scroll
true. Like this :

taskTabPanel.setEnableTabScroll(true);


There are 15 tabs in the inner most tab.
Now my problem is that while clicking on the Right Horizontal scroll
button It will work fine for 12 tab. (i.e It will scroll up to 12 tab
correctly),But after 12th tab it is not scrolling properly.
Can any one help me out of this.

Thanks in advance

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors


Horizontal Scroll Bar Issues with tab panel

2010-11-13 Thread Sanjay Jain
Hello all
I am using Tab Panel (With single tab).
In this Tab Panel I am adding another Tab Panel (With single tab).
In the above Tab Panel I am adding another Tab Panel. (With 15 tab).

And for third  inner most Tab Panel I used auto horizontal tab scroll
true. Like this :

taskTabPanel.setEnableTabScroll(true);


There are 15 tabs in the inner most tab.
Now my problem is that while clicking on the Right Horizontal scroll
button It will work fine for 12 tab. (i.e It will scroll up to 12 tab
correctly),But after 12th tab it is not scrolling properly.
Can any one help me out of this.

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Horizontal Scroll Bar Issues with tab panel

2010-11-13 Thread Sanjay Jain
Hello all
I solved this issue.I am not getting what is th actual problem But
what i did I am describing here.
Width of  inner most Tab Panel (with 15 tab) is set to 100%.
I changed it to in pixel (to 750px).
Now its working fine.

On Nov 13, 3:29 pm, Sanjay Jain snj...@gmail.com wrote:
 Hello all
 I am using Tab Panel (With single tab).
 In this Tab Panel I am adding another Tab Panel (With single tab).
 In the above Tab Panel I am adding another Tab Panel. (With 15 tab).

 And for third  inner most Tab Panel I used auto horizontal tab scroll
 true. Like this :

 taskTabPanel.setEnableTabScroll(true);

 There are 15 tabs in the inner most tab.
 Now my problem is that while clicking on the Right Horizontal scroll
 button It will work fine for 12 tab. (i.e It will scroll up to 12 tab
 correctly),But after 12th tab it is not scrolling properly.
 Can any one help me out of this.

 Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.