Re: About a multi page web application

2010-06-15 Thread MaveriK
o -- 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,

Re: About a multi page web application

2010-06-15 Thread MaveriK
first of all, TNX to everyone! sorry i didn't replied quicker, but i've been a bit busy and i've got a pause with gwt :) As ping2ravi suggested, i decided to use panels and attach them to the mainPanel. To avoid a single-page-full-code, i made a class for each panel so i can distribuite code,

History and server call.

2010-06-15 Thread ping2ravi
Hi Guys, I have just implemented a multipage(basically multi url) website using History. It works great using history token. But i need something else from GWT which i am not able to solve. Now when user clicks on something(link/button etc) i add the token to History and my history callbacks get

Re: Odd serialization error

2010-06-15 Thread Simon
Finally found it! One of the referenced classes had itself a inverse reference back to Translation. It seems like Gilead cannot handle this resulting (at least for complex PKs) in a immensely large tree beeing sent back. I now use @ServerOnly on the inverse which solves the problem. Cheers

Re: FileUpload for Multiple selection

2010-06-15 Thread aditya sanas
hi, selecting multiple files at ones is not provided Even if you are attaching a file to mail you have to add it one by one. So files will be submitted whenever we submit the form. and new GWT file upload widget is good to have in its simple and easy to implement as i have switched my

Re: FileUpload for Multiple selection

2010-06-15 Thread Jaroslav Záruba
I assume a Flash-based solution is no-no...? On Tue, Jun 15, 2010 at 10:01 AM, aditya sanas 007aditya.b...@gmail.comwrote: hi, selecting multiple files at ones is not provided Even if you are attaching a file to mail you have to add it one by one. So files will be submitted whenever we

exchange image by browser

2010-06-15 Thread Stefan Bachert
Hi, I would like to use ClientBundle and ImageResource. But I would like to supply different images (under the same name) by browser. Does anyone have an idea how this could be achieved easily? Stefan Bachert http://gwtworld.de -- You received this message because you are subscribed to the

Re: Export ListGrid in SmartGWT

2010-06-15 Thread Sanjiv Jivan
Hi Gopal, Please post Smart GWT related questions on the Smart GWT forum : http://forums.smartclient.com/forumdisplay.php?f=14 Thanks, Sanjiv On Mon, Jun 14, 2010 at 4:27 AM, gopal bhalala gopalbhal...@gmail.comwrote: I am using exportData on listGrid...Its working fine if i have only normal

Web Design Guidelines for the Nokia N900 v1.1

2010-06-15 Thread James Baker
Was checking this fantastic guideline for web designing for the most anticipated N900!! This document contains information and guidelines for web developers who want to ensure that their pages work well with the Nokia N900 with Maemo 5 OS. In version 1.1 of the document, information about

Re: Dev plugin for firefox 3.7

2010-06-15 Thread Alan Chaney
I'm developing a large WebGL application which is currently only supported by the nightly builds, so the answer to your question is, sadly, no :-) . I really, really want to be able to debug GWT in Firefox, so if necessary I'd be prepared to help with testing/building. Alan On 06/14/2010

UiBinder and child widgets

2010-06-15 Thread Joost Bloemsma
Hi, I've made a very simple GroupBox widget which works fine. I can add it in java to a panel, set caption and add widgets. But now I want to add it in a UiBinder template file. To enable it to contain HTML, I had to implement the HasHTML interface. Now the following works fine: g:HTMLPanel

Re: Error with dispatch No handler is registered

2010-06-15 Thread I~N~S~I
i found da problem... forgot to call the bindHandler method to register the handler :) On Jun 12, 7:51 pm, I~N~S~I insiraw...@gmail.com wrote: Hi All, I'm  trying to create a MVP model of GWT Sample app. as soon as the execute method is called in the dispatcher below error gets logged.

Re: 1 layout - 3 browsers - 3 results?

2010-06-15 Thread Magnus
Hi! I guess the point is that you used a FlowPanel which does not stretch its children. I found out that this is also true for AbsolutePanel. Thanks! BTW: I wonder why you use this construct: int parentH = dock.getWidgetContainerElement(this).getOffsetHeight(); Why not simply call:

Re: Layout UI Objects and GWT Themes

