Re: Help to find only clickable panel except focuspanel

2010-06-12 Thread Sky
Why do you want to remove the input box that is auto placed inside the
focus panel? It's hidden and can't be indexed by tabbing. I never
thought it was the case, but GWT claims that not all browsers support
all events on DIV elements and they provide a workaround by using the
hidden textbox (I don't know how the workaround works, but supposedly
it works).

In any case, I don't understand how a hidden textbox can interfere
with your code or the functionality of your website. If you just want
to remove it because you don't know why it is there, then you should
just leave it alone. If it is causing a problem, please be more clear
about what the problem is.

On Jun 12, 3:12 pm, Deepak Bammi  wrote:
> On Wed, Jun 9, 2010 at 10:04 AM, Deepak Bammi wrote:
>
>
>
> > Stefan,
>
> > Can you please help me to remove tab index from focuspanel ?
>
> > Regards,
> > Dev
>
> > On Mon, Jun 7, 2010 at 4:49 PM, stefan bachert 
> > wrote:
>
> >> Hi Deepak,
>
> >> I would prefer to discus in the gwt group.
> >> That may help other peoples, too and maybe other peoples have a good
> >> input, too.
>
> >> Stefan
>
> >> ----------
> >> *Von:* Deepak Bammi 
> >> *An:* Stefan Bachert 
> >> *Gesendet:* Montag, den 7. Juni 2010, 12:51:26 Uhr
> >> *Betreff:* Re: Help to find only clickable panel except focuspanel
>
> >> Stefan,
>
> >> Thanks for your support !
>
> >> Do you have gmail id ? can you share it with me so that i can explain you
> >> the problem more clearly if you really don't mind.
>
> >> Thanks again !
>
> >> Regards,
> >> Dev.
>
> >> On Tue, Jun 1, 2010 at 12:45 AM, Stefan Bachert 
> >> wrote:
>
> >>> Hi Deepak,
>
> >>> I tried your corrected code (I use g: instead of gwt, gwr).
> >>> However, no  are is created.
>
> >>> I am using FF. May this is a workaround for other browser.
> >>> Did you checked the issues?
>
> >>> --
>
> >>> container.getElement().getChild(container.getTabIndex()).removeFromParent()
> >>>  ;
>
> >>> Please provide your suggestions, is it a correct way to remove this
> >>> tabindex ?
> >>> 
>
> >>> The above may accidently work. Logically it is wrong. A tabIndex is in
> >>> general not a element child index.
>
> >>> Stefan Bachert
> >>>http://gwtworld.de
>
> >>> On 29 Mai, 20:27, Deepak Bammi  wrote:
> >>> > Hi Stefan,
>
> >>> > Thanks for your response.
>
> >>> > I'm using focuspanel to create a simple div element which is clickable
> >>> so
> >>> > that i can embed any widget.
>
> >>> > e.g
> >>> > Using UiBinder.
>
> >>> >  
> >>> >    
> >>> >                // Widget.
> >>> >    
> >>> >  
>
> >>> > The above code creates two div element (one for focuspanel and other
> >>> for
> >>> > flowpanel), but the focus panel will automatically inserts the textbox
> >>> > before the second div element into DOM and i want to remove this
> >>> textbox
> >>> > from fouspanel.
>
> >>> > I think now you will get the problem and if still you have any doubt
> >>> please
> >>> > feel free to share.
>
> >>> > Thanks,
> >>> > Dev
> >>> > On Sat, May 29, 2010 at 7:55 PM, Stefan Bachert <
> >>> stefanbach...@yahoo.de>wrote:
>
> >>> > > Hi Deepak,
>
> >>> > > I use focusPanel with a ClickHandler for the tab of an own TabPanel.
> >>> > > I don't understand what your problem is?
> >>> > > Did you also added a textbox into the focus panel?
>
> >>> > > Or do you call the focus marquise as "input box"?
> >>> > > When yes, remove the attribute "tabIndex".
> >>> > > (getElement().removeArribute())
>
> >>> > > Otherwise we need more information about your issue
>
> >>> > > Stefan Bachert
> >>> > >http://gwtworld.de
>
> >>> > > On 29 Mai, 11:55, Deepak Bammi  wrote:
> >>> > > > Hi All,
>
> >>> > > > I need a panel which is clickable.I found focuspanel but it has one
> >>> > > drawback
> >>

