Integration between GWT & GWT-EXT application

2016-01-11 Thread Kumar Gaurav
Hi, I've a requirement where I need to integrate 2 GWT applications. One of the applications is developed in GWT and another in GWT-EXT. Basically, my main application is in GWT which is using GWT widgets for display. Another application is using GWT-EXT for panel display. My requireme

Re: What's the latest GWT version usable with GWT-Ext?

2015-07-29 Thread Rob
That sounds suspiciously like a project I used to work on! Thankfully I am at a different company now and don't have to worry about it anymore, last I heard they were throwing it all away and re-writing using PHP/pure JS. >From memory, GWT-Ext wasn't the best implementation

What's the latest GWT version usable with GWT-Ext?

2015-07-28 Thread walker1c
I have the unenviable task of resurrecting and modifying a project that was last touched about six years ago. The project uses GWT 1.5.3 and makes extensive use of the GWT-EXT widget toolkit that ceased active development when 1.5.3 was current. There is currently no budget for replacing

Re: Gwt-ext Designer Netbeans

2013-10-11 Thread Michael Prentice
Not to my knowledge. On Friday, October 11, 2013 5:30:06 PM UTC-4, nithin wrote: > > Is the Designer for netbeans now? > > On Friday, February 20, 2009 6:29:44 AM UTC-5, heru wrote: >> >> thank you for your reply > > -- You received this message because you are subscribed to the Google Groups "

Re: Gwt-ext Designer Netbeans

2013-10-11 Thread nithin
Is the Designer for netbeans now? On Friday, February 20, 2009 6:29:44 AM UTC-5, heru wrote: > > thank you for your reply -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, se

Adding GWT-EXT Button on toolbar displayed differently than to add it on a panel

2013-03-15 Thread strut
I want to know that when i add a GWT-EXT button to the toolbar it appears as if it were a link or Simply text,the border is not visible and it just got blended with the toolbar . However when we add the same button to the panel it viewed properly. I just want the button when it is added to to

Re: Unable to intregrate gwt-ext with gwt 2.5

2013-01-06 Thread vitrums
Isn't it an issue of gwt-ext and it is better to ask their support if it should work with gwt 2.5? Though I believe a little bit more detailed problem description is required in order to get a reasonable help. On Sunday, January 6, 2013 8:10:08 AM UTC+4, tagoor wrote: > > Unable to

Unable to intregrate gwt-ext with gwt 2.5

2013-01-05 Thread tagoor
Unable to intregrate gwt-ext with gwt 2.5 can u please help it out -- 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/-/BO0TafDBJvUJ.

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-25 Thread Marc Dumahel
hich tool to use, to design UI. > > Regarding to this post http://code.google.com/p/gwt-ext/ I should use > smartgwt, but... > > I looked these showcases up: > http://www.gwt-ext.com/demo/#gridGrouping > http://www.smartclient.com/smartgwt/showcase/#grid_summaries > > I thin

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-17 Thread ckendrick
(d) does not apply to SmartGWT. No GWT update has ever broken SmartGWT or broken backcompat. (e) does not apply to SmartGWT. Nightlies are available for all editions - see smartclient.com/builds (c) presumably means "customizing" a widget by messing with it's DOM or overriding internal metho

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-17 Thread ckendrick
(d) no release of GWT has ever broken SmartGWT. We don't rely on much from GWT other than Java->JavaScript translation, so there is little room for something to break. (c) This may refer to breakage from customizations like modifying a component's DOM or overriding internals. In SmartGWT we h

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-16 Thread Rob
Hi, You have a couple of other UI library choices: *GWT Bootstrap* demo: -> http://gwtbootstrap.github.com/ *mgwt* demo: -> http://gwt-cx.com/mgwt-basic-project/index.html Some useful links: Smart GWT tutorials: -> http://uptick.com.au/blog Ext GWT demo: -> http://gwt-cx.com/extgwt-serendipit

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-16 Thread Alain Ekambi
The best UI library i ve found so far to use with GWT on the Desktop is Flex. Hard to believe to i ve tried them all. Nothing beats Flex on the Desktop. 2012/9/16 Manuel > Hey, > > thanks for sharing your experience. > > I will take a look at the UI.Binder stuff. > > In the meantime i had a look

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-16 Thread Manuel
Hey, thanks for sharing your experience. I will take a look at the UI.Binder stuff. In the meantime i had a look at vaadin (Apache License Version 2.0), another UI library. Since this library works on the server-side, Iam not sure if this is a considerable solution. Anyway, I guess I will sta

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-16 Thread Thomas Broyer
Couldn't agree more! On Sunday, September 16, 2012 7:26:02 PM UTC+2, Andrei wrote: > > I prefer the third option: I don't use either of them. I build very > complex user interfaces, and so far I never regretted going with pure GWT. > Here are a few advantages of this option: > > (a) Much smaller

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-16 Thread Andrei
I prefer the third option: I don't use either of them. I build very complex user interfaces, and so far I never regretted going with pure GWT. Here are a few advantages of this option: (a) Much smaller compiled code size. This also means faster compile times for developers and faster page load

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-16 Thread Manuel
ed on GWT and reading alot on that guides and tutorials. >> >> Actually i try to find out, which tool to use, to design UI. >> >> Regarding to this post http://code.google.com/p/gwt-ext/ I should use >> smartgwt, but... >> >> I looked these showcases

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-16 Thread dhoffer
t guides and tutorials. > > Actually i try to find out, which tool to use, to design UI. > > Regarding to this post http://code.google.com/p/gwt-ext/ I should use > smartgwt, but... > > I looked these showcases up: > http://www.gwt-ext.com/demo/#gridGrouping > http://www.smartclient.

