Re: Firefox 13 DevMode Plugin

2012-07-02 Thread Riley
Our problems disappeared when we expanded the permgen allocation with -XX:MaxPermSize=2048m . You probably need way less space than that. Maybe the updated plugin updates classes so they need to be re-added more often? On Wednesday, June 27, 2012 1:59:01 PM UTC-5, Riley wrote: Yes, we

Re: Firefox 13 DevMode Plugin

2012-06-27 Thread Riley
Yes, we are experiencing memory problems with Mac OS 10.7, FF13, and this new plugin On Friday, June 15, 2012 5:06:40 AM UTC-5, Bas wrote: Today, I downgraded to Firefox 11. The devmode plugin of firefox 13 (Mac OS 10.6.8) seems to have a memoryleak. Are more people experiencing memory

Re: CssResource @def in UiBinder

2012-02-15 Thread Riley
Ok, this is what we've been doing too. Thanks for the response! -- 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/-/_d4AhxaTDbMJ. To post to this

Re: CssResource @def in UiBinder

2012-02-15 Thread Riley
It's good to know the output JS is good for this. Thanks! -- 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/-/bEnAsLa_FmAJ. To post to this group,

Re: CssResource @def in UiBinder

2012-02-14 Thread Riley
Did you ever figure this out? -- 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/-/ekpjuyU3x_IJ. To post to this group, send email to

Re: too much code: GWT Development with Activities and Places

2011-12-13 Thread Riley
I use MVP straight out of the Google videos and docs, and I love it. When I need to swap a view in or out, or change a url structure, or change a bit of communication with the server, I go strictly to the 1-2 files involved, make the changes I need, and never fear that some hidden bug will

Problem with Helios Eclipse 3.6 Update Repository

2011-05-19 Thread Prince Riley
tried to correct this by restarting Eclipse without any success. Thanks Prince Riley -- 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

There was a demo for creating visually overlapping tabs

2011-04-11 Thread Riley
My designer is wondering about making overlapping tabs with TabLayoutPanel, and I'm sure I saw a demo somewhere in the docs providing example images and css required to make it happen. I even found a picture of the result in the TabLayoutPanel docs:

Re: Controlling the focus in a CellTable

2010-11-15 Thread Riley
I'm still looking for a way to do this. Anyone have any ideas? On Nov 8, 5:52 pm, Riley rileyl...@gmail.com wrote: Is there a way to move thefocusto a specific row and column in aCellTable?  I want the user to be able to hit enter to move to the next row, for example. -- You received

Controlling the focus in a CellTable

2010-11-08 Thread Riley
Is there a way to move the focus to a specific row and column in a CellTable? I want the user to be able to hit enter to move to the next row, for example. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Separate modules for separate views?

2010-09-02 Thread Riley
that no such file was being generated. How do I tell eclipse, or the gwt, or whomever, to please compile A.gwt.xml into a separate, runnable js file? Thanks for any help. I realize this might be a big question. Riley -- You received this message because you are subscribed to the Google Groups Google Web

Re: Separate modules for separate views?

2010-09-02 Thread Riley
in these folders, will the final module B compiled JS omit the unused code? Or, since module B uses the entire client folder as a source folder, will all of that unused code for module A also get compiled into B? Thanks again, Riley On Sep 2, 7:07 pm, Riley rileyl...@gmail.com wrote: I'm making

Sizing AbsolutePanels to 100%

2010-09-01 Thread Riley
I want an AbsolutePanel to fill a containing widget. I understand it will not do this automatically, but is there a way for it to get the dimensions of its parent? For example, I've created a Composite widget that is primarily a fancy AbsolutePanel. Can I override some sizing function to

Re: Sizing AbsolutePanels to 100%

2010-09-01 Thread Riley
I see I can use getParent().getOffsetHeight() and .getOffsetWidth() to access the total height width of the parent. Is there any way to calculate the inner dimensions? On Sep 1, 4:31 pm, Riley rileyl...@gmail.com wrote: I want an AbsolutePanel to fill a containing widget.  I understand

Re: TabLayoutPanel with default styles not working on IE.

2010-01-25 Thread Riley
Changing the doctype to HTML worked for me, after almost an hour of frustrated toying and searching. Thanks! Am I risking anything by losing the default doctype PUBLIC -//W3C// DTD HTML 4.01 Transitional//EN ? On Jan 6, 12:01 pm, Alejandro D. Garin aga...@gmail.com wrote: use this doctype

Re: GWT Developer Plugin works only sometimes

2009-11-25 Thread Riley
After performing a clean install of Eclipse, GAE 1.2.6, GWT 2 RC1, and the new plugin, I'm getting the same issue. When I create a new GAE+GWT project with the plugin and try to run it from dev mode in firefox, I get the following error: [ERROR] Failed to load module 'test' from user agent

Trouble with HorizontalSplitPanelImages (and verticalSPIs)

2009-11-24 Thread Riley
When I try to run my GWT app, I get the following error: Uncaught exception: java.lang.RuntimeException: Deferred binding failed for 'com.google.gwt.user.client.ui.HorizontalSplitPanelImages' (did you forget to inherit a required module?) at com.google.gwt.dev.shell.GWTBridgeImpl.create