Re: TEST 2

2010-08-06 Thread Deepak Bammi
???

On Sat, Aug 7, 2010 at 6:52 AM, Christian Goudreau 
goudreau.christ...@gmail.com wrote:

 ??


 On Fri, Aug 6, 2010 at 7:35 PM, Josh Long starbux...@gmail.com wrote:

 Oh my god i completely forgot about this group. @_@
 Thanks,
 Josh



 On Fri, Aug 6, 2010 at 4:32 PM, Paul Grenyer paul.gren...@gmail.com
 wrote:
  It works!
  
  From: Rahul rahul.mishr...@gmail.com
  Sender: google-web-toolkit@googlegroups.com
  Date: Fri, 6 Aug 2010 16:28:39 -0700
  ReplyTo: google-web-toolkit@googlegroups.com
  Subject: TEST 2
 
  --
  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.comgoogle-web-toolkit%2bunsubscr...@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.comgoogle-web-toolkit%2bunsubscr...@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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




 --
 Christian Goudreau

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Thanks !
Deepak Bammi

+91.9818.528.834
+91.9711.324.527

-- 
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-12 Thread Deepak Bammi
On Wed, Jun 9, 2010 at 10:04 AM, Deepak Bammi deepak.ba...@gmail.comwrote:

 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 stefanbach...@yahoo.dewrote:

 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 deepak.ba...@gmail.com
 *An:* Stefan Bachert stefanbach...@yahoo.de
 *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 
 stefanbach...@yahoo.dewrote:

 Hi Deepak,

 I tried your corrected code (I use g: instead of gwt, gwr).
 However, no input 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 deepak.ba...@gmail.com 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.
 
   gwt:FocusPanel
 gwt:FlowPanel
 // Widget.
 /gwr:FlowPanel
   /gwt:FocusPanel
 
  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.dewrote:
 
   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 deepak.ba...@gmail.com 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 google-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%252bunsubscr...@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.comgoogle-web-toolkit%2bunsubscr...@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 stefanbach...@yahoo.dewrote:

 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 deepak.ba...@gmail.com
 *An:* Stefan Bachert stefanbach...@yahoo.de
 *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 stefanbach...@yahoo.dewrote:

 Hi Deepak,

 I tried your corrected code (I use g: instead of gwt, gwr).
 However, no input 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 deepak.ba...@gmail.com 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.
 
   gwt:FocusPanel
 gwt:FlowPanel
 // Widget.
 /gwr:FlowPanel
   /gwt:FocusPanel
 
  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 deepak.ba...@gmail.com 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 google-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%252bunsubscr...@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.comgoogle-web-toolkit%2bunsubscr...@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: Unable to download gwt-2.0.3.zip

2010-05-30 Thread Deepak Bammi
Please find the latest gwt version in which some bugs are fixed.
http://code.google.com/p/google-web-toolkit/downloads/list




Thanks,
Dev



On Mon, May 31, 2010 at 6:42 AM, Luis Daniel Mesa Velasquez 
luisdanielm...@gmail.com wrote:

 Latest? isn't 2.0.3 the latest?

 On May 29, 1:35 pm, Deepak Bammi deepak.ba...@gmail.com wrote:
  Just for information, latest gwt version is also released.
 
  Thanks,
  Dev
 
  Deepak Bammi
  +91.9818.528.834 Direct

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Deepak Bammi
+91.9818.528.834 Direct

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



Help to find only clickable panel except focuspanel

2010-05-29 Thread Deepak Bammi
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.



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.

 gwt:FocusPanel
   gwt:FlowPanel
   // Widget.
   /gwr:FlowPanel
 /gwt:FocusPanel

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

 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 deepak.ba...@gmail.com 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.comgoogle-web-toolkit%2bunsubscr...@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: Unable to download gwt-2.0.3.zip

2010-05-29 Thread Deepak Bammi
Just for information, latest gwt version is also released.


Thanks,
Dev

2010/5/29 Luis Daniel Mesa Velásquez luisdanielm...@gmail.com

 I tried downloading it 5 times, i used JDownloader in most and i use Opera
 for browsing so i tried downloading through that too... seems the cloud is
 just fast but not reliable. =) I downloaded 2.0.0, 2.0.1, 2.0.2 and 2.0.3
 and got it to work after a while, thanks anyway.


 On Fri, 28 May 2010 10:15:14 -0500, Stefan Bachert stefanbach...@yahoo.de
 wrote:

  Hi Luis,

 try it to download again or use different tools. Sometimes a download
 fails.

 I did not had any problem (but I am using ubuntu)

 Stefan Bachert
 http://gwtworld.de


 On 28 Mai, 10:52, Luis Daniel Mesa Velasquez
 luisdanielm...@gmail.com wrote:

 I downloaded gwt-2.0.3.zip (aprox. 36MB) but when i try to unzip it i
 get a message stating the file is corrupt or is empty. When i try to
 extract it using 7zip i only get 15 MB extracted and a list of error
 messages saying certain files use non-valid compression methods. Can
 anyone help me unzip it or download it properly? Thanks in advance.




 --
 Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Deepak Bammi
+91.9818.528.834 Direct

-- 
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: HTML5 Worker

2010-05-29 Thread Deepak Bammi
Please provide more info for Worker or just share your knowledge.

Thanks,
Dev

On Sun, May 23, 2010 at 1:05 AM, Thomas Broyer t.bro...@gmail.com wrote:



 On 22 mai, 19:14, Stefan Bachert stefanbach...@yahoo.de wrote:
  Hi,
 
  I just read something about HTML5 feature.
  One is Worker.
  Does this mean that in future we need to take care about concurrency
  in GWT?

 No. Web Workers don't share memory, they communicate through messages.
 JavaScript is inherently single-threaded and that won't change anytime
 soon.

 --
 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.comgoogle-web-toolkit%2bunsubscr...@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.