Smart GWT / GWT Ext.... which one is better?

2012-09-15 Thread Manuel
Hi everyone, I just started on GWT and reading alot on that guides and tutorials. Actually i try to find out, which tool to use, to design UI. Regarding to this post http://code.google.com/p/gwt-ext/ I should use smartgwt, but... I looked these showcases up: http://www.gwt-ext.com/demo

Re: Add Google Maps API on GWT-ext

2011-05-15 Thread Henry
is helps. > > Bill > > On May 13, 2:17 am, Henry wrote: > > > Hi: > > > I want to create a project using theGoogleMapsAPI with GWT-ext on > > Eclipse. I'm a newbie using GWT-ext, does anyone knows about a > > tutotial o have a tutorial to add degooglemapsAPI

Re: Add Google Maps API on GWT-ext

2011-05-13 Thread Bill
Perhaps someone else reading this can confirm or deny that this was necessary. Hope this helps. Bill On May 13, 2:17 am, Henry wrote: > Hi: > > I want to create a project using the Google Maps API with GWT-ext on > Eclipse. I'm a newbie using GWT-ext, does anyone knows about a

Add Google Maps API on GWT-ext

2011-05-13 Thread Henry
Hi: I want to create a project using the Google Maps API with GWT-ext on Eclipse. I'm a newbie using GWT-ext, does anyone knows about a tutotial o have a tutorial to add de google maps API? I put a pic of the component I want to activate in GWT-ext http://www.flickr.com/photos/5713914

Session Management in the gwt-ext

2011-04-21 Thread Sanjay Jain
Hello All I am working on the gwt-ext application.On the server side I am using Hibernate.I am mantaining session on the server side.it's time out is 5 minute (In action class). Now take a secenario in which a user logged in & remains it open for five minute.After five minutes expire

GWT-ext: Position of the Widgets inside the Window

2011-03-31 Thread ines gharbi
Hello, I have a question about GWT-ext. I used the method "setPosition (int x, int y)" to change the position of my Widgets (panels, buttons, labels .) inside my window but they are displayed on the top left . Do you have any suggestions? Thank you. -- You received this messa

Is there any sample application Login in gwt-ext?

2011-01-27 Thread dikky s
Dear All, i am new be for GWT,..i wanna try for make login that useing any database connection but there any sample that practicaly easy step by step, i have read from some e-book GWT and see some example but it difficult to implementation please help.. could any body or some body give me some

GWT-EXT 2.0.5 + GWT 2.1

2010-12-16 Thread Rogério Valente
Does anybody knows why GWT-EXT 2.0.5 doesn't work with GWT 2.1? In my application with GWT 2.0.x, GWT-EXT works fine but, with 2.1 some custom widgets simply don't appear on screen... Should I migrate to SmartGWT ? WIll be a hard work to do... -- You received this message becau

Re: GWT-EXT Store is not working in server side