Re: Help to find only clickable panel except focuspanel

2010-06-12 Thread Deepak Bammi
On Wed, Jun 9, 2010 at 10:04 AM, Deepak Bammi wrote:

> Stefan,
>
>
>
> Can you please help me to remove tab index from focuspanel ?
>
>
> Regards,
> Dev
>
>
> On Mon, Jun 7, 2010 at 4:49 PM, stefan bachert wrote:
>
>> Hi Deepak,
>>
>> I would prefer to discus in the gwt group.
>> That may help other peoples, too and maybe other peoples have a good
>> input, too.
>>
>> Stefan
>>
>> --
>> *Von:* Deepak Bammi 
>> *An:* Stefan Bachert 
>> *Gesendet:* Montag, den 7. Juni 2010, 12:51:26 Uhr
>> *Betreff:* Re: Help to find only clickable panel except focuspanel
>>
>> Stefan,
>>
>> Thanks for your support !
>>
>> Do you have gmail id ? can you share it with me so that i can explain you
>> the problem more clearly if you really don't mind.
>>
>>
>> Thanks again !
>>
>> Regards,
>> Dev.
>>
>>
>> On Tue, Jun 1, 2010 at 12:45 AM, Stefan Bachert 
>> wrote:
>>
>>> Hi Deepak,
>>>
>>> I tried your corrected code (I use g: instead of gwt, gwr).
>>> However, no  are is created.
>>>
>>> I am using FF. May this is a workaround for other browser.
>>> Did you checked the issues?
>>>
>>> --
>>>
>>> container.getElement().getChild(container.getTabIndex()).removeFromParent();
>>>
>>> Please provide your suggestions, is it a correct way to remove this
>>> tabindex ?
>>> 
>>>
>>> The above may accidently work. Logically it is wrong. A tabIndex is in
>>> general not a element child index.
>>>
>>> Stefan Bachert
>>> http://gwtworld.de
>>>
>>> On 29 Mai, 20:27, Deepak Bammi  wrote:
>>> > Hi Stefan,
>>> >
>>> > Thanks for your response.
>>> >
>>> > I'm using focuspanel to create a simple div element which is clickable
>>> so
>>> > that i can embed any widget.
>>> >
>>> > e.g
>>> > Using UiBinder.
>>> >
>>> >  
>>> >
>>> >// Widget.
>>> >
>>> >  
>>> >
>>> > The above code creates two div element (one for focuspanel and other
>>> for
>>> > flowpanel), but the focus panel will automatically inserts the textbox
>>> > before the second div element into DOM and i want to remove this
>>> textbox
>>> > from fouspanel.
>>> >
>>> > I think now you will get the problem and if still you have any doubt
>>> please
>>> > feel free to share.
>>> >
>>> > Thanks,
>>> > Dev
>>> > On Sat, May 29, 2010 at 7:55 PM, Stefan Bachert <
>>> stefanbach...@yahoo.de>wrote:
>>> >
>>> > > Hi Deepak,
>>> >
>>> > > I use focusPanel with a ClickHandler for the tab of an own TabPanel.
>>> > > I don't understand what your problem is?
>>> > > Did you also added a textbox into the focus panel?
>>> >
>>> > > Or do you call the focus marquise as "input box"?
>>> > > When yes, remove the attribute "tabIndex".
>>> > > (getElement().removeArribute())
>>> >
>>> > > Otherwise we need more information about your issue
>>> >
>>> > > Stefan Bachert
>>> > >http://gwtworld.de
>>> >
>>> > > On 29 Mai, 11:55, Deepak Bammi  wrote:
>>> > > > Hi All,
>>> >
>>> > > > I need a panel which is clickable.I found focuspanel but it has one
>>> > > drawback
>>> > > > in my case that it automatically embeds the input box which causes
>>> a
>>> > > problem
>>> > > > for me.
>>> >
>>> > > > Please share to access the input box in the focus panel or to find
>>> the
>>> > > > clickable panel.
>>> >
>>> > > > Thanks,
>>> > > > Dev
>>> >
>>> > > --
>>> > > 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.
>>>
>>> --
>>> 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.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.
>>>
>>>
>>
>>
>>
>
>
>
>

