Multi-Slider widget

2010-08-09 Thread gopal bhalala
Hi to all, how to make multislider widget? multi slider widget like price-range or time-duration select e.g. if user select price range 200 to 500 than user saw inventory item which price is between 200 to 500 range Best Regards Thanking you, Gopal Dhanjibhai Bhalala -- You received this

Re: How to integrate an open source web app into a GWT application

2010-08-09 Thread Anita
Please, could anyone help me?? Thanks a lot! -- 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: How to integrate an open source web app into a GWT application

2010-08-09 Thread Anita
Please, could anyone help me?? Thanks a lot! -- 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: How to integrate an open source web app into a GWT application

2010-08-09 Thread abhiram wuntakal
Hi, I am really not sure if this might be totally wrong. But u can take this as a suggestion from where you can start the solution. Embed the JSP code in html and make that part of a html widget. You can place this html widget in one of the panels. Then u can build any other GWT sub application

Re: deserialization error when DTO is nested

2010-08-09 Thread George Georgovassilis
I'd normally ask you to the DTO code, but you really should check that your deployment worked alright. So please check that: 1. your projects is refreshed after the build 2. old deployment is wiped and overwritten with the new one 3. logging is enabled 4. no errors about serialization policy are

Re: How to integrate an open source web app into a GWT application

2010-08-09 Thread Anita
Please, could anyone help me?? Thanks a lot! -- 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: How to integrate an open source web app into a GWT application

2010-08-09 Thread Anita
Please, could anyone help me?? Thanks a lot! -- 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: Please help - GWT application will not load in IE!

2010-08-09 Thread Manuel Carrasco Moñino
On Fri, Aug 6, 2010 at 4:40 PM, Xandel xandelf...@gmail.com wrote: Hey guys, Thanks for your feedback. Trevor, trying the Window.alert() to see if even that gets fired off. When I say the app doesn't load up at all I mean literally nothing from my application loads up. When I initially had

Re: How to integrate an open source web app into a GWT application

2010-08-09 Thread Anita
Hi Abhiram, Thank you very much for your answering!!! but i'm not sure that i understand your suggestion :( The application that already exists has a client side(js) and a server side(java servlets)... So you're suggesting that i should embed the client(js) part in html and make a html widget?

Re: How to integrate an open source web app into a GWT application

2010-08-09 Thread Anita
Hi Abhiram, Thank you very much for your answering!!! but i'm not sure that i understand your suggestion :( The application that already exists has a client side(js) and a server side(java servlets)... So you're suggesting that i should embed the client(js) part in html and make a html widget?

Re: How to integrate an open source web app into a GWT application

2010-08-09 Thread Anita
Hi Abhiram, Thank you very much for your answering!!! but i'm not sure that i understand your suggestion :( The application that already exists has a client side(js) and a server side(java servlets)... So you're suggesting that i should embed the client(js) part in html and make a html widget?

Re: Making GWT look good...

2010-08-09 Thread Olivier
Hi Chris, Here's a few that I really like : - ActiveCollab http://www.activecollab.com - WordPress Admin http://wordpress.org - Vaadin widget library http://demo.vaadin.com/sampler Cheers Olivier On 6 Aug 2010, at 14:44, Chris Ramsdale wrote: Hey GWT(ers), I've heard from many of you

GWT Widget Query

2010-08-09 Thread gopal bhalala
Hi to all, how to make multislider widget? multi slider widget like price-range or time-duration select e.g. if user select price range 200 to 500 than user saw inventory item which price is between 200 to 500 range Best Regards Thanking you, Gopal Dhanjibhai Bhalala -- You received this

Re: Making GWT look good...

2010-08-09 Thread Frederic Conrotte
I'm glad to see the GWT Team taking more care of styling. Styling is one of the reasons why we are currently using an external library like GXT from Sencha to build our entreprise apps. I think GXT did a pretty good job there. On Aug 9, 10:17 am, Olivier oliv...@digiworks.es wrote: Hi Chris,

Re: Date Serialization issues

