Re: different behavior on chrome and firefox

2010-04-10 Thread kozura
PopupPanel documentation has a lovely example: http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/PopupPanel.html For positioning it, instead of the roundabout positionAndShow that they use, can probably just do:

How to configure Hibernate

2010-04-10 Thread naga vinod kumar
Hi, I am getting error WARNING: Could not instantiate listener org.springframework.web.context.request.RequestContextListener Can u please suggest any tutorials ,I am unable to configure jetty container Regards, vinod -- You received this message because you are subscribed to the Google Groups

Re: Extra HTML in response from

2010-04-10 Thread Thomas Broyer
On Apr 9, 8:22 pm, Mark Butcher mark.butc...@gmail.com wrote: Hi all, I'm having some issues with the FileUpload stuff. As far as I can see I'm doing everything correctly and it works in everything except Chrome (in my testing so far). What I want to achieve is to allow user's to upload an

Re: How to put same widget under multiple tabs in TabLayoutPanel?

2010-04-10 Thread Chad
One option would be to add a selection handler to the TabPanel and when the tab changes remove the controls from the display and attach them to the new tabs content. On Apr 8, 11:49 pm, enjoylife youwe...@gmail.com wrote: I have a TabLayoutPanel with 3 tabs, each tab contain a table.  I need to

GWT Voice Chat

2010-04-10 Thread Eduardo Henrique
Anyone knows a API or Library for a Voice Chat in GWT??? -- Eduardo Henrique Analista de Sistemas SoftSite Tecnologia - www.softsite.com.br +55 (85) 3273-1476 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: custom serialization

2010-04-10 Thread mmoossen
thanks for the reply. i just filed an enhancement request: http://code.google.com/p/google-web-toolkit/issues/detail?id=4843 thanks Michael On Apr 9, 4:38 pm, Thomas Broyer t.bro...@gmail.com wrote: On Apr 9, 3:28 pm, mmoossen mmoos...@gmail.com wrote: dear all! i am using a legacy class

Mixing Projects

2010-04-10 Thread John
I'm getting totally confused about dependent projects, and other stuff. After much Googling I find lots of references, all confusing. (gwt 2.03, linux, galileo eclipse) Confusion 1: people talk about main project and dependent project. In my case, I have a project that is the main thing and I

Re: Two way linking?

2010-04-10 Thread kozura
There's plenty of ways to do this on your own, at the basic level you can roll your won with events that will notify all widgets that are associated with a value when that value changes, and make a textbox extension that will make the right call to modify the value and send the event. Or you

Re: debugger does not work... SDK 1.6.0.19

2010-04-10 Thread Oleg Demidenko
Yes, I'm using Eclipse with plugin. I'm running it by run as-Web application Application in the browser works correctly an as far as I can see wfrom debug perspective - the development mode process is working. But it doesn't stop on breakpoints set in any method. On 9 апр, 18:08, Rajeev Dayal

Re: different behavior on chrome and firefox

2010-04-10 Thread Vik
thanks Kozura... This was really helpful. Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Sat, Apr 10, 2010 at 11:45 AM, kozura koz...@gmail.com wrote: PopupPanel documentation has a lovely example:

HorizontalLayoutPanel (no tables)

2010-04-10 Thread Gal Dolber
Goals: - No tables, divs only - No javascript execution on browser resize - Predictable: all children have the same size unless you set the size of a child manually - Can set the size of a child in % or PX(here you get the proportional %: pxWidth * 100 / fatherOffsetWidth) - Margin, Padding and

RE: Two way linking?

2010-04-10 Thread Feldman, Nir (48Upper)
Take a look here: http://code.google.com/p/gwt-beans-binding/ you are looking for a binding concept. -Original Message- From: google-web-toolkit@googlegroups.com [mailto:google-web-tool...@googlegroups.com] On Behalf Of kozura Sent: Saturday, April 10, 2010 4:59 PM To: Google Web Toolkit

Re: Mixing Projects

2010-04-10 Thread Craigo
Not sure if this is helpful, but if you don't want to put your testharness in with your main project (for build reasons or whatever), you will need to run multiple instances of GWT. When you do this, you need to give them different ports. Eg: In the program arguments add: -codeServerPort 9998

Re: GWT Developer Plugin is not found in Firefox

2010-04-10 Thread Michel Alexandre Salim
On Apr 2, 7:43 pm, Christopher Conroy con...@google.com wrote: On Fri, Apr 2, 2010 at 7:38 AM, na...@hu.inter.net na...@hu.inter.net wrote: I see 'Google Web Toolkit Developer Plugin forFirefox1.0.7511' in Firefoxin 'Tools/Add-ons/Extensions', but if I start 'http://

FYI: A Simple GWT Generator Example

