Metro UI Windows 8 with GWT

2012-08-28 Thread Allahbaksh
Dear All,
Whether you are aware of any gwt library using which we can develop Windows 
8 based applications.
Warm Regards,
Allahbaksh

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/I_r8U4CtSp0J.
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.



GWT Elemental Problem with Listner

2012-07-10 Thread Allahbaksh
Hi,
I am trying to run example from GWT Elemental sitehttp://tinyurl.com/7oo2jmv.
I have made appropriate changes to compile the same
(getWindow().setTimeout(new TimeoutHandler()  and xhr.setOnload and
package name change for xml http request). The problem I face it is
when I add a listner to any of the element it throws the exception.
For example Below is the exception which I have got.

In short when I add listner to any element I get a error which is put
below.
Is there any problem?

Ray can you throw some light on it.
Regards,
Allahbaksh

16:07:55.836 [ERROR] [gwt_elemental] Unable to load module entry point
class com.infy.elemental.client.ElementalExample (see associated
exception for details)
com.google.gwt.core.client.JavaScriptException: (String) : Invoking an
instance method on a null instance
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
Source)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at
com.google.gwt.dev.shell.ModuleSpace.createJavaScriptException(ModuleSpace.java:
79)
at
com.google.gwt.dev.shell.ModuleSpace.createJavaScriptException(ModuleSpace.java:
63)
at
com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:60)
at
com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:
172)
at
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:
338)
at
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:
219)
at
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
136)
at
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
570)
at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:
278)
at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:
91)
at elemental.js.dom.JsElementalMixinBase$.addEventListener$
(JsElementalMixinBase.java)
at com.google.gwt.core.client.JavaScriptObject
$.elemental_html_ButtonElement_addEventListener(JavaScriptObject.java)
at
com.infy.elemental.client.ElementalExample.onModuleLoad(ElementalExample.java:
52)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:
405)
at
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:
200)
at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
526)
at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
364)
at java.lang.Thread.run(Unknown Source)

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



Re: GWT in Google Products

2011-12-03 Thread Allahbaksh
We at Infosys use GWT for many of our customer project. In some cases we 
had jquery and GWT. And later on we moved the jquery part to GWT as jquery 
performance was turning out bad. GWT rocks. But we need to contribute a lot 
and bring good widget and make user experience of GWT application really 
good.
If Google can release the source code of Wave Interface (google not the one 
contributed to Apache) then it would be really good.
Regards,
Allahbaksh

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/NYXzyS6ncGUJ.
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.



Re: [gwt-contrib] [ANN] Scala+GWT 0.1-M1 released

2011-09-01 Thread Allahbaksh Asadullah
I think this is great. And we all should try using it and contribute back.
Regards,
Allahbaksh

On Thu, Sep 1, 2011 at 11:03 PM, Ray Ryan rj...@google.com wrote:

 Woo hoo!


 On Thu Sep 01 09:26:47 GMT-700 2011, Grzegorz Kossakowski wrote:

 Hello,

 I'm excited to announce first milestone of Scala+GWT project.

 Download (and then follow README instructions) from here:
 http://goo.gl/Ym3xUhttp://www.google.com/url?sa=Dq=http%3A%2F%2Fgoo.gl%2FYm3xU

 Release notes (included below) can be found here: 
 http://goo.gl/H8sanhttp://www.google.com/url?sa=Dq=http%3A%2F%2Fgoo.gl%2FH8san



 Scala+GWT 0.1-M1
 

 The first official milestone release from the Scala+GWT project.

 This release consists of just samples packaged along with snapshot
 of jars needed to build them. Those jars include our own version
 of both GWT and Scala.

 This release doesn't come with any official artifacts apart from the
 tarball you can download from 
 http://github.com/scalagwt/scalagwt-samplehttp://www.google.com/url?sa=Dq=http%3A%2F%2Fgithub.com%2Fscalagwt%2Fscalagwt-sample
 .

 ### What works

 Samples show it the best. Here are some highlights:

   * Mixed Scala/Java projects work very well (for GWT-supported Java
 subset)
   * Most of Scala language constructs are supported
   * Most of Scala library code that makes sense in a browser context is
 supported, including Scala collections

 It's fair to say that we are not sure how far one can go with this
 release. It might be that you can already
 build something useful with what we already have. The only way to be sure
 is start hacking!

 ### Known issues

   * Compilation is very, very slow.
   * `scala.immutable.{TreeMap, TreeSet}` are not supported due to various
 bugs (thus sorted collections don't work)
   * many patterns in pattern matching logic are not supported (tough
 issue) examples include
 * pattern alternatives (`|`)
 * guard patterns (`if` guard)
   * GWT's development mode is broken
   * We are compiling with all optimizations turned off. This results in a
 slow and very large JavaScript code.

 ### Reporting issues

 We appreciate feedback. If you find something that doesn't work (e.g.
 crashes either Scala or GWT compiler)
 or JavaScript gives you weird results we'd love to hear about it. The most
 effective way of reporting issues
 is to modify `Hello World` sample to show your problem. Exact steps are:

   1. Fork `scalagwt-sample` repo from here:
 http://github.com/scalagwt/scalagwt-samplehttp://www.google.com/url?sa=Dq=http%3A%2F%2Fgithub.com%2Fscalagwt%2Fscalagwt-sample
   2. Clone it: `git clone git://
 github.com/YOUR_USER_NAME/scalagwt-sample.git`http://www.google.com/url?sa=Dq=http%3A%2F%2Fgithub.com%2FYOUR_USER_NAME%2Fscalagwt-sample.git
   3. Modify hello world sample located in
 `src/com/google/gwt/sample/jribble/client`
   4. Commit and publish your example.
   5. File a ticket here: 
 http://github.com/scalagwt/scalagwt-samplehttp://www.google.com/url?sa=Dq=http%3A%2F%2Fgithub.com%2Fscalagwt%2Fscalagwt-sample
  and
 mention your
  fork while explaining your issue.

 If you want to discuss your problem before reporting it, join
 [scala...@googlegroups.comhttp://www.google.com/url?sa=Dq=mailto%3Ascalagwt%40googlegroups.com
 ](http://groups.google.com/group/scalagwt).

 ### What if I don't know GWT?

 That shouldn't be a big problem. You've got Scala source code for samples
 that show basic functionality
 and provides basic setup. You may want to start with channging hello world
 sample, recompiling it and
 testing in a browser.

 ### What if I don't know Scala?

 You might still want to check out samples to see how they might look like
 in other language than Java.
 We'll be cutting a lot more of boilerplate code once GWT libraries and
 APIs receive enough of Scala's
 [pimp-love](http://www.artima.com/weblogs/viewpost.jsp?thread=179766http://www.google.com/url?sa=Dq=http%3A%2F%2Fwww.artima.com%2Fweblogs%2Fviewpost.jsp%3Fthread%3D179766
 ).

 ### Need help? Want to discuss something?

 Join us here: 
 [scala...@googlegroups.comhttp://www.google.com/url?sa=Dq=mailto%3Ascalagwt%40googlegroups.com
 ](http://groups.google.com/group/scalagwt).


 Happy playing!

 --
 Grzegorz Kossakowski

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

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


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

[gwt-contrib] XMLHttpRequest2

2011-08-04 Thread Allahbaksh Asadullah
HI,
We are trying to implement XMLHttpRequest2. Whether there is already
some contribution made in this regards to the GWT? If yes can you
point out to the location of the source code.
If there is no contribution what is best way specify different
response type like ArrayBuffer, Blob etc. Whether GWT has already some
implementation of the same? If know can you people suggest what is
best way to have this done.
Regards,
Allahbaksh

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


Re: Web Workers in GWT

2011-08-01 Thread Allahbaksh
HI,
Check gwt-ns project. I have personally not used it.
Regards,
Allahbaksh

On Jul 30, 6:08 am, cidylle0 cidyl...@gmail.com wrote:
 Hello,

 I am currently playing around with GWT and I would like to implement
 some HTML5 features with it like web workers. In the GWT documentation
 I see that it supports a couple HTML5 features but no Web Workers. Are
 there any libraries out there that would implement web workers in
 GWT ? Or can anybody point me to a simple tutorial ? I would
 appreciate. 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.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.



XMLHttpRequest2

2011-07-31 Thread Allahbaksh
HI All,
We are trying to write a wrapper over XMLHttpRequest2. Can people
point out if some one has written some part of it already.
@GWT Contributor Whether we have some code already in developer own
trunk?
Warm Regards,
Allahbaksh

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



GWT FileSystem Implementation

2011-06-07 Thread Allahbaksh
HI,
Are there any GWT project which wrap around FileSystem API
http://dev.w3.org/2009/dap/file-system/pub/FileSystem/.
Is there any plans to implement the same in next release of GWT.
Regards,
Allahbaksh Mohammedali Asadullah

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



[gwt-contrib] GWT 2.4beta

2011-05-11 Thread Allahbaksh Asadullah
Hi All,
What is new in GWT 2.4beta. The wiki of GWT is not working :(.
Regards,
Allahbaksh

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


Re: [gwt-contrib] How do I submit a patch with binary files?

2011-03-24 Thread Allahbaksh Asadullah
Hi All,
This would be real good feature which is pending from long time. We should
incorporate this in GWT 2.3 release. It should go in Milestone trunk.
Regards,
Allahbaksh Mohammedali Asadullah

On Thu, Mar 24, 2011 at 7:44 PM, Jeff Larsen larse...@gmail.com wrote:

 I've got a patch for TabLayoutPanel which will allow for handling tabs that
 scroll off the viewable area. For this I've got some horrifically ugly
 images that I created with MSPaint. How do I include those in a patch? SVN
 patches are just text files. I didn't spend any real time making these
 images on the assumption that you would want your graphic designer to make
 something that is far superior to anything I could create. I'm no artist.


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

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

[gwt-contrib] Re: HTML5 Storage API in GWT. (issue1374803)

2011-03-04 Thread Allahbaksh Asadullah
HI,
Sorry this post is different from the review. I have following
questions

1)I am not sure whether this can be used with IndexDB which is new
HTML5 specification.
2)How about using some third party library for HTML5 storage on non
HTML5 supported browser like FF3.0 etc
3)Why not include WebSocket support right now. The code is of web
socket implementation is already their in wave trunk.
4)Inclusion on WebWorker
Warm Regards,
allahbaksh