2010-11-22 Thread Blagoja Chavkoski
You cant use a JS classes on a server side..server side is just a normal Java-servlet all this classes must and can be used just in the translatable part of the gwt application. regards, B On Tue, Nov 23, 2010 at 12:18 AM, Shawn Brown wrote: > > I am using GWT-EXT. I am having t

Re: GWT-EXT Store is not working in server side

2010-11-22 Thread Shawn Brown
> I am using GWT-EXT. I am having trouble initializing GWT-EXT Store in > a RPC call in server side. I use all my Stores client side. I can't see the purpose of using it server side. Of course I load the data into the store via RPC... Shawn -- You received this message beca

GWT-EXT Store is not working in server side

2010-11-22 Thread tanvir hasan
Hi, I am using GWT-EXT. I am having trouble initializing GWT-EXT Store in a RPC call in server side. public class FloorPlanServiceImpl extends RemoteServiceServlet implements FloorPlanService { private Object [][] links = new Object

Re: GWT-Ext - Unable to load module entry point class...

2010-10-17 Thread pionas
Can help anyone? -- 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

GWT-Ext - Unable to load module entry point class...

2010-10-16 Thread pionas
Hi, i've got a problem... I try do it this: http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/ I using: - Eclipse Platform Version: 3.5.2.R35x_v20100210-0800-9hEiFzmFst- TiEn9hNYgDWg1XN8ulH_JvCNGB Build id: M20100211-1343 - SDK - GWT: 2.0.3 - ext-

Compatibility for GWT and GWT EXT

2010-09-29 Thread Renisha P
Hi , I need to use Editable grid provided by GWT- Ext . The issue here is that the editable grid is to be displayed on click of a tab and the tab is of type import com.google.gwt.user.client.ui.TabPanel; Can someone please tell me which version of GWT - EXt should I use ? I am using GWT 2.0.3

Re: Safari 5 / GWT / GWT EXT 2.0.6

2010-06-10 Thread eric73
Thanks all I will try to fix some peace of code in my application Cheers Eric On 9 juin, 23:53, Dan Dunham wrote: > Here is the underlying Webkit bug causing > this:https://bugs.webkit.org/show_bug.cgi?id=40355 -- You received this message because you are subscribed to the Google Groups "G

Re: Safari 5 / GWT / GWT EXT 2.0.6

2010-06-10 Thread Dan Dunham
Here is the underlying Webkit bug causing this: https://bugs.webkit.org/show_bug.cgi?id=40355 -- 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 t

Re: Safari 5 / GWT / GWT EXT 2.0.6

2010-06-09 Thread matthew jones
> On Jun 8, 11:43 am, eric73 wrote: > > > > >> Hi all! > > > > > >> today I upgrade my Safari 4.0 to Safari 5.0 on Snow (other browsers > > > > >> are OK) > > > > >> Now my sites build with GWT 2.0.3 / GWT EXT 2.0.6 etc .

Re: Safari 5 / GWT / GWT EXT 2.0.6

2010-06-08 Thread eric73
: > > > > On 06/08/2010 09:46 AM, matthew jones wrote: > > > > > Same thing here. > > > > > On Jun 8, 11:43 am, eric73 wrote: > > > >> Hi all! > > > > >> today I upgrade my Safari 4.0 to Safari 5.0 on Snow (other bro

Re: Safari 5 / GWT / GWT EXT 2.0.6

2010-06-08 Thread matthew jones
73 wrote: > > >> Hi all! > > > >> today I upgrade my Safari 4.0 to Safari 5.0 on Snow (other browsers > > >> are OK) > > >> Now my sites build with GWT 2.0.3 / GWT EXT 2.0.6 etc ... sometime > > >> don't run. > > >>

Re: Safari 5 / GWT / GWT EXT 2.0.6

2010-06-08 Thread eric73
Are you using deferred commands or codesplitting? I'mn seeing the same > thing on the Linux build of Chrome. No, this error appear on 2 tree (gwt ext) and a Grid with a potential big set of data... But an other grid in an others part of my application, with an other big set of data work ... I

Re: Safari 5 / GWT / GWT EXT 2.0.6

2010-06-08 Thread Jeff Chimene
On 06/08/2010 09:46 AM, matthew jones wrote: > Same thing here. > > On Jun 8, 11:43 am, eric73 wrote: >> Hi all! >> >> today I upgrade my Safari 4.0 to Safari 5.0 on Snow (other browsers >> are OK) >> Now my sites build with GWT 2.0.3 / GWT EXT 2.0.6 etc .

Re: Safari 5 / GWT / GWT EXT 2.0.6

2010-06-08 Thread matthew jones
Same thing here. On Jun 8, 11:43 am, eric73 wrote: > Hi all! > > today I upgrade my Safari 4.0 to Safari 5.0 on Snow (other browsers > are OK) > Now my sites build with GWT 2.0.3 / GWT EXT 2.0.6 etc ... sometime > don't run. > I test its with Safari 4.0 and all work

Safari 5 / GWT / GWT EXT 2.0.6

2010-06-08 Thread eric73
Hi all! today I upgrade my Safari 4.0 to Safari 5.0 on Snow (other browsers are OK) Now my sites build with GWT 2.0.3 / GWT EXT 2.0.6 etc ... sometime don't run. I test its with Safari 4.0 and all worked. A javascript Error appear : RangeError: Maximum call stack size exceeded. I don&#x

Re: Problems with GWT-EXT widget

2010-03-23 Thread Dan
In case somebody comes across this post with the same problem, following the tutorial here did the trick: http://paulgrenyer.blogspot.com/2009/04/setting-up-gwt-ext-for-gwt-16-with.html On Mar 19, 4:51 pm, Dan wrote: > Apologies for double posting, now sure how it happened. > > I also

Re: How do I use GWT-Ext 2.0.6 widgets with GWT 2.0?

2010-03-22 Thread Sebastian
Yes it it still possible. We still use it. You might discover something that doesn't work, but I cannot remember making any (GWT-EXT related) change when upgrading from GWT 1.7 to 2.0. We certainly use the date time pickers and the multiple fields form. Sebastian On Mar 21, 4:17 pm, Dan

Re: How do I use GWT-Ext 2.0.6 widgets with GWT 2.0?

2010-03-21 Thread Dan
till possible to use GWT-Ext in a GWT 2.0 application? Thanks for your answer anyway :) On Mar 21, 1:12 pm, "gaill...@audemat.com" wrote: > I know this is not the answer you expect but GWT-Ext is a dead projet. > You should try to move to > Ext-GWThttp://www.extjs.com/product

Re: How do I use GWT-Ext 2.0.6 widgets with GWT 2.0?

2010-03-21 Thread gaill...@audemat.com
I know this is not the answer you expect but GWT-Ext is a dead projet. You should try to move to Ext-GWT http://www.extjs.com/products/gwt/?ref=learnmorebluebutton -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to

How do I use GWT-Ext 2.0.6 widgets with GWT 2.0?

2010-03-21 Thread Dan
Hi all, I am trying to find a tutorial on how to use GWT-Ext 2.0.6 widgets in a GWT 2.0 project. Only found a couple, but if I follow them and try to include the widgets here http://www.gwt-ext.com/demo/#multipleFieldForm I always get an error com.google.gwt.core.client.JavaScriptException

Re: Problems with GWT-EXT widget

2010-03-19 Thread Dan
Apologies for double posting, now sure how it happened. I also followed the instructions found here : http://code.google.com/p/gwt-ext/wiki/GettingStarted so I included the js and css files as suggested, inside the html file. Same error persists... -- You received

Problems with GWT-EXT widget

2010-03-19 Thread Dan
Hi all, I am trying to use the date and time pickers that I found here: http://www.gwt-ext.com/demo/#multipleFieldForm which is GWT-Ext 2.0.6. GWT version I am using is 2.0 * I imported the library for GWT-Ext ( gwtext.jar ) * I inherited the package ( ) in Project.gwt.xml * I included a

Problems with GWT-EXT widget

2010-03-19 Thread Dan
Hi all, I am trying to use the date and time pickers that I found here: http://www.gwt-ext.com/demo/#multipleFieldForm which is GWT-Ext 2.0.6. GWT version I am using is 2.0 * I imported the library for GWT-Ext ( gwtext.jar ) * I inherited the package ( ) in Project.gwt.xml * I included a

Barchart data update and refresh (redraw) question on using gwt-ext

2010-03-07 Thread new_newbie
Hi, I am working on a vote widget which shows the vote by barchart. I have problem on refreshing, showing the new statistics, after the user click the yes button or no button. The constructor is doing it right. It is able to put up the initialize statistics. The problem is on redraw after the user

Re: GWT-EXT and GWT 2.0

2010-01-30 Thread Roger Studner
How did you find the migration from GWT-EXT to GXT? Do I basically just, well, "delete all my views" and start over :)? Roger On Jan 30, 2010, at 6:09 PM, Sorinel C wrote: > Hi Roger, > > There you go -- I hope, here: > > http://ui-programming.blogspot.com/2010/01/c