2010-08-09 Thread Ameya Kulkarni
We are sending date objects from server. It works for all dates except the older ones. We cannot change the implementation to send strings now. How do we set time zone in the application ? On Aug 6, 11:26 am, Muhammad bilal_hobn...@yahoo.com wrote: Dear , Please set time zone in your

Canvas object needed - Which library should be used?

2010-08-09 Thread Magnus
Hi, I would like to do something with canvases, but I found that there exist different solutions, e. g. GWTCanvas (also in different variants and names), GWT-Graphics, and so on. These different approaches with partly unclear progresses prevented me to start playing around with canvases at all.

Incubator - GWTCanvas problems with image loading

2010-08-09 Thread kstokes
I'm using Eclipse on Windows. I have added a GWTCanvas to the demo app and am trying to load an image and display it with code which is omething like this: http://code.google.com/p/google-web-toolkit-incubator/wiki/ImageLoader My problem is that the image only loads and displays if I have

Re: Incubator - GWTCanvas problems with image loading

2010-08-09 Thread aditya sanas
do you get any error message while doing this...? probably that might help you to track exactly where it is searching for googlecode.png. -- Aditya On Mon, Aug 9, 2010 at 2:44 PM, kstokes dada...@gmail.com wrote: I'm using Eclipse on Windows. I have added a GWTCanvas to the demo app and

Re: How to build a rules-based form controller for a dyn. form in GWT

2010-08-09 Thread salk31
Hmmm. The Tohu thing any use? Sounds like they are taking a sensible approach... Incase not: Before GWT consideration, the plan was to store the custom form specs in XML or JSON. Now, with GWT-RPC there would be a 3rd option, (de)serialized JS objects, right??? -- But XML or the less-verbose

Access WebClient object in GWT unit tests

2010-08-09 Thread snorbi
Hello! The documentation of HtmlUnit says: The class com.gargoylesoftware.htmlunit.WebClient is the main starting point. How can I access it in a GwtTestCase-based test? Thanks: Norbi -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: How to integrate an open source web app into a GWT application

2010-08-09 Thread aditya sanas
hello, @anita : plz be specific with your requirement first of all and give some more information that which type of web app that you wished to integrate with GWT it is possible ofcourse but without giving complete information it is hard to explain wht you want... -- Aditya On Mon, Aug 9,

Re: Date Serialization issues

2010-08-09 Thread Paul Robinson
You can't change the timezone. You can't even create a date on the client and tell it what timezone it should be in - Javascript does not provide a way to do this. If you want dates on the client to appear to be the same time of day and date as it is on the server, regardless of the client's

Re: uibinder and css

2010-08-09 Thread Nicolas ANTONIAZZI
You can use the external keyword to say gwt that the class should not be obfuscated. ui:style @external myClass; .myClass { /* Adds extra css here */ } /ui:style 2010/8/9 Thomas Van Driessche thomas.van.driessch...@gmail.com Hi, I could use this: ui:style field='otherStyle'

Problem running StockWatcher application given in tutorial

2010-08-09 Thread Heshan Perera
Hi, I'm extremely new to GWT development. When following the the Google tutorial in starting GWT development, I entered all the code as given in their example and tried running in development mode to test if it works. I use Eclipse Galileo. When I take the URL and paste and run it on the address

[UIBinder] - Nested Panels

2010-08-09 Thread BenJD
Hi all, I have recently jumped on the GWT bandwagon and have to say I am a big fan. It makes developing javascript applications fun again. I have produced many Flex based projects in the past and have come accustomed to using MXML markup to declare user interface elements. I can see that GWT's

how to use gwt as an alternative to templates?

2010-08-09 Thread amishera
Hi, In any Web MVC framework like spring, struts etc where, when a servlet receives an http request and generate the response by forwarding it to a template passing a model object, how would I replace the template thing with the gwt classes. That means say in a spring controller ModelAndView

GWT Developer Plugin problem: Mandriva 64-bit, Firefox

2010-08-09 Thread Paul Gestwicki
I followed the discussion at http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9e0c72621846bb45/6be4f19213378cf6, but making symlinks to libnspr4.so did not work for me on Mandriva 64- bit, with Firefox. One difference on Mandriva is that libnspr4.so was in /lib64, not /usr/

