DatePicker and short month names

2011-11-24 Thread Bademus ᵗʰᵉ
Hello. How to change (replace by month number) short month name (Like Nov Dec ...) in DatePicker? Thx. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: ScrollPanel inside layer of LayoutPanel

2011-11-24 Thread agi
Hi, the ScrollPanel will take exactly 100% width and 100% height of the g:layer. So in that case (since we have only one layer) also will fill all LayoutPanel. So I will rather ask where is the LayoutPanel? Is it by chance in a table? anyway you can try to set width:100% and height:100% to

Re: in what situation GWT will generate the CSS class name in random?

2011-11-24 Thread Thomas Broyer
CSS class name obfuscation only happen in CssResource; and a ui:style in a UiBinder template is a form of CssResource. So only case 1 in your list would use an obfuscated class name, because 'style' references (by default) a ui:style, i.e. a CssResource; {xx} would use the value of xx (any

Re: Multiple DialogBoxes, bringing one to the front of others - a conundrum.

2011-11-24 Thread geert3
use a CSS class e.g active that has a higher z-index. Only the clicked window shall have that class, causing it pop up in front the others. (basically your approach 1). popup menus etc need to have a fixed z-index higher than the active window. i don't see further problems with that? -- You

Re: GWT - Spring Security

2011-11-24 Thread nacho
I have implemented Spring Security and GWT togheter, but what I can't figure out hw can I handle is how to logout when an RPC fails because the user is not logged in anymore. For example, the user logs in in my application, then he for example clean the browser session, so he is not logged in

How to debug GWT project server side code using GPE(server code been packaged as a jar)

2011-11-24 Thread July
Hello: I have a GWT application which i can debug the server side using GPE easy when the server and client located at same project, now i remove server side code and package it as jar, add it as project dependency, Seem there is no way to debug server side code anymore, Any ideas? By the way

Re: GWT - Spring Security

2011-11-24 Thread Alfredo Quiroga-Villamil
Hello: A few approaches I think can be taken here. Two that come to mind ordered by the complexity level are: Option 1: If you are using Spring Security and have Method Security then ensure that the methods throw an exception when the session has expired (You should get an AccessDeniedException

Re: HTTP Response

2011-11-24 Thread karun
Hi Any solution to overcome this scenario. Thanks karun On Nov 23, 4:21 am, karun karunkuma...@gmail.com wrote: Hi I am using HTTP RequestBuilder to send post request to J2EE application, a JSP is provided as response from J2EE application. In onResponseReceived() call back method i am

How to get the facebook's signed_request parameter into GWT MainEntryPoint client class?

2011-11-24 Thread Krishna Chaitanya Thanuku
I am having a facebook app which on loading will load my GWT application in the canvas. I am just loading the main page that will load the MainEntryPoint class which is a client class. I dont have access to the signed_request parameter in this class. How to get that parameter? Otherwise should I

Unable to log into Google from Eclipse

2011-11-24 Thread Huji Lee
In Eclipse 3.7 on Ubuntu with App Engine SDK version 1.6 installed, I'm unable to log into Google. The Sign in to Google button on the statusbar doesn't work. I switched to Plug-in Development perspective in Eclipse and realize when i press that button, I get the error pasted below. Please advise

Best Approaches for Debugging in Development Mode when there is a mixture of Java and JSNI

2011-11-24 Thread cegrd
What are the best approaches to do debugging in development mode (eclipse) when the source code consists of Java and Javascript (JSNI) parts? Are there particular design principles you follow so that debugging is easier? Are there tools outside GWT you use today to make it easier to debug? I

Eclipse plugin for Google Web Toolkit

2011-11-24 Thread Postholes
I am running into this issue, I am on my personal network, and from school earlier so firewall is not an issue, no proxy server at home either. = Cannot complete the install because one or more required items could not be found.

Datatable Loading Issue

2011-11-24 Thread Deekay
Data table is not loading while migrating from ie6 to ie8 -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: Optimisation of obfuscated mode

2011-11-24 Thread luke
There's an even simpler example of the same optmisiation question. In compiled obfuscated code, I'm seeing lots of functions that do exactly nothing. e.g. : function Id(){} function Od(){} function Hd(){} function Qd(){} ... etc Why are these here at all? Surely they could be optimised away

How to set data on the CellTable correctly.

2011-11-24 Thread Katsu Abe
Hello guys. I have some problems to understand and implement a CellTable on my application I don't know how to put the data of my JPA request to a CellTable correctly. https://lh6.googleusercontent.com/-uxMVfAf1fCA/Ts0RfQXrR-I/AiU/N8SqEi7gpN4/s1600/CellTable.JPG How i can show data in

Re: call static gwt method from js file?

2011-11-24 Thread David Stubbs
Hi Dennis, Look at http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsJSNI.htmland scroll down to the section Calling a Java Method from Handwritten JavaScript. That has the code example you are looking for. Regards, David. On 23 November 2011 16:30, Dennis Haupt

Message need GWT 2.1M4 for UIbinder

2011-11-24 Thread hgladney
Saw the same message. Have installed Eclipse 3.7 and also a linked GWT SDK[GWT - 2.4.0]. So I did the obvious thing, viz., Check for Updates. Eclipse reports no updates available. What now? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

RequestDispatcher dispatcher Failling to forward

2011-11-24 Thread lullabee
Hi there, I'm new to JSP and GWT, so maybe I commited an obvious mistake ... I working with 2 servlets, one is RemoteServiceServlet, and this other one is HttpServlet. I'm trying to forward from Request+data from RemoteServiceServlet to the HttpServlet wih no luck. I receive : SEVERE: Exception

BigBill has a newbie question...

2011-11-24 Thread BigBill
Hi all, Just wrote this in an email but I thought I would try a discussion thread too. I'm new to GWT and going through an excercise in a GWT book for the HelloWorld application. I've gotten to the part where I'm trying to create a new HTML page using Eclipse (Helios). When I fill in all the

Refresh controls online

2011-11-24 Thread Marc Tomàs
Hi, I've an application that shows components on the screen asynchronously, when all data required is collected, but when the controls are rendered on the screen they are not correctly located until I resize the browser window. Is there any way to refresh the components location dynamically? I

Re: DatePicker and short month names

2011-11-24 Thread kebatshotse setimela
hello! sory no idea On 11/24/11, Bademus ᵗʰᵉ bade...@gmail.com wrote: Hello. How to change (replace by month number) short month name (Like Nov Dec ...) in DatePicker? Thx. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

GWT application not running in Development Mode

2011-11-24 Thread Tikam Jain
Hi, We are having the large application. So when we are running in development mode it is giving out of memory error. How can we resolve this issue. Because for compilation itself it is taking approx one and half hour. Thanks in advance Tcjain -- You received this message because you are

How to add Tree in DataGrid column

2011-11-24 Thread Bhavesh
How can i add Tree in DataGrid Column? Reply -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/DdJ5z7g3suUJ. To post to this group, send email to

Logging Exceptions on server and sending to client - right practice?

2011-11-24 Thread wasim
Hi, I may be asking a very stupid question, but please bear with me. I am building a gwt application using a MVP architecture. My question is: what is the right way of logging exceptions on the server (for which you need to catch them) while at the same time throwing exceptions to the client. I

IE 6 / getAbsoluteLeft() = Javascript divide by 0

2011-11-24 Thread David Bonneau
Hello, I encounter an issue when I use the method DOMImpl.getAbsoluteLeft(). The method return a value of -2147482564. It occurs only on Internet Explorer 6. I dig in the code, and found the following problem : - getAbsoluteLeft() call a private methode : getZoomMultiple() - getZoomMultiple use

Re: GWT Developer Plugin for Firefox 8

2011-11-24 Thread SamReciter
Very well, Alan. Works great for me (also Win7 64bit). Thanks a lot. Saves my day. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/MTA9qhw2L8cJ.

Re: GWT CSS Style Annotation

2011-11-24 Thread cd
I actually wonder why one would want to include style in the gwt code. Didn't we want separation of concerns, and keep style and code as much separated as possible? In that case, I would think a separate stylesheet is in most cases the best answer, so a person with a designer role will be able to

Re: GWT - Spring Security

2011-11-24 Thread jusran mawardi
for nacho: what if you save user information in variables/class that declared in MainEntryPoint. Whenever user refresh the browser, that variable will flush/reset to null, if that variable == null, show login page. So far that's what i've been done, may be it's not the best way. On Thursday,

GWT Designer Local archive

2011-11-24 Thread tHr
Hi i can't install GWT Designer from eclipse. I want to install GWT Designer from local archive but i can't find .zip file for GWT Designer. I want GWT Designer and Window Builder .zip archive please help me -- You received this message because you are subscribed to the Google Groups Google Web

When will you launch the GWT plugin for Firefox 8?

2011-11-24 Thread jabal
hi, we are starting a new project and are very excited about the release of the gwt plugin for firefox 8. are there any plan dates around? i haven't found anything about this on the gwt site. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: GWT Designer Local archive

2011-11-24 Thread Eric Clayberg (Google)
http://code.google.com/p/gwt-designer/downloads/list -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/pwxi0w5wkqoJ. To post to this group, send

Re: Message need GWT 2.1M4 for UIbinder

2011-11-24 Thread Eric Clayberg (Google)
What version of GWT Designer and/or GPE are you using? It looks like you are using an old one. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT CSS Style Annotation

2011-11-24 Thread Vitrums
This approach will bind your hands in further attempts to make any lookfeel overhaul. For some flexibility, try to use compile time constants for annotation values. E.g. you've got some interface Styles, which might extend an interface ThemeMoonsky or interface ThemeSunshine not inclusive: /**

Re: ClientBundle use case issues

2011-11-24 Thread Vitrums
Hence, found only one solution by my own means: *I.* Have different stylesheet files logically separated. tables.css: .old-fashion-table { } lists.css: .lovely-list { } *II.* For each stylesheet define one CssResource descendant interface with predefined @ImportedWithPrefix annotation.

Re: GWT CSS Style Annotation

2011-11-24 Thread Danial Farid
@cd: IMO css styles, layouts classes, the order and methods for adding widgets to a page are all part of the view and dependent on each other, so it has its own drawbacks to assume that css is a totally different concern and people are always confused whether they should put their css styles

Re: GWT CSS Style Annotation

2011-11-24 Thread Danial Farid
@cd One more thing: to change the styles without the need to recompile the code, I always use chrome or firefox inspector (right click on the element and click inspect element). You can modify the style and see how they look like right on the page and when you are happy with the changes, you

Re: Datatable Loading Issue

2011-11-24 Thread Juan Pablo Gardella
GWT version? 2011/11/23 Deekay dwiti...@gmail.com Data table is not loading while migrating from ie6 to ie8 -- 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-toolkit@googlegroups.com. To

Re: in what situation GWT will generate the CSS class name in random?

2011-11-24 Thread wahaha
does this will affect: @external .t-label in ui.xml On Nov 24, 5:09 pm, Thomas Broyer t.bro...@gmail.com wrote: CSS class name obfuscation only happen in CssResource; and a ui:style in a UiBinder template is a form of CssResource. So only case 1 in your list would use an obfuscated class

Re: GWT Developer Plugin for Firefox 8

2011-11-24 Thread David Vree
This is huge as my Ubuntu workstations are all at Firefox 8...thanks a ton for posting this. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: When will you launch the GWT plugin for Firefox 8?

2011-11-24 Thread Ahmet Dakoglu
http://www.sendspace.com/file/h8wgmn On Thu, Nov 24, 2011 at 7:15 PM, jabal jant...@gmail.com wrote: hi, we are starting a new project and are very excited about the release of the gwt plugin for firefox 8. are there any plan dates around? i haven't found anything about this on the gwt site.