2010-06-15 Thread Stefan Bachert
Hi, Old widgets uses a 9-box (a table with 3x3 entry). CSS3 allows to similate a 9 box with border images. However, images inccrease download time. And CSS3 allows to apply rounded corner (-o/-moz/-webkit/-border- radius) Without a modern browser you still have to take 9 box. Stefan Bachert

Re: Developing wiki platform

2010-06-15 Thread Stefan Bachert
Hi, i am using XWiki for gwtworld.de Some stuff is done with GWT-components. However, the general technique is struts. XWiki is ajaxified but does not have a real AJAX or GWT-architecture (XWiki uses anything, GWT, prototype, jquery) Stefan Bachert http://gwtworld.de On Jun 14, 5:48 pm, Thomas

Problems with jasperreports integration

2010-06-15 Thread Vinicius Rabelo
I am developing one project with GWT 2.0.3 and GXT 2.1.1 and this project is using the gwt-maven-plugin. The project was working until I add the jasperreports 3.7.3 dependencies. After this when I start the project and try to access by browser I get the follow error: java.lang.NoSuchFieldError:

Serialization Problem

2010-06-15 Thread Ahmed Shoeib
Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'org.datanucleus.store.appengine.query.StreamingQueryResult' was not included in the set of types which can be serialized by this SerializationPolicy or its Class object could not be loaded.

GWT with Mave

2010-06-15 Thread Leo
Hello, I'm Leonardo from Argentina. I want to know if there is a documented process to create a GWT project with Maven and then import it to Eclipse. Thanks! Leo. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

SuggestBox MultiWordSuggestOracle autocomplete can't create suggestion/display pairs except for default

2010-06-15 Thread Marc Hacker
I have a GWT autocomplete new SuggestBox((new MultiWordSuggestOracle()); For the default suggestions which appears before the user types any prefix, there is a nice method MultiWordSuggestOracle.setDefaultSuggestions(CollectionSuggestion suggestionList) so I can pass a nice list of a

tabPanel with gwt hyperlinks

2010-06-15 Thread yoyo
Hi, i need to advice how can i create a TabPanel with gwt hyperlinks on tabBar header. there should be also posibility of web history. thanks, ivan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Does AdSense work with GWT? If so, How?

2010-06-15 Thread Joe Blow
I'm looking at using this framework for a new project, but I need to have the AdSense functionality. 1 - Does AdSense work with GWT? 2 - If so, how? I see a whole bunch of hacks that 'might' work, but I need something more stable than that. This is really a deal breaker for us...if AdSense

DockLayoutPanel inside a ScrollPanel

2010-06-15 Thread Elben Shira
Hi, I have a layout defined by: - ... - ScrollPanel - DockLayoutPanel - north - west - center - east The problem is that the dock layout panel is cut off from the window; the scroll bars don't appear. I can force the scroll bars to appear by setting the height of

Re: UiBinder and child widgets

2010-06-15 Thread Joost Bloemsma
Okay, fixed my problem already ;-) First of all, it seemes that you cannot implement both the HasWidgets and HasHTML interface. Well, you can, but the UiBinder will only accept the first one. This means that if you implement HasWidgets, HasHTML, you can only add child widgets. If you implement

Re: UiBinder and child widgets

2010-06-15 Thread Joost Bloemsma
Okay, fixed my problem already ;-) First of all, it seemes that you cannot implement both the HasWidgets and HasHTML interface. Well, you can, but the UiBinder will only accept the first one. This means that if you implement HasWidgets, HasHTML, you can only add child widgets. If you implement

Re: using gwt for games - svg, canvas or something else?

2010-06-15 Thread Magnus
Hi, the gwt-canvas demo impressed me: http://stud-in.fh-swf.de/Oliver.Zoran/gwt-canvas/ But I cannot see how this relates to standard GWT programming. It seems that there is a separate library that has to be used. How can I be sure that my code will still run with the standard GWT SDK in the

Failure creating a timer in ServerImplementation

2010-06-15 Thread uwi_u
Hi! I'm writing an application which starts a new timer for each user logging in. I'm storing the timers in a HashMap for easy access. A KeepAlive from Client will get the timer out of the Hashmap and reset it. But when executing Timer t = new Timer(){}, the method crashes. Can somebody tell

Re: GWT with Mave

2010-06-15 Thread Subhrajyoti Moitra
http://mojo.codehaus.org/gwt-maven-plugin/ I am using this successfully. HTH. Subhro. On Mon, Jun 14, 2010 at 11:42 PM, Leo leonardocr...@gmail.com wrote: Hello, I'm Leonardo from Argentina. I want to know if there is a documented process to create a GWT project with Maven and then import

Re: Failure creating a timer in ServerImplementation

2010-06-15 Thread uwi_u
A. I guess it's the following: I included com.google.gwt.user.client.Timer instead of java.util.Timer... could this be the reason? On 15 Jun., 16:25, uwi_u uwe.chris...@gad.de wrote: Hi! I'm writing an application which starts a new timer for each user logging in. I'm storing the

Re: AOP Framework

2010-06-15 Thread fmod
I did not thought on having a feature like that. Can be great if you can provide some case study for it. IMHO doing something similar to gin, should not be that difficult. At least when it comes to provide a factory for the intercepted classes. What it struggles me a bit more, is how the methods

Re: GWT with Mave

2010-06-15 Thread Andrew Hughes
Create your maven project like this.. http://mojo.codehaus.org/gwt-maven-plugin/user-guide/archetype.html http://mojo.codehaus.org/gwt-maven-plugin/user-guide/archetype.htmlThen run the dev mode with the goal 'gwt:run' On Tue, Jun 15, 2010 at 11:57 PM, Subhrajyoti Moitra subhrajyo...@gmail.com

Re: where to define domain objects

2010-06-15 Thread Denis
The domain object I mentioned needs some further clarification: It's a serializable Data Transfer Object/Bean/POJO that will be transferred across all layers: presentation, business, and persistence. With this in mind, I put the domain package under \client following the approach described in the

GWT 2.1 / Google I/O 2010 - GWT's UI overhaul

2010-06-15 Thread magnum
in response to: http://www.youtube.com/watch?v=g2XclEOJdIcplaynext_from=TLvideos=3iOGbt6Y2as great work guys!! The GWT is becoming what I hoped it to be back in 2007, a lot of nice cleanups. Actually the code splitting, multiple entry points on one page, and integration with existing

Re: 1 layout - 3 browsers - 3 results?

2010-06-15 Thread Alejandro D. Garin
On Tue, Jun 15, 2010 at 10:49 AM, Magnus alpineblas...@googlemail.comwrote: BTW: I wonder why you use this construct: int parentH = dock.getWidgetContainerElement(this).getOffsetHeight(); Why not simply call: doc.getParent ().gettOffsetHeight(); ? The latter code would also be usable

Re: GWT applet problem

2010-06-15 Thread Stefan Bachert
Hi, I am wondering what are you talking about. GWT does not has a concept of applets. GWT client does NOT run on a jvm. So please tell us the full story. Stefan Bachert http://gwtworld.de On Jun 14, 4:13 pm, Šobis matej.poklu...@gmail.com wrote: Hello, I have problem with launching applet

Re: GWT with Mave

2010-06-15 Thread Dan Billings
Does anyone know an easy way to integrate App Engine with gwt-maven- plugin? The gae-maven-plugin archetypes are way outdated. I think it involves the noserver option, as well as some customization of gwt-maven-plugin (exploded war directory output to server WEB-INF folder??). I am going to try

Re: Menu having three gradient images.

2010-06-15 Thread Stefan Bachert
Hi, GWT could only do what the browser supports. And IE is just poor and a waste of time However, when you know a trick in html, you can put html to a menuItem setHTML() Stefan Bachert http://gwtworld.de On Jun 14, 11:28 am, Sandeep kumar sandeepsrivastav...@gmail.com wrote: Hi, I am

Re: Layout UI Objects and GWT Themes

2010-06-15 Thread lineman78
Yeah, I am using the webkit and moz border radius for now. I understand that I could use decorated panel inside the tabs, but from what I know you can't tell decorated panel to do just rounded corners on the top. I think what I may do is just use css3 stuff and when it comes to browser selection

Re: GWT project with multiple pages

2010-06-15 Thread Stefan Bachert
Hi, could you please tell what the benefit of multiple host pages should be? To me it still looks like a misconception because of still sticking with concepts of pre-AJAX era. Stefan Bachert http://gwtworld.de On Jun 13, 1:33 am, Mark mark.java.john...@gmail.com wrote: Hi, There is now a