Re: GWT-EXT and GWT 2.0

2010-01-30 Thread Sorinel C
Hi Roger, There you go -- I hope, here: http://ui-programming.blogspot.com/2010/01/comparation-ext-gwt-gxt-vs... you can find more info about GWT libraries. Cheers! PS: about your question, I can, for sure, to tell you that GWT1.7.1 + GWT-Ext 2.0.5 work very; though, I don't know abou

Re: GWT-EXT and GWT 2.0

2010-01-30 Thread Roger Studner
Pre-existing very large app, that is using GWT-EXT and GWT 1.5.3 :) Thus, just trying to decide which part of the "pain" to fix first :) Thanks, Roger On Jan 30, 2010, at 2:16 PM, Tercio wrote: > As GWT-EXT is not more maintained by it's team, I think that would not >

Re: GWT-EXT and GWT 2.0

2010-01-30 Thread Tercio
As GWT-EXT is not more maintained by it's team, I think that would not be a good idea use it with GWT 2.0. I don't know if it has some issue. Why don't you use SmartGWT or GXT? Regards. On Jan 29, 11:09 am, Roger Studner wrote: > Anyone have experience with mixing these

GWT-EXT and GWT 2.0

2010-01-29 Thread Roger Studner
Anyone have experience with mixing these two beasts? I have a GWT 1.5.3 based project that is using GWT-EXT (the old, free/opensource-ish versus that wrapped ExtJS). I'm not talking about GXT or EXT-GWT (yes, I know, confusing names) Roger -- You received this message because yo

