Adding a PieChart tooltip.text to the piechart options

2012-03-29 Thread Stuart
ue(4, 1, 7); var options = {title:"So, how was your day?", tooltip: {text: "percentage"}}; // Create and draw the visualization. new google.visualization.PieChart(document.getElementById('visualization')). draw(data, options ); } ​= How do I make this w

onBlur called twice because of FocusWidget.setFocus implementation

2010-02-01 Thread Stuart
My use case: I have a TextBox which I want to validate onBlur. If validation fails, I want to setFocus on it again. Which makes onBlur fire again, hence the validation routine runs again (not ideal, in fact, a defect in my mind). My code: == snip == public void onBlur(BlurEvent event) { TextBox

Issue with RootLayoutPanel vs RootPanel and quirks mode

2010-01-13 Thread Stuart
of 4, when the browsers I like have rendering issues. Besides saying "quirks mode, go figure" are there any other explanations? Looks like I will use Option 4, but now I have to debug Chrome and FF for height setting issues in nested divs. Suggestions? Stuart -- You received thi

Mixing createAndBindUi (UiBinder) and runAsync

2009-12-26 Thread Stuart
ing at the top of my app), and wrap each main UI component in a runAsync. From there down the UI hierarchy I can decide which UI bits use createAndBindUI and which are created the old way but take advantage of code-splitting. Are there any other approaches that might help me out? Stuart -- You r

Re: New layouts not playing nicely with Maps

2009-12-22 Thread Stuart
arbitrary times that your UI may complete binding. Best to fire an event when you know the UI is completely loaded, and in handling the event run Eric's timer code. Stuart On Dec 21, 11:06 am, Andrew Winter wrote: > Thanks, Eric. The timer thing does exactly what I wanted. > > Andrew.

Re: GWT 2.0 crash on IE7 - post-UiBinder setCellHeight with VerticalPanel

2009-12-10 Thread Stuart
Logged as issue 4331 http://code.google.com/p/google-web-toolkit/issues/detail?id=4331 On Dec 9, 7:51 pm, Stuart wrote: > Environment: MS Windows, Eclipse 3.5 with GWT 2.0 plugin. > Testing on: FF (Win/Mac), Chrome (Win/Mac), IE7(Win) > > Basic widget hierarchy: > - Ent

Re: [gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Stuart Moffatt
ich is why you're seeing such a large difference. >> >> Hope that helps, >> joel. >> >> On Wed, Dec 9, 2009 at 9:36 PM, Stuart wrote: >> >>> @bruce, @jwg, @rjrjr >>> >>> (and any other gwt'ers listening) >>> >>

GWT 2.0 dead in IE7?

2009-12-09 Thread Stuart
ually believe it, so someone please tell me what I am doing wrong. Stuart [cross-posting to gwt, gwt-contrib] -- 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

GWT 2.0 crash on IE7 - post-UiBinder setCellHeight with VerticalPanel

2009-12-09 Thread Stuart
Environment: MS Windows, Eclipse 3.5 with GWT 2.0 plugin. Testing on: FF (Win/Mac), Chrome (Win/Mac), IE7(Win) Basic widget hierarchy: - EntryPoint loads a DockLayoutPanel via UiBinder. - in the center of the dock, loads a VerticalPanel - the VerticalPanel has 3 custom composite widgets in my app'

TaskEngine sample patched for GWT 2.0 MS 2

2009-11-14 Thread Stuart
http://www.youtube.com/watch?v=LuJi6nadVhU Stuart -- 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-to

Apple Guice: A demo of App Engine, GWT, MVP, Guice, GIN

2009-10-26 Thread Stuart
/ Source is available at: http://appleguice.googlecode.com/ Stuart P.S. Pardon my cross-posting on: gwt, appengine for java, gwt-dispatch and gwt-presenter --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Googl