Re: How to provide a local css resource file with a Module

2010-02-24 Thread Ashar Lohmar
Sorry, my bad, i didn't provide enough info as i said you should take a look into the gwt-upload library so in the gwt-upload it's like this, the css is in the public folder which is on the same level as the client folder you have to take care to add them to your jar, for GWT the public folder is

Re: standard overrides own css no matter what?

2010-02-24 Thread Ashar Lohmar
you are doing nothing wrong, that's just the way it works. the problem is that the theme's css are loaded/injected last at the same time as when the module is loaded/injected there are 2 ways to change that. 1: instead of using inherits name='com.google.gwt.user.theme.chrome.Chrome'/ use

Re: tomcat and apache problem

2010-02-24 Thread Ashar Lohmar
sorry i haven't read all the topic, the first question didn't said anything about comet, from what I've understood by reading a few of the answers I thought that the comet was given as an solution/ alternative. i have no experience in working with comet, so i didn't use it. On Feb 23, 6:58 pm,

gwt developer plugin for minefield ?

2010-02-24 Thread golfdude
I have vista/64 bit machine. I use minefield for testing. When I updated to gwt 2.0, I tried to deploy the gwt developer plugin for firefox ( as it requested ) and after install got an error about not being compatible. Is there a minefield version of this plugin ? Thanks gd -- You received

تحذير من القطط والادوات تحجب

2010-02-24 Thread خليل بولو
ان من المفروض ان يكون لي اداء مترجم الان مساعدة جوجل الادوات حين اذيوشك ان ينهار لم افهم ماذا افعل -- www.abuawad.com It is supposed to be my interpreter's performance Online help Google Gadgets While Azyushk collapse I do not understand what to do هاذا ما فعلتة في الترجمة تبين القط يأخذالجبن

Embed GWT app