RegEx

2010-08-09 Thread Dunlord
For a Open Source project I'm working on I needed the java.util.regex.Matcher (and so the java.util.regex.Pattern) classes, in the client side. They are not in the GWT JRE emulation library, but the source code for both classes are published by SUN (I'm not sure if under the GPL). So I

Re: Making GWT look good...

2010-08-09 Thread martino
While I appreciate the richness of widgets and behaviours offered by framework like SmartGWT or GXT, I don't particularly like their windowish look and feel, also I don't think it's a particularly good idea promoting GWT powerfulness or web application in general by mimicking desktop application

Re: Need help on generating session id

2010-08-09 Thread Mani P
Thank you all guys for your responses. But when i try to do the same thing in Java using servlets i am getting different sesssion id's if i open a new same browser. But where as in using GWT i am getting same session even if i use different browser (same browser). So my requirement is to generate

Adding Event Handlers on the body element...

2010-08-09 Thread seth.ho...@gmail.com
Hello, I'm using GWT for 2 years now and i did many great things with it. However, i'm still looking for how to implements KeyboardHandlers on the BodyElement. The only way i found is writing something like this in the HTML file : body onkeypress=return keyPress(event); onkeydown=return

Cell click events for incubator's FixedWidthGrid

2010-08-09 Thread Strannik
Hello, Does anyone know how to figure out which cell was clicked on in the FixedWidthGrid from the gwt incubator? Using grid.addTableListener(...) seems to be deprecated a while ago and does nothing (it probably worked in pre gwt-1.6). The GWT API reccomends to use:

JavaScriptObject to Java Bean

2010-08-09 Thread Shakun Sachdeva
Hi, I am new to GWT. I want to save the values got from DynamicForm to a bean. *DynamicForm infoForm = new DyamicForm();* * *this infoForm has text properties street and city* * And I have a AddressBean that has getters and setters of Street and City.* MapString, String infoMap =

Re: GWT 2.1 Simple Place example

2010-08-09 Thread jaybose
Check out GWT-Presenter, it has some items to help w/ Place and Place Management - http://code.google.com/p/gwt-presenter/wiki/GettingStarted On Jul 30, 1:00 am, Kailash Yadav yadav...@gmail.com wrote: Hi, Can anyone provide url of tutorial/document of GWTplaceor example? Actually I am not

JavaScriptObject to Java Bean

2010-08-09 Thread Shakun Sachdeva
Hi, I am new to GWT. I want to save the values got from DynamicForm to a bean. *DynamicForm infoForm = new DyamicForm();* * *this infoForm has text properties street and city* * And I have a AddressBean that has getters and setters of Street and City.* MapString, String infoMap =

a and i instead of span..., (Some-html-allowed-RichTextArea)

2010-08-09 Thread Ali
Hi Sorry if already asked, I didn't find it. Is there any way to make RichTextAreaImplStandard to add a and i instead of span style=[font-weight: bold;] [font-style: italic;]. I looked at RichTextAreaImplStandard but it sends commands deep down into JS. Do you have any idea?! Best wishes, Ali

HTML Table

2010-08-09 Thread Sanjay Jain
Hi to all I am using HTML table, and for setting title of the table I am using setTitle(My Table); But it is not working: Here is my code: HTMLTable table = new Grid(rows, 2); table.setTitle(My Table); Is there other property need to be set? Please help Thanks in advance -- You received this

History and/or Place

2010-08-09 Thread jaybose
Some background... This link discusses using the History concept in GWT to manage history and navigation - http://code.google.com/webtoolkit/articles/mvp-architecture.html#history This link gives more detail on the History concept -

Re: i18n translations

2010-08-09 Thread madein
Hi, I can help you with Polish. -- 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

bug in Animation class

2010-08-09 Thread Michael
Hi, I didn't see a place to post bugs, so I am submitting it to the group. I've been working with GWT for a one off project on our website, www.studyisland.com. I was attempting to use the Animation class (in package com.google.gwt.animation.client) and could not figure out a way to get an

