GWT frameworks?

2011-07-25 Thread flyingb...@gmail.com
Is there no more new big frameworks for gwt? Only ones from this three choices? Smart GWT, GXT, and Vaaldin? I like gxt the best when I tried it before because of speed and widget options. Smart GWT was slow for me I not sure if they improved that. Is there better frameworks now for gwt?

Is there a good html5 upload library to use?

2010-09-14 Thread flyingb...@gmail.com
I want to have multiple file upload and tried to follow http://gwtpro.com/2010/01/30/using-gwt-deferred-binding-to-implement-an-html-file-input-widget/ I could not get it to work still. I am wonder does anyone have a solution to multiple file upload? I got http://code.google.com/p/gwtupload/ to

Any bulk file upload in gwt?

2010-07-02 Thread flyingb...@gmail.com
Is there any. like a lib that will use the flash mass uploading? -- 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

Alternatives for gwt?

2010-05-05 Thread flyingb...@gmail.com
I am wondering are there good alternative libraries like smartgwt/gxt. I am looking for better libraries to code with if there are any. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Export CSV from Client

2010-05-05 Thread flyingb...@gmail.com
to save data as a file, you will need to passs the client data to server and server send back the data to download as a cvs. On May 5, 12:30 pm, cho.cabot cho.ca...@gmail.com wrote: I am trying to allow a user to download data he has manipulated in a GWT application in CSV format by clicking a

Two way linking?

2010-04-09 Thread flyingb...@gmail.com
I am wondering if there is any way to do this. I have a object that contains multiple values that the gui will show multiple textboxes. I would like to create a link between the textbox and values. So if i edit the object value, the textbox will change and if I change the textbox the object

Can't access gwt server by address and not just localhost

2010-02-23 Thread flyingb...@gmail.com
Before it worked where i can run the development server and connect from another computer. however now it seems can only connect from localhost and not a comptuer name. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Can't access gwt server by address and not just localhost

2010-02-23 Thread flyingb...@gmail.com
lol, i accently clicked on report message as spam. I need help to fix this problem. I am using eclipse and all the plugins for gwt. v2.0.2. So i not sure what google updated lately that cased it to not listen to public ip anymore On Feb 23, 5:55 pm, flyingb...@gmail.com flyingb...@gmail.com wrote

Re: Can't access gwt server by address and not just localhost

