Re: CellTable/CellTree hybrid

2013-01-27 Thread Andrew Done
An update: I've spent a fair chunk of time looking at this now and know a little bit more about the problem. Firstly, I now understand that by convention this widget is known as a "TreeTable". There has been much discussion about a way that it could be done and there are a few example of people

Re: How to print a portion of the screen (like a view in A&P) ?

2013-01-27 Thread Andy Stevko
This question was already answered in this thread https://groups.google.com/d/topic/google-web-toolkit/7qSLr76O7WM/discussion On Sun, Jan 27, 2013 at 12:37 PM, Celinio wrote: > Hi, > I would like to ask if there is an easy way to print a portion of a screen > in GWT. > If a screen is composed

Setting widget position based on percentage of container?

2013-01-27 Thread Greg Olmschenk
I'm just starting off with GWT and I'm having trouble setting up the position of widgets within a panel. I would like to set the widget position based on a percentage of the container. For example, how would I go about creating a label 25% of the way from the top of a vertical panel if the heig

CellTable/CellTree hybrid

2013-01-27 Thread Andrew Done
Hello GWT-Land, I am trying to create a view like the attached. Essentially, it's a hybrid between a CellTable and a CellTree; that is, the data exists in a tree structure but it wants to be represented two-dimensionally (in a table) with tree-depth displayed via an indent. The actual requir

How to print a portion of the screen (like a view in A&P) ?

2013-01-27 Thread Celinio
Hi, I would like to ask if there is an easy way to print a portion of a screen in GWT. If a screen is composed of a header, a menu and a body and if i want to print the body only (with text and pictures eventually), how can i do that ? Is there a way to add a button "PRINT" that will only print the

Problem with ListEditor when list items' Ids are composites (@EmbeddedId)

2013-01-27 Thread bloo
I believe this may be similar to: http://code.google.com/p/google-web-toolkit/issues/detail?id=7827 but I can't be certain as I'm using slightly different components. I have a WineProxy EntityProxy with a list of VarietalComponentProxy EntityProxies. The id of the VCP is a VarietalComponentIdPr

GWT runAsync - code fragments dependencies

2013-01-27 Thread Ice13ill
Hi, i'm trying to modify my app's loading performance by using runAsync when initializing different subsystems and I have a few questions: 1. when the code called in callback's onSuccess method is split in another download fragment, will all the code from the called classes, subc

Re: GWT Popup not working in IE

2013-01-27 Thread Sahdev Kamboj
Hi Sachin, Please show the code. Thanks, Sahdev On Sat, Jan 26, 2013 at 10:14 AM, sachin sreenivasan < sachin.sreenivasa...@gmail.com> wrote: > Hi All, > >I am having a popup panel in my application. Somehow the popup does not > show up in IE9 (on Windows 7). It is working fi