Re: new browser window without menu toolbars?

2011-05-12 Thread Gary Rich
Magnus,

Have you considered using a GWT DialogBox instead of a new browser window?
This can easily be populated with programmatically generated html or from a 
UiBinder template and needs no url.

The default project generated by the Google Plugin for Eclipse  provides a 
good example.

Gary

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Customising Roo generated GWT apps

2010-11-10 Thread Gary Rich


It seems this issue is being addressed by ROO-1280 Roo update is too
destructive.

This appears to be scheduled for the 1.1.1 release due in December

see Jira issue tracker @ http://jira.springframework.org/browse/ROO

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Customising Roo generated GWT apps

2010-11-06 Thread Gary Rich
Hi,

Please could you offer some advice on how to customise the user
interface of a Roo generated GWT web app.

I have managed to get both the expenses app and now an app based on my
own legacy database running okay.
Am also able to add and remove entities and fields successfully and
have overriden some of the methods in the aspectj files with my own
methods in the entity java file.  But now am struggling to make any
simple changes to the generated apps user interface.

Have searched the web fairly extensively but only found evidence of
other people looking for guidance on this.
The Roo and GWT docs are generally pretty good and have helped me to
progress this far but on this subject there doesn't appear to be any
help available.

An example of the sort of thing I would like to be able to achieve is
as follows:  add a textbox which is displayed for one specific entity
only which can be used to filter the results shown in that entities
CellTable based list view.

Thanks
Gary

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.