2010-04-10 Thread Francis Shanahan
I had a lot of trouble getting a simple GWT Generator to work so here's an example, maybe this will help someone like me in future. http://francisshanahan.com/index.php/2010/a-simple-gwt-generator-example/ regards, -fs -- You received this message because you are subscribed to the Google

Re: Extending the 'Contact: MVP' example

2010-04-10 Thread Sean C.
Having a similar problem with creating Composite Views backed by their respective Presenters. The bug in DockPanelLayoutPanel for Java 5 does not help and I don't have the option to switch to Java 6 but that is a separate discussion:

refresh / redraw of widgets

2010-04-10 Thread Maxime Lévesque
Hi, I have a Grid that is populated with initial data, ex. : Grid g = new Grid(2, 3); g.setText(0, 0, a1); g.setText(0, 1, a1); g.setText(0, 2, a1); g.setText(1, 0, b1); g.setText(1, 1, b1); g.setText(1, 2, b1); dock.add(g, DockPanel.CENTER); rootPanel.add(dock); On the

ServiceAsync

2010-04-10 Thread Wojciech Filiks
Hi, ive got a problem with function: private StockBDServiceAsync stockBDSvc = GWT.create(StockBDService.class); When i put it it makes my project disapear? It only show up things which were in HTML code (no flextable etc) nothing more.. Can you please help me? -- You received this message

GWT and Internet Explorer Mixed Content Security Warning

2010-04-10 Thread Khan
Currently my team of developers are experiencing an issue with Internet Explorere 7 and 8 with our GWT application. This works fine with FireFox, Chrome, and IE6. When accessed through SSL(HTTPS), browser throws a pop-up security warning of mixed content (resources from both HTTP and HTTPS) even

Declarative layout's ui:style / compression problem

2010-04-10 Thread Reinier Kip
Hi, I have placed ui:style src=example.css / in my ui xml. This refers to a stylesheet that contains (among other rules): background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0))); In the webpage, this results in a

how to run multiple gwt apps in eclipse

2010-04-10 Thread Louis Huh
Thank you for gwt ! There are two gwt web application. 1. desktop ( such as windows ) 2. admin management tool 1's context is root. 2's context is 'admin' I'd like to run these apps on the same web application server. After compiling, I published these apps(war) at the local tomcat. I could

File Download in GWT

2010-04-10 Thread daaSdemahoM
Hi, im trying to create a web app thats allow me to download a file generated from server (not stored). on server side: ich have implemented a download servlet below: public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {

Re: Two way linking?

2010-04-10 Thread Tom Wilczak
Buzz, I'd really recommend you read the following for some general history on the issue: http://martinfowler.com/eaaDev/uiArchs.html It sounds like you're looking for data binding. GWT doesn't provide a data binding framework, but as Kozura mentioned, you can get your own rolling pretty

understanding myproject.gwt.xml

2010-04-10 Thread nasionalem
Hello, I need some help. I am new in GWT 2.0. and I am trying to understand logic and structure of a GWT applications. I am looking some examples and also I created a new sample project. First I want to ask, How can I define that which html page will work with which java class? (are there any xml

Re: refresh / redraw of widgets

2010-04-10 Thread kozura
Hey Maxime, There's nothing you should need to do to tell it to redraw, and the above code looks correct, so from this it's unclear why you would be having a problem. Have you checked that the loop is actually being run and has the right values in the result, with a log statement or debug

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

2010-04-10 Thread codesite-noreply
Comment by jgr...@google.com: I think there will be a use for client-side consumption as well. It would be useful to attach a ValueChangeHandler (or similar) to a part of an object graph using this mechanism -- the semantic would mean call me when you have fetched *all* of this part of

[gwt-contrib] $entry and wrapping result as Object in hosted mode

2010-04-10 Thread Sanjiv Jivan
I've run into an issue where I have a JSNI callback function wrapped within $entry so that exceptions raised by the GWT callback method are propagated correctly through the GWT exception handling mechanism. The issue I'm seeing is that in hosted mode when the function that $entry wraps is returns

Re: [gwt-contrib] $entry and wrapping result as Object in hosted mode

2010-04-10 Thread John Tamplin
On Sat, Apr 10, 2010 at 7:37 PM, Sanjiv Jivan sanjiv.ji...@gmail.comwrote: private static native Object apply(Object jsFunction, Object thisObj, Object arguments) /*-{ if (@com.google.gwt.core.client.GWT::isScript()()) { return jsFunction.apply(thisObj, arguments); }

Re: [gwt-contrib] $entry and wrapping result as Object in hosted mode

2010-04-10 Thread Ray Cromwell
Bob's old proposal was to introduce an Any type which is the supertype of all types, including primitives. As a short term fix, you can do what I did in GWT Exporter and de-box these values. If you are trying to export JS functions, then you can have a function like: function debox(val, typeCast)