Super Dev Mode with multiple source folders

2012-08-31 Thread Juan Pablo Gardella
Hi folks, I have a doubt with Super Dev Mode. I have a maven project that generate some sources in a target/generated-sources/gwt. I want to add this folder to the codeserver, but I see that only one folder I can add by parameter: CodeServer [-bindAddress address] [-port port] [-workDir dir]

Re: GWT 2.4.0 - DataGrid - Differentiating between single click and double clicks on rows

2012-08-28 Thread Juan Pablo Gardella
See https://groups.google.com/forum/?hl=trfromgroups=#!topic/google-web-toolkit/j_HF85Mqhnk 2012/8/28 dave_mcgee daveomc...@gmail.com Hi there, I am currently picking up on a row selection (single click) in a DataGrid using NoSelectionModel (As seen below). This works fine and I perform a

Re: GwtChosen: make your select boxes much more user-friendly

2012-08-28 Thread Juan Pablo Gardella
Great work! Thanks for sharing!! Juan 2012/8/28 Julien Dramaix julien.dram...@gmail.com Dear community, I just released the first version of GwtChosen. GwtChosen is the entire rewritte in Google Web Toolkit of the Chosen component

SimplePager last page issue

2012-08-26 Thread Juan Pablo Gardella
Hi, There is a bug with SimplePager that enable go to next page in the last page (an must be disabled). Well, after some debugging if I change the method onRangeOrRowCountChanged() in this way works well. @Override protected void onRangeOrRowCountChanged() { HasRows display = getDisplay();

Re: How to add dynamic colums to celltable

2012-08-24 Thread Juan Pablo Gardella
See http://stackoverflow.com/questions/7172262/create-gwt-celltable-dynamically 2012/8/24 lucky lucky.begum...@gmail.com Hi, i have a requirement that i need to add dynamic columns to cell table. i Google it but didn't find proper solution. Please provide me some sample to add dynamic

Re: How to add dynamic colums to celltable

2012-08-24 Thread Juan Pablo Gardella
, 2012 at 6:40 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: See http://stackoverflow.com/questions/7172262/create-gwt-celltable-dynamically 2012/8/24 lucky lucky.begum...@gmail.com Hi, i have a requirement that i need to add dynamic columns to cell table. i Google

Re: Plug-ins GWT - Eclipse

2012-08-24 Thread Juan Pablo Gardella
You must install inside eclipse, you can't download with a browser. 2012/8/24 Julio P. Leiser jplei...@gmail.com Hi, does anyone know why the site gwt plug-ins is not in the air. Two days ago I'm trying to install the plugin for google JUNO ( http://dl.google.com/eclipse/plugin/4.2) and the

Re: CellTable - add Anchors to a cell

2012-08-22 Thread Juan Pablo Gardella
Hi, see http://stackoverflow.com/questions/4691801/how-can-i-render-a-clickabletextcell-as-an-anchor-in-a-gwt-celltable 2012/8/22 Magnus alpineblas...@googlemail.com Hi, I know how to add anchors to a cell using SafeHtml, but the clickHandler of the anchors is not triggered. Below is how I

Re: CellTable - add Anchors to a cell

2012-08-22 Thread Juan Pablo Gardella
See CompositeCellhttp://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/cell/client/CompositeCell.htmland you can add multiple buttons that can appear like links. I attach a custom button that see like links. Add the files in the same package. Juan 2012/8/22 Magnus

Re: CellTable - add Anchors to a cell

2012-08-22 Thread Juan Pablo Gardella
Anchors affect History. If you want to execute actions use buttons, if you want to use anchors for navigation, use it. For dynamic cell table read http://stackoverflow.com/questions/7172262/create-gwt-celltable-dynamically. I use it to have dynamic columns. Check perhaps you can use it for your

Re: Handling events via @UiHandler with CellTable

2012-08-22 Thread Juan Pablo Gardella
See https://developers.google.com/web-toolkit/doc/latest/ReleaseNotes#uirenderer 2012/8/21 Kevin Buikema kevin.buik...@gmail.com I'm using a CellTable with EditTextCells and CheckboxCell columns in an MVP app, and I'm trying to set up a UiHandler for the updates instead of explicitly

Re: formpanel.submit does not submit the file on GWT server

2012-08-22 Thread Juan Pablo Gardella
Try add the fileUpload component to the form. 2012/8/22 learning coding learning.codin...@gmail.com i want to send a file from client to server. My code: Client side: private FormPanel getFormPanel() { if (formPanel == null) { formPanel = new FormPanel();

Re: Super Dev Mode Live Reload

2012-08-21 Thread Juan Pablo Gardella
+1 2012/8/21 Joseph Lust lifeofl...@gmail.com +1 -- 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/-/OnQHRh7bNX0J. To post to this group, send

Re: Editable CellTable with password column

2012-08-17 Thread Juan Pablo Gardella
You must write a custom EditTextCell. 2012/8/17 Kanagaraj M kanagaraj@gmail.com I have CellTable with password as one column. I want the password column to be editable. I have used EditTextCell to make the password as editable, but the problem is, the password is shown as plain text.

Re: Automatic Retina Images

2012-08-16 Thread Juan Pablo Gardella
Great work!. Thanks for sharing!!! 2012/8/16 KevMo kevinps...@gmail.com Wow, this is really nice. Thanks for sharing! On Tuesday, August 14, 2012 6:10:16 AM UTC-7, DCYorke wrote: I've built a module to automatically use retina images on devices that support them. It can be found here:

Re: GWT-Bootstrap 2.0.4.0 was released

2012-08-13 Thread Juan Pablo Gardella
Thanks Great Work Ohashi 2012/8/13 Ohashi, Keisuke k-oha...@bfts.co.jp Hi all. Additional Information. gwt-bootstrap come on the maven central repository now. :-) http://search.maven.org/#artifactdetails%7Ccom.github.gwtbootstrap%7Cgwt-bootstrap%7C2.0.4.0%7Cjar Regards. --

Re: GWT-Bootstrap 2.0.4.0 was released

2012-08-11 Thread Juan Pablo Gardella
Great works Thanks for sharing 2012/8/11 Carlos Alexandro Becker caarl...@gmail.com As the creator of the project, I'll like to say something, if you guys don't mind =D First, I would like to apologize. Last months my life was changing too much, I don't has the time and willpower to

Re: Source maps

2012-07-31 Thread Juan Pablo Gardella
:) Good news. Alan will be happy 2012/7/31 Joseph Lust lifeofl...@gmail.com FYI, Source Map support is now in Mozilla Firefox nightly builds! Soon Alan's life will be much easier. Read more details herehttp://fitzgeraldnick.com/weblog/45/ . Sincerely, Joseph -- You received this

Re: GWT 2.4 istantiate Activity

2012-07-30 Thread Juan Pablo Gardella
Use event bus to communicate the view with the activity. 2012/7/30 bond daniele.re...@gmail.com Hi, anyone has some ideas about this problem? It is strange that no one has this need! Thanks Il giorno sabato 14 luglio 2012 10:44:14 UTC+2, bond ha scritto: Any ideas? Thanks! Il giorno

Re: GXT and Grids

2012-07-27 Thread Juan Pablo Gardella
You must put the module in *.gwt.xml. Example: inherits name=x.y.z.Grids --- Here use the module required for GTX Juan 2012/7/27 nesrine doghri nesrine.dogh...@gmail.com Hi , I'm trying t o use Grids with GXT and I got the following error , *Caused by: java.lang.RuntimeException: Deferred

Re: Classpath entries not considered when running GWT module from Eclipse

2012-07-25 Thread Juan Pablo Gardella
2012/7/26 Venkatkalyan Solasa solasakal...@gmail.com hi any help On Wednesday, 25 July 2012 19:41:40 UTC+5:30, Venkatkalyan Solasa wrote: I am using maven-gwt plugin to convert my existing ant GWT project to maven. 1. Added the gwt maven entry as below and ran mvn eclipse:clean

Submitting a FormPanel affect back button support

2012-07-24 Thread Juan Pablo Gardella
Hi, I see http://code.google.com/p/google-web-toolkit/issues/detail?id=624 and at now I do not see any workaround that works on all browsers. I did an upload file that is similar at the gmail (use FormPanel and FileUpload), but the only problem that had is that when do the submit affect the

Re: Submitting a FormPanel affect back button support

2012-07-24 Thread Juan Pablo Gardella
Thanks Gal!! This workaround works!!! Juan 2012/7/25 Gal Dolber gal.dol...@gmail.com I had the same problem. After the upload is complete, remove the formpanel from the screen (removeFromParent). IOW only show the FileUpload when needed. On Wed, Jul 25, 2012 at 12:42 AM, Juan Pablo

Re: import common style rules?

2012-07-19 Thread Juan Pablo Gardella
Hi Ed, How do you format the code? Cheers, Juan 2012/7/19 Ed post2edb...@gmail.com Thanks for your detailed and clear example and your time. I am aware of this concept and use it a lot. But, sorry, that doesn't solve my problem. Like you said, I have to set 2 styles on the widget, which

Re: import common style rules?

2012-07-19 Thread Juan Pablo Gardella
How show formatted text inside the body's mail? like this: // BaseWidgetCSSResource.javapackage com.testbed.client.resources; import com.google.gwt.resources.client.CssResource; public interface BaseWidgetCssResource extends CssResource { String baseWidget(); } Cheers, Juan 2012/7/19 Ed

Re: DevMode for Firefox 14

2012-07-19 Thread Juan Pablo Gardella
Thanks Alan!!! 2012/7/19 Alan Leung acle...@google.com http://acleung.com/ff14-win.xpi So far so good.one more to go (mac) -Alan On Wed, Jul 18, 2012 at 9:57 AM, Jeremy Kittel jeremy.kit...@gm.mediabeacon.com wrote: Hi Alan, I might be asking the wrong person, but any chance of

Re: DevMode for Firefox 14

2012-07-17 Thread Juan Pablo Gardella
Thanks Alan again! I hope if you can build to XP too. 2012/7/18 David Guo angel243...@gmail.com Hi Alan, Too bad to hear this news. Hope someone can continue to work on this devmode. On Wednesday, July 18, 2012 8:08:06 AM UTC+8, Alan Leung wrote: While I am technically no longer on

Re: adding gwt-validation-2.1.jar library, hibernate doesn't works. NullPointerException

2012-07-12 Thread Juan Pablo Gardella
Can you share the stacktrace? 2012/7/12 silvio.troia silvio.tr...@gmail.com hi, i'm new in GWT, i've added a gwt-validation library, error appears when hibernate have to do merge /* * (non-Javadoc) * @see org.skyway.spring.util.dao.JpaDao#store(java.lang.Object) */

Re: Simple GWT Dual list

2012-07-10 Thread Juan Pablo Gardella
Hi Thanks for the suggestions. I will include this features soon. Juan 2012/7/9 Ian Mayo i...@planetmayo.com Hi there, nice clean implementation - well done. A couple of minor suggestions, if you don't mind ;-) There's a UI precedent in controls like this whereby double-clicking on an

Re: Simple GWT Dual list

2012-07-10 Thread Juan Pablo Gardella
. Works great. Maybe you should also think and Drag and Drop ? Cheers, Alain 2012/7/10 Juan Pablo Gardella gardellajuanpa...@gmail.com Hi Thanks for the suggestions. I will include this features soon. Juan 2012/7/9 Ian Mayo i...@planetmayo.com Hi there, nice clean implementation

Re: Simple GWT Dual list

2012-07-10 Thread Juan Pablo Gardella
Hi Ian, I added to the dual list the double click handler that you purpose and support to IE6. Thanks for your feedback, Juan 2012/7/9 Ian Mayo i...@planetmayo.com Hi there, nice clean implementation - well done. A couple of minor suggestions, if you don't mind ;-) There's a UI precedent

Re: Simple GWT Dual list

2012-07-10 Thread Juan Pablo Gardella
Hi folks, If anyone want to share a custom components, I can add to the repository and a working demo. Thanks! 2012/7/11 Juan Pablo Gardella gardellajuanpa...@gmail.com Hi Ian, I added to the dual list the double click handler that you purpose and support to IE6. Thanks for your

Simple GWT Dual list

2012-07-07 Thread Juan Pablo Gardella
Hi folks, I did a simple DualList component https://bitbucket.org/gardellajuanpablo/duallist/wiki/Homethat I want to share to the community. I search and the only dual list that I can found was: - The gwt-dnd

Re: Simple GWT Dual list

2012-07-07 Thread Juan Pablo Gardella
Hi Joseph, I put a working demo here, http://dualistexample.appspot.com/. Juan 2012/7/7 Joseph Lust lifeofl...@gmail.com Nice work. Any chance you can add a link to a working demo. All I found on the BitBucket page was a static image. Thx. Sincerely, Joseph -- You received this

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2012-07-04 Thread Juan Pablo Gardella
Well, if I add user.agent property in the module file, in dev mode runs :) 2012/7/4 Juan Pablo Gardella gardellajuanpa...@gmail.com Hi folks, I tried with eclipse 3.7 and eclipse 4.2 run inside eclipse with GWT 2.5.0-rc1 and had the same error in both. If I compile with maven

Re: GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2012-07-04 Thread Juan Pablo Gardella
Thanks Thomas, but only happen when I migrate to GWT 2.5, with GWT 2.4 this issue never happens. And thanks for the archetype! Is very helpfull Juan 2012/7/4 Thomas Broyer t.bro...@gmail.com Could be related to https://github.com/tbroyer/gwt-maven-archetypes/issues/15 I.e. you compiled a

GWT 2.5.0-rc1 and eclipse (3.7 and 4.2) problems

2012-07-03 Thread Juan Pablo Gardella
Hi folks, I tried with eclipse 3.7 and eclipse 4.2 run inside eclipse with GWT 2.5.0-rc1 and had the same error in both. If I compile with maven the application run well, but in dev mode fails. I'm using FF13 with the last plugin. Could any tell me some tips to use GWT 2.5.0-rc1 inside eclipse?

Re: Any summary on The History and Future of Google Web Toolkit available?

2012-06-29 Thread Juan Pablo Gardella
+1 2012/6/29 Clint Checketts checke...@gmail.com I was hoping to see the Google IO session streamed: The History and Future of Google Web Toolkit, but apparently it wasn't available. Any summaries folks care to post from that session? Feel free to post a link to the video once its available

Re: GWT 2.5 RC1 Is Here!

2012-06-28 Thread Juan Pablo Gardella
And if use draft mode is more slow too? 2012/6/28 Stefano Ciccarelli sciccare...@gmail.com Our project compiles in 9 minutes with GWT 2.4 and 17 minutes with GWT 2.5.rc1. I think this is not acceptable to save only a 10% in Javascript size. -- Inviato con Sparrow

Re: Perfect caching problem

2012-06-25 Thread Juan Pablo Gardella
Can you reproduce in other browsers? We have similar problems only with Firefox. 2012/6/25 Jonas sark...@gmail.com I am trying to implement the GWT perfect caching by using a custom javax servlet filter. All files containing .nocache. should never be cached, and files containing .cache.

Re: gwt java project vs web application project / MVP

2012-06-19 Thread Juan Pablo Gardella
See https://github.com/tbroyer/gwt-maven-archetypes/ to start a new GWT project. 2012/6/18 Victor Woo victor...@gmail.com I've the same question and waiting for the answer too. What's the best practice? 在 2011年8月8日星期一UTC+8上午2时25分44秒,cri写道: There are two ways (at least) to start a new gwt

Re: mgwt 1.1.0 got released

2012-06-17 Thread Juan Pablo Gardella
Wow great work!! 2012/6/17 Daniel Kurka kurka.dan...@googlemail.com: mgwt 1.1 just got released. Check out my blog post about whats new: http://blog.daniel-kurka.de/2012/06/mgwt-11-released.html Also I am starting a series of blog post that show how to use different features of mgwt / gwt

Re: Work with guava-gwt 12.0

2012-06-16 Thread Juan Pablo Gardella
Thanks! Change to compile it works. 2012/6/16 Steve Moyer smoye...@gmail.com: We're also using Collect from guava-gwt but if you want Maven to download and manage the dependency for you, then it shouldn't be scoped as provided in the pom.xml file. Try changing the scope to compile (or

Work with guava-gwt 12.0

2012-06-15 Thread Juan Pablo Gardella
Hi, Yesterday I try to add guava-gwt in my GWT module but have the same problems mention http://stackoverflow.com/questions/4904344/using-guava-in-a-maven-gwt-project, but I can't fix with the solutions mention there. The error is simple: Unable to find

Re: GWT Spring Security

2012-06-13 Thread Juan Pablo Gardella
Thanks Joseph for sharing your experiences. I have a question regards this, for example you have a button that is enabled to *ADD_ITEM. *Do you extends GWT compents for show for some 'actions' or make some if statements? Is a simple question, but is nice to know how deal with this. The extend of

Re: GWT Spring Security

2012-06-13 Thread Juan Pablo Gardella
Thanks Joseph for sharing your experiences on this!! You are really helpful at the group Juan 2012/6/13 Joseph Lust lifeofl...@gmail.com Jaun, Our application is nearly 100% custom components. We did not use many of the default GWT widgets. We also used UiBinder for everything and thus most

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Juan Pablo Gardella
Thanks Alan! Waiting windows plugin :) 2012/6/7 koma k...@koma.be Just installed this : https://lh4.googleusercontent.com/-tozaeGhTK_Q/T9CJDFDvhtI/A3E/ng1KltVGcUk/s1600/Screenshot+from+2012-06-07+12%3A56%3A13.png But when I try to debug, it gives me :

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Juan Pablo Gardella
Thanks Alan! 2012/6/7 Alan Leung acle...@google.com For folks with shinny Windows OSes. http://acleung.com/ff13-win.xpi -Alan On Thu, Jun 7, 2012 at 12:46 PM, koma k...@koma.be wrote: working now fine on 64bit linux thx ! -- You received this message because you are

Re: 3-tier architecture /gwt

2012-06-05 Thread Juan Pablo Gardella
the jetty:start goal with a “dev” property (set to whatever value, “true” is fine); i.e. the exact equivalent to “cd *-server mvn jetty:start -Ddev”. On Tuesday, June 5, 2012 3:23:18 AM UTC+2, Juan Pablo Gardella wrote: Hi, I have problems to run the project inside eclipse. I add this to the parent

Re: 3-tier architecture /gwt

2012-06-05 Thread Juan Pablo Gardella
Thanks Thomas, but is not what I need. I want to run with dev mode, the RPC services for example. In the way that you say, is not dev mode. I will investigate if exists a way to do this (only if I have all in one module) Cheers, Juan 2012/6/5 Juan Pablo Gardella gardellajuanpa...@gmail.com

Re: 3-tier architecture /gwt

2012-06-04 Thread Juan Pablo Gardella
Eclipse? Thanks, Juan 2012/6/1 Juan Pablo Gardella gardellajuanpa...@gmail.com Thanks Thomas, Alexandre! I try with -Dmaven.test.skip but run the test, I didn't know how skip, so I delete the tests :(. Thanks for the tip -Darchetype.test.skip. After that, I can install and use it. Thanks

Re: 3-tier architecture /gwt

2012-06-01 Thread Juan Pablo Gardella
Thanks Thomas, Alexandre! I try with -Dmaven.test.skip but run the test, I didn't know how skip, so I delete the tests :(. Thanks for the tip -Darchetype.test.skip. After that, I can install and use it. Thanks for both!! Juan 2012/6/1 Thomas Broyer t.bro...@gmail.com On Friday, June 1, 2012

Re: 3-tier architecture /gwt

2012-05-31 Thread Juan Pablo Gardella
Hi Thomas, I try to install the archetype but said that: [INFO] [INFO] Reactor Summary: [INFO] [INFO] gwt-maven-archetypes .. SUCCESS [0.344s] [INFO] modular-webapp

Re: Debugging is terribly slow

2012-05-29 Thread Juan Pablo Gardella
Use firefox 2012/5/29 Magnus alpineblas...@googlemail.com I forgot to say that I use eclipse as a ide. Magnus -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Using RestyGWT to process JsonpRequest requests

2012-05-08 Thread Juan Pablo Gardella
Thanks for sharing! 2012/5/8 Christopher Piggott cpigg...@gmail.com I have written a blog entry explaining my experiences using JsonpRequestBuilder and RestyGWT to do the marshaling between JavaScriptObject and java beans. If anyone is interested in this subject please check it out:

Re: ff11 gwt dev plugin

2012-04-27 Thread Juan Pablo Gardella
http://acleung.com/ff12-win.xpi El 25 de abril de 2012 12:13, guy2 guylesp...@yahoo.fr escribió: Hello Alan, Mozilla have just released FF 12. Can you please compile the plugin for FF 12 ? Personnally, I need the version for Win XP 32bits and Win 7 32/64 bits. FYI, Mozilla changed at

Re: GWT, Mozilla Audio Data API, and W3C Web Audio API

2012-03-22 Thread Juan Pablo Gardella
Thanks!!! El 22 de marzo de 2012 16:17, leathrum leath...@jsu.edu escribió: OK, so I got impatient waiting for an answer and wrote my own. I have placed the results on github: https://github.com/leathrum/audio-api This includes the whole GWT wrapper, but the compatibility JS library is

Re: GWT Dev plug-in for Firefox 11

2012-03-19 Thread Juan Pablo Gardella
For windows? El 19 de marzo de 2012 04:27, Kahro kahro.r...@gmail.com escribió: Hi This is a thank you post. I also accidentally updated to FF11 on my Ubuntu 11.10 x64 and the plug-in seems to work fine. -- You received this message because you are subscribed to the Google Groups Google

Re: GWT Dev plug-in for Firefox 11

2012-03-19 Thread Juan Pablo Gardella
Thanks Alan! El 19 de marzo de 2012 22:45, Boris_siroB boris.brud...@gmail.comescribió: Alan, thanks a lot - this one worked (mac, 64 bit FF11). On Monday, March 19, 2012 6:43:57 PM UTC-4, Alan Leung wrote: This is a rebuild with for everything including windows:

globant - firmar

2012-03-12 Thread Juan Pablo Gardella
ir y marcar 8110 despues de las 14. -- 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

Re: GWT Caching of files

2012-02-07 Thread Juan Pablo Gardella
Muy buena El 7 de febrero de 2012 13:53, Filipe Sousa nat...@gmail.com escribió: I have implemented a Filter according to this http://seewah.blogspot.com/2009/02/gwt-tips-2-nocachejs-getting-cached-in.html -- You received this message because you are subscribed to the Google Groups Google

Re: in Firefox9, when i press enter key, enent.getCharCode() is 0.

2012-02-03 Thread Juan Pablo Gardella
Use event.getNativeCode (or simillar) El 3 de febrero de 2012 00:14, yl chen nicola.j...@gmail.com escribió: newSymbolTextBox = new TextBox(); newSymbolTextBox.addKeyPressHandler(new KeyPressHandler() { public void

Re: save data to database with hibernate and rpc

2012-01-26 Thread Juan Pablo Gardella
Instead of use gilead (to me intrusive), you can use Hibernate filter. See http://groups.google.com/group/google-web-toolkit/browse_thread/thread/7e46e8c33e7ee5da El 26 de enero de 2012 20:56, Sebastian Gurin sgu...@softpoint.orgescribió: Hi I developed my web apps gwt and persist the model

Re: Re: Redirect to place

2012-01-20 Thread Juan Pablo Gardella
No, I didn't open an issue. El 20 de enero de 2012 11:14, Zdenek zdenek.dole...@gmail.com escribió: Did you open the issue? I'm having same problem. Scheduling the change event works fine. On Thursday, June 9, 2011 7:51:15 PM UTC+2, Juan Pablo Gardella wrote: Thanks Jens!!! It works

Re: GWT Developer Plugin for Firefox 9

2012-01-11 Thread Juan Pablo Gardella
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/8d9d369fdbfdf87e El 11 de enero de 2012 11:52, Ryan Johnson ryan.david.john...@gmail.comescribió: Can someone help me out? When I try to download the plugin the page refreshes, but I never see a download and I can't find

Re: Need advice about a simple PHP and GWT SSO approach.

2012-01-09 Thread Juan Pablo Gardella
Evaluate jossohttp://www.josso.org/confluence/display/JOSSO1/JOSSO+-+Java+Open+Single+Sign-On+Project+Hometo SSO too, it integrates with PHP. Juan El 9 de enero de 2012 12:58, Nano Elefant nanof...@gmail.com escribió: Hello, I am in need of some advice about GWT authentication. Here's what

Re: New gwt-cal 0.9.3 version released

2012-01-08 Thread Juan Pablo Gardella
Thanks for share it!!! Great work El 8 de enero de 2012 12:42, ctasada ctas...@gmail.com escribió: The link I provided was only for the Release Notes. If you want to download it, you will find it in: http://gwt-cal.googlecode.com/files/gwt-cal-0.9.3.jar Regards. On Jan 8, 6:01 am, Z.A

Re: Error - files not found

2012-01-08 Thread Juan Pablo Gardella
Hi, Is a common error, you don't have trilhadosW.server.Business.dadosMestres.TipoLocal sources in classpath and/or is don't configure where find it with *sources *tag in XML module file. Juan El 8 de enero de 2012 15:39, Diego Bigliani Solamito diegosolam...@gmail.com escribió: Hello. I

Re: GWT Developer Plugin for Firefox 9

2011-12-22 Thread Juan Pablo Gardella
Hi, In Windows XP, the plugin doesn't work. Juan El 22 de diciembre de 2011 06:30, Alan Leung acle...@google.com escribió: I have both 32 and 64 bit linux compiled. http://www.mediafire.com/?5tak1zzo6a3yvn0 Still working on mac and windows. -Alan On Wed, Dec 21, 2011 at 10:51 AM, tdk

Re: GWT Developer Plugin for Firefox 9

2011-12-22 Thread Juan Pablo Gardella
Woh, so fast. It works on XP, thanks Alan!! El 22 de diciembre de 2011 09:29, Alan Leung acle...@google.com escribió: Alright, FF9 tested on all OS. Let me know if you run into any problems. http://www.mediafire.com/?831pp1kk5p8kgjd -Alan On Thu, Dec 22, 2011 at 12:17 PM, Juan Pablo

Re: GWT and Hibernate

2011-12-16 Thread Juan Pablo Gardella
See gwt-sample (Spring, JPA2)https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home El 16 de diciembre de 2011 04:20, big_blue alex.weis...@googlemail.comescribió: Hi. I know there a lot of feed about GWT and Hibernate / Spring but until now i do not find a good answer of my

Re: Required immediately: Data Architect @ Schaumburg, Illinois

2011-12-16 Thread Juan Pablo Gardella
Mohammed don't use this forum to post jobs, use https://groups.google.com/forum/#!forum/google-web-toolkit-employment please. El 16 de diciembre de 2011 15:12, Mohammed Abdul recruiter.m...@gmail.comescribió: Hi Associates, We have the below requirement through our client associate. Please

Re: eclipse - imported maven gwt project

2011-12-10 Thread Juan Pablo Gardella
What are the errors showed in Problems View? 2011/12/9 András Csányi sayusi.a...@gmail.com Dear All, I imported my maven project to Eclipse and everything became red. After a few hours long struggling and investigating I can see that Eclipse is not able to deal with dependencies between the

Re: GWT in Google Products

2011-12-04 Thread Juan Pablo Gardella
jbpm console. 2011/12/3 soundTricker k-oha...@bfts.co.jp Google Apps Script (for UI) and Google Apps Script Editor. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Troubles getting DataGrid to show

2011-12-01 Thread Juan Pablo Gardella
Hi, See http://stackoverflow.com/questions/7874168/solved-gwt-datagrid-automatic-height . You need in DOM tree, in some point, a fixed region that is the parent of the DataGrid, or attach to html body element the RootLayoutPanel. I had a problem recently, check T.Broyer suggestion at this

Re: Troubles getting DataGrid to show

2011-12-01 Thread Juan Pablo Gardella
Try make a sample (without third dependencies) to reproduce the error and share it. 2011/12/1 koma k...@koma.be Thx Juan I made sure now that from the outermost container upto my DataGrid, everything is using layoutpanel like this : ui:style @def coloricons #33; @def hovercolor

Re: Copy Paste Problem

2011-11-30 Thread Juan Pablo Gardella
See http://stackoverflow.com/questions/1413378/how-to-make-javascript-shortcut-in-all-browser and http://stackoverflow.com/questions/1413378/how-to-make-javascript-shortcut-in-all-browser 2011/11/28 star vinod.d...@gmail.com I'm trying to trap key downs in GWT, and I've tried both

Re: Serialize aspectj method in GWT

2011-11-30 Thread Juan Pablo Gardella
Because AspectJ modify .class and GWT need sources to compile. 2011/11/28 Paolo paulu...@gmail.com I've try to expose to the client(gwt) an aspectJ method through gwt- rpc, but the gwt client can't find the method defined in an aspect. The class that i expose implements IsSerializable and

Re: Question about serializing into file

2011-11-30 Thread Juan Pablo Gardella
I think you can use filters for that. 2011/11/29 Invitro.Guy invitro@googlemail.com Hello, for backup reasons I want to serialize some runtime data that I already marked with IsSerializable into a file. Since I can send the data via RPC to a client, I am trying to use that same

Re: how to resolve the cross-domain problem in gwt?

2011-11-29 Thread Juan Pablo Gardella
See http://code.google.com/intl/es-419/webtoolkit/doc/latest/FAQ_Server.html#What_is_the_Same_Origin_Policy,_and_how_does_it_affect_GWT? 2011/11/29 wahaha il...@yahoo.com.cn how to resolve the cross-domain problem in gwt? i get a element in another iframe,but i can't fire its event --

Re: Datatable Loading Issue

2011-11-24 Thread Juan Pablo Gardella
GWT version? 2011/11/23 Deekay dwiti...@gmail.com Data table is not loading while migrating from ie6 to ie8 -- 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

Re: GWT CSS Style Annotation

2011-11-23 Thread Juan Pablo Gardella
Very Good! Thanks for sharing 2011/11/23 Danial danial.fa...@gmail.com As my attempt to make CSS easier to be used in my GWT project I came up with using java annotations for css styles. Please check out this project: http://code.google.com/p/gwt-style-annotation/ It is much cleaner than a

Re: Having trouble setting CellTable sortable columns

2011-11-22 Thread Juan Pablo Gardella
See http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellTable 2011/11/22 laredotornado laredotorn...@zipmail.com Hi, I'm using GWT 2.4. I'm having a trouble getting my CellTable columns to be sortable. Is there something else to do beyond invoking column.setSortable? Here is how

Re: Weird Exception

2011-11-21 Thread Juan Pablo Gardella
GWT version? 2011/11/21 舟洲 杜 johndu1...@gmail.com Hi all, I am new to GWT. My GWT project randomly get a weird exception. Below is the stack trace. Thanks for anyone can help. java.lang.IllegalArgumentException: invoke arguments: JS value of type number, expected

Re: Hibernate ClassCastException in GWT hosted mode only

2011-11-21 Thread Juan Pablo Gardella
:) 2011/11/21 Alexander Lochschmied alexander.lochschm...@gmail.com Juan that was a big help. Finally it seems to work with downgraded Hibernate (3.6.3) and additional dependencies: dependency groupIdjavax.validation/groupId artifactIdvalidation-api/artifactId !--version1.0.0.GA/version--

Re: Weird Exception

2011-11-21 Thread Juan Pablo Gardella
Try FF8 2011/11/21 舟洲 杜 johndu1...@gmail.com Yes. So just change a browser? On Nov 21, 3:14 pm, Thomas Broyer t.bro...@gmail.com wrote: Chrome? DevMode is kind of broken there:http://code.google.com/p/google-web-toolkit/issues/detail?id=5778 (scroll down to latest comments) --

Re: Weird Exception

2011-11-21 Thread Juan Pablo Gardella
Firefox 8 2011/11/21 舟洲 杜 johndu1...@gmail.com What is FF8? Could you be more specific? On Nov 21, 3:51 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Try FF8 2011/11/21 舟洲 杜 johndu1...@gmail.com Yes. So just change a browser? On Nov 21, 3:14 pm

Re: DataGrid, Activity/Place don't work on IE7

2011-11-21 Thread Juan Pablo Gardella
= DOM.getElementAttribute(vista.getPanel() .getElement(), width); vista.getPanel().setWidth(width); } }); } Thanks for your tips. Hope helps to another with same issue. Juan. 2011/11/21 Juan Pablo Gardella gardellajuanpa...@gmail.com Hi folks, If I change height using IE Developer Toolbar, the Datagrid is show