Re: GWT1.6.4 multiple module and gwt-ext

2009-09-16 Thread Vladimir
or any errors reported in the JavaScript console when using DETAILED or OBF > compiled output? > > Hope that helps, > -Sumit Chandel > > > > On Mon, Aug 24, 2009 at 12:27 PM, Vladimir wrote: > > > Thanks for your reply, I have at least two modules both using GWT-Ext, > > i include them on the same hosting page with two lines as > >

Re: ext-GWT vs GWT-ext

2009-09-03 Thread martin.krau...@gmail.com
I apologize if you felt that it was a personal attack but truthfully this response of yours really make very little sense. I urge you to read it again with an open mind. What you're saying is that any developer can do anything with their product at anytime and you try to justify their move. Unfor

Re: ext-GWT vs GWT-ext

2009-09-03 Thread Shawn Brown
I don't think your response attacking me is productive. I wish you would stop your personal attacks. Please show me where I attacked you personally and I will rephrase it (just consider it a bug). > Great, another clueless response. Maybe, maybe not. > There's a huge difference between a platf

Re: ext-GWT vs GWT-ext

2009-09-03 Thread Martin Kraus
Great, another clueless response. um, you are a *Ext* fanboy - no? There's a huge difference between a platform / app server / Java and a library being GPL. A library being GPL means you need you release the source of your entire application, simple. An app server or Java being GPL has absolutely

Re: ext-GWT vs GWT-ext

2009-09-03 Thread Shawn Brown
Hi, > ExtGWT --which > contains the JS underlying GWTExt - upto 2.0.2-- did a dirty move a > year or so ago when they changed their licensing model; as a result > there was a falling out between the two projects. Um, ExtJS was underlying GWTExt - no? ExtJS went GPL - no? I guess if you are of a

Re: ext-GWT vs GWT-ext

2009-08-31 Thread Dave
am searching > > for a good comparison between those two or any other library that may do the > > job... > > GWT-Ext was a *wrapper* around the pure-JS Ext-JS lib, just like > SmartGWT is a wrapper around SmartClient (AFAICT); this means that > your page will load the whole

Re: ext-GWT vs GWT-ext

