Re: moveable areas as in iGoogle?

2013-04-11 Thread Olivier TURPIN
There's also GQuery its plugin with Droppable Draggable widgets http://code.google.com/p/gwtquery-plugins/ Olivier. Le mercredi 10 avril 2013 12:33:33 UTC+2, Magnus a écrit : Hi, how can one realize such moveable areas, which can be placed with drag drop at predefined positions, such

Re: Should I use HTML5 canvas just to create my own slideshow reader ?

2012-06-11 Thread Olivier TURPIN
Hello Transition can easily be done with CSS3 (but also need modern browser), check this project it could give you some ideas :) https://github.com/pyricau/rockslide Olivier. https://github.com/pyricau/rockslide Le vendredi 8 juin 2012 06:29:00 UTC+2, regnoult axel a écrit : Hello, I am

Re: Is there any way to remove the sort arrow decorator in a header of a CellTable?

2012-03-11 Thread Olivier TURPIN
Hello Xavier You should take a look at Header class (in com.google.gwt.user.cellview.client package) by extending it you'll have access to the Template in use, maybe you can declare your own or just override render method and inject your code to the SafeHtmlBuilder @Override public void

Re: GWT-RPC Portlets Liferay

2010-12-02 Thread Olivier TURPIN
Hello, There is some resources about GWT-APP management on liferay's forum : http://www.liferay.com/web/guest/community/forums/-/message_boards/message/461945 http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/How+to+build+a+GWT+Portlet+in+Liferay I think that there is a gwt sample

Re: vertical alignment inside a FlowPanel

2010-11-25 Thread Olivier TURPIN
Hi magnus vertical-align works only on inline elements, FlowPanel / SimplePanel (div elements) are 'block' types, i don't know exactly what you're trying to achieve but bottom alignment can be painful sometimes... if you don't care about IE6/7 you can have a try with : #mainContainer{

Re: Is there a alternative way of debugging under Linux

2010-09-29 Thread Olivier TURPIN
I'm running my projects under Ubuntu 64-bit (with FF plugin as the plugin for Chrome is not available) as mentioned by Thomas, when needed, i start a VM on Windows to complete tests with IE (for this purpose the -bindAddress parameter could be interesting so as to override default 127.0.0.1

Re: Expose custom GWT widgets via JavaScript

2010-09-23 Thread Olivier TURPIN
Maybe gwt-exporter can give you some ideas http://code.google.com/p/gwt-exporter/ http://code.google.com/p/gwtchismes/wiki/Tutorial_ExportingGwtLibrariesToJavascript_en Olivier. On 22 sep, 22:30, gabriel gabriel.day...@gmail.com wrote: I'm looking for a good pattern or example of building

Re: GWT encoding problem

2010-09-22 Thread Olivier TURPIN
Hilco gave the right answer, that's a maven log you've got to tell Maven to use UTF-8 during processing (otherwise it will fallback to system encoding : ) : project ... properties project.build.sourceEncodingUTF-8/project.build.sourceEncoding /properties ... /project Olivier. On

Re: Speed-Optimization of an application (RPCs, Architecture)

2010-09-02 Thread Olivier TURPIN
in a near future if you need to play with command pattern you could find some interesting hints with thoses articles : - Tutorial explaining the basics of gwt-dispatch : http://borglin.net/gwt-project/?page_id=283 - Nice articles about batching with gwt-dispatch (by the M. David Chandler)

Re: What are some of the most valuable frameworks in your project?

2010-09-01 Thread Olivier TURPIN
Well i tried mvp4g in late 2009, GWTP and GUIT were not available... only gwt-presenter. So i made proof of concept with both frameworks and i really like the way mvp4g did. Simple configuration, annotation facilities for binding, splitability, nice support... and i like the fact that there is no

Re: accents problem

2010-05-18 Thread Olivier Turpin
Hello Laurent, Did you check : - eclipse workspace settings (UTF-8 vs ISO)? - JVM file encoding ? - Apache (if used) default caracter encoding ? what's the response/request header encoding ? Is your trouble only on your csv file ? On 18 mai, 10:46, laurent bagno_laur...@hotmail.com wrote: