loading widgets deferred binding

2009-10-03 Thread Sampath Kumar
Hello , Most of the articles sites speak about I18N browser specific code optimizations. Is there a way by which I can, for example, load only widgets for a specific tab in a tabpanel, when the user selects the specific tab. I only load the widgets in the default tab when the page

Re: Form panel content type is not correct in case of Videos upload

2009-10-03 Thread Manuel Carrasco Moñino
Yeah, you have to do the identification in the server, there are various libraries that makes it easy. - http://sourceforge.net/projects/mime-util MimeUtil.registerMimeDetector(eu.medsea.mimeutil.detector.MagicMimeMimeDetector); File f = new File (c:/temp/mime/test.doc); Collection? mimeTypes =

How to implement model change event

2009-10-03 Thread Richard
Hi all, I'm new to GWT and I'm creating a little project which allows to find some articles, viewing and editing them. Laters means I have 2 possibles views of the same article. I want that when I modify an article via the article editor all the views of this article be notified of this

Re: GWT Graphics Library

2009-10-03 Thread ThomasWrobel
pretty nice stuff! On Oct 2, 1:42 pm, Joonas lehti...@gmail.com wrote: Noticed that there is a really nice new Apache-licensed vector graphics library available for GWT called GWT Graphics by Henri Kerola: http://vaadin.com/web/hene/wiki/-/wiki/Main/GWT+Graphics The library supports -

Open Source WIdget Library

2009-10-03 Thread James
Hello All, I've been looking for the best open source widget libraries to extend GWT 1.6. EXT-GWT was very good, but it's not cheap for commercial use. Specially there are some widgets we need ie a calendar widget that we don't want to do home grown if possible. I also looked at GWT-EXT, but I

Re: Open Source WIdget Library

2009-10-03 Thread mikedshaffer
You should also take a look at SmartGWT http://code.google.com/p/smartgwt/ On Oct 3, 5:56 am, James jdrinka...@gmail.com wrote: Hello All, I've been looking for the best open source widget libraries to extend GWT 1.6. EXT-GWT was very good, but it's not cheap for commercial use. Specially

Getting User Principal in Client

2009-10-03 Thread Brian
What's the most standard way of getting the user principal and roles onto the client side of my GWT application? I know I'll need to check every one of the reads and writes on the server side because relying on cient side objects is not secure. However, I want to present just the valid GUI

Read Xml File from RPC Servlet

2009-10-03 Thread Nickelnext
Hello everyone, i got this problem and it seems that noone on the web ever had it, or at least no one has spoken about it. That's my problem: I have a Rpc service called LoginService that validates people on a certain webPage. Until now, i had only one user (me) and my username and password

Extending DatePicker

2009-10-03 Thread jd
Hi, I have extended DatePicker so that a date range can be selected on one widget. The current range is between the last two date selections and when a date is highlighted all dates between the last selection and the current highlighted date are emphasized. It almost works. The problem I am

GWT, MVP a beginner's question

2009-10-03 Thread Chris Burrell
Hi I'm new to whole lot (GWT, MVP, Dependency Injection, etc.) but my mind is coming round to the idea. At the risk of sounding like a total ignorant, do View incorporate other Views? Or would you for example build your custom panels to ensure that you only have one view with lots of bits on

Re: GWT state management across multiple page/modules.

2009-10-03 Thread jd
Hi, I believe what you are after is Code Splitting http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting This is in trunk now and will be included in the upcoming 2.0 release. I am using it in trunk now and it seems very stable. If you're not willing to move to trunk or wait for the

setVisible vs. add/remove

2009-10-03 Thread David Pinn
I want to confirm my understanding of the fastest way to reveal and hide widgets. For example, as the user navigates around my application, different widgets should appear in the 'contents' part of the screen. Am I correct in assuming that calling: myWidget.setVisible(true);

Re: GWT, MVP a beginner's question