GWT Popup Menu - Close on losing focus

2010-08-09 Thread MJ
I have a menubar with several Popup menus. I would like the popups to close if I mouse outside the area of the popup. I have tried a couple of things but nothing seems to work. Any suggestions would be greatly appreciated, Thanks in advance MJ -- You received this message because you are

google Authentication

2010-08-09 Thread murray
Using the UiBinder and MVP approach, whats the best way to implement google Authethication. i.e. Where do I call the the Auth Method (Not How, done that..but where) ..i.e. do I create a shared longininfo object in the shared of MVP pattern... or whats the best resource other code.google.com to

Script tag dynamic loading

2010-08-09 Thread Vincent COROLLEUR
Hello, I'am trying to load dynamically with GWT some scripts in order to use google map API V2. By the static way it works (script tag in the index.jsp page) : script src=http://maps.google.com/maps? file=apiamp;v=2amp;sensor=true_or_falseamp;key=ABQIpOR5tulUc5y1R6lOKFkbpRTwM0brOpm-

Re: Date Serialization issues

2010-08-09 Thread AaroeiraA
Hi, You can do something like this: Write custom Date/Time serializers and put them in the root of your project. Like this: Project | - your.package.com | - com.google.gwt.user.client.rpc.core.java.sql | - com.google.gwt.user.client.rpc.core.java.util The custom serializers NEED to be named:

exception with Gwt and Hibernate

2010-08-09 Thread Shakun Sachdeva
Hi I am working on Gwt with Hibernate at backend and am having this exception. Can anyone help me in this that why I am geting this exception?? Caused by: org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect):

Re: GWT 2.1 Simple Place example

2010-08-09 Thread Christian Goudreau
Or the geat and complete Gwt-Platform ! www.gwtplatform.com Cheers, On Sun, Aug 8, 2010 at 5:32 PM, jaybose onyeje.b...@gmail.com wrote: Check out GWT-Presenter, it has some items to help w/ Place and Place Management - http://code.google.com/p/gwt-presenter/wiki/GettingStarted On Jul 30,

Re: [UIBinder] - Nested Panels

2010-08-09 Thread Christian Goudreau
It's because Vertical panel can only append Widgets. Your Hello, should be nested inside a: g:HTML or g:Label Don't forget that the same html rules are as plain old HTML are effective inside UiBinder (That's why it's such a nice tool). So you could achieve the same thing only by knowing if your

Re: Using piriti 0.4.1

2010-08-09 Thread Deepak Singh
Any suggestion pls . On Mon, Aug 9, 2010 at 2:02 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi All, I am using piriti 0.4.1 for mapping XML to POJO's with gwt 2.1 m2. For learning purpose, i added on sample xml file to shared folder and created the java classes in shared folder

Re: Problem in Large scale application development and MVP

2010-08-09 Thread Chris Ramsdale
Thanks, Will. I'll update the tutorial and sample code. On Aug 6, 3:07 pm, WillSpecht willspe...@gmail.com wrote: Can the moderators pass this on to Chris Ramsdale so he can update the tutorial? On Aug 6, 2:59 pm, WillSpecht willspe...@gmail.com wrote: When a new contact is added it's id

Exception while dispatching incoming RPC call Object Manager has been closed (repost)

2010-08-09 Thread spierce7
Hey, I've been trying to get my RPC Call to AppEngine to work since last Wed, with no luck. My issue now seems to be with my query. I'm willing to post any code needed, but I just want to get this working, as this has completely halted me on any further progress on my app. Everything looks like it

Re: HTML Table

2010-08-09 Thread spierce7
Why are you doing HTMLTable table = new Grid(rows, 2);? Try doing Grid table = new Grid(rows,2); or HTMLTable table = new HTMLTable(rows, 2); (assuming syntax for HTMLTable) On Aug 9, 3:25 am, Sanjay Jain snj...@gmail.com wrote: Hi to all I am using  HTML table, and for setting title of the

Re: Making GWT look good...