On Mar 5, 4:28 am, jlaba...@google.com wrote:
 This CL looks great. Cross off another one for HTML5 support.

 http://gwt-code-reviews.appspot.com/1374803/diff/20/user/src/com/goog...
 File
 user/src/com/google/gwt/storage/client/StorageImplNonNativeEvents.java
 (right):

 http://gwt-code-reviews.appspot.com/1374803/diff/20/user/src/com/goog...
 user/src/com/google/gwt/storage/client/StorageImplNonNativeEvents.java:69:
 protected native void addStorageEventHandler0() /*-{
 Make non-native

 http://gwt-code-reviews.appspot.com/1374803/diff/20/user/src/com/goog...
 user/src/com/google/gwt/storage/client/StorageImplNonNativeEvents.java:69:
 protected native void addStorageEventHandler0() /*-{
 make non-native

 http://gwt-code-reviews.appspot.com/1374803/diff/20/user/src/com/goog...
 user/src/com/google/gwt/storage/client/StorageImplNonNativeEvents.java:74:
 protected native void removeStorageEventHandler0() /*-{
 make non-native

 http://gwt-code-reviews.appspot.com/1374803/

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


[gwt-contrib] GWT Improvement and Feature List

2011-02-28 Thread Allahbaksh Asadullah
Dear All,
After reading few of the blogs and overall needs in some of the
projects. I thought following features can be added in GWT future
version

1.  Support for Servlet 3.0 specification
2.  RPCServlet to stabilized and brought to production level
3.  Exchange format to be more modular. Pluggable to ProtocolBuffer,
Apache Thrift etc
4.  Scala to JavaScript Compiler
5.  JDK7 project Coin support for the compiler
6.  Better Styling for Widget (CellBacked Widget)
7.  TabLayout can made like Firefox
8.  IndexDB and local cache support (HTML5 support)

Community if you need to add feature please add it.
Warm Regards,
Allahbaksh

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


Re: [gwt-contrib] Re: GWT Improvement and Feature List

2011-02-28 Thread Allahbaksh Asadullah
Dear Bruce,
Please let us know what are the feature which we can expect in coming
release of GWT. Google IO is coming soon and hence our expectation are high
from GWT team.
Regards,
Allahbaksh

On Mon, Feb 28, 2011 at 6:02 PM, federico federico.mona...@gmail.comwrote:

 a form of runtime modularity (separate modules compilations)

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


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

Google Wave UI

2011-01-24 Thread Allahbaksh
Hi,
Google Wave became Apache Wave but still the code of Google Wave UI is
not committed to SVN repo. I would ask GWT contributor to please
contribute the Wave UI code to the community as early as possible as
the best standards application design ability will get improved.
Warm Regards,
Allahbaksh

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



[gwt-contrib] Text Area enhancement

2010-04-19 Thread Allahbaksh Asadullah
Hi,
I want to get the coordinates of the Cursor position in TextArea so
that I can show the popup appropriately. Please find the similar
implementation of  http://enobrev.info/cursor/.

I am not sure whether a new method to get the coordinates of the
cursor is really helpful to other but I think it would grea.

Warm Regards,
Allahbaksh

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


TextArea Cursor Coordinates

2010-04-15 Thread Allahbaksh
Hi,
I want to get the coordinates of the Cursor position in TextArea so
that I can show the popup appropriately. Please find the similar
implementation of  http://enobrev.info/cursor/.
Is there any easy and better way to do the same.
Warm Regards,
Allahbaksh

-- 
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: how to set pagination or add scroll bar to the TabBar of an TabPanel

2010-01-23 Thread Allahbaksh
HI,
I think try using Mosiac Based TabLayoutPanel. The TabLayoutPanel of
GWt-Mosiac. George is owner of GWT-Mosiac library. He has put a lot of
effort in the library.
Regards,
Allahbaksh

On Jan 22, 6:07 pm, Ashar Lohmar asharloh...@gmail.com wrote:
 ... maybe you should try adding the content in a Panel and that panel
 add it to another panel (HorizontalPanel maybe for both) and hack
 the style of the last one adding overflow:hidden
 TabPanel tp = new TabPanel();
 .setWidth(500px); // or whatever
 Widget content = ... // the realcontent
 HorizontalPanel hp1 = new HorizontalPanel();
 hp1.setWidth(100%);
 hp1.add(content);
 HorizontalPanel hp2 = new HorizontalPanel();
 hp2.setWidth(100%);
 hp2.getElement().getStyle().setProperty(overflow,hidden);
 tp.add(tab1,hp2);

 the trick will be to find out when the inner panel has bigger width
 than the outer panel(or the deck of the tabpanel) an then show the
 buttons
 and on the buttons onClick() you'll do something like hp2.getElement
 ().setScrollLeft(incremented/decremented value)

 ...
 hope it will be any help

 good luck

 On Jan 20, 8:15 pm, blopes bruno.lourenco.lo...@gmail.com wrote:



  Hi!

  I would like to add some kind of slide items to the  TabPanel TabBar .

  I am adding dynamically labels to the tab and when the length of all
  added labels is greater than the tab width
  the symbol less() and greater() should appear in each side to be
  able to scroll left and right. Or instead of that an scroll bar. I
  would prefer the  and .

  Do you have any idea how to do it ?

  Thank you,

  Bruno

-- 
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: [gwt-contrib] Re: now.. afetr GWT 2.0?

2010-01-23 Thread Allahbaksh Asadullah
I mean to say, gwt port for protocol buffer. It is used in google wave.
http://google-opensource.blogspot.com/2008/07/protocol-buffers-googles-data.html
http://google-opensource.blogspot.com/2008/07/protocol-buffers-googles-data.html
Regards,
Allahbaksh

On Sat, Jan 23, 2010 at 10:24 AM, Miroslav Pokorny 
miroslav.poko...@gmail.com wrote:

 What has protocol buffers got to do with gwt ? There's nothing stopping one
 from using it on the server ? What utility does it add to the clientside ?
 Where exactly does it fit in the grand ecoscape ?

 On 23/01/2010, at 2:19 PM, Allahbaksh Asadullah a.allahba...@gmail.com
 wrote:

 +1 websocket
 +1 protocol buffer
 Allahbaksh


 On Fri, Jan 22, 2010 at 11:17 PM, Xavier Mehaut xavier.meh...@gmail.com
 xavier.meh...@gmail.com wrote:

 +1 websockets
 +1 javafx declarative syntax



 Le 22 janv. 2010 à 14:50, Célio  ccid...@gmail.comccid...@gmail.com a
 écrit :


  +1 server push (cometd)
 +1 dependency injection (gin?)

 On 16 dez 2009, 10:42, tfreitas tfrei...@gmail.com wrote:

 What about roadmap?


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


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


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

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


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

Re: [gwt-contrib] Re: now.. afetr GWT 2.0?

2010-01-22 Thread Allahbaksh Asadullah
+1 websocket
+1 protocol buffer
Allahbaksh


On Fri, Jan 22, 2010 at 11:17 PM, Xavier Mehaut xavier.meh...@gmail.comwrote:

 +1 websockets
 +1 javafx declarative syntax



 Le 22 janv. 2010 à 14:50, Célio ccid...@gmail.com a écrit :


  +1 server push (cometd)
 +1 dependency injection (gin?)

 On 16 dez 2009, 10:42, tfreitas tfrei...@gmail.com wrote:

 What about roadmap?


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


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


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

Re: GWT 2.0 RC1

2009-11-17 Thread Allahbaksh
I agree with you Cristiano. If some can throw light on the panels get
minimized to toolbar it would be great.
I think atleast we should have more complex Demo bundled with GWT.
Though Kitchen Sink takes into account all Widget but a Wave like Demo
would definitely make sense.
Regards,
Allahbaksh

On Nov 17, 7:01 pm, Cristiano cristiano.costant...@gmail.com wrote:
 I agree with Nathan,
 but I would like know how to achieve the same layout of google wave.
 But for me, it is enough to know which panels the have used and how
 they do manage the minimize to toolbar of the panels.

 Any info available on that?
 Bye!



  See this blog for a good run-down of the toolkit vs. framework
  discussion:

 http://www.bit-101.com/blog/?p=2358

  On Nov 17, 2:32 am, Kango_V djb.b...@gmail.com wrote:

   I too would love to have a look at the wave ui source code as it seems
   to be exactly the style of app i'd like to write.
   We need to turn GWT from a toolkit to a framework.

   On Nov 17, 7:16 am, Allahbaksh a.allahba...@gmail.com wrote:

Hi GWT Team,

I noticed that Bruce has created a page GWT 2.0 RC. But I am not able
to find GWT 2.0 RC1. Is is due on 17th early morning?

Bruce one more request if Google guys can open Google Wave UI Source
code then it would great. That is amazingly fast application with all
functionality which I would desire in any great web application.

Regards,
Allahbaksh

--

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




GWT 2.0 RC1

2009-11-16 Thread Allahbaksh
Hi GWT Team,

I noticed that Bruce has created a page GWT 2.0 RC. But I am not able
to find GWT 2.0 RC1. Is is due on 17th early morning?

Bruce one more request if Google guys can open Google Wave UI Source
code then it would great. That is amazingly fast application with all
functionality which I would desire in any great web application.

Regards,
Allahbaksh

--

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




JGuard Authentication in GWT Application

2009-11-09 Thread Allahbaksh

Hi,
Whether any one has done JGuard based authentication with GWT
Application. Any pointers to the same are welcome.
Warm Regards,
Allahbaksh
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Deferred binding failed for Images

2009-10-06 Thread Allahbaksh

Hi,

I am trying Mosiac TabLayoutPanel. I am getting below exception for
the same. When I compile the code it works fine but I am not able to
debug the same in Hosted Mode (I am using Eclipse Plugin).

Expecting an early response from you.

 TabLayoutPanel tabPanel= new TabLayoutPanel();

  tabPanel.add(new HTML(HTML Content1), new TabLabelHTML(Tab1,
1));

I have also includedinherits name=org.gwt.mosaic.Mosaic / in
gwt.xml

Warm Regards,

Allahbaksh

Version of Software



GWT 1.7

Mosiac 03 rc1.


[ERROR] Unable to load module entry point class
com.infy.icode.client.ICode (see associated exception for details)

java.lang.RuntimeException: Deferred binding failed for
'org.gwt.mosaic.ui.client.CaptionImages' (did you forget to inherit a
required module?)

at com.google.gwt.dev.shell.GWTBridgeImpl.create
(GWTBridgeImpl.java:43)

at com.google.gwt.core.client.GWT.create(GWT.java:91)

at org.gwt.mosaic.ui.client.Caption.clinit(Caption.java:
72)

at org.gwt.mosaic.ui.client.ScrollTabBar.init
(ScrollTabBar.java:266)

at org.gwt.mosaic.ui.client.ScrollTabBar.init
(ScrollTabBar.java:184)

at org.gwt.mosaic.ui.client.TabLayoutPanel.init
(TabLayoutPanel.java:151)

at org.gwt.mosaic.ui.client.TabLayoutPanel.init
(TabLayoutPanel.java:121)

at com.infy.icode.client.ICode.onModuleLoad(ICode.java:37)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.gwt.dev.shell.ModuleSpace.onLoad
(ModuleSpace.java:326)

at com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace
(BrowserWidget.java:343)

at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access$300
(BrowserWidgetIE6.java:37)

at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad
(BrowserWidgetIE6.java:77)

at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke
(BrowserWidgetIE6.java:161)

at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke
(IDispatchImpl.java:294)

at com.google.gwt.dev.shell.ie.IDispatchImpl.method6
(IDispatchImpl.java:194)

at org.eclipse.swt.internal.ole.win32.COMObject.callback6
(COMObject.java:117)

at org.eclipse.swt.internal.win32.OS.DispatchMessageW
(Native Method)

at org.eclipse.swt.internal.win32.OS.DispatchMessage
(OS.java:1925)

at org.eclipse.swt.widgets.Display.readAndDispatch
(Display.java:2966)

at com.google.gwt.dev.SwtHostedModeBase.processEvents
(SwtHostedModeBase.java:235)

at com.google.gwt.dev.HostedModeBase.pumpEventLoop
(HostedModeBase.java:558)

at com.google.gwt.dev.HostedModeBase.run
(HostedModeBase.java:405)

at com.google.gwt.dev.HostedMode.main(HostedMode.java:232)

Caused by: java.lang.NoSuchFieldError: component

at java.awt.Container.initIDs(Native Method)

at java.awt.Container.clinit(Unknown Source)

at sun.misc.Unsafe.ensureClassInitialized(Native Method)

at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor
(Unknown Source)

at sun.reflect.ReflectionFactory.newFieldAccessor(Unknown
Source)

at java.lang.reflect.Field.acquireFieldAccessor(Unknown
Source)

at java.lang.reflect.Field.getFieldAccessor(Unknown
Source)

at java.lang.reflect.Field.get(Unknown Source)

at sun.awt.SunToolkit$6.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native
Method)

at sun.awt.SunToolkit.clinit(Unknown Source)

at sun.awt.Win32GraphicsEnvironment.clinit(Unknown
Source)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Unknown Source)

at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment
(Unknown Source)

at java.awt.image.BufferedImage.createGraphics(Unknown
Source)

at
com.google.gwt.user.rebind.ui.ImageBundleBuilder.drawBundledImage
(ImageBundleBuilder.java:450)

at
com.google.gwt.user.rebind.ui.ImageBundleBuilder.writeBundledImage
(ImageBundleBuilder.java:319)

at
com.google.gwt.user.rebind.ui.ImageBundleGenerator.generateImplClass
(ImageBundleGenerator.java:305)

at
com.google.gwt.user.rebind.ui.ImageBundleGenerator.generate
(ImageBundleGenerator.java:159)

at com.google.gwt.dev.cfg.RuleGenerateWith.realize
(RuleGenerateWith.java:49)

at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.tryRebind(StandardRebindOracle.java:113)

at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.rebind(StandardRebindOracle.java:62

MVP for FastTree, TabPanel etc

2009-09-23 Thread Allahbaksh

Hi,
Is there any example on MVP for FastTree, FastTreeItem, TabPanel,
Vertical and Horizontal Split Pane etc.
Regards,
Allahbaksh
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Link static html elements with GWT

2009-09-23 Thread Allahbaksh Asadullah

Hi,
You could simply use JSNI it would be much easier to do this. I am not
sure about syntax. But I have tried these thing previously and it
works.
Regards,
allahbaksh

Declare a JSNI function

a href=# onClick=abc('test');Control Room/a

public static native void test()/*

{

$wnd.abc = function(myVariable){
//Call Java method with myVariable passed

return false;
}

}






On Sep 23, 9:16 pm, Trevis trevistho...@gmail.com wrote:
 Wow.  Mixing custom html and GWT looks painful.   I would never do
 this.  I'll be curious to see if someone clears up how to make this
 work.

 On Sep 23, 3:41 am, newUser diwakar...@gmail.com wrote:



  Hi All,

  I am a newbie here so please excuse me if I write a silly question.

  I have a html code like:

  div id=navhome
          ul
            lia href=Home.htmlHOME/a/li
          /ul
  /div
  div id=navcontrol
          ul
            lia href=CONTROL ROOM/a/li
          /ul
  /div

  Now, what i want to do is, whenever the user clicks on the control
  Room link (as above), only some part of the web page is updated.
  However, i am unable to catch the click event on the Control Room
  link. What I have tried is :

  DOM.sinkEvents(DOM.getElementById(navcontrol), Event.ONCLICK);
                  DOM.setEventListener(DOM.getElementById(navcontrol), new
  EventListener() {
                          public void onBrowserEvent(Event event) {
                                  mainPanel.setSize(10px, 10px);
                          }
                  });

  Can someone help me identify the mistake? 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-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
-~--~~~~--~~--~--~---



Google Wave UI GWT Sample

2009-07-21 Thread Allahbaksh

Hi,
Google Wave UI which is designed using GWT look awesome. When will the
client side code of Google Wave will be open sourced.
I think it is nice Sample application of GWT and should be added to
GWT samples.

I think GWT-Mosiac has similar UI look and feel as Wave. But I would
like to see how wave client is designed using GWT.
Regards,
Allahbaksh
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



GWT History Best Practices

2009-07-07 Thread Allahbaksh

Hi,
Is there any best practices or design for implementing History in an
application.
Regards,
Allahbaksh
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[gwt-contrib] Best practice to implement Command Pattern RPC

2009-07-02 Thread Allahbaksh Asadullah
Hi All,I am trying to implement command pattern RPC as discussed in google
io

Best Practices For Architecting Your GWT App :

http://code.google.com/intl/es-ES/events/io/sessions/GoogleWebToolkit...http://code.google.com/intl/es-ES/events/io/sessions/GoogleWebToolkitBestPractices.html


After trying a lot I am still not able to get it working. Can any one share
the working source code of Command Pattern RPC.

Regards,

Thanks.

Allahbaksh

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



Re: Mouse ScollKey Click event

2009-04-14 Thread Allahbaksh Asadullah

Hi,
I have got the answers. It is easy just I need to check whether the
button clicked is 4 for Mouse Wheel Listner.
Regards,
Allahbaksh

On Apr 14, 10:57 am, Allahbaksh a.allahba...@gmail.com wrote:
 Hi,
 I want capture teh MouseScroll Key click event. What exactly it is
 called. We MouseWheel Scroll click to close the Tab in eclipse or in
 the browser. I want to have similar functionality.

 What I am trying is in TabPanel add HTML widget for Tab Text and add
 MouseWheel Click listner so that we can have eclipse or Mozilla like
 TabClose method.

 Regards,
 Allahbaksh Mohammdali Asadullah

 http://allahbaksh.blogspot.com
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Tab Remove Listner

2009-04-13 Thread Allahbaksh Asadullah

Thanks I will try out this.
Regards,
Allahbaksh

On Apr 13, 10:24 pm, Salvador Diaz diaz.salva...@gmail.com wrote:
 TabPanel doesn't raise any TabRemove event (if you look at the javadoc
 athttp://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/g...
 you'll see what events it does raise).

 You can extend the standard TabPanel, create the TabRemove event and
 raise it when a tab is removed if you want (override the remove
 methods to do this). I suggest you look at the source code of TabPanel
 to see examples of how an event is raised.

 Cheers,

 Salvador

 On Apr 13, 3:22 pm, Ian Bambury ianbamb...@gmail.com wrote:

  If you are removing the tab programmatically, can't you just call the
  routine?
  Ian

 http://examples.roughian.com

  2009/4/13 Allahbaksh a.allahba...@gmail.com

   Hi All,
   How do you add a listner for Tab Remove event. I will remove the Tab
   programmatically and want some events to be fired after that.

   Regards,
   Allahbaksh
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[gwt-contrib] OOPHM plugin missing in FF and not working IE

2009-03-25 Thread Allahbaksh Asadullah

Hi,
I downloaded the latest plugin for FF and IE and built the source from
SVN. In IE after installing the plugin my page doesnot appear only.
There will be some error and and after that nothing works.

When I open the same in FF with View IN IE plugin installed it works
fine.

In FF it stills throws plugin not found exception if you don't install
oophm-*.xpi plugin.

When I refresh  the page in FF the Hosted Mode shell open new tab for
each refresh request rather than continuing in the same Tab.

How do install plugin for Safari or Chrome on windows?

Regards,
Allahbaksh Mohammedali Asadullah
http://allahbaksh.blogspot.com

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



[gwt-contrib] Re: OOPHM plugin missing in FF and not working IE

2009-03-25 Thread Allahbaksh Asadullah
Hi,My Firefox plugin is working fine. I think I had previous version of
plugin and that is the reason it had some problem.

Now coming to IE I have attached the error description in image which is
attached. Please note I don't get a new Tab in Hosted Mode Jetty Server
window when I open the application in IE. But when I use IE tab plugin in
Firefox I will be able to see the same stuff without any problem and the
Hosted Jetty server brings up a Tab for IE.

I am on Window OS so how do I install the plugin for Safari (I am using
Safari 4.0 Beta) or for that matter how do install the plugin for chrome.

Regards,
Allahbaksh

On Thu, Mar 26, 2009 at 12:13 AM, John Tamplin j...@google.com wrote:

 On Wed, Mar 25, 2009 at 2:17 PM, Allahbaksh Asadullah 
 a.allahba...@gmail.com wrote:

 I downloaded the latest plugin for FF and IE and built the source from
 SVN. In IE after installing the plugin my page doesnot appear only.
 There will be some error and and after that nothing works.


 What is the error?

 In FF it stills throws plugin not found exception if you don't install
 oophm-*.xpi plugin.


 What platform and browser version are you using, and what is the plugin
 version installed?  Does it show in about:plugins?


 When I refresh  the page in FF the Hosted Mode shell open new tab for
 each refresh request rather than continuing in the same Tab.


 You might want to see the logs from the previous connection rather than
 replacing them with the new one.


 How do install plugin for Safari or Chrome on windows?


 http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM

 --
 John A. Tamplin
 Software Engineer (GWT), Google


 


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

inline: error_in_ie.PNG

[gwt-contrib] Why not move FastTree to GWT Trunk

2009-03-25 Thread Allahbaksh Asadullah
Hi,As we are aware the present tree in GWT project is not as efficient as
the one in GWT-Incubator. So why not move that to the common distribution.

Are we expecting few more changes in the FastTree in future? I think Set
Object and Get Object method is the only thing which is needed as of now.

Regards,
Allahbaksh

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



[gwt-contrib] Re: JavaScript Bundling

2009-03-12 Thread Allahbaksh Asadullah
Hi,
As I have too many JavaScript file and most of them are static and are in
Apache or BSD licence. So it doesnot make any difference if I combine all
the JavaScript into a single file. Is it a recommended way? Using GWT Linker
as Bruce and Thomas say is most appropriate way? What are the performance
aspects? Are there any plans to have exclusive javascript bundling?
Regards,
allahbaksh

On Thu, Mar 12, 2009 at 8:28 PM, Bruce Johnson br...@google.com wrote:

 On Wed, Mar 11, 2009 at 9:32 PM, Thomas Broyer t.bro...@gmail.com wrote:

 a) use a GWT Linker [1,2] to prepend scripts dependencies (script/
 in your modules' gwt.xml) to the selection script; the problem is that
 the selection script isn't (shouldn't be) cached, so it should remain
 as small as possible.


 It's good to paranoid about the speed of the selection script download, but
 in practice this probably isn't so bad if you have properly configured HTTP
 headers. The exact semantics for the selection scripts are must revalidate
 rather than cannot cache. In other words, an If-Modified-Since request for
 the selection script should be returning Not Modified except when the app
 is actually redeployed on the server.

 Thus, I kinda like (a).




 


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



[gwt-contrib] JavaScript Bundling

2009-03-11 Thread Allahbaksh Asadullah
Hi,
In most of cases we face situation where there are existing JavaScript
library available to do specific job (Example Online Diff). We don't want to
write it again but number of HTTP request to get those JavaScript files are
some times huge.
Can we bundle javascript or load it as Text Resources and do something with
it? Is something of that sort could save lot of HTTPRequest?

Can some one let me know whether the idea of doing this is good or it will
not workout properly.
Regards,
Allahbaksh M Asadullah

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



[gwt-contrib] Re: Getting oophm working

2009-03-07 Thread Allahbaksh Asadullah
Hi,
I am also using OOPHM from past one month. I see lot of productivity
improvement by that. But I am scared when I will move GWT 1.6 then I have to
again go back to the Hosted Mode browser. Can't we have very basic
functionality available for GWT 1.6. Let it be in trunk so that people
interested may build it themselve depending upon their need. But definately
I can't wait for one more quarter for OOPHM.
Is GWT 1.6 release is due on Google IO?
Regards,
Allahbaksh

On Sat, Mar 7, 2009 at 1:56 PM, Sami Jaber sami.ja...@gmail.com wrote:

 I think it could really (really) be interesting to get OOPHM with 1.6, is
 it so much work John (why not using a generator for the overlay classes,
 Sanjiv seems to use this kind of tool for SmartGWT) ?

 I was using OOPHM as a early adopter since the beginning and with the
 incompatibilities between OOPHM and the new war directory layout, there is
 no way to provide you for feedback and I have lost in term of productivity
 (compile time is still so slow in 1.6)

 btw, runAsync was slated for the release after 1.6 and it is still in the
 trunk for a while now, does it mean that the scope is being changed ?


 Sami


 On Sat, Mar 7, 2009 at 7:54 AM, John Tamplin j...@google.com wrote:

 On Sat, Mar 7, 2009 at 1:21 AM, Vitali Lovich vlov...@gmail.com wrote:

 Darn.  Would there be any branch that does work?


 Do you mean a branch of 1.6?  No, as it would be too much work to maintain
 it.  OOPHM has always been slated for the release after 1.6, and it
 currently exists as an overlay of particular classes in gwt-dev, so when
 those classes are changed corresponding changes have to be made to the
 overlay classes.

 Eventually, OOPHM will replace legacy hosted mode entirely in trunk, and
 we can have a single gwt-dev.jar with no native code (branches/oophm is
 already setup that way).


 --
 John A. Tamplin
 Software Engineer (GWT), Google




 


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



Re: How to Debug/Trace client side code when deploying Tomcat

2009-02-26 Thread Allahbaksh Asadullah

Hi,
As Martin pointed out you can use FireBug or Google Chrome inbuilt
feature. But if you have problem debugging on different browser on
your platform then I would suggest the build of OOPH is what is
required. By using OOPHM you can debug your application on any browser
of your choice.

Building OOPHM is simple and it is listed on my blog 
http://allahbaksh.blogspot.com
Regards,
Allahbaksh Mohammedali Asadullah
http://allahbaksh.blogspot.com

On Feb 26, 2:26 pm, mars1412 martin.trum...@24act.at wrote:
 you could use firebug for firefox
 it will display the logmessages in the console
 also Iron (type of Chrome) has a java-script console where you can see
 the logs

 On Feb 25, 8:35 pm, joe young keven.c...@gmail.com wrote:





  I'm using NetBeans to develope my GWT applicaiotn.

  Everything works fine when i deploy to gwt-shell-hosted.  However when
  I deploy to tomcat 6 with netbeans,  many little problems occur. Such
  as.

  I have a TreePanel that display all the regions. When the TreePanel
  first create, it will call RPC to retreive data
  service.getGeoRootNode(new AsyncCallback() {
              public void onSuccess(Object result) {

                  GeoNode rootNode = (GeoNode) result;

                  rootTreeNode.setText(rootNode.getNodeDesc());

                  rootTreeNode.setIconCls(rootNode.getNodeName() + -
  icon);

                  buildChildTreeNode(rootNode, rootTreeNode);  // build
  the children nodes

                  setRootNode(rootTreeNode);
              }});

  However the tree building stop right after the rootNode is created.  I
  cannot trace the code because GWT.log() cannot print to tomcat logging
  (I'm using log4J for server side logging) thus I don't know what
  happen

  Question1: How can we trace the client side code? Is it possible that
  ask GWT.log dump to log4J?

  Question 2: Is it because  buildChildTreeNode(rootNode, rootTreeNode)
  is outside of onSuccess() so it cannot be run??

  Thanks for your help 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-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
-~--~~~~--~~--~--~---



Re: Trouble With GWT-RPC On Development Server - Works in Hosted Mode

2009-02-24 Thread Allahbaksh Asadullah

Hi,
If you check the URL it is GnetsProject//ReportService instead of
GnetsProject/ReportService.


Before your ReportService Async check whether it is in Depolyed mode
or in hosted mode using GWT.isScript and depending upon that form the
url.

Regards,

Allahbaksh Mohammedali Asadullah,
http://allahbaksh.blogspot.com


On Feb 25, 1:43 am, Superman859 russ.d.hollo...@gmail.com wrote:
 I am having some trouble connecting to server with GWT-RPC on the
 development server (Tomcat 5), although when running in hosted mode
 the application connects correctly to the built in Tomcat server
 without any issues.

 I'm using Cypal Studio, and used it to export a .war file.  I uploaded
 that .war file, and the client interface works when I navigate to it.

 When I click save, the form attempts to connect and I get

 Status 404 - File not Found GnetsProject//ReportService

 from Throwable caught (caught.getMessage())

 Where ReportService.java was the synchronous interface in
 com.gnets.client package.

 (To view the error yourself, 
 visithttp://www.russellholloway.com/GnetsProject/GnetsProject.html#weeklyR...
 and go to WeeklyReports section, Add report, type in first, last for
 name and click save)

 What would cause this issue?  It works in Hosted Mode, but I cannot
 figure out why it is giving this message online.

 The save button calls
 ReportController.createReport(), which calls serviceProxy.createReport
 () (created using GWT.create(), which should connect to
 ReportServlet.java extends RemoteServiceServlet implements
 ReportService which is on server.  Finally, this is supposed to call
 POJO WeeklyReportServiceImpl() which processes data.

 ReportController - creates RPC connection, calls using the proxy.
 endpoint should be
 GWT.getModuleBaseURL() + /ReportService

 ReportService - synch interface
 ReportServiceAsync - async
 ReportServlet - server file receiving object.  extends
 RemoteServiceServlet impl ReportService
 WeeklyReportServiceImpl - processes data.  POJO implements
 ReportService

 gwt.xml file has

 servlet path=/ReportService class=com.gnets.server.ReportServlet /


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



Re: not able to download GWT

2009-02-22 Thread Allahbaksh Asadullah

Hi.
Probably your browser or server has cached incomplete download. First
clear your browser cache and try again. If that also fails then use
some download accelerator like DAP etc to download GWT.
Regards,
Allahbaksh Mohammedali Asadullah
http://allahbaksh.blogspot.com

On Feb 21, 6:40 am, sanskri sans...@gmail.com wrote:
 hello
 when I tried downloading GWT 1.6 or 1.5 for that matter I'm getting
 only 3  to 4mb part of zip so the downloaded zip file is corrupted.
 Could anyone help if you have observed same problem?

 Thanks  Regards,
 Sanskriti
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Cannot find resource 'app.html' in the public path of module 'org.bcs.app'

2009-02-20 Thread Allahbaksh Asadullah

HI Bob,
I have not used ant file to build. But what I thin looking at your
problem is that if your source has public folder in it then you need
put src directory as folder in classpath irrespective of whether you
have added bin or not.

So I think in ant file also you need to include the src folder. If you
are putting your html and public content other than the designated
place then you need to make appropriate changed in gwt.xml too.
Regards,
Allahbaksh Asadullah
http://allahbaksh.blogspot.com

On Feb 17, 11:23 pm, BobM bmar...@bcscomputers.com wrote:
 Thank you, but I am not using eclipse, in this case.  I am using plain
 'ol ant scripts to drive my development environment because I was
 having too much trouble with the IDEs.

 However, I have found the problem: I had established a directory,
 web, ar the same level as directory src and had put my html and
 css files in there.  I had included directory web in classpath for
 GWTShell but that didn't seem to work.  Those files were never found.
 I created a directory, public, at the same directory as clinet,
 under src ... put all the web related files (html. css, WEB-INF/
 web.xml) and then those file were found.  I have solved the problem
 but I don't like the solution; however, I will struggle with that
 later.

 So ... I have progressed but now I have another problem.  I have
 created another topic on this new problem.

 On Feb 16, 11:37 pm,Allahbaksha.allahba...@gmail.com wrote:

  Hi,
  If you are using Eclipse in Classpath add src folder of your
  application.
  Regards,
 AllahbakshMohammedaliAsadullah

  On Feb 17, 6:04 am, BobM bmar...@bcscomputers.com wrote:

   This is a message I get in the hosted mode sub shell.  The names have
   been changed make them generic.  How to remedy?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Build Instruction GWT OOPHM from Source

2009-02-19 Thread Allahbaksh

Hi All,
I have posted a brief steps which I carried out to build hosted mode.
These steps are for people who want to leverage the latest GWT sources
but feels that it is very difficult to build it by themseleves.

http://allahbaksh.blogspot.com/2009/02/building-gwt-oophm-from-source.html

Warm Regards,
allahbaksh
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: JDBC error with MySQL...... HELP PLEASE!

2009-02-17 Thread Allahbaksh

Hi,
Many people have used GWT with MySql. I personally have done the same.
In short it boils down to this.

Your DB operation are at Server side i.e in server package. The
XXXImpl class will have method which you will call using GWT Async
mechanism. Initialize your DB in init method of XXXImpl class (You
need to override this method). Do the required logic or data base
processing and return the DAO. Please note the DAO class should be in
client package and should implement Serilizable interface or
IsSerializable.

Regards,
Allahbaksh Mohammedali Asadullah
http://allahbaksh.blogspot.com

On Feb 17, 9:49 am, Mashhur Sattorov mashhur.satto...@gmail.com
wrote:
 I have searched, and done all of appropriative codes but still doesn't work!

 Did somebody use MySQL (DB) for GWT? Please help me! I really apreciate
 him(her)!
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: GWT SVN Build Failed com.google.gwt .ant.taskdefs.SvnInfo cannot be found

2009-02-17 Thread Allahbaksh

Hi Gregor,
Thanks for the pointer. What I did was to build build-tools directory
first which creates ant-gwt.jar, gwt-customchecks.jar and gwt-
doctools.jar. After this all the build were successful.
Regards,
Allahbaksh

On Feb 16, 10:00 pm, gregor greg.power...@googlemail.com wrote:
 Might be this:

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

 On Feb 16, 4:07 pm, Allahbaksh a.allahba...@gmail.com wrote:

  Hi,
  I am trying to build GWT from the SVN. I am getting following error

  BUILD FAILED
  D:\tools\gwt\google-web-toolkit\platforms.ant.xml:36: The following
  error occurr
  ed while executing this line:
  D:\tools\gwt\google-web-toolkit\platforms.ant.xml:13: The following
  error occurr
  ed while executing this line:
  D:\tools\gwt\google-web-toolkit\dev\core\build.xml:97: The following
  error occur
  red while executing this line:
  D:\tools\gwt\google-web-toolkit\common.ant.xml:207: taskdef class
  com.google.gwt
  .ant.taskdefs.SvnInfo cannot be found

  Total time: 4 seconds

  Can some one from the community point out where I am going wrong.

  Regards,
  Allahbaksh
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



GWT SVN Build Failed com.google.gwt .ant.taskdefs.SvnInfo cannot be found

2009-02-16 Thread Allahbaksh

Hi,
I am trying to build GWT from the SVN. I am getting following error


BUILD FAILED
D:\tools\gwt\google-web-toolkit\platforms.ant.xml:36: The following
error occurr
ed while executing this line:
D:\tools\gwt\google-web-toolkit\platforms.ant.xml:13: The following
error occurr
ed while executing this line:
D:\tools\gwt\google-web-toolkit\dev\core\build.xml:97: The following
error occur
red while executing this line:
D:\tools\gwt\google-web-toolkit\common.ant.xml:207: taskdef class
com.google.gwt
.ant.taskdefs.SvnInfo cannot be found

Total time: 4 seconds

Can some one from the community point out where I am going wrong.

Regards,
Allahbaksh
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Problem with TomCat while communicating with server

2009-02-16 Thread Allahbaksh

I think you need to check the classpath. Classpath entry may be
missing.
Regards,
Allahbaksh

On Feb 17, 10:14 am, kanan keri.s...@gmail.com wrote:
 I've a problem with Tomcat while communicating with server. It gives
 NoClassDefFoundError. Can anybody suggest me how to solve this problem?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Cannot find resource 'app.html' in the public path of module 'org.bcs.app'

2009-02-16 Thread Allahbaksh

Hi,
If you are using Eclipse in Classpath add src folder of your
application.
Regards,
Allahbaksh Mohammedali Asadullah

On Feb 17, 6:04 am, BobM bmar...@bcscomputers.com wrote:
 This is a message I get in the hosted mode sub shell.  The names have
 been changed make them generic.  How to remedy?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: How to deploy GWT App?

2009-02-16 Thread Allahbaksh

HI,
Please copy com.blah.blah.blah folder to webapps/projectName

See below the structure of the same
webapps/
  projectName
 WEB-INF
  web.xml (mapping of your serlets)
  classes (All server side code of bin directory and all
classes which are referred by the server side code. Serilalizable
classes
  lib(all libraries and gwt-servlet.jar)
 com.blah.blah.blah

Now access the 
http://hostname:port/projectName/com.blah.blah.blah/YourWebModuleHTMLPage.html

Regards,
Allahbaksh Mohammedali Asadullah



On Feb 16, 9:28 am, keith.m...@gmail.com keith.m...@gmail.com
wrote:
 Hi
 I can't find this anywhere, but have found numerous vague references.
 Can someone tell me What files to copy where to deploy a GWT project?
 My project/app compiles great, runs great.
 It runs great when I do the compile/browse.
 I see several files under projects/projectname/www/
 com.blah.blah.blah.blah including a number of .cache.html, a
 nocache.js file, etc.  But no xml file.
 I have tomcat running fine, and have a webapps directory, from which
 I'm able to browse to jsp-examples and see everything running and etc.
 SO, WHAT do I copy WHERE to make this work?
 What other files if any do I move or tweak too?
 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.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: Announcing GWT 1.6 Milestone 1

2009-02-14 Thread Allahbaksh

GWT 1.6 M1 log.tld file not found error
Hi,
I was using GWT 1.5. Today I moved my application to GWT1.6M1 so as to
try the rich features. When I move the project I am getting below
error when I start my application.

Please note if I create some example application it works fine. Can
some one throw some light on the same.

Regards,
Allahbaksh

java.io.FileNotFoundException: C:\workspace\ProjectName\war\WEB-INF
\log.tld (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.init(Unknown Source)
at java.io.FileInputStream.init(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.connect(Unknown
Source)
at sun.net.www.protocol.file.FileURLConnection.getInputStream
(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity
(Unknown Source)
at
com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion
(Unknown Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse
(Unknown Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse
(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse
(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse
(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl
$JAXPSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.mortbay.xml.XmlParser.parse(XmlParser.java:188)
at org.mortbay.xml.XmlParser.parse(XmlParser.java:204)
at
org.mortbay.jetty.webapp.TagLibConfiguration.configureWebApp
(TagLibConfiguration.java:227)
at org.mortbay.jetty.webapp.WebAppContext.startContext
(WebAppContext.java:1217)
at org.mortbay.jetty.handler.ContextHandler.doStart
(ContextHandler.java:513)
at org.mortbay.jetty.webapp.WebAppContext.doStart
(WebAppContext.java:
448)
at com.google.gwt.dev.shell.jetty.JettyLauncher
$WebAppContextWithReload.doStart(JettyLauncher.java:236)
at org.mortbay.component.AbstractLifeCycle.start
(AbstractLifeCycle.java:39)
at org.mortbay.jetty.handler.HandlerWrapper.doStart
(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:222)
at org.mortbay.component.AbstractLifeCycle.start
(AbstractLifeCycle.java:39)
at com.google.gwt.dev.shell.jetty.JettyLauncher.start
(JettyLauncher.java:283)
at com.google.gwt.dev.HostedMode.doStartUpServer
(HostedMode.java:368)
at com.google.gwt.dev.HostedModeBase.startUp
(HostedModeBase.java:587)
at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:
394)
at com.google.gwt.dev.HostedMode.main(HostedMode.java:231)

On Feb 13, 8:26 pm, Scott Blum sco...@google.com wrote:
 Would people be happier if we called this the official community-supported
 GWT/Maven integration? :)

 On Fri, Feb 13, 2009 at 10:08 AM, Arthur Kalmenson 
 arthur.k...@gmail.comwrote:

  I think you'll note that GWT is in the central Maven repository
  (http://repo1.maven.org/maven2/com/google/gwt/) and there are
  currently at least two Maven plugins (being merged), the gwt-maven
  plugin:http://code.google.com/p/gwt-maven/and the Codehaus GWT
  plugin:http://mojo.codehaus.org/gwt-maven-plugin/. I and a number of
  other people use Maven every day, and it works OK. I'm sure it could
  be better, but it does work.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



FastTree UserObject

2009-02-12 Thread Allahbaksh

Hi,
In my project I need to populate a Tree with huge TreeItem and
depending upon the click on the  kind of TreeItem I have to do
processing.

I tried using default GWT Tree and TreeItem though they offer lot of
functionality but they are slow as compared to the FastTree.

The problem with FastTreeItem is that it does not have UserObject. My
question is Whether extending this class and adding UserObject would
be costly operation? What was the reason not to provide the UserObject
for FastTreeItem.

Regards,
Allahbaksh
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Server Side Byte Code Obfuscation

2008-12-10 Thread Allahbaksh

HI Rob and Shawn,
Thanks for your reply. I am thinking to use ProGuard.Do you have any
other open source alternatives. Please let me know if you have used
any other?
Regards,
Allahbaksh

On Dec 9, 9:35 pm, Rob Coops [EMAIL PROTECTED] wrote:
 On Tue, Dec 9, 2008 at 5:17 PM, Allahbaksh [EMAIL PROTECTED] wrote:

  Hi,
  We are distributing an application. We want to obfuscate the server
  side code to the client so that they should not reverse engineer the
  code. Is it works fine?

  What will happend to servlets? Whether they work fine?

  Regards,
  Allahbaksh

 Hi Allahbaksh,

 Obfuscating code is not going to stop any determined person from reverse
 engineering your code, it might make it slightly more difficult but that is
 about it. The code should still work otherwise the obfuscation failed and
 you simply broke your own code.

 In the end any and all code you write can be reversed engineered regardless
 of obfuscation or any other technique used to make it harder to do so. So in
 that respect you will have to look at the cost you make obfuscating your
 code as opposed to the risk you run with someone actually taking the trouble
 of reverse engineering your code. How much will you loose if someone reverse
 engineers your code in a week and how much will you loose if it takes them a
 month... you might very well find that the cost of hiding you code is not
 worth the money.

 Regards,

 Rob
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Server Side Byte Code Obfuscation

2008-12-10 Thread Allahbaksh

HI All,
Thaks for your reply. I got a mail from Kevin Tarun. He has done it.
There is a way in ProGuard by which you can specify which methods and
classes not to obfuscate.
Warm Regards,
Allahbaksh

On Dec 10, 4:13 pm, Jason Morris [EMAIL PROTECTED] wrote:
 The obfuscator should either leave those method alone by default (since 
 they're defined in an
 outside interface), or you should be able to configure it to leave them 
 alone.

 Either way, RemoteServiceServlet uses reflection and thus does need the 
 method names intact. You may
 be able to alter the generated JavaScript code, or config to change the 
 method names there as well,
 but I'm not sure how you would go about this. Easiest just to leave the 
 method names alone.

 Magno Machado wrote:
  Won't it break rpc?
  Unless your obfuscator keep the names of your services methods, I think
  RemoteServiceServlet won't find them when you make a RPC call. But I'm
  not sure about this..

  2008/12/10Allahbaksh[EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]

      HI Rob and Shawn,
      Thanks for your reply. I am thinking to use ProGuard.Do you have any
      other open source alternatives. Please let me know if you have used
      any other?
      Regards,
     Allahbaksh

      On Dec 9, 9:35 pm, Rob Coops [EMAIL PROTECTED]
      mailto:[EMAIL PROTECTED] wrote:
        On Tue, Dec 9, 2008 at 5:17 PM,Allahbaksh
      [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:

         Hi,
         We are distributing an application. We want to obfuscate the server
         side code to the client so that they should not reverse
      engineer the
         code. Is it works fine?

         What will happend to servlets? Whether they work fine?

         Regards,
        Allahbaksh

        HiAllahbaksh,

        Obfuscating code is not going to stop any determined person from
      reverse
        engineering your code, it might make it slightly more difficult
      but that is
        about it. The code should still work otherwise the obfuscation
      failed and
        you simply broke your own code.

        In the end any and all code you write can be reversed engineered
      regardless
        of obfuscation or any other technique used to make it harder to
      do so. So in
        that respect you will have to look at the cost you make
      obfuscating your
        code as opposed to the risk you run with someone actually taking
      the trouble
        of reverse engineering your code. How much will you loose if
      someone reverse
        engineers your code in a week and how much will you loose if it
      takes them a
        month... you might very well find that the cost of hiding you
      code is not
        worth the money.

        Regards,

        Rob
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Server Side Byte Code Obfuscation

2008-12-09 Thread Allahbaksh

Hi,
We are distributing an application. We want to obfuscate the server
side code to the client so that they should not reverse engineer the
code. Is it works fine?

What will happend to servlets? Whether they work fine?

Regards,
Allahbaksh
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Resizable Popup Panel or DialogBox

2008-11-17 Thread Allahbaksh

HI,
Wonderful project and that too with Apache License. Thanks for Luciano
Broussal.
Regards,
Allahbaksh Asadullah
http://allahbaksh.blogspot.com

On Nov 14, 1:08 pm, Jason Morris [EMAIL PROTECTED] wrote:
 I would say take a look at the GWT Mosaic project:

 http://code.google.com/p/gwt-mosaic/

 http://69.20.122.77/gwt-mosaic-current/Showcase.html#CwWindowPanel

 benw wrote:
  Is anybody willing to share some example code for a resizable
  DialogBox or any kind of resizable panel?

  Thanks,
  -Ben
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---