Re: Unfaithful Server Stack Trace Returned to Client

2011-11-21 Thread Juan Pablo Gardella
Check http://www.javapractices.com/topic/TopicAction.do?Id=78 2011/11/21 Elliott eshe...@hotmail.com I'm writing a module to display the stack trace returned from the server in the onFailure method of an AsyncCallback. Unfortunately, the stack trace that looks like this on the server:

Re:

2011-11-19 Thread Juan Pablo Gardella
Check http://code.google.com/intl/es-ES/webtoolkit/doc/latest/DevGuideClientBundle.html#RTL_support 2011/11/19 Z.A Jafari zjaff...@gmail.com Hello there, I have been developing Java application with Swing for middle east countries i.e. RTL language. Now I want to start a new project and I

Re: DataGrid, Activity/Place don't work on IE7

2011-11-18 Thread Juan Pablo Gardella
in IE7, you can't put Datagrid 2011/11/18 Juan Pablo Gardella gardellajuanpa...@gmail.com Thanks again Thomas! I'll try your suggestions. Juan 2011/11/18 Thomas Broyer t.bro...@gmail.com Does the Showcase work in IE7? http://gwt.google.com/samples/Showcase/Showcase.html#!CwDataGrid

Re: DataGrid, Activity/Place don't work on IE7