2010-08-09 Thread Chris Ramsdale
Thanks for all of the great feedback (and please, keep it coming). With these suggestions and some internal guidance, we're going to move on to fleshing out mocks. Once I have something tangible, I'll share it here. -- Chris On Fri, Aug 6, 2010 at 8:01 PM, martino martino.piccin...@gmail.com

Re: onModuleLoad() Before Page Load

2010-08-09 Thread spierce7
I'm not familiar with a lot of the things that you are using, however GWT has a method that it calls after the widget that the method is attached to is loaded. It's called onLoad(). Typically, when I've used it in the past, it's because I was extending a widget, say a Grid, and then I would

Re: bug in Animation class

2010-08-09 Thread spierce7
I'm going to be delving into the animation world in the next few weeks. Thanks very much for this. I'll try to keep this in mind if I have any issues. On Aug 6, 11:24 am, Michael michael.vill...@gmail.com wrote: Hi, I didn't see a place to post bugs, so I am submitting it to the group. I've

Re: Using piriti 0.4.1

2010-08-09 Thread Harald Pehl
Piriti relies on Totoe. Totoe is an alternative XML parser with namespace support. So please make sure you have the relevant JAR file in the classpath / eclipse project. Totoe is available under http://code.google.com/p/totoe/. Having your POJO in the shared folder is no problem. Just make sure

Re: Problems extending CalendarView

2010-08-09 Thread ctasada
As long as you update your patched code with the newer version every time you upgrade you GWT version, it should be no problem. The main issue is that you cannot extend the DefaultCalendarView directly and the we need to use this kind of hack. On Aug 8, 3:53 pm, ksfi...@gmail.com

Re: Cell click events for incubator's FixedWidthGrid