Re: GWT Formpanel and multipart

2010-06-15 Thread noob_boy
Thanks Thomas On May 19, 7:23 pm, Thomas Broyer t.bro...@gmail.com wrote: On 19 mai, 07:22,noob_boyacharya@gmail.com wrote: On the server side, how to get the params sent on form submit? getParameterMap() should give  me all the form params, correct? No, it only does so when using

Rich Text Area Basic Question

2010-06-15 Thread gangurg gangurg
Help me on this issue . I am trying to build a Text Area . (Its ok it is a RichText Area, i dont need anything else of a rich text area functionalites ) . Inside the Text area user should see a message saying View Link . The View Link should be built in as soon as the user comes to this page 1.

Invoking GWT from outside the war

2010-06-15 Thread enTropy Fragment
Hello I am wondering if I can launch a GWT app from an html page wich is outside the GWT war app. In case it is possible, how can I manage to do it? I tried to copy the sample html that launches the GWT app in the project outside it and play a bit with it, but I didn't get far to be honest. Any

Re: GWT 2.1 / Google I/O 2010 - GWT's UI overhaul

2010-06-15 Thread Katharina Probst
Thank you, glad we're addressing your concerns. As for crawlability, Google has recently introduced a new scheme to make Ajax (including GWT) apps crawlable. It is documented here: code.google.com/web/ajaxcrawling. Several users have used this scheme successfully in their apps. For GWT apps,

Re: retrieving the size of a panel/widget before it is added

2010-06-15 Thread Magnus
Hi, sorry for my late reply. You were totally right. I fixed it with an AbsolutePanel. Magnus On Jun 11, 4:36 pm, Thomas Broyer t.bro...@gmail.com wrote: On 11 juin, 15:37, Magnus alpineblas...@googlemail.com wrote: Hi, what makes the difference? The intermediate panel would be sized

Re: GWT and Spring - with Spring Web MVC or without it?

2010-06-15 Thread Richard Allen
For operations like file upload which cannot be done with Ajax, GWT provides no server-side facilities. With Spring MVC, you can easily wire up a Spring Controller that handles the file upload request that a GWT client submits to. See:

Build file Corresponding to GWT Compilation From Eclipse

2010-06-15 Thread Daniel Simons
I'm curious about what occurs with regard to Ant when eclipse compiles my gwt project. I'm assuming there is a build.xml file that is generated and ant runs some javac process declared within the build.xml to compile the java into javascript. If this is correct, is it possible to view the

Re: DockLayoutPanel inside a ScrollPanel

2010-06-15 Thread Gal Dolber
You need to set the docklayoutpanel's height and width. 2010/6/14 Elben Shira elbensh...@gmail.com Hi, I have a layout defined by: - ... - ScrollPanel - DockLayoutPanel - north - west - center - east The problem is that the dock layout panel is cut off from

Re: GWT applet problem

2010-06-15 Thread mariyan nenchev
Hi, how do you place applet in gwt? You know that applet must be placed for example in html or jsp? I am wandering how do you use it with gwt? If you want to show the applet in gwt app, the easiest way is to embed a frame within the gwt app, which hosts the applet. That way you shouldn't have any

Re: GWT applet problem

2010-06-15 Thread Jaroslav Záruba
Is it necessary to create a frame for that applet? I think it should be possible to build the applet/param tags with JS and place it basically wherever you need, GWT-widgets including. On Wed, Jun 16, 2010 at 12:49 AM, mariyan nenchev nenchev.mari...@gmail.com wrote: Hi, how do you place

Re: Safari 5 - (RangeError): Maximum call stack size exceeded

2010-06-15 Thread DenNukem
So did you end up rebuilding the GWT itself? Where do I start to apply this patch? On Jun 9, 4:31 pm, dunhamst...@gmail.com dunhamst...@gmail.com wrote: This is occurring for us in the Arrays.mergeSort() code.  A reduced testcase (which looks like the binarySearch code) is in the webkit bug

Re: exchange image by browser

2010-06-15 Thread fmod
I did not try myself, but I think you need conditional css. http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#Conditional_CSS On Jun 15, 11:27 am, Stefan Bachert stefanbach...@yahoo.de wrote: Hi, I would like to use ClientBundle and ImageResource. But I would like to