2010-02-23 Thread flyingb...@gmail.com
Never mind I found out how. The development mode server will, by default, only bind to localhost which will break cross-machine debugging. You can get the old behavior by specifying -bindAddress 0.0.0.0. Please see issue (#4322) for more details. For webAppCreator-generated ant files, you can

FireFox 3.6 Can't Debug Anymore :(

2010-01-21 Thread flyingb...@gmail.com
I just upgraded my firefox and now I cant debug anymore. Only firefox seem to handle the slow ajax rpc speed in converting all the data i get from the server. chrome and ie seems to not work well. I tried to override the compatibility of the extension and it didnt seem to work. -- You received

Re: Why is ajax in debug mode so slow?

2010-01-20 Thread flyingb...@gmail.com
So what is the debugger doing to be so slow? Isn't the debugger suppose to just be pure java emulating the outcome of the script. On Jan 20, 2:01 am, makoki iagoto...@gmail.com wrote: Maybe it's because of real-time java to javascript compilation? On 20 ene, 02:53, flyingb...@gmail.com flyingb

Why is ajax in debug mode so slow?

2010-01-19 Thread flyingb...@gmail.com
In gwt debug mode, loading the data from the ajax serialization is so slow. If i compile it and run it the away loads in about a second but if loaded though the debugger plugin it takes a couple minutes for it to load the ajax datas. -- You received this message because you are subscribed to the

Re: Multiple Methods Within One RPC Service?

2010-01-12 Thread flyingb...@gmail.com
I use one too. I think a single point is better than multiple points. -- 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

Re: Gilead 1.3

2010-01-12 Thread flyingb...@gmail.com
I never understand how to use hibernate. It seems so complex and doing normal mysql commands seems a whole lot eaiser. On Jan 12, 12:19 pm, noon bruno.marches...@gmail.com wrote: Oups, I forgot to post the project URL :http://gilead.sourceforge.net Regards Bruno On 12 jan, 21:09, noon

Is for each loop faster than for loop?

2009-12-15 Thread flyingb...@gmail.com
Just wondering what is a better way to code. Using for each loops or for loops? I am wondering will the resulting javascript be different. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Is for each loop faster than for loop?

2009-12-15 Thread flyingb...@gmail.com
compiling with the Pretty or Detailed options and examine the javascript? On Dec 15, 6:29 pm, flyingb...@gmail.com flyingb...@gmail.com wrote: Just wondering what is a better way to code. Using for each loops or for loops? I am wondering will the resulting javascript be different

Re: How to debug a gadget using GWT 2.0 RC2

2009-12-04 Thread flyingb...@gmail.com
debug on ur local comp? On Dec 3, 11:55 pm, 3ala2 alaa.alw...@gmail.com wrote: I want to debug a gadget in iGoogle. In GWT 1.7 I used to put the URL ashttp://www.google.com/ig. Now there is no possibility to do so. The gadget doesn't have an html file to debug in development mode using

Re: Roadmap for GWT 2.0

2009-12-01 Thread flyingb...@gmail.com
it should be soon because they are at rc2. usually after rc2 it is the final which usually is in 2 weeks On Dec 1, 5:43 am, Feldman, Nir nir.feld...@hp.com wrote: Hi, Is there any estimations regarding the date of the release of GWT 2.0? Any rough estimation will do it (month / 3 months / 6

Need help with gwt webserver

2009-10-21 Thread flyingb...@gmail.com
I am going from netbeans glassfish to just using eclipse. It seems like eclipse does not use glassfish server for debugging and I get tons of error like Syntax error, parameterized types are only available if source level is 1.5 Is there a way to fix jetty so it can compile 1.5 sources?

Re: Is there any newer gwt library other than smartgwt and gxt?

2009-10-20 Thread flyingb...@gmail.com
like they are coming out with a new 2.1 release in November, but they are not going to release 2.0.2. Is this a new practice? I don't remember having to deal with this before. On Oct 19, 3:52 pm, flyingb...@gmail.com flyingb...@gmail.com wrote: I been

Is there any newer gwt library other than smartgwt and gxt?

2009-10-19 Thread flyingb...@gmail.com
I been looking for a good library that is free. Both of the 2 have different problems. Mian problem of smartgwt is it does not have a correct changehandler because it get fires while you type. GXT have lot of random bugs and they claim to fix it and can only get the newer version if you buy

Re: Best practices for screen layout in GWT

2009-08-12 Thread flyingb...@gmail.com
I did my layout by coding but better way is to use css but I suck in using css . On Aug 11, 9:47 am, Sean slough...@gmail.com wrote: I personally did the layout all in code. I originally used a DockPanel and realized that I was only using WEST, NORTH, and CENTER. And being in a DockPanel

Re: GWT fileupload in jetty?

2009-06-26 Thread flyingb...@gmail.com
Oh... freaking a. I forgot to also import commons-io file. Seems like that was the problem. made me wasted a few hours trying to find alternative ways :/ On Jun 26, 4:19 pm, flyingb...@gmail.com flyingb...@gmail.com wrote: Hi, I  tried using the commons-fileupload-1.2.1.jar in jetty and I get

How do i fix this problem?

2009-06-25 Thread flyingb...@gmail.com
I am using the eclipse gwt 1.6 plugin and trying to run in hosted mode. I get this problem: java.sql.SQLException: No suitable driver found for jdbc:mysql:// localhost:3306/newworkflow I am not sure where can I add a connector file so I could connect to the mysql database in hosted mode.

Re: How do i fix this problem?

2009-06-25 Thread flyingb...@gmail.com
Oh . so i need to put it in there. My server i put it in the main server lib. I really don't know how server setup work that well with all those configs. But putting it into that lib folder for development seems to work. On Jun 25, 12:19 pm, Daniel Jue teamp...@gmail.com wrote: You need your

Re: Jumping screens

2009-06-15 Thread flyingb...@gmail.com
screen jumps lot of time is the case of hidden boxes. I had jumping screen problem and set tons of styles of hidden value to prevent it.. On Jun 15, 1:27 pm, Erron erron.aus...@gmail.com wrote: Hi, I've been looking into this issue for some time and still haven't found the cause.  We have a

Re: Profiling Hosted Mode Using TPTP

2009-04-13 Thread flyingb...@gmail.com
Well I not sure if this is the case for you or not. In my workflow program I did not use rpc and gotten data with json. The workflow program the data from the json is huge and the program became really slow when I am reading the json data into a new class. What I ended up doing is the class

Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread flyingb...@gmail.com
I should go back in using eclipse for the project or osmething. I been using netbeans with the gwt4nb but that havnt been updated to support 1.6 I dont really know how to write those config files to setup the new debugger and stuff for netbeans On Apr 8, 10:28 am, Miguel Méndez

Re: Reverse engineering

2009-04-08 Thread flyingb...@gmail.com
the source code is in the jar files. so in netbeans i can hit ctrl +shift+b to go to the class it used On Apr 8, 8:15 am, fatjack1...@googlemail.com fatjack1...@googlemail.com wrote: Hi, Im wondering if there is an easy way to reverse engineer your code to produce class diagrams? Regards,

Re: iText Causing GWT-RPC callback to fail. Need to send to HttpServletResponse?

2009-04-08 Thread flyingb...@gmail.com
Can we see how does your itext pdf look like? here is mine: http://www.nabble.com/file/p17809870/DomesticApprovalS13371.pdf On Apr 7, 10:50 pm, Carl Pritchett bogusggem...@gmail.com wrote: Hi, You'll have to work out a token generation scheme. If you find a nice one, post it. Sessions will

IE error can't debug!

2009-04-01 Thread flyingb...@gmail.com
When i run the debugger, everything runs fine. however, when I try using ie itself I sometimes get. 540 function com_google_gwt_dom_client_Element_is__Lcom_google_gwt_core_client_JavaScriptObject_2 (o){ 541 if (o.nodeType) { 542 return o.nodeType == 1; 543 } 544 return false; 545 }

Re: IE error can't debug!

2009-04-01 Thread flyingb...@gmail.com
Oh ya, after this error happens, nothing is clickable anymore. On Apr 1, 9:48 am, flyingb...@gmail.com flyingb...@gmail.com wrote: When i run the debugger, everything runs fine. however, when I try using ie itself I sometimes get. 540 function

Re: IE error can't debug!

2009-04-01 Thread flyingb...@gmail.com
, flyingb...@gmail.com flyingb...@gmail.com wrote: Oh ya, after this error happens, nothing is clickable anymore. On Apr 1, 9:48 am, flyingb...@gmail.com flyingb...@gmail.com wrote: When i run the debugger, everything runs fine. however, when I try using ie itself I sometimes get. 540

Re: IE error can't debug!

2009-04-01 Thread flyingb...@gmail.com
: Not sure what you mean - what debugger?  The proper way of debugging GWT is to run it in hosted mode, where it's your Java code that's being executed. On Wed, Apr 1, 2009 at 12:55 PM, flyingb...@gmail.com flyingb...@gmail.comwrote: When the script debugor editor runs it shows

Re: IE error can't debug!

2009-04-01 Thread flyingb...@gmail.com
I think my last msg didnt post. I think I figure out the problem. It has to do with DialogBox. I had old code that I wasn't using anymore. It should not do anything though. I not sure why it is causing an error in the program. But it is caused by the dialogbox i think

Re: A thought about GWT project structure

2009-04-01 Thread flyingb...@gmail.com
Well my gwt project I seperated the client and server side. The main thing that is possible if it was one project is passing objects stright to the server. So my project use json to create objects when the client ask for stuff from the server. There might be ways to have the object passing but

1.6 RC 1 Bug or something else?

2009-03-25 Thread flyingb...@gmail.com
I am confused I am not getting any error message in the debug console or in firefox. However in ie. When i open up a order. I see it show error on page for a second however all the data seem to have loaded and but none of the textbox and stuff works anymore. Feel like all the handlers for the

Re: 1.6 RC 1 Bug or something else?

2009-03-25 Thread flyingb...@gmail.com
in compiled code, either write your own log display, your use Window alerts for one-off messages. On Wed, Mar 25, 2009 at 3:22 PM, flyingb...@gmail.com flyingb...@gmail.comwrote: I am confused I am not getting any error message in the debug console or in firefox. However in ie. When i

Re: Gwt code where locales can be changed be dynamically

2009-03-19 Thread flyingb...@gmail.com
Why dont u do redirect the google way with Window.open just use target as _self also if you really if u want to be able to change local on the fly you would need to create all the strings as variables that can get changed. Make a class an abstract while the differnet languages extends it. so

can someone covert a 1.5 run file to 1.6 for me?

2009-03-19 Thread flyingb...@gmail.com
Well the project i did is already using gwt 1.6 but the test is still using the old method i used gwt4nb to generate the project layout for 1.5 but there is no gwt4nb for 1.6 yet so I cant get it converted to the new test layout. --~--~-~--~~~---~--~~ You

Re: Anyway to clone a listbox?

2009-03-16 Thread flyingb...@gmail.com
. Thanks S. Velu On Mar 13, 1:04 pm, flyingb...@gmail.com flyingb...@gmail.com wrote: Just wondering is there any way to make clone of listbox where I would not have to readd all the values to a new listbox again. For example my listbox is filled with like 100 items. It will have to go

Re: Anyway to clone a listbox?

2009-03-16 Thread flyingb...@gmail.com
I just tried HTML listBoxHtml = new HTML(mycolorliststring.get (threadtype)); return ColorfulListBox.wrap(listBoxHtml.getElement()); but i get an error On Mar 16, 8:20 am, flyingb...@gmail.com flyingb...@gmail.com wrote: but that will make it just an html object no way to make

Re: Anyway to clone a listbox?

2009-03-16 Thread flyingb...@gmail.com
: java.lang.IllegalStateException: Should only call onAttach when the widget is detached from the browser's document get that error too. On Mar 16, 9:16 am, flyingb...@gmail.com flyingb...@gmail.com wrote: I just tried         HTML listBoxHtml = new HTML(mycolorliststring.get (threadtype

Re: Anyway to clone a listbox?

2009-03-16 Thread flyingb...@gmail.com
oh ya colorfullist box is just a listbox where i have a background color to the list. Just in case your wondering On Mar 16, 9:30 am, flyingb...@gmail.com flyingb...@gmail.com wrote: I also tried         HTML listBoxHtml = new HTML(mycolorliststring.get (threadtype));         Window.alert

Anyway to clone a listbox?

2009-03-13 Thread flyingb...@gmail.com
Just wondering is there any way to make clone of listbox where I would not have to readd all the values to a new listbox again. For example my listbox is filled with like 100 items. It will have to go though a loop to add them. I have more than one listbox so it would have to go though a loop

Re: Announcing GWT 1.6 Milestone 1

2009-02-12 Thread flyingb...@gmail.com
Well, I just finished changing every single listener i have into handlers and have to rewrite widgets a little that fires listeners. I have no idea what to do with the build.xml thing to make it using new compiler. On Feb 12, 9:26 am, Scott Blum sco...@google.com wrote: On Wed, Feb 11, 2009 at

Is there a garbage college for removed elements?

2009-02-12 Thread flyingb...@gmail.com
Just wondering does gwt handle garbage collection. For example if I attach a widget than later unreference it. Will the widget listeners/handlers be removed or will it still be trying to listen for that widget? --~--~-~--~~~---~--~~ You received this message