2009-08-30 Thread Thomas Broyer
On 30 août, 11:59, muhannad nasser wrote: > i wanna choose one of these libraries to start my project... i am searching > for a good comparison between those two or any other library that may do the > job....... GWT-Ext was a *wrapper* around the pure-JS Ext-JS lib, just like Smar

Re: ext-GWT vs GWT-ext

2009-08-30 Thread muhannad nasser
thanks Shawn.. :) On Sun, Aug 30, 2009 at 2:57 PM, Shawn Brown wrote: > > > i wanna choose one of these libraries to start my project... i am > searching > > for a good comparison between those two or any other library that may do > the > > job... > I think

Re: ext-GWT vs GWT-ext

2009-08-30 Thread Shawn Brown
> i wanna choose one of these libraries to start my project... i am searching > for a good comparison between those two or any other library that may do the > job... I think gwt-ext is dead. Ext-GWT was the basis for gwt-ext but Ext-GWT went gpl and gwt-ext got killed. The develope

ext-GWT vs GWT-ext

2009-08-30 Thread muhannad nasser
i wanna choose one of these libraries to start my project... i am searching for a good comparison between those two or any other library that may do the job... thanks -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer Systems Engineering~~ --~--~-~--~~~---~--~

Re: GWT1.6.4 multiple module and gwt-ext

2009-08-25 Thread Sumit Chandel
output? Hope that helps, -Sumit Chandel On Mon, Aug 24, 2009 at 12:27 PM, Vladimir wrote: > > Thanks for your reply, I have at least two modules both using GWT-Ext, > i include them on the same hosting page with two lines as >

Re: GWT1.6.4 multiple module and gwt-ext

2009-08-24 Thread Vladimir
Thanks for your reply, I have at least two modules both using GWT-Ext, i include them on the same hosting page with two lines as everything works fine in the PRETTY mode but doesn't in the Detailed or Obfuscated it also works fine in hosted mode as well. I world understand if OBF fails b

Re: GWT1.6.4 multiple module and gwt-ext

2009-08-21 Thread Steve Nies
On Aug 21, 1:39 pm, Sumit Chandel wrote: > You should consider reusing one module in the other, or if that's not > possible because of library incompatibilities between GWT and GWT-Ext, > switching to only one of the two solutions and creating one module that can > be compil

Re: GWT1.6.4 multiple module and gwt-ext

2009-08-21 Thread Sumit Chandel
Hi Vlad, If I understand correctly, you have one GWT module built with GWT itself, and another module built with GWT-Ext, and you're adding both modules to the same page? If that's the case, I can see how this error could occur, but it's probably not a good idea to develop two inde

File Upload using GWT-EXT FormPanel

2009-08-21 Thread Kedar
Hi all, I want to use file upload facility in my application along with GWT- EXT features. Whatever I serched for File Upload suggests that you should use GWT formPanel along with its submit method, which i am not able to do because of some other fields which i have taken from EXT. Please help

GWT1.6.4 multiple module and gwt-ext

2009-08-18 Thread Vlad
When putting multiple GWT modules on the html host page that use gwt- ext library there is JavaScript error and only in the OBFuscated mode. Everything works just fine in the PRETTY mode. Most likely the error is caused by the name collision in the obfuscated mode when method aa1 () from one

Re: SmartGWT vs GWT-Ext Evaluation

2009-07-16 Thread Daniel Jue
I am also evaluating SmartGWT after a brief stint with GXT. Regarding the GWTRPC code mentioned, it is now part of SmartGWT Extentions. If you are using maven, it's this: com.smartgwt smartgwt-extensions 1.

Re: SmartGWT vs GWT-Ext Evaluation

2009-07-16 Thread ckendrick
If you use the free version, you use RestDataSource as the starting point for integration. RestDataSource simply specifies XML or JSON messages to send and receive with your server; it is totally agnostic as to how your server is implemented (it could, for instance, be PHP). http://www.smartclie

SmartGWT vs GWT-Ext Evaluation

2009-07-16 Thread Krishna Shasankar
Hi, I am currently evaluating an additional framework on top of GWT for extended UI requirements.I was looking at GWT-Ext, but later decided to look at SmartGWT. But I am concerned about the pricing, I am not sure if it is free opensource or not, although the website says there is a opensource

Re: GWT VS GWT-EXT

2009-06-05 Thread Dean S. Jones
Many of these issues are WHY we just got done ripping out all EXT-GWT code out of a large financial app. 1) License issues 2) GWT compatibility ( Widget intermixing, events, exceptions ) 3) Look&Feel didn't ( and couldn't be made to ) conform to corporate branding 4) generated javascript size 5)

Re: GWT VS GWT-EXT

2009-06-05 Thread Adligo
This last statement seems to contradict it self so to ovoid any confusion (as I and several others I have talked to are confused about this); GXT (Ext-GWT) does NOT use the GPL (License) it uses its own license http://extjs.com/store/gxt/ And it Costs money GWT-EXT does use GPL http

Re: GWT VS GWT-EXT

2009-06-04 Thread Carl Pritchett
> My understanding is that GWT-Ext development is halted. An active replacement is SmartGWT (has a "free" LGPL version). Note that Ext-GWT is not free for commercial use - it uses GPL licensing. I'm currently using it. - Carl. --~--~-~--~~~---~--~

Re: GWT VS GWT-EXT

2009-06-02 Thread Carl Pritchett
> My understanding is that GWT-Ext development is halted. A active replacement is SmartGWT (has a "free" LGPL version). Note that Ext-GWT is not free for commercial use - it uses GPL licencing. I'm currently using it. - Carl. --~--~-~--~~~---~--~

Re: GWT VS GWT-EXT

2009-06-02 Thread DaBlick
My understanding is that GWT-Ext development is halted. Your mileage may be different, but if you are setting up your technology stack, why pick something with no apparent future? It's popular now but when something is not moving at all, other things are bound to catch up and surpass it.

Re: GWT VS GWT-EXT

2009-06-02 Thread Sylvain
I started a GWT project and quickly had the need for more widgets than what is provided in the standard SDK. GWT-EXT comes up consistently as a popular library that provides widgets on top of GWT but when digging into the implementation it is clear that it actually is a binding of a Javascript UI

Re: GWT VS GWT-EXT

2009-06-01 Thread Adligo
Hi, As I see the world, GWT is newer than EXT (javascript library) and a lot more robust. GWT-EXT is a port of EXT so that it works with in the GWT (java souce code) framework. In general they do the same thing, GWT-EXT looks nicer, but GWT is more generally developer friendly. EXT was

Re: GWT VS GWT-EXT

2009-06-01 Thread Amzad Basha
Please refer: http://gwt-ext.com/ Cheers! Amzad Basha. On May 31, 10:11 pm, Fitrah Elly Firdaus wrote: > Dear All, > > I'm New Member, I want Ask about this, > > what's differences GWT and GWT-EXT? > > Which one the best between GWT and GWT-EXT? > > Regard

Re: GWT VS GWT-EXT

2009-06-01 Thread Jason Essington
UHM ... that question is a bit confused. GWT is the Toolkit in which GWT-EXT exists. without GWT there is not GWT-EXT. the EXT variants (GWT libraries based on EXT) seem to be rather popular, but also seem to have more than their fair share of detractors. You can search the list for

GWT VS GWT-EXT

2009-05-31 Thread Fitrah Elly Firdaus
Dear All, I'm New Member, I want Ask about this, what's differences GWT and GWT-EXT? Which one the best between GWT and GWT-EXT? Regards, Firdaus --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &

Re: GWT EXT compatibilty with GWT 1.6

2009-05-14 Thread Rohit Vadera
Thanks it works. On May 14, 2:42 pm, Paul Grenyer wrote: > Hi > > On Thu, May 14, 2009 at 10:39 AM, Pints wrote: > > > I have started working with GWT 1.6 and tried to use GWT Ext with it. > > > I configured Ext as i used to do with GWT 1.5 but on startup with 1.6 &

Re: GWT EXT compatibilty with GWT 1.6

2009-05-14 Thread Paul Grenyer
Hi On Thu, May 14, 2009 at 10:39 AM, Pints wrote: > > I have started working with GWT 1.6 and tried to use GWT Ext with it. > > I configured Ext as i used to do with GWT 1.5 but on startup with 1.6 > i get the following java script error > > Runtime Error > Ext is und

GWT EXT compatibilty with GWT 1.6

2009-05-14 Thread Pints
I have started working with GWT 1.6 and tried to use GWT Ext with it. I configured Ext as i used to do with GWT 1.5 but on startup with 1.6 i get the following java script error Runtime Error Ext is undefined When i ignore the problem the screen loads properly. Any clues. Thanks