2011-11-18 Thread Juan Pablo Gardella
. Thanks for your time, Juan 2011/11/18 Raphael André Bauer raphael.andre.ba...@gmail.com On Fri, Nov 18, 2011 at 12:55 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Well some news: - Showcase work on IE7. - If I removing the DockLayoutPanel (setting explicit dimensions

Re: Hibernate ClassCastException in GWT hosted mode only

2011-11-18 Thread Juan Pablo Gardella
I have a sample that use hibernate 3.6.x and run inside jetty here: https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home Check the pom.xml. If you can't resolve the issue tell me. Juan 2011/11/18 Alexander Lochschmied alexander.lochschm...@gmail.com It only becomes: Caused by:

Re: Using beanutils in my maven project

2011-11-17 Thread Juan Pablo Gardella
. Juan 2011/11/17 András Csányi sayusi.a...@gmail.com On 16 November 2011 19:18, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Here you can see a sample (browse the source): gwt-sample (Spring, JPA2) In this site you can check how configure the module. And some answers: I

Re: No source code is available

2011-11-17 Thread Juan Pablo Gardella
See http://groups.google.com/group/google-web-toolkit/browse_thread/thread/534a3dd248529f66 2011/11/17 learning coding learning.codin...@gmail.com Hi.. I am usning some external jar files on the server side of web application. when i run the application it gives an error for all the

Re: DataGrid, Activity/Place don't work on IE7

2011-11-17 Thread Juan Pablo Gardella
is invoked . Also put in title or some other indication that the uib template is being rendered. It also looks like you'll be adding an additional column on each visit David On Nov 16, 8:26 am, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: I open an issue. http://code.google.com/p

Re: DataGrid, Activity/Place don't work on IE7

2011-11-17 Thread Juan Pablo Gardella
Thanks Thomas for your tips! But using height=450px don't resolve the error. It continues. I will upload to youtube a video to show the error. I don't know if is my code, becouse it runs on other browser. I think is a bug, becouse I test all ways but don't find the cause. Perhaps is

Re: Need for the user agent

2011-11-17 Thread Juan Pablo Gardella
Check here http://stackoverflow.com/questions/2759321/how-to-find-out-about-the-user-agent-in-gwt 2011/11/17 skippy al.leh...@fisglobal.com I have seen many posting for the need for the user agent string. Most just reply with what for. You should not need to. My need is I need to modify my

Re: DataGrid, Activity/Place don't work on IE7

2011-11-17 Thread Juan Pablo Gardella
Hi, I replace the view from: g:VerticalPanel addStyleNames='mainPanel' g:DockLayoutPanel unit=PX addStyleNames={style.grid} g:center c:DataGrid ui:field=resultTable / /g:center /g:DockLayoutPanel /g:VerticalPanel to: g:VerticalPanel addStyleNames='mainPanel' g:DockLayoutPanel unit=PX

Re: DataGrid, Activity/Place don't work on IE7

2011-11-17 Thread Juan Pablo Gardella
use at now, at top pane RootLayoutPanel, but the *error persist. *So I think is a bug related in Datagrid and IE7 and not related to DockLayoutPanel. I define height and width. Can help me? Thanks, Juan 2011/11/17 Juan Pablo Gardella gardellajuanpa...@gmail.com Hi, I replace the view from

<    1   2   3   4   5   6   7   8   9   10   >