2010-08-09 Thread spierce7
Are you only wanting to tell if a cell was clicked, or are you wanting to use specifics, such as the MouseUpHandler, MouseOverHandler, etc.? If you are using the Grid and all you want to do is tell which cell was clicked, Grid has a function called addClickHandler() (only works with the click

Re: uibinder and css

2010-08-09 Thread Thomas Van Driessche
Hey, when i run my app it says The following obfuscated style classes were missing from the source CSS file: Fix bij adding .action{} It seems like he doesn't find it in the css linked in the html page? kind regards On Aug 9, 12:22 pm, Nicolas ANTONIAZZI nicolas.antonia...@gmail.com wrote:

Re: Why GWT do not run with Internet explorer?

2010-08-09 Thread Gal Dolber
checkout that your html have this doctype: !DOCTYPE html 2010/8/7 Atilla İlhan KARTAL ad...@atillailhankartal.com.tr Hello ; This my first question. J and sorry for my english. I am new on GWT. I cant run GWT on Internet Explorer 8. How to

Re: introducing a marketplace for GWT components associated projects

2010-08-09 Thread Joe Hudson
Thanks for the suggestion. I'm glad to add this category. Done! Also, I missed the previous entry about the Consulting Services category... I've added that as well. Thanks for the support of GWT Marketplace. As far as using GWT Platform, that is exactly why we need a centralized marketplace.

Re: introducing a marketplace for GWT components associated projects

2010-08-09 Thread Joe Hudson
FYI, I'll be happy to make any changes the community wants - I just want an easier place for developers to find what they need because GWT is definitely the way to go in terms of web application development. If anyone has any categories or other requests, please add them here so you can make sure

Re: introducing a marketplace for GWT components associated projects

2010-08-09 Thread Christian Goudreau
I'm not able to edit anymore, I wanted to change ArcBees category and it didn't work. Anyway, nice job and if your thinking about swtiching to Gwt-Platform, let me know :D Cheers, On Mon, Aug 9, 2010 at 10:32 AM, Joe Hudson joe...@gmail.com wrote: FYI, I'll be happy to make any changes the

Re: GWT Popup Menu - Close on losing focus

2010-08-09 Thread spierce7
Are you wanting it to close when you lose focus, or simply when your mouse exits the panel? In my mind, the popup would lose focus when you actually click outside of the popup, rather than just moving the mouse out of it. I'm going to address the question in regards to your mouse exiting the panel

knowing module inheritance

2010-08-09 Thread mooreds
Hi folks, I have a bit of a peculiar need. I work on a site with a number of disparate GWT modules: moduleA moduleB moduleC They all attach to different spans and enhance site functionality. To load them all when the page loads, I have a loader module (loaderModule) which inherits from all

Re: HTML Table

2010-08-09 Thread mooreds
Hi, The name of that method is a bit misleading. HTMLTable inherits setTitle from the UIObject class, and from the javadoc: http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/UIObject.html#setTitle(java.lang.String) this method: Sets the title associated with

Re: Script tag dynamic loading

2010-08-09 Thread mooreds
Hi Vincent, You might want to look at this project: http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted This not only has gwt bindings for google maps, but also has a way to load the API dynamically (using the ajax loader):

Re: onModuleLoad() Before Page Load

2010-08-09 Thread mooreds
Hi Ryan, This doesn't answer your question, but I was wondering why you had the velocity template initiate attaching your widgets to your spans? Another possibility is to have velocity write a list of span ids to a hidden span, and then have your GWT component (in a startup module) read that

GWT, web service and reverse ajax/Comet

2010-08-09 Thread noosy
I'm after some advice regarding having a web service inside my GWT project. The web service is an event consumer and I would like to update my client side GWT code everytime it consumes a new event. Is there a reverse ajax/comet approach that I could use here? Is it possible for my web service to

Re: Worth Upgrading to Eclipse Helios?

2010-08-09 Thread Trevor Skaife
Things have actually been working better for me with Helios, I haven't had any issues. On Aug 7, 8:56 am, Gal Dolber gal.dol...@gmail.com wrote: No really... it feels a bit faster and have small improvements... But you know that it's always better to use the last version.. 2010/8/7 spierce7

Re: Script tag dynamic loading

2010-08-09 Thread Vincent COROLLEUR
Thx for your help mooreds, but i need to run google map without JAR, i have to load it with a script. This script is reachable with an URL. Before, i used to do it with a script tag placed in the index.jsp as explained previously. Now the user of my application can choose his type of map (google

Re: onModuleLoad() Before Page Load

2010-08-09 Thread Ryan McDonald
Calling an onLoad() method for the widget would be called after the widget has loaded though. My problem is that I can't call my method from the script to tell it to create the widget in the first place. I need a way to make my HTML page know that it shouldn't do anything else until my script has

Re: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: java.lang.IllegalAccessException: Private fields can not be set on JRE classes

2010-08-09 Thread Vik
Hie On a rpc call i am getting following exception. please advise what is going wrong here? I am passing Throwable as the parameter in the service method com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: java.lang.IllegalAccessException: Private fields can not be set on

Re: onModuleLoad() Before Page Load

2010-08-09 Thread Ryan McDonald
My velocity template is in charge of dynamically creating my page. Basically I have a Velocity macro to create two DateBox widgets so that a date range may be input by a user. My macro is called whenever I am generating a page that requires a date range input. For the list of span ids, that would

Re: uibinder and css

2010-08-09 Thread Nicolas ANTONIAZZI
When using addStyleNames={style.action}, gwt requires to find class definition of action in style It will not work without at least an empty declaration. The @extrnal keyword only indicates to gwt that class should not be obfuscated. Thus, you can use an external class name to override it. I do

Re: introducing a marketplace for GWT components associated projects

2010-08-09 Thread Joe Hudson
Thanks Christian, When I get home tonight I'll take a look and fix the problem. Joe On Aug 9, 10:38 am, Christian Goudreau goudreau.christ...@gmail.com wrote: I'm not able to edit anymore, I wanted to change ArcBees category and it didn't work. Anyway, nice job and if your thinking about

Re: onModuleLoad() Before Page Load

2010-08-09 Thread mooreds
Hi Ryan, I guess I wasn't clear about the span solution. What I mean is for the velocity template to build a span like this: span id=component-config style=display:nonecomp-111,comp-112,comp-113/span And then in the gwt component startup method, read the component- config span, split on commas,

Re: introducing a marketplace for GWT components associated projects

2010-08-09 Thread mooreds
Great idea! I posted to my blog about your announcement: http://www.mooreds.com/wordpress/archives/623 (Could be a source of more projects to contact and invite to the marketplace). Hope this gets some traction. Dan On Aug 9, 10:29 am, Joe Hudson joe...@gmail.com wrote: Thanks Christian,

Re: Script tag dynamic loading

2010-08-09 Thread mooreds
I don't understand? The gwt maps project is GWT. Do you want to load the map via GWT, or before GWT loads? If after GWT loads, you could definitely load or not load based on some user input. Dan On Aug 9, 9:39 am, Vincent COROLLEUR vcoroll...@gmail.com wrote: Thx for your help mooreds, but i

Re: introducing a marketplace for GWT components associated projects

2010-08-09 Thread Joe Hudson
That's great Dan! Thanks for the support. Joe On Aug 9, 12:32 pm, mooreds moor...@gmail.com wrote: Great idea!  I posted to my blog about your announcement:http://www.mooreds.com/wordpress/archives/623(Could be a source of more projects to contact and invite to the marketplace). Hope

Re: introducing a marketplace for GWT components associated projects

2010-08-09 Thread Joe Hudson
By the way, I like your blog... It's not just Dan Moore, it's Dan Moore! :) On Aug 9, 1:01 pm, Joe Hudson joe...@gmail.com wrote: That's great Dan!  Thanks for the support. Joe On Aug 9, 12:32 pm, mooreds moor...@gmail.com wrote: Great idea!  I posted to my blog about your

Re: onModuleLoad() Before Page Load

2010-08-09 Thread Ryan McDonald
Ah, that makes more sense now, thanks. While that would work, I am trying to avoid having to hard-code a list of id's to attach my widget to. I would like my widget to be able to be reusable and not limited in the way it's used. My module contains a modified DateBox widget, and my Velocity

broken image in help! Bug?

2010-08-09 Thread Sree ...
Is this a bug?? am seeing a broken image in eclipse. Type: final *Button* b = new Button(); and then mouseover to *Button.* [image: broken Image.png] -- -Thanks -Srikanth.G -Hyderabad -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Creating policy file problem

2010-08-09 Thread Michał Szczepański
Hi everyone. I faced a problem with running gwt application using eclipse plugin. When I try to 'Debug as - Web Application ' it ends with exception: Initializing AppEngine server Unable to start embedded HTTP server java.lang.RuntimeException: Cannot generate policy file. at

GWT 2.1 Documention

2010-08-09 Thread tc
Does anyone know when there will be some documentation available for GWT 2.1 even if its preliminary? We are beginning a revamp of a project and would like to go ahead and start out with 2.1 because the new Data presentation widgets would be very very helpful to us. -- You received this message

Adding a GWT page to a frame

2010-08-09 Thread gwtnewbie
Hi, I'm really new to GWT (and front-end in general) and am trying to integrate a GWT page into an existing application done in JSP Struts 1. I have tried searching around but have not been able to find much info about what I want to do. Basically, I want to load my GWT application/page into a

Re: Using piriti 0.4.1

2010-08-09 Thread Deepak Singh
Hi Harald, Thanks for your guidance. I did all these things as stated by you. I included the jar file of totoe. Reads xml through clientBundle. But while compiling i get the following error Loading inherited module 'name.pehl.piriti.Piriti' Loading inherited module

Re: Making GWT look good...

2010-08-09 Thread Chi H
On the topic of the widget set. * One thing we do internally is use deferred binding on some of our custom widgets to deal with different browsers having different levels of functionality. For example, in our custom styled button widget, we use CSS3 properties (e.g.: border-radius) to render

Re: introducing a marketplace for GWT components associated projects

2010-08-09 Thread Joe Hudson
Hi Christian, this problem is resolved now - I've also added a link to the front page to add feature request or bugs. Thanks for the feedback. Joe On Aug 9, 12:29 pm, Joe Hudson joe...@gmail.com wrote: Thanks Christian, When I get home tonight I'll take a look and fix the problem. Joe

Re: Making GWT look good...

2010-08-09 Thread marius.andreiana
Hi Chi, On Aug 9, 10:23 pm, Chi H c...@chi.ca wrote:  * Pagination is the standard solution to the 'large number of entities' problem.  However, there is a usability cost to pagination. It would be really nice to get rid of the pagination and just use a scrollbar.   If you used the approach

Does Timer class only last one session + images as an attachment in an email

2010-08-09 Thread GKotta
Hi, I need to find a way to delete some images in the database after two months. I thought of using the timer class, but I think it only lasts one session. Does anyone know how I could do this? Also, I need to email those images out before I delete them. How would I send those images as an

Re: Does Timer class only last one session + images as an attachment in an email

2010-08-09 Thread André Moraes
Looks like you need a cron job at your server. The timer class is a client side thing and will live only until your user close the page. If your images are bound to a give user, you can check when that user log-in into your site if the have images to be deleted. The cron approach scales better

Re: Does Timer class only last one session + images as an attachment in an email

2010-08-09 Thread mikedshaf...@gmail.com
Here's how I'd do it...and it has nothing to do with GWT. You server side impl class is just a java servlet with a bunch of methods (assuming here...). At the beginning of each method, add a call to another method, call it checkAndDeleteImages().. Inside that guy, go to your database with

Unmatched /embed encountered. in script from dev mode

2010-08-09 Thread Shawn Brown
Hi, **[safari plugin seems broken]** In Dev mode when accessing my page, I immdiately see [The HTML that caused this error was generated by a script.] Unmatched /embed encountered. Ignoring tag. Then inexplicably, I see .gif files not being resolved. They are there when deployed and I can

Re: Does Timer class only last one session + images as an attachment in an email

2010-08-09 Thread André Moraes
Shaffer, This approach is a little overhead in the maintainability of the code (and in the methods too, since every server call will make a extra call to the database). GKotta To avoid access to images that is in the database but the 2 month time has expired, you can make the check only in the

Re: Incubator - GWTCanvas problems with image loading

2010-08-09 Thread kstokes
Hi Aditya, Well I have two apps, once is an App Engine variant, and they are a little different in their response, although neither will display the image. My App Engine version (when running in hosted mode) displays in red on the console that two files can't be found: Aug 9, 2010 10:13:51

Re: GWT Developer Plugin problem: Mandriva 64-bit, Firefox

2010-08-09 Thread Chris Conroy
Which version of Firefox are you using? On Sat, Aug 7, 2010 at 2:55 PM, Paul Gestwicki paul.gestwi...@gmail.comwrote: I followed the discussion at http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9e0c72621846bb45/6be4f19213378cf6 , but making symlinks to libnspr4.so

execute the loading method of multiple GUI components at one time

2010-08-09 Thread Leung
Hi, I have serveral GUI components that loads and displays user specific info after the user has logged-in. All these components have a method called initAuthGUI. Then, finally I may have many widgets and subpanels. 1 I would like to call the initAuthGUI() method once and the call will

Re: RegEx

2010-08-09 Thread hazy1
This sounds like a great idea. Matt On Aug 9, 6:10 am, Dunlord esque...@gmail.com wrote: For a Open Source project I'm working on I needed the java.util.regex.Matcher (and so the java.util.regex.Pattern) classes, in the client side. They are not in the GWT JRE emulation library, but the

Re: Incubator - GWTCanvas problems with image loading

2010-08-09 Thread Gal Dolber
try this: String[] imageUrls = new String[] {GWT.getHostPageBaseURL() + images/GoogleCode.png}; 2010/8/9 kstokes dada...@gmail.com Hi Aditya, Well I have two apps, once is an App Engine variant, and they are a little different in their response, although neither will display the image.

help with css bundles and background image sprites

2010-08-09 Thread Joe Hudson
Hi, I'm trying to use a css bundle with a background image reference and I am getting an error in the Development Mode Eclipse view: Fix by adding String accessor method(s) to the CssResource interface for obfuscated classes, or using an @external declaration for unobfuscated classes. When I

  1   2   >