2009-10-03 Thread Dave Pinn
You would typically have one presenter and one view for each discrete part of the page. The idea is to componentise the parts of the page so that they can be re-used in a variety of contexts; for example: you might have a page navigation sub-panel that gets used on several pages. To re-use your

Re: Open Source WIdget Library

2009-10-03 Thread Geraldo Lopes
Another option: http://code.google.com/p/google-web-toolkit-incubator/ Geraldo On 3 out, 08:56, James jdrinka...@gmail.com wrote: Hello All, I've been looking for the best open source widget libraries to extend GWT 1.6. EXT-GWT was very good, but it's not cheap for commercial use.

Re: Read Xml File from RPC Servlet

2009-10-03 Thread Nickelnext
It really was a stupid question. I solved the problem, simply using a java class. That's why i did not found anything on the web :P Bye all! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: Read Xml File from RPC Servlet

2009-10-03 Thread PJ Gray
Good you solved your problem. But you should really check out this page on the gwt incubator...might help you with your login process, and making it (more) secure: http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ -pj On Sat, Oct 3, 2009 at 6:18 PM, Nickelnext

Showing image+text on SuggestBox() MultiWordSuggestOracle()

2009-10-03 Thread Pion
The default SuggestBox() shows the text as shown on http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/ui/SuggestBox.html I'd like to display both small image/icons and text. Any pointer (doc, sample code, etc) is appreciated. Thanks in advance for your help.

How do I overlay two images?

2009-10-03 Thread JoeB
How do I overlay two images, one on top of the other (i.e. at the same location on the screen)? Can I do this with the GWT Image class? How do I place them at the same location? To be more specific, I have two images: one is generated (it changes over time) and one is fixed (it never changes).

Serialization problem using CustomFieldSerializer(s) and specifying specific .java files in gwt module xml

2009-10-03 Thread Andrius Juozapaitis
Hey, I've been trying to emulate parts of 3rd party library and stumbled upon a problem. The library has certain classes with java.lang.Object references that I wanted to get rid of, and I want the classes to implement java.io.Serializable. The package structure is like that: -java/dao/

Sample of a suggestion box connected to a database

2009-10-03 Thread John Restrepo
Hi, as you noticed I'm just learning GWT, I've been testing MultiWordSuggestOracle and SuggestBox, but now I want to try it connecting it to a database, I've been looking for documentation but due to my limited knowledge I don't understand too much, this post is for asking you for some example

[gwt-contrib] Re: -soyc runs the dashboard, too

2009-10-03 Thread Sami Jaber
ping ? Is it possible to know when this new feature will be commited ? as I understand it, soyc-vis.jar will be taken out and replaced by gwtc -report that will generate in the same time soyc reports and the dashboard. can we still use the term SOYC in GWT 2 or it is going to be replaced by a more

[gwt-contrib] Re: Any plans for supporting Scala ?

2009-10-03 Thread John Tamplin
On Fri, Oct 2, 2009 at 10:53 PM, Miroslav Pokorny miroslav.poko...@gmail.com wrote: The main hurdle remains that the compiler works on source and not bytecode, was there not a plan to change this sometime in the future. If it worked on bytecode one could use any language as it would not

[gwt-contrib] Re: Comment on UiBinder in google-web-toolkit

2009-10-03 Thread SonyMathew
Good questions/suggestsion... The XML approach is very much going backwards in my opinion - it reminds me of all the legacy web-frameworks - that i have been using for the last 10 years. Essentially language constructs like for loops and if/else are going to have some funky syntax in XML along

[gwt-contrib] Re: Adding ClientBundle to trunk

2009-10-03 Thread Fred Sauer
Bob, Have you thought about implementing *External*DataSource? It looks like Flash doesn't like 'data:' URLs for creating Sound() objects. In gwt-voices I'd like to be able to use DataResource#getUrl() to get a strongly cacheable URL for my MP3 sound files. Thanks Fred On Wed, Mar 25, 2009 at