Re: Add progress bar while dataprovider is loading

2011-07-07 Thread Issam
Could you please give me more details ? On 7 juil, 16:58, gadev wrote: > What about *setLoadingIndicator(widget);* > > -George -- 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-toolkit@googl

Add progress bar while dataprovider is loading

2011-07-07 Thread Issam
I'm working with dataProviders, pagers ... and I would like to display a progress or any gif image while dataprovider is loading data when the user click on the pager to see next page. Any suggestion are welcome. thanks -- You received this message because you are subscribed to the Google Group

Re: R: Specifying cell width in cellTable

2011-06-30 Thread Issam
Thank you for your answer But the problem is that I'm working by GWT 2.1 and I can't use the method cellTable.setColumnWidth(column, width, unit) So any help ? On 30 juin, 15:42, icamts wrote: > Hi, > for columns width have a look at > > http://code.google.com/intl/it-IT/webtoolkit/doc/latest/De

Specifying cell width in cellTable

2011-06-30 Thread Issam
I'm working with CellTable and Inuptcells and I would like to specify the width of each instance on my inputCell. Anyone has an idea? Thanks -- 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-t

TabLayoutPanel animation

2011-06-23 Thread Issam
Hi all, I'm reading the official tutorial to use TabLayoutPanel but I'm in front of a problem :( The TabLayoutPanel has no method called setAnimationDuration(); as it is mentionned on the tutorial Anyone has an idea about this ? Thanks -- You received this message because you are subscribed to

Re: Presenters management

2011-05-27 Thread Issam
ntiate it from the parent one, and the child presenter has > to instantiate its own view. > > 2011/5/27 Issam > > > > > > > > > Sorry but I'm not talking about replacing a presenter > > > On 27 mai, 16:04, Patrick Julien wrote: > > > If yo

Re: Presenters management

2011-05-27 Thread Issam
ters/views > > > > > > > > On Fri, May 27, 2011 at 9:49 AM, Issam wrote: > > Hi all, > > > I have some difficulties to manage many presenters.For example, I have > > a principal presenter and of course its appropriate view.So what I > > want to

Presenters management

2011-05-27 Thread Issam
Hi all, I have some difficulties to manage many presenters.For example, I have a principal presenter and of course its appropriate view.So what I want to do is to call another presenter (which is attached to another view )from the principle one. How to do it ? I have already define in my uibinder

Re: TextBox filter

2011-05-20 Thread Issam
? > > Boris > > 2011/5/20 Issam > > > > > > > > > Hi all, > > > Anyone has an idea about limiting the keyboard entries on a textBox > > (creating a filter for example) or if it exists on GWT ? > > > Thanks in advance > > > -- >

TextBox filter

2011-05-20 Thread Issam
Hi all, Anyone has an idea about limiting the keyboard entries on a textBox (creating a filter for example) or if it exists on GWT ? 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

Re: Hidding the scrollbar

2011-04-28 Thread Issam
Kirushik you are so kind I'm so thankful for your fast answer .That's what I look for, thanks a lot for your help .You make me happy :)) On 28 avr, 12:27, Kirushik wrote: > Won't CSS property overflow-y:hidden; do the trick? > You could either use it from CSSResource or UiBinder declaration

Hidding the scrollbar

2011-04-28 Thread Issam
Hi, Does anyone has an idea about how to hide the scrollBar of a scrollPanel ? Precisely, the vertical ScrollBar Thanks, -- 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-toolkit@googlegroups

Re: StackPanel

2011-04-19 Thread Issam
Hi, Make the one item a VerticalPanel (or HorizontalPanel) and then put what ever you want in Vertical/Horizontal Panel.. On Apr 19, 1:44 pm, Ani wrote: > Hello, > > I hope that someone can help me with this question. Is it possible to > show more than 1 item on a stackpanel? I mean, i know that

SimplePager row count

2011-04-19 Thread Issam
Hi, I'm encountering a problem with SimplePager; the problem is that when I clic to display the next page of rows the indicator of rows number multiply by two (for example initially I have to display 30 rows, initially the pager displays " 1-8 of 30 " However, when I clic to display the next page

Re: About Uibinder

2011-04-07 Thread Issam
And I am using MVP On 7 avr, 17:16, Issam wrote: > Yes that's what I mean :) > > On 7 avr, 17:11, Jeff Larsen wrote: > > > > > > > > > You mean using the same SuggestBox in two different places? > > > In the java file > > >

Re: About Uibinder

2011-04-07 Thread Issam
Yes that's what I mean :) On 7 avr, 17:11, Jeff Larsen wrote: > You mean using the same SuggestBox in two different places? > > In the java file > > @UiField(provided=true) SuggestBox searchBox; > > public MyUiBinderClass(SuggestBox box){ > >  searchBox = box; >  createAndBindUi(this); > > > > >

About Uibinder

2011-04-07 Thread Issam
Hi, Is it possible to reuse widgets defined on Uibinder example: ... if it is possible how can I do the call or what ever ? Thanks. -- 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-we

Re: StackPanel

2011-04-05 Thread Issam
It's ok thanks for help !!! On 5 avr, 12:30, Issam wrote: > I tried that but no way :( > > On 5 avr, 12:15, Alexandre Ardhuin > wrote: > > > > > > > > > Using le css rule ".gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader", you > > ca

Re: StackPanel

2011-04-05 Thread Issam
I tried that but no way :( On 5 avr, 12:15, Alexandre Ardhuin wrote: > Using le css rule ".gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader", you > can modify le style of your header. > > Alexandre > > 2011/4/5 Issam > > > > > > > > > Sorr

Re: StackPanel

2011-04-05 Thread Issam
Sorry but di you know haw to change the background color of stackLayoutPanel headers , I tried that with css but I'm not seeing any change the standard blue color still unchangeable :( thanks in advance On 5 avr, 11:27, Issam wrote: > I am very thankful for your rapid answer > tha

Re: StackPanel

2011-04-05 Thread Issam
I am very thankful for your rapid answer thank you very much Issam On 5 avr, 11:13, Alexandre Ardhuin wrote: > Hi, > > You should use StackLayoutPanel to have integration with uiBinder. > See the exemple > athttp://google-web-toolkit.googlecode.com/svn/javadoc/2

StackPanel

2011-04-05 Thread Issam
Hi, I am searching how to use StackPanel with uibinder since unfortunately it is not me ntonned on th gwt-javaDoc Any one had an idea about this. any examples are welcome Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to

Re: ScrollBar color

2011-04-01 Thread Issam
solution few weeks ago, and decided to make my > own as there are no widget availaible. > > I need to fix some code, and i will release it as open source in a > week or two. > > Hope this helps > > On Mar 23, 12:18 pm,Issam wrote: > > > > > > > >

table validation

2011-03-31 Thread Issam
Hello, can anyone tell me please what do" template" stand for in the google web toolkit tutorial demo & example (table validation) :example code source if (template == null) { template = GWT.create(Template.class); } thanks -- You received this message because you are subscribed

ScrollBar color

2011-03-23 Thread Issam
Hi, I would like to change the color of the scrollBar (ScrollBarPanel) but I learn that ScrollBarPanel is scroll panel is simply a div with overflow set to scroll. So anyone has an idea how to change the color ?? Thanks -- You received this message because you are subscribed to the Google Group