Re: problem with TextField of gwt-ext

2009-05-05 Thread Salvador Diaz
ry point class > com.groupAfricaAward.client.MonApplication (see associated exception > for details) > com.google.gwt.core.client.JavaScriptException: (TypeError): > '$wnd.Ext.StatusBar' a la valeur Null ou n'est pas un objet. It seems to be a gwt-ext error (it looks like you forgot to i

problem with TextField of gwt-ext

2009-05-05 Thread arnaud
Hello every one, i'm using gwt 1.6.4 and i add to my project gwt 2.0.5. When i try to create a TextField i have this warning Deprecated use of gwt.typeArgs for field attributesAllowed; Please use java.util.ArrayList as the field's type and this error [ERROR] Unable to load module entry point cl

Regarding GWT EXT 2.0.6 download

2009-04-29 Thread Neo
Today I downloaded GWT EXT 2.0.6. But when I unzip the file, the folder which gets extracted to my machine is GWT EXT 2.0.5. I guess the wrong file has been uploaded in the server. Is there any other way to download GWT EXT 2.0.6 ? --~--~-~--~~~---~--~~ You

Re: upload file : gwt api + gwt ext api

2009-04-13 Thread Salvador Diaz
I think you should try asking the same question in the gwt-ext forum (if it exists) or directly to the gwt-ext developers (the javadoc for fileUpload clearly states that "This widget must be used with FormPanel if it is to be submitted to a server." so it doesn't look like you c

upload file : gwt api + gwt ext api

2009-04-13 Thread loudo
Hello, Can i use the class FileUpload (gwt api) http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/index.html?overview-summary.html with the FormPanel (gwt ext api) http://www.gwt-ext.com/docs/2.0.4/ ? I ask this question because i have not foud an object FIleUpload in the gwt ext api

Re: How to create a live suggestion box using GWT-Ext

2009-04-01 Thread deeps
Hi actually basic combo box in Gwt-Ext is similar to suggestion box in Smart Gwt. I want to know how to implement it in live as done in google. kindly oblige... On Mar 27, 11:42 pm, wouter wrote: > Can you tell what you already have and where you'

Re: How to create a live suggestion box using GWT-Ext

2009-03-27 Thread wouter
Can you tell what you already have and where you're stuck ? --~--~-~--~~~---~--~~ 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 unsub

How to create a live suggestion box using GWT-Ext

2009-03-25 Thread deeps
hi, Can anybody pls help me in the code that wil develop a live suggestion box as in google kitchen sink example. Thanks and regards Deepthi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Re: to be or not to be... gwt-ext or not thats the question

2009-03-25 Thread Nicanor Babula
It depends on the requirements of your application. If your application has a very rich interface (e.g. a couple of lists and trees with hundreds or maybe thousand of children) then you should consider not using GWT-Ext. I asked myself the same question when I started building my app that at

Re: to be or not to be... gwt-ext or not thats the question

2009-03-25 Thread mikedshaffer
answer is not. If you want all the features of extGWT in your application, then it's gwtEXT all the way. Good luck! Later, Shaffer On Mar 25, 9:46 am, Juan Francisco Gato Luis wrote: > Hi all, > > I'm taking a look to the gwt-ext widgets, and ... why I should use thous &

to be or not to be... gwt-ext or not thats the question

2009-03-25 Thread Juan Francisco Gato Luis
Hi all, I'm taking a look to the gwt-ext widgets, and ... why I should use thous an not mine? why I should use the ext buttons if I can use the gwt buttons? yeah, Is a fool question , but I'm just a newbie jeje thanks for your su

Re: Shouldn't everyone stop using GWT-Ext so we can get critical mass in a supported library?

2009-03-23 Thread tv
David, I understand your point, it's shame. As soon as enough people start adopting smartGWT, critical mass will be built. I know, for example, the Instantiations group is finishing integrating GWT-Ext into their VisualGWT product (which is a great $60 spend IMO). But Ext-JS will neve

Re: Shouldn't everyone stop using GWT-Ext so we can get critical mass in a supported library?

2009-03-16 Thread heru
i think gwt-ext is enough for my application now, although the ext engine will not be update again. if just making CRUD app gwt-ext is enough. Best Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "G

  1   2   3   >