how to play embedded videos on GWT

2010-06-15 Thread Bruno Lopes
Hi, I am using com.bramosystems.oss.player.flat.client.FlatVideoPlayereclipse-javadoc:%E2%98%82=Padroes/war%5C/WEB-INF%5C/lib%5C/bst-player-api-1.0.jar%3Ccom.bramosystems.oss.player.flat.client(FlatVideoPlayer.class%E2%98%83FlatVideoPlayer .FlatVideoPlayer to play videos but it seems not

Re: DockLayoutPanel inside a ScrollPanel

2010-06-15 Thread Sky
If i'm not mistaken you may be running into essentially the same kind of dilemma I've had to deal with. My site doesn't use a DocLayoutPanel cuz I made this part of my site long before layout panels existed in GWT, but I think some of my divs are the same thing as layout panels. I use css styling;

Re: exchange image by browser

2010-06-15 Thread Sky
I personally prefer to keep logic in the application's language. I like to keep CSS for just styling and keep all my logic in JS. Is there a particular reason you can't just use JS to detect which browser is running and then grab the right ImageResource for the job (in this case you then need one

Re: History and server call.

2010-06-15 Thread fmod
Using the event bus may help there. http://code.google.com/events/io/2009/sessions/GoogleWebToolkitBestPractices.html and the two articles http://code.google.com/webtoolkit/articles/mvp-architecture.html On Jun 15, 9:14 am, ping2ravi ping2r...@gmail.com wrote: Hi Guys, I have just implemented

Re: how to play embedded videos on GWT

2010-06-15 Thread Sky
You might have to take up that issue with bramosystems, whoever that is, cuz I don't have that package and even if the source was visible we wouldn't be able to change it even if we could find the problem...unless it's open source. On Jun 15, 8:11 pm, Bruno Lopes bruno.lourenco.lo...@gmail.com

Re: History and server call.

2010-06-15 Thread Sky
Well, I don't know about the event bus and I have yet to watch that GWT best practices video (but I really should!) and I haven't done MVP with GWT, BUT I'm super creative so here's what I would do with your situation! :D I would have an object that is rather more aware of the all

GWT Print

2010-06-15 Thread abhiram
Hi, I have been using the standard GWT printing methodology but I see that the border lines and the grid lines get missed out in the print. And the final printout only has the texts without any decorations. Can someone suggest a nice GWT Print logic where the grids/scrollTables appear with the

Re: login/logout/remember

2010-06-15 Thread Magnus
What's PersonDTO? Magnus On 3 Jun., 22:36, Bruno Lopes bruno.lourenco.lo...@gmail.com wrote: Then on the server side for the LoginService public LoginResponse login(String username, String password) {         LoginPService loginService = ServiceLocator.getLoginService();         PersonDTO

[gwt-contrib] [google-web-toolkit] r8259 committed - Light weight collections gwt-user migration branch.

2010-06-15 Thread codesite-noreply
Revision: 8259 Author: gwt.mirror...@gmail.com Date: Tue Jun 15 12:54:45 2010 Log: Light weight collections gwt-user migration branch. http://code.google.com/p/google-web-toolkit/source/detail?r=8259 Added: /branches/lwc-gwt-migration --

[gwt-contrib] Adds tests to ValueStore, specifically RecordJsoImpl and DeltaValueStore. (issue621801)

2010-06-15 Thread amitmanjhi
Reviewers: Ray Ryan, Description: Adds tests to ValueStore, specifically RecordJsoImpl and DeltaValueStore. Review by: rj...@google.com Please review this at http://gwt-code-reviews.appspot.com/621801/show Affected files: M

[gwt-contrib] Re: Adds tests to ValueStore, specifically RecordJsoImpl and DeltaValueStore. (issue621801)

2010-06-15 Thread rjrjr
http://gwt-code-reviews.appspot.com/621801/diff/1/10 File bikeshed/war/WEB-INF/web.xml (right): http://gwt-code-reviews.appspot.com/621801/diff/1/10#newcode74 bikeshed/war/WEB-INF/web.xml:74: -- Why have you commented out appstats? http://gwt-code-reviews.appspot.com/621801/show --