-- 
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: Help to find only clickable panel except focuspanel

2010-06-08 Thread Deepak Bammi
Stefan,



Can you please help me to remove tab index from focuspanel ?


Regards,
Dev

On Mon, Jun 7, 2010 at 4:49 PM, stefan bachert wrote:

> Hi Deepak,
>
> I would prefer to discus in the gwt group.
> That may help other peoples, too and maybe other peoples have a good input,
> too.
>
> Stefan
>
> --
> *Von:* Deepak Bammi 
> *An:* Stefan Bachert 
> *Gesendet:* Montag, den 7. Juni 2010, 12:51:26 Uhr
> *Betreff:* Re: Help to find only clickable panel except focuspanel
>
> Stefan,
>
> Thanks for your support !
>
> Do you have gmail id ? can you share it with me so that i can explain you
> the problem more clearly if you really don't mind.
>
>
> Thanks again !
>
> Regards,
> Dev.
>
>
> On Tue, Jun 1, 2010 at 12:45 AM, Stefan Bachert wrote:
>
>> Hi Deepak,
>>
>> I tried your corrected code (I use g: instead of gwt, gwr).
>> However, no  are is created.
>>
>> I am using FF. May this is a workaround for other browser.
>> Did you checked the issues?
>>
>> --
>>
>> container.getElement().getChild(container.getTabIndex()).removeFromParent();
>>
>> Please provide your suggestions, is it a correct way to remove this
>> tabindex ?
>> 
>>
>> The above may accidently work. Logically it is wrong. A tabIndex is in
>> general not a element child index.
>>
>> Stefan Bachert
>> http://gwtworld.de
>>
>> On 29 Mai, 20:27, Deepak Bammi  wrote:
>> > Hi Stefan,
>> >
>> > Thanks for your response.
>> >
>> > I'm using focuspanel to create a simple div element which is clickable
>> so
>> > that i can embed any widget.
>> >
>> > e.g
>> > Using UiBinder.
>> >
>> >  
>> >
>> >// Widget.
>> >
>> >  
>> >
>> > The above code creates two div element (one for focuspanel and other for
>> > flowpanel), but the focus panel will automatically inserts the textbox
>> > before the second div element into DOM and i want to remove this textbox
>> > from fouspanel.
>> >
>> > I think now you will get the problem and if still you have any doubt
>> please
>> > feel free to share.
>> >
>> > Thanks,
>> > Dev
>> > On Sat, May 29, 2010 at 7:55 PM, Stefan Bachert > >wrote:
>> >
>> > > Hi Deepak,
>> >
>> > > I use focusPanel with a ClickHandler for the tab of an own TabPanel.
>> > > I don't understand what your problem is?
>> > > Did you also added a textbox into the focus panel?
>> >
>> > > Or do you call the focus marquise as "input box"?
>> > > When yes, remove the attribute "tabIndex".
>> > > (getElement().removeArribute())
>> >
>> > > Otherwise we need more information about your issue
>> >
>> > > Stefan Bachert
>> > >http://gwtworld.de
>> >
>> > > On 29 Mai, 11:55, Deepak Bammi  wrote:
>> > > > Hi All,
>> >
>> > > > I need a panel which is clickable.I found focuspanel but it has one
>> > > drawback
>> > > > in my case that it automatically embeds the input box which causes a
>> > > problem
>> > > > for me.
>> >
>> > > > Please share to access the input box in the focus panel or to find
>> the
>> > > > clickable panel.
>> >
>> > > > Thanks,
>> > > > Dev
>> >
>> > > --
>> > > 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.
>>
>> --
>> 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.
>>
>>
>
>
>

-- 
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: Help to find only clickable panel except focuspanel

2010-05-31 Thread Stefan Bachert
Hi Deepak,

I tried your corrected code (I use g: instead of gwt, gwr).
However, no  are is created.

I am using FF. May this is a workaround for other browser.
Did you checked the issues?

--
container.getElement().getChild(container.getTabIndex()).removeFromParent();