2010-02-24 Thread vetal
Hi, all! I develop some application on GWT, and want extend it functionality by writing other GWT application (somethig like plugin). I try embed plugin in parent application like that public native void registerPlugin(String url) /*-{ var elem = $doc.getElementById('plugin'); var e

Re: RPC Call Failed from other domain(cross domain) due to SOP

2010-02-24 Thread Ladislav Gazo
You must use a proxy mechanism on server side to redirect the call to appropriate domain. Take a look here, it may help you resolve the problem using ProxyServlet: http://code.google.com/p/acris/wiki/SeparateClientAndServer On 23. Feb, 16:03 h., ramesh chiluveri chiluveri...@gmail.com wrote:  

Issues in embedding same GWT component twice on the same page

2010-02-24 Thread Vik
Hie I created a gwt component which is a button (click on which inovkes a popup). If i embed it just once then it comes fine on the html page. However, when i embed it for the second time i just see one. here is the module load code: @Override public void onModuleLoad() { final Button

Re: gwt 2.0.2: FileUpload and set(Visible/Enabled)

2010-02-24 Thread BimboJones
Hi, The FileUpload widget is very picky for security reasons, have you tried to setEnabled to false before adding the FileUpload to the form/ panel, just to see if there is a problem with your radio button code? On 23 Fev, 23:07, seven.reeds seven.re...@gmail.com wrote: Hi, I am using a

Re: Building GWT apps that support adjustable font sizes

2010-02-24 Thread googelybear
so you mean basically anything except px ;-) Regarding EM and PT I have read mixed oppinions in general material about creating web pages. What experience did you guys make when working with GWT? What works better, EM or PT? thanks for your feedback! Dennis On 13 Feb., 02:19, Thomas Broyer

SOP Issue

2010-02-24 Thread ramesh chiluveri
Hai All, I want to integrate my GWT application in an external webpage but for some reasons I can not/don't want to use an Iframe. My client and my server are running on localhost: and my external webpage is for testing purpose running on localhost:8080. I load the no-cache.js unsing a

Where GWT 2.0 takes default browser from?

2010-02-24 Thread Paweł Stawicki
Hello, I am using GWT 2.0.3. I can start GWT Development Mode and there is nice button Launch Default Browser. When I press it, it launches Firefox, which is NOT my default browser. My system is Ubuntu 9.10. I looked into System-Preferences-Preferred Applications and there is Google Chrome. --

Fwd: Where GWT 2.0 takes default browser from?

2010-02-24 Thread خليل بولو
-- Forwarded message -- From: Paweł Stawicki pawelstawi...@gmail.com Date: 2010/2/24 Subject: Where GWT 2.0 takes default browser from? To: Google Web Toolkit ‫google-web-tool...@googlegroups.com‬ Hello, I am using GWT 2.0.3. I can start GWT Development Mode and there is nice

Re: gwt 2.0.2: FileUpload and set(Visible/Enabled)

2010-02-24 Thread خليل بولو
اتلقى رسائل عديدة من هاذا النوع ولم تكنمن لغتي من الصعب الفهم هكذا غير لغتي ولطالما ان جوجل كوم هوة الذي يرسل الرسائل ان يتوخى غير لغتي ويبدو من الخادم هوة الذي لايصيطر على الاتجاه 2010/2/24 BimboJones bimbojone...@gmail.com Hi, The FileUpload widget is very picky for security reasons, have

Re: Can UIBinding's auto-fit LayoutPanel components?

2010-02-24 Thread Chris Lercher
Hi, you can do this with VerticalPanel like this: !DOCTYPE ui:UiBinder SYSTEM http://dl.google.com/gwt/DTD/xhtml.ent; ui:UiBinder xmlns:ui=urn:ui:com.google.gwt.uibinder xmlns:g=urn:import:com.google.gwt.user.client.ui ui:style .vpanel td {

How to override pseudo gwt standars styles using ClientBundle

2010-02-24 Thread shahid
Is there a way to override gwt standard styles for build-in widgets. For example if I wanted to override .gwt-ToggleButton-down-hovering and .gwt-ToggleButton-down styles, how do I do it using the ClientBundle ? -- You received this message because you are subscribed to the Google Groups Google

Re: Issues in embedding same GWT component twice on the same page

2010-02-24 Thread John Denley
Have you checked the google development mode tab (assuming you are using eclipse) for uncaught exceptions? Im thinking specifically the A widget that has an existing parent widget may not be added to the detach list which will just stop parts of your screen from loading without any other

Re: Sharing code between GWT projects (Eclipse)

2010-02-24 Thread grue
Yes, of course!!! What a stupid mistake I made ... how could I be so blind? :) Thanks a lot for pointing me on this. On Feb 23, 3:10 pm, aditya ch adityac1...@gmail.com wrote: Typically this error would occur when you are trying to access the client code on server side. On Feb 23, 2:02 pm,

Re: how to embed flash in gwt?

2010-02-24 Thread Martin Trummer
or simply build your html fragment and use the html-widget http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/HTML.html if you don't want to use 3rd party libs On 23 Feb., 20:14, Anoop John anoopjoh...@gmail.com wrote: See the code below. You have to download

Re: Applet to Javascript in GWT

2010-02-24 Thread Martin Trummer
you'll need JSNI and a bridge method the ' bridge method' part of this article may help http://timepedia.blogspot.com/2007/06/gwt-demystified-generators-part-deux.html On 23 Feb., 22:10, Stanley Wong wong.stan...@gmail.com wrote: Specially, this call fails here:                        

Re: gwt 2.0.2: FileUpload and set(Visible/Enabled)

2010-02-24 Thread Bert
Hi, Try putting the setEnabled/setVisible calls in a block like this: DeferredCommand.addCommand(new Command() { public void execute() { myObj.setEnabled(true); } } also make sure when building the panel you show the item even if it is just onLoad of your widget. If de building of your

Re: Issues in embedding same GWT component twice on the same page

2010-02-24 Thread Thomas Broyer
On Feb 24, 10:50 am, John Denley johnvden...@googlemail.com wrote: Have you checked the google development mode tab (assuming you are using eclipse) for uncaught exceptions? Im thinking specifically the A widget that has an existing parent widget may not be added to the detach list which

Re: Building GWT apps that support adjustable font sizes

2010-02-24 Thread Thomas Broyer
On Feb 24, 10:30 am, googelybear googelyb...@gmail.com wrote: so you mean basically anything except px ;-) Regarding EM and PT I have read mixed oppinions in general material about creating web pages. The size of a point (PT) on the screen (i.e. in pixels) is given by the OS independently of

UiBinder: mixing HTML and Widgets

2010-02-24 Thread Robert Munteanu
Hi, I am using UiBinder , and as I'm used to writing JPSs with tag libraries where HTML is freely mixed with tag invocations, I end up writing code which resembles: g:HTMLPanel styleName={style.column} h2SubTitle/h2

Re: How to reference current window frame - as a formpanel target

2010-02-24 Thread Thomas Broyer
On Feb 24, 12:03 am, Blessed Geek blessedg...@gmail.com wrote: On Feb 23, 6:00 am, Thomas Broyer t.bro...@gmail.com wrote: Just use _self. Excellent! Where is this found in the documentation? In HTML: http://www.w3.org/TR/html4/types.html#type-frame-target (where did you found the idea

Re: silly post about modules

2010-02-24 Thread Nathan Wells
I may be wrong, but I don't think modules have much to do with performance. The reason I say this: At compile time, your modules are all mashed together and made into one big source for the various JS outputs. Using runAsync would definitely have more of a performance benefit than splitting code

Re: Refresh in IE 6 clears history

2010-02-24 Thread Thomas Broyer
On Feb 23, 11:30 pm, mountaineer peterwong...@gmail.com wrote: When I hit refresh in IE 6, it seems to clear the history stack. Does anyone know why and how we can prevent this? Steps to reproduce: 1. Go tohttp://www.google.com 2. Go tohttp://gwt.google.com/samples/Showcase/Showcase.html

Re: silly post about modules

2010-02-24 Thread Thomas Broyer
On Feb 23, 10:45 pm, bkbonner brian.bon...@paraware.com wrote: I just want to verify a bet I have with someone. A primary benefit of modules is reuse.  Is there any benefit to performance with using modules? Absolutely no. (there might be a small impact on the compile time, where each

Re: hyperlink focuswidget and anchor

2010-02-24 Thread Thomas Broyer
On Feb 23, 8:09 pm, brianw brian_whal...@yahoo.ca wrote: I gather that one can user either an anchor for doing some processing in its ClickHandler before activating the link or one can use a hyperlink which is tied to the history but no prior processing is possible since there are no

Re: Why does GWT use UserAgent Sniffing?

2010-02-24 Thread Thomas Broyer
On Feb 23, 1:41 pm, DaveC david.andrew.chap...@googlemail.com wrote: So perhaps your question ought to be why GWT uses the user agent to put the browser into its 6 categories rather than using browser capability detection to put them into the same 6 categories. E... isn't that what I

Re: style problems

2010-02-24 Thread Thomas Broyer
On Feb 20, 4:47 am, mibtar bim.pangili...@gmail.com wrote: hi, i'm a bit new to this. but i'm having problems with styles, associating css files in particular. i'm using gwt 2.0 on firefox 3.5.7 and running on ubuntu. i created this class: public interface Resource extends ClientBundle{

Form layout

2010-02-24 Thread Vik
Hie Is there any form layout available to nicely place text and label fields on my page in GWT ? Please guide Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: cant compile since moving to gwr 2.0.3

2010-02-24 Thread ben fenster
after more digging i found the exact line that make it fail is m_bundle= GWT.create(GlobalImageBundle.class); what could cause client bundle creation fail without any exception stack trace?? On Feb 24, 3:47 am, ben fenster fenster@gmail.com wrote: my project was running fine in hosted

Re: how to embed flash in gwt?

2010-02-24 Thread mariyan nenchev
OK, i tried this gwt2swf lib but it is not working. 1) I created eclipse project with GEP 2) I added the inherit tag in the gwt.xml 3) I added the lib to my classpath 4) I created public folder and put there some swf 5) final SWFWidget swfWidget = new SWFWidget(myflash.swf, 300, 200);

Clickable image component

2010-02-24 Thread Vik
Hie Right now i have a button clicking on which a popup comes up. How can i use an image instead of a button with the same behavior? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com -- You received this message because you are subscribed to the Google Groups Google

Re: Module declares a servlet class ....... , but the web.xml has no corresponding mapping; please add the following lines to your web.xml

2010-02-24 Thread Thomas Broyer
On Feb 22, 5:29 pm, Janka giancalban...@gmail.com wrote: Hi to all, I tried to test the demo to understand Introduction to GWT Remote Procedure Calls (RPC) (with example application) http://www.ajaxmatters.com/articles/gwt/rpc_remote_procedure_calls_ex... This article is nearly 3 years

cant compile since moving to gwr 2.0.3

2010-02-24 Thread ben fenster
my project was running fine in hosted and compiled modes but when i moved it to another computer with a fresh install and gwt 2.0.3 (was running on gwt2.0 before) it keep failing to compile without an explanation and when i run in debug i see it fails when i try to get an image from client bundle

Re: Question : How set a parameter type as inout when using rpc with gwt ?

2010-02-24 Thread Chris Lercher
Hi Martin, very interesting application you're working on. But - you're using a Long for noOfFingers? BTW, how do I specify, which finger to cut off first? ;-) On Feb 24, 11:55 am, Martin Trummer martin.trum...@24act.at wrote: there's no such thing as inout-parameters you'll have to return

Re: Download failure

2010-02-24 Thread Thomas Broyer
On Feb 23, 4:04 pm, Maverick alberto.si...@gmail.com wrote: Hi all I'm experiencing a problem while implementing a download servlet; I'm not sure what's the nature of the problem, but since it appears withing a GWT/GAE application, I'm firstly posting it here. Please, let me know if this

Re: Issues in embedding same GWT component twice on the same page

2010-02-24 Thread John Denley
Thanks for this Thomas this has helped me narrow down my problem, but Im still not sure why Im getting the error heres my HTML code: body iframe src=javascript:'' id=__gwt_historyFrame tabIndex='-1' style=position:absolute;width:0;height:0;border:0/iframe TEST HARNESSbr table

Re: Issues in embedding same GWT component twice on the same page

2010-02-24 Thread John Denley
OK Vik, so using the standard PopupPanel your code works fine for me On 24 February 2010 12:40, John Denley johnvden...@googlemail.com wrote: Thanks for this Thomas this has helped me narrow down my problem, but Im still not sure why Im getting the error heres my HTML code: body

Re: Form layout

2010-02-24 Thread Ashar Lohmar
FlexTable should be one of the options, or Grid maybe, but flextable allows you to to colspan and rowspan using that you could build your own widget that could have methods like addControl(String label, Widget control) or something On Feb 24, 1:59 pm, Vik vik@gmail.com wrote: Hie Is

Re: Implement removable stock quote as in Google finance

2010-02-24 Thread Sean
Check out the MouseOverHandler Interface. http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/index.html?overview-summary.html On Feb 24, 12:45 am, enjoylife youwe...@gmail.com wrote: In Google finance, when you mouse over a recent stock quote, it will display an X next to stock quote,

FormPanel.onSubmit not canceled

2010-02-24 Thread Honza Rames
Hi everyone! First of all, this is not the issue with hidden iframe not assigned to a form. I have two similar forms in my GWT app. Both of them cancel the submit in onSubmit handler but one of them works (meaning the form isn't sent) but the other one doesn't. I think it a browser error because

Re: Clickable image component

2010-02-24 Thread Sean
The Image class has the ability to add ClickHandlers to it. Add a ClickHandler that in it's onClick method opens your Popup. On Feb 24, 6:36 am, Vik vik@gmail.com wrote: Hie Right now i have a button clicking on which a popup comes up. How can i use an image instead of a button with the

Re: How to provide a local css resource file with a Module

2010-02-24 Thread Ashar Lohmar
another bad from me, :(. I'm kind-of a junior to intermediate in Java and sometime I mix the terms, thanks Thomas for correcting me. On Feb 24, 1:06 pm, Thomas Broyer t.bro...@gmail.com wrote: On Feb 23, 6:14 pm, Ashish Khivesara ashish.khives...@gmail.com wrote: Thanks Ashar for your

Re: Disabling click on DecoratedStackPanel

2010-02-24 Thread Martin D'Aloia
check the method public void onBrowserEvent(Event event) on StackPanel (DecoratedStackPanel extends from it)... you need to override this method. On Wed, Feb 24, 2010 at 2:24 AM, Abdullah Shaikh abdullah.shaik...@gmail.com wrote: anyone ? On Tue, Feb 23, 2010 at 8:08 PM, Abdullah Shaikh

Re: Implement removable stock quote as in Google finance

2010-02-24 Thread Christian Goudreau
Yeah, it's really simple to implements, you only have to embed any widget inside a FocusPanel. Then you'll be able to read any mouse action on that region. Christian On Wed, Feb 24, 2010 at 8:40 AM, Sean slough...@gmail.com wrote: Check out the MouseOverHandler Interface.

Using GWT 2 Custom Events

2010-02-24 Thread David
My new Blog Post Using GWT 2 Custom Events : http://davidmaddison.blogspot.com/2010/02/using-gwt-2-custom-events.html Contains a simple example of build custom events and firing them. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Clickable image component

2010-02-24 Thread Vik
Hie Thanks this worked. How about changing the mouse icon on hovering this image? Without that people might not know if that is clickable. Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Wed, Feb 24, 2010 at 7:12 PM, Sean slough...@gmail.com wrote: The Image

GWT 1.7.1 IE7 and ClickHandler that not work

2010-02-24 Thread koziolek
I search this in google, but i don't find solution. I have code like this: public void addModule(final Module module) { final HtmlListItem moduleItem = new HtmlListItem(module.getTitle()); moduleItem.setStylePrimaryName(module-title);

GWT 1.7.x missing plugin issue

2010-02-24 Thread eric smith
Hi, I don't know if it can help, but I had this issue trying to run Hosted Mode from command line with GWT 1.7.0. Then I get this weird message missing plugin. After some effort I found out that for some reason I had to set the port selection automatic by adding this parameters to the JVM: -port

passing multiple variables from the server to client

2010-02-24 Thread Magic
I'm new to gwt and I'm trying to pass data from the server (database) to the client. I'm able to pass one variable successfully let's say someone first name, but I can't not seem to find a way to pass two variables to the client using RPC, i.e. an ID and NAME. Can someone help me with this I know

Plugin failed to connect to hosted mode server

2010-02-24 Thread Kimseng
Dear Sir, After run debugging in Eclipse, I copy url to paste to the browser, it always shows the error dialog like this Plugin failed to connect to hosted mode server Actually, I have installed gwt-dev plugin already but I really wonder why it asks me all the time. I run on Ubuntu 9.10 and

Internal exception in GWT 2.0.2 Compile

2010-02-24 Thread MeisaM
Hi, I can't compile my GWT project, because of this exception: gwtc: [java] Compiling module com.jdnet.disqas.disqas [java][ERROR] Errors in 'jar:file:/C:/MeisaM/gwt-2.0.2/gwt- user.jar!/com/google/gwt/user/client/DOM.java' [java] [ERROR] Line 34: Rebind result

Re: Specifying -bindAddress 0.0.0.0 with gwt-maven-plugin

2010-02-24 Thread JRuiz
I was not able to use that switch in maven. On Feb 22, 5:42 pm, Nathan Wells nwwe...@gmail.com wrote: Have any of you maven users out there (or anyone at all, really) figured out how to specify a bindAddress argument in the gwt:run goal? I would like to be able to connect to the gwt server

Issue: Compile GWT1.6.4 code on 64 bit OS CentOS - JDK 1.6.0_04

2010-02-24 Thread AmolSawant
Hello Friends, While compiling GWT code on 64-bit CentOS with Jdk1.6.0_04, I get the following message: Please advise. Build tool used is CruiseControl that calls a master build.xml : [cc]Feb-24 01:33:09 ScriptRunner - copyGWTCompileCode: [cc]Feb-24 01:33:10 ScriptRunner - [cc]Feb-24 01:33:10

run GWT under eclipse platform using equinox http service

2010-02-24 Thread shady shrif
Hi all, i now working on a project which use eclipse platform on the server side and the UI of the project will be built GWT i'm using equinox http service which allows me to make HTTPServelt inside my eclipse but this time i need my eclipse plug-in hold the GWT server side remoteServiceServelt i

help Regarding beginner in GWT

2010-02-24 Thread molleman
Hello guys, So i am having trouble, i am a student doing a project using GWT. I want to be able to have a login/logout website but my trouble is i do not know where to start. There are no tutorials out there to help. I have searched the web. My project will look like the mail sample application

Integration of GWT2.0 with Struts1

2010-02-24 Thread Gyan
Hii I am very much new to dis forum . I hv just started learning GWT . I have an application implementing struts 1.x want to use some of the GWT features (eg SUGGESTION BOX) in my application . we are strictly following MVC architecture . Now i want to know step by step procedure to integrate

Error Message

2010-02-24 Thread Steve
I'm getting the following error messages in my code: 20:20:48.017 [ERROR] [resolutionfriend] Line 293: No source code is available for type edu.washington.cs.resolutionfriend.Schedule; did you forget to inherit a required module? 20:20:48.068 [ERROR] [resolutionfriend] Line 296: No source code is

Migration Traditional Web to GWT

2010-02-24 Thread Kimseng
Dear Sir, I would like your idea on how to convert my existing web application developed on Maven, Struts 1, Hibernate and Mysql to GWT and BigTable Data Store. Happy to get any idea on this. Thanks -- You received this message because you are subscribed to the Google Groups Google Web

Image Viewing with GWT (TIFF and DICOM)

2010-02-24 Thread dwin
Hi, I am trying to display images that are of tiff and dicom formats but is facing problems in doing so. Is it possible to display images of thses types of format? -Dwin -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Invoking JS file

2010-02-24 Thread Šobis
Hello, I have s problem with flexcroll.js file. I have it included in my projects HTML and when I run project it wors fine. But later in my projcet I delete all widget from RootPanel - RootPanel.clear() and flexcroll,js funcionallity is not working any more. I tried all different things like

Re: Invoking JS file

2010-02-24 Thread rudolf michael
try RootPanel.get().clear(); On Wed, Feb 24, 2010 at 4:36 PM, Šobis matej.poklu...@gmail.com wrote: Hello, I have s problem with flexcroll.js file. I have it included in my projects HTML and when I run project it wors fine. But later in my projcet I delete all widget from RootPanel -

Design question

2010-02-24 Thread Vik
Hie I am fairly new to GWT and here is my question I have already a jsp/html base web application. I am trying to replace some parts of this app using GWT. So, currently i can see there is a default module xml is created. I added a new EntryPoint class in the app for implementing a popup on

Re: cant compile since moving to gwr 2.0.3

2010-02-24 Thread ben fenster
thanks but it worked after i restarted my computer :) On Feb 24, 6:36 am, PKolenic pkole...@gmail.com wrote: It might be throwing a throwable and not an exception. Try wrapping it in: try {      m_bundle = GWT.create(GlobalImageBundle.class);} catch(Throwable throw) {    

Re: DatePicker disabling specified dates

2010-02-24 Thread Ice13ill
I tried using formatting but i can't disable the cells of the DatePicker I just want to disable all dates before a given date. how do i do that ? On Jan 20, 6:54 pm, Jim Douglas jdoug...@basis.com wrote: If you're using a DateBox, you can define a custom Format with your own parsing rules

Re: Design question

2010-02-24 Thread Alexander Arendar
Hi Vik, please read this article: http://aarendar.wordpress.com/2010/01/11/custom-integration-of-gwt-widgets-into-jsps/ Sincerely, Alex On Wed, Feb 24, 2010 at 4:46 PM, Vik vik@gmail.com wrote: Hie I am fairly new to GWT and here is my question I have already a jsp/html base web

Re: Read-only RichTextArea?

2010-02-24 Thread Christian Goudreau
I also came into that problem... BTW there's already a setEnabled function that should work, but doesn't... I'll check issues and report that if it's not already. Christian On Tue, Jan 12, 2010 at 11:13 AM, selezovikj semir.elezo...@gmail.comwrote:

Re: Read-only RichTextArea?

2010-02-24 Thread Christian Goudreau
Found it, as been fixed and will be released soon. http://code.google.com/p/google-web-toolkit/issues/detail?id=1488q=Richtextarea Christian On Wed, Feb 24, 2010 at 9:59 AM, Christian Goudreau goudreau.christ...@gmail.com wrote: I also came into that problem... BTW there's already a

Re: ClassNotLoaded exception on serialized class

2010-02-24 Thread JA
I'm using GWT 2.0, and it looks like it does not need this annotation. I'll try it anyway. On Feb 23, 9:38 pm, Blessed Geek blessedg...@gmail.com wrote: Need more details. Which version of gwt are you using? For gwt 1.7 I had to do this. It is possible your problem is due to your failure to

Re: GWT 1.7.1 IE7 and ClickHandler that not work

2010-02-24 Thread koziolek
Ok... I find bug... in IE7... ClickHandler should be add to all widgets in HtmlListItem. On 24 Lut, 15:15, koziolek bjkuczyn...@gmail.com wrote: I search this in google, but i don't find solution. I have code like this:         public void addModule(final Module module) {                

Announcing GWT 2.0.3

2010-02-24 Thread John LaBanca
The GWT 2.0.3 point release is now available for download. It contains fixes for bugs found in the 2.0.0 release. Noteworthy Fixed Issues - Using a PopupPanel in Internet Explorer without a history IFrame throws a NullPointerException

Re: Issues in embedding same GWT component twice on the same page

2010-02-24 Thread Thomas Broyer
On Feb 24, 1:40 pm, John Denley johnvden...@googlemail.com wrote: Thanks for this Thomas this has helped me narrow down my problem, but Im still not sure why Im getting the error heres my HTML code: body     iframe src=javascript:'' id=__gwt_historyFrame tabIndex='-1'

detecting if frame is loaded and if there is an scrollbar...

2010-02-24 Thread Prashant Gupta
hi, My GWT module is using a frame widget, I want to resize the frame so that the webpage inside fits in and no scroll bar or extra space appears. how do i detect if the frame is loaded and is there an scrollbar in the frame? Thanks for any help... -- You received this message because you are

Re: Issues in embedding same GWT component twice on the same page

2010-02-24 Thread John Denley
AH-HA (yes that was my AH-HA moment!) That really helps me understand your original post that you mentioned below, I didnt get the significance of you saying you don't need a Widget here. because as far as my application was working, I didnt HAVE a widget, and i didnt want a widget, and as far as

Re: how to embed flash in gwt?

2010-02-24 Thread mariyan nenchev
Hi, i was having path problems. Excuse me! -- 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: NumberFormat/DateTimeFormat reusability

2010-02-24 Thread cretz
Since you are in JavaScript, thread safety should not matter as far as concurrent updates to object state. Regardless, you can see from the code in both classes that the state is not really changed once the pattern has been parsed. Of course, there can be memory size issues if you store lots

Re: Image Viewing with GWT (TIFF and DICOM)

2010-02-24 Thread Thad
GWT can only do what browsers can do, and browsers won't display these formats without a plugin. You can purchase a plugin from some 3rd party, or you can convert the image to a format supported by your browser, like JPEG or PNG, and display that. To convert the image, you need a commercial

Unable to run ant devmode (NullPointerException)

2010-02-24 Thread stinnux
Hello, i am just starting to try GWT and i already fail at the Get started with the GWT SDK section. I am supposed to run ant devmode, but i get the following result: tstin...@linux-2d15:~/devel/gwt/MyWebApp ant devmode Buildfile: build.xml libs: javac: devmode: [java] Exception in

Re: Image Viewing with GWT (TIFF and DICOM)

2010-02-24 Thread Chris Lercher
And for DICOM, I have made some ok experiences with the free (at least as free as in beer?!) toolkit dcmtk. Maybe you'll find this useful: http://support.dcmtk.org/docs/mod_dcmimage.html dcmtk can be downloaded here: http://www.dcmtk.org/dcmtk.php.en It's written in C, not in Java, so you'll

Re: Invoking JS file

2010-02-24 Thread Šobis
It's not problem with clear, it looks it works too good:) Problem is, that after clearing root panel, I attach widget with inner HTML, which should invoke js file (class in the HTML div does that). But nothing happens... On Feb 24, 3:41 pm, rudolf michael roud...@gmail.com wrote: try

Re: Validating ClientBundles ?

2010-02-24 Thread Keith Platfoot
Hi Andrey, I'm looking into this now, and will try to resolve it for the 1.3 release. Thanks, Keith On Thu, Feb 18, 2010 at 4:49 AM, Andrey razumovsky.and...@gmail.com wrote: Hi there, Are there any news about this issue? I've got two GWT installations - 1.7.0 and 2.0.0 and NO (!) google

Re: silly post about modules

2010-02-24 Thread bkbonner
Sweet. Thanks. On Feb 24, 6:16 am, Thomas Broyer t.bro...@gmail.com wrote: On Feb 23, 10:45 pm, bkbonner brian.bon...@paraware.com wrote: I just want to verify a bet I have with someone. A primary benefit of modules is reuse.  Is there any benefit to performance with using modules?

Re: Substituting your own java class instead of GWT-provided one

2010-02-24 Thread Yaakov
Ok, I just found the page that talks about it: http://code.google.com/p/google-web-toolkit/wiki/DeferredBindingsForJRE I am not sure if this will work for the GWT compile process, but I'll try. I also not understanding this line in the document: Because the browser is

Re: Validating ClientBundles ?

2010-02-24 Thread Keith Platfoot
I have a patch out to resolve this bug, so look for it to be fixed in 1.3. We're going to make available a special preview build of 1.3 next week, so watch for an announcement in this mailing list and let me know if the 1.3 preview does not fix this for you. Keith On Wed, Feb 24, 2010 at 2:33

Re: How to implement body onload=jsFunction()

2010-02-24 Thread davidroe
perhaps something like this? public void onModuleLoad() { // put code here that constructs the widget and inserts it into the DOM DeferredCommand.addCommand(new Command() { public void execute() {

Re: GWT + FormPanel + FileUpload + HTTPS

2010-02-24 Thread dk
In our case we never would take advantage of RequestBuilder's username and password fields. All of our apps that require authentication have the auth handled by the web server. Each app lives under a directory with Basic Auth enabled on the directory. We also redirect all non- SSL traffice to

Re: How to implement body onload=jsFunction()

2010-02-24 Thread Jim
it works like a charm. Thanks. On Feb 24, 4:38 pm, davidroe roe.da...@gmail.com wrote: perhaps something like this?         public void onModuleLoad() {                 // put code here that constructs the widget and inserts it into the DOM                 DeferredCommand.addCommand(new

Re: ClassNotLoaded exception on serialized class

2010-02-24 Thread JA
Nope - adding that doesnt work either. Is there anything else people have been doing with GWT 2.0 to instantiate serializable classes on the server? On Feb 24, 7:02 am, JA jimmy.alamparam...@ubisoft.com wrote: I'm using GWT 2.0, and it looks like it does not need this annotation.  I'll try it

Re: Is there a best practice for compiling multiple modules?

2010-02-24 Thread JimmyJoe
That is where we started, but thanks for the reminder to check it again -- things may have changed. (They didn't, but it doesn't hurt to look!) During various JavaOne and GoogleIO presentations a few other methods have been identified to speed things up, but for the most part we have

GWT RPC behind an Apache Proxy

2010-02-24 Thread Chad
I have setup a Proxy in apache to forward all request from http://www.myserver.com/apps to the glassfish server http://www.myserver.com:8080/. This appears to work for everything, but requests to the GWT RPC service which throws an NPE. If I change the proxy from

Re: Design question

2010-02-24 Thread Vik
Hie Sorry this does not answer my question. Can you please advise? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Wed, Feb 24, 2010 at 8:21 PM, Alexander Arendar alexander.aren...@gmail.com wrote: Hi Vik, please read this article:

Re: Design question

2010-02-24 Thread Prashant Gupta
I suggest you to create 2 modules, one for each page. -- 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: passing multiple variables from the server to client

2010-02-24 Thread malliseven.hills
Hi ,, you need pass as a String Variables or Object Which is contains group of Object (ID and Name) and one more thing what type of request format you are using i.e JSON OR XML. Thanks, Malli. On Tue, Feb 23, 2010 at 6:50 PM, Magic har...@alexandersoftware.net wrote: I'm new to gwt and I'm

Re: Unable to run ant devmode (NullPointerException)

2010-02-24 Thread malliseven.hills
Can u paste me your build.xml ? oh sorry may be its huge paste me at least devmode target? On Wed, Feb 24, 2010 at 1:34 PM, stinnux m...@stinnux.de wrote: Hello, i am just starting to try GWT and i already fail at the Get started with the GWT SDK section. I am supposed to run ant

Re: Is there a best practice for compiling multiple modules?

2010-02-24 Thread malliseven.hills
Which Tool you are using ..if ANT (since i'm using) we can. Thanks, Malli. On Wed, Feb 24, 2010 at 8:05 PM, JimmyJoe skwee...@gmail.com wrote: That is where we started, but thanks for the reminder to check it again -- things may have changed. (They didn't, but it doesn't hurt to look!)

Re: Converting GWT Compiled JS to Readable JS

2010-02-24 Thread Mark
Any ideas, everyone? I'm currently stuck on this. :( On Feb 22, 8:06 pm, Mark mi...@serbizyo.com wrote: Hi guys, In order to track exceptions in our GWT application (client-side), we hook a global exception handler in our EntryPoint. Our exception handler builds the stack trace from the

Re: Design question

2010-02-24 Thread Vik
Hie Prashant More insight on your suggestion for a newbie plz? I mean why do you think that is better option? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Thu, Feb 25, 2010 at 9:53 AM, Prashant Gupta nextprash...@gmail.comwrote: I suggest you to create 2

  1   2   >