Menu Button in GWT

2012-01-13 Thread Markandayarushi Pamu
Hi All, I want to develop the MenuButton in GWT. On click of the button I need to open the popup (like options menu) onselect of the menu is selected menu item should come as the button text. Similar component is available in GXT, but in my project I can't use GXT only we need to use GWT.

Re: RequestFactory: Get entity ID on success of persist

2012-01-13 Thread Thomas Broyer
On Thursday, January 12, 2012 3:24:38 PM UTC+1, Tapomay Dey wrote: Hi, I am using following code. Note: request is of type ? extends RequestContext entity is of type ? extends EntityProxy (request).persist().using(entity).fire( new ReceiverVoid() { @Override public void

a unified navigation framework to work with gwt and android?

2012-01-13 Thread Elhanan
hi.. although this is not strictly related to gwt, it's partly is. i' started reading about anrdoid's SDK, and among other things the following stuck out: An *activity* represents a single screen with a user interface. For example, an email application might have one activity that shows a

Re: Activities and Place design wizard

2012-01-13 Thread Cristian Rinaldi
David: thanks for replying, when I have the solution, the comment in the forum. A.U.S Cristian Rinaldi Teléfono Móvil: (0342) 155 238 083 www.logikas.com Lisandro de la Torre 2643 Of 5 - 3000 - Santa Fe Teléfono Fijo: (0342) 483 5138 2012/1/12 David levy...@gmail.com I'm not sure

GWT file download IFrames IE8

2012-01-13 Thread Appien
Dear all, I'm little bit struggling with an complex setup of an applications at the moment. I've build a GWT application which runs in an iFrame. In the application you can navigate trough pages which are marked for browserhistory in the GWT app. On one of the pages you can download a PDF file.

History onValueChange() not called when application is loaded?

2012-01-13 Thread hbf
Dear all, I am following the instructions for History management http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html but even though I register my history handler in onModuleLoad(), it does not fire when I load my application with a fragment in the URL. It does fire,

Re: History onValueChange() not called when application is loaded?

2012-01-13 Thread hbf
Looking at the tutorial http://mangstacular.blogspot.com/2011/12/gwt-history-mechanism.html it seems that at application startup, no history change event is fired. I couldn't find any official documentation confirming this, but the text The application was just started and was passed a history

Re: History onValueChange() not called when application is loaded?

2012-01-13 Thread Patrick Julien
You either have to call PlaceHistoryHandlerhttp://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/place/shared/PlaceHistoryHandler.html#handleCurrentHistory()#

Re: GWT file download IFrames IE8

2012-01-13 Thread Thomas Broyer
Use target=_blank on the link? -- 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/-/vO-xdXCPwdEJ. To post to this group, send email to

Hyperlink with PlaceHistoryMapper

2012-01-13 Thread Cristian Rinaldi
I have a problem with Hyperlink, this code is part of my View: *g:Hyperlink ui:field = newTaskLink targetHistoryToken='newTask'New Task/g:Hyperlink* When I made a click over link, the URL change to: http://127.0.0.1:/main.html?gwt.codesvr=127.0.0.1:9997*#newTask* But PlaceHistoryMapper

Re: Hyperlink with PlaceHistoryMapper

2012-01-13 Thread Jens
Your targetHistoryToken has to be NewTaskPlace:newTask. By default GWT uses prefix:token as history token. The prefix can be configured by using the @Prefix annotation on your PlaceTokenizer class. If you don't do that, GWT will use the Place's class name as prefix. If you use the @Prefix

Re: Hyperlink with PlaceHistoryMapper

2012-01-13 Thread Cristian Rinaldi
Jim thank you very much!! When you are immersed in many lines of code ignores things simple. Regards. A.U.S Cristian Rinaldi Teléfono Móvil: (0342) 155 238 083 www.logikas.com Lisandro de la Torre 2643 Of 5 - 3000 - Santa Fe Teléfono Fijo: (0342) 483 5138 2012/1/13 Jens

Google Product Forums for GWT

2012-01-13 Thread de Witte
Hi, Google has some great new forum software, already active for Google App Engine and Google App Script, etc. http://code.google.com/intl/nl/appengine/forum/java-forum.html https://groups.google.com/a/googleproductforums.com/forum/#!forum/apps-script When is the turn for Google Web Toolkit?

UI handling doubt in MVP

2012-01-13 Thread Qrunk
Hi , Im a bit confused as in what does UI handling is meant in http://code.google.com/webtoolkit/articles/mvp-architecture.html, which is to be handled by the presenter. Say I have a case where when I change my combo box , I want a UI widget(Text Box ) to be disabled. Now here there are two

Getting CellBrowser width, (re)position and re-size panel

2012-01-13 Thread Tibo
Hello, I am new to gwt, and I'm having trouble building the user interface for my application. First, I would like my application to have a CellBrowser widget on the left side, and a panel on the right size that fill the remaining space left by the CellBrowser, in order to display some

Re: GWT Developer Plugin for Firefox 9

2012-01-13 Thread WileE
I'm having the same problem. What's the trick to get this thing? -- 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/-/ZZW0PewnTzYJ. To post to this

Install GWT Designer plug-in in Eclipse Indigo from JAR

2012-01-13 Thread sbose78
I got the following error while trying to install GWT Designer via Eclipse Indigo - Install new software Progress was made upto 37% and then it terminatedw with the following error: An error occurred while collecting items to be installed session context was:(profile=epp.package.jee,

CellTable height shrinks upon paging

2012-01-13 Thread Raziel
The behaviour of a CellTable when paging is to show the loading indicator (nothing if no indicator is configured) and then fill the new retrieved data. Whereas this sounds reasonably correct, I find it to be a problem the fact that the grid will momentarily shrink in height to accommodate only

Re: UI handling doubt in MVP

2012-01-13 Thread Eric Metcalf
You want to put all of your logic into the presenter without putting any of the widget code in that would prevent tests from running. For the ListBox you want to declare a ChangeHandler on it in the Presenter. To do that you have the View return back the ListBox as an interface of

Re: Google Product Forums for GWT

2012-01-13 Thread Yaya @ Work
Hi ! I'd say that you're already there : https://groups.google.com/forum/#!forum/google-web-toolkit. Best regards, Yannis -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

ERROR java.lang.ClassFormatError in JavaScriptObject

2012-01-13 Thread Smithimage
Hi all.. I just tried to run my project in hosted mode using GWT 2.4 I got this ERROR and I am rather lost and do not know where to look further. Any ideas on what might cause this error? Thanks! 00:06:30.249 [ERROR] Unable to initialize static dispatcher java.lang.ClassFormatError: Duplicate

Re: TabLayoutPanel Dynamic Resizing

2012-01-13 Thread Patrick Tucker
The tablayoutpanel should not go bigger than the browser window. Instead of overflow try overflow-y. I think you are able to apply that to the container element and skip the extra widget. You should look at the W3 schools CSS tutorials... On Nov 24 2011, 1:21 am, Ashwani Gupta