Please provide your suggestions, is it a correct way to remove this
tabindex ?


The above may accidently work. Logically it is wrong. A tabIndex is in
general not a element child index.

Stefan Bachert
http://gwtworld.de

On 29 Mai, 20:27, Deepak Bammi  wrote:
> Hi Stefan,
>
> Thanks for your response.
>
> I'm using focuspanel to create a simple div element which is clickable so
> that i can embed any widget.
>
> e.g
> Using UiBinder.
>
>  
>    
>                // Widget.
>    
>  
>
> The above code creates two div element (one for focuspanel and other for
> flowpanel), but the focus panel will automatically inserts the textbox
> before the second div element into DOM and i want to remove this textbox
> from fouspanel.
>
> I think now you will get the problem and if still you have any doubt please
> feel free to share.
>
> Thanks,
> Dev
> On Sat, May 29, 2010 at 7:55 PM, Stefan Bachert wrote:
>
> > Hi Deepak,
>
> > I use focusPanel with a ClickHandler for the tab of an own TabPanel.
> > I don't understand what your problem is?
> > Did you also added a textbox into the focus panel?
>
> > Or do you call the focus marquise as "input box"?
> > When yes, remove the attribute "tabIndex".
> > (getElement().removeArribute())
>
> > Otherwise we need more information about your issue
>
> > Stefan Bachert
> >http://gwtworld.de
>
> > On 29 Mai, 11:55, Deepak Bammi  wrote:
> > > Hi All,
>
> > > I need a panel which is clickable.I found focuspanel but it has one
> > drawback
> > > in my case that it automatically embeds the input box which causes a
> > problem
> > > for me.
>
> > > Please share to access the input box in the focus panel or to find the
> > > clickable panel.
>
> > > Thanks,
> > > Dev
>
> > --
> > 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.

-- 
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: Help to find only clickable panel except focuspanel

2010-05-29 Thread Deepak Bammi
Hi Stefan,


Thanks for your response.

I'm using focuspanel to create a simple div element which is clickable so
that i can embed any widget.

e.g
Using UiBinder.

 
   
   // Widget.
   
 

The above code creates two div element (one for focuspanel and other for
flowpanel), but the focus panel will automatically inserts the textbox
before the second div element into DOM and i want to remove this textbox
from fouspanel.

I think now you will get the problem and if still you have any doubt please
feel free to share.


Thanks,
Dev
On Sat, May 29, 2010 at 7:55 PM, Stefan Bachert wrote:

> Hi Deepak,
>
> I use focusPanel with a ClickHandler for the tab of an own TabPanel.
> I don't understand what your problem is?
> Did you also added a textbox into the focus panel?
>
> Or do you call the focus marquise as "input box"?
> When yes, remove the attribute "tabIndex".
> (getElement().removeArribute())
>
> Otherwise we need more information about your issue
>
> Stefan Bachert
> http://gwtworld.de
>
>
> On 29 Mai, 11:55, Deepak Bammi  wrote:
> > Hi All,
> >
> > I need a panel which is clickable.I found focuspanel but it has one
> drawback
> > in my case that it automatically embeds the input box which causes a
> problem
> > for me.
> >
> > Please share to access the input box in the focus panel or to find the
> > clickable panel.
> >
> > Thanks,
> > Dev
>
> --
> 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.
>
>

-- 
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: Help to find only clickable panel except focuspanel

2010-05-29 Thread Stefan Bachert
Hi Deepak,

I use focusPanel with a ClickHandler for the tab of an own TabPanel.
I don't understand what your problem is?
Did you also added a textbox into the focus panel?

Or do you call the focus marquise as "input box"?
When yes, remove the attribute "tabIndex".
(getElement().removeArribute())

Otherwise we need more information about your issue

Stefan Bachert
http://gwtworld.de


On 29 Mai, 11:55, Deepak Bammi  wrote:
> Hi All,
>
> I need a panel which is clickable.I found focuspanel but it has one drawback
> in my case that it automatically embeds the input box which causes a problem
> for me.
>
> Please share to access the input box in the focus panel or to find the
> clickable panel.
>
> Thanks,
> Dev

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