Re: GWT draggable CellTable cells

2012-01-05 Thread Jeff Larsen
take a look at gwtquery and the dnd plugin for it. 

http://code.google.com/p/gwtquery/ 

-- 
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/-/_GR_GcfgWrEJ.
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: Datagrid headers grouping?

2011-12-28 Thread Jeff Larsen
yup. Exactly!

-- 
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/-/YcS5buik9kkJ.
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: Datagrid headers grouping?

2011-12-27 Thread Jeff Larsen
yes, but it is only in trunk.

-- 
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/-/iS7iEE0IWfkJ.
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: Data Grid and GWT-RPC

2011-10-31 Thread Jeff Larsen
DataGrid just takes a List of results and is in no way coupled to 
RequestFactory. Return a list of results from an rpc call and send them to 
the grid. 

-- 
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/-/f-DrGwBFBk4J.
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: GWT Designer fails under Eclipse 3.7 with latest update

2011-10-28 Thread Jeff Larsen
What is stopping you from upgrading to 2.2.0+? That is the supported 
version of gwt-designer.

I don't think anything has been removed.

-- 
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/-/CawaptAbTTkJ.
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: CellTable styles incorrectly on IE9

2011-10-26 Thread Jeff Larsen
I got the same as Patrick. CellTable is filled with styling. 

-- 
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/-/nuW0uTpJ0NsJ.
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: Click Events not getting attached

2011-10-26 Thread Jeff Larsen
Why do you need to get widgets as elements? 

Why not just do 

p.add(new HTMLPanel("Hello World");

-- 
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/-/1NyzCaMCB2QJ.
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: Mouse click not working (ComboBox, ListGrid etc..)

2011-10-20 Thread Jeff Larsen
This has the look of smartgwt. It is generally a bad idea to mix gwt widgets 
with smartgwt widgets. 

-- 
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/-/GsZXX--la0kJ.
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: Invisible DataGrid

2011-10-17 Thread Jeff Larsen
Remove the ResizeLayoutPanel from the DockLayoutPanel and it should work. 

-- 
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/-/H0n5Z7XAgRYJ.
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: Invisible DataGrid

2011-10-14 Thread Jeff Larsen
DataGrid needs to live inside a LayoutPanel

-- 
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/-/_xePEB-6AJ8J.
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: CellTable custom header help.

2011-10-13 Thread Jeff Larsen
An example

http://showcase3.jlabanca-testing.appspot.com/#!CwCustomDataGrid

-- 
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/-/mU_6gWhP38wJ.
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: CellTable custom header help.

2011-10-13 Thread Jeff Larsen
Upgrade to trunk. There is a custom header builder in there. 

-- 
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/-/hDJSimfogmgJ.
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: Developers, please don't ignore reported GWT issues.

2011-10-11 Thread Jeff Larsen
I'd recommend trying to provide your own patches. GWT is a community effort 
and as such it needs more than just the support of google. You'll almost 
certianly learn something in the process aswell, so it really is win/win. 

-- 
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/-/7-fejGzffs0J.
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: How to change default padding for cell/td in cell table

2011-10-11 Thread Jeff Larsen
yea, you extend the CellTable.BasicResources class, override 


@Override
@Source(BasicStyle.DEFAULT_CSS)
BasicStyle cellTableStyle();

and point to your own css file. 

-- 
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/-/Q9u9x03xvocJ.
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: GWT DataGrid: how to scroll to the top

2011-10-07 Thread Jeff Larsen
I'd go with 3a. Your usecase may not be everyone else's usecase (although it 
makes sense). 


-- 
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/-/k8lu0tKxUAYJ.
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: CSS3 support in GWT

2011-10-07 Thread Jeff Larsen
are you escaping the - ?

literal("\-webkit-gradient( linear, left bottom, left top, color-stop(0.23, 
rgb(220,106,0)), color-stop(0.62, rgb(219,135,32)) )"); works for me

-- 
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/-/dUaWhHyWNVwJ.
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: CSS3 support in GWT

2011-10-06 Thread Jeff Larsen
There also is a library which makes some css3 work on old IE easier,

http://css3pie.com

and I made a wrapper for that in gwt

http://gwt-css3-pie.googlecode.com

so you don't have to implement the special pie selectors yourself, the 
library automatically ads them to the IE versions. 

-- 
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/-/HTqIZ2eP-iIJ.
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: Yet another obfuscation question, but related with Java Source Code Obfuscation

2011-09-26 Thread Jeff Larsen
you could use the unobfuscated version of the project to create the 
javascript, then post javascript compile you could make sure sources are not 
included and your obfuscation scheme is implemented. 

You will probably want to implement a -noserver implementation to really get 
this going. 

-- 
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/-/C_QhdRxPYJ4J.
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: too much code: GWT Development with Activities and Places

2011-09-23 Thread Jeff Larsen
A good place to get started would be

http://code.google.com/p/acris/wiki/AnnotationProcessing_DebuggingEclipse




-- 
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/-/kKWX-5QMoPYJ.
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: too much code: GWT Development with Activities and Places

2011-09-23 Thread Jeff Larsen
I've solved a lot of the boilerplate issues by writing an annotation 
processor to create my Proxies. I'd open source it, but I did it on my 
companies dime and they arne't interested in opensourcing projects. It is 
DEFINITELY worth the effort to do it though. 

-- 
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/-/6cdJnBmZwMkJ.
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: is there such a thing as a "global" variable in gwt?

2011-09-22 Thread Jeff Larsen
you could use gin, create a singleton and inject it wherever you need it. 

-- 
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/-/LTDB03bg8fAJ.
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: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2011-09-22 Thread Jeff Larsen
Hah, I wasn't really watching the group at all at that time, so that 
explains it!

-- 
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/-/Me9idEhuC3MJ.
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: how to create a custom DataSource?

2011-09-21 Thread Jeff Larsen
You probably want to ask this on SmartGwt's forums. 

-- 
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/-/PJwvqrBxkPcJ.
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: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2011-09-21 Thread Jeff Larsen
oh wow, that is a glaring over site. You are the first person I've seen run 
into this problem though

-- 
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/-/IOUcJjtxjDMJ.
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: Trouble with UiBinder getting UiHandler events to fire under GWT 2.4

2011-09-21 Thread Jeff Larsen
You will always need to attach your widgets to RootPanel or 
RootLayoutPanel. 

-- 
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/-/9CfFal_RLJAJ.
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: Post to GPE group for gwt-eclipse integration issues

2011-09-21 Thread Jeff Larsen
that version looks older than the latest release. the version is from July 
22nd. 

-- 
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/-/l8Jp1V_UMrMJ.
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: Preserve the state of the UI in RequestFactoryEditorDriver?

2011-09-21 Thread Jeff Larsen
The setFrozen(true) is really important if the proxy you're copying is being 
edited by a different request context. Without setting that flag, you'll get 
errors. 

the context.edit changes the state from frozen to not frozen. 

-- 
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/-/Th14GwqQNbgJ.
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: Preserve the state of the UI in RequestFactoryEditorDriver?

2011-09-21 Thread Jeff Larsen
I have use cases where I need to be able to clone proxies and use them in 
different request contexts.

Here is the code I've done to accomplish that 



public static  T cloneProxyToNewContext(Class 
clazz, T proxy,
RequestContext context) {
T newProxy = context.create(clazz);
AutoBean oldBean = AutoBeanUtils.getAutoBean(proxy);
AutoBean newBean = AutoBeanUtils.getAutoBean(newProxy);
AutoBeanCodex.decodeInto(AutoBeanCodex.encode(oldBean), newBean);
newBean.setFrozen(true);
newProxy = newBean.as();
context.edit(newProxy);
return newProxy;

}

-- 
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/-/FxSN_fz79xMJ.
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: is it possible to add image in cellTable Header

2011-09-21 Thread Jeff Larsen
Take a look at IconCellDecorator or ImageCell

http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/cell/client/IconCellDecorator.html

http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/cell/client/ImageCell.html

-- 
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/-/HUwBZXo4JWIJ.
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: DataGrid and CellTable

2011-09-20 Thread Jeff Larsen
Datagrid, the column headers and footers are independent of the data. 
Meaning you can scroll the data and the headers stay in place.

CellTable this is not the case. 

-- 
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/-/8k-qzh6PM2AJ.
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: The RequestFactory ValidationTool must be run for the RequestFactory type

2011-09-15 Thread Jeff Larsen
@David,

my post here
https://groups.google.com/forum/#!topic/google-web-toolkit-contributors/-4gaablGx8I

is how I got rfvalidator-apt working with m2e in indigo. 

If you have questions, let me know. 

-- 
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/-/B_0bIAdym-EJ.
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: GWT 2.4 breaks JDK 5 compile support

2011-09-15 Thread Jeff Larsen
You're not required to have a java 1.6 server to run with gwt compiled 1.5 
code. You'll just have to setup a no-server situation. That way your 1.5 
server code can live in a 1.5 environment and you compile your js with java 
1.6


-- 
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/-/mv6i6s8nU9cJ.
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: HOWTO handle right click on CellTable Header ?

2011-09-15 Thread Jeff Larsen
if contextmenu isn't sunk by all browsers ( I haven't tested EVERYWHERE, but 
it does where chrome, ie8, 9, firefox) you can always grab the native event, 
check for the click event then nativeEvent.getButton() == 
NativeEvent.BUTTON_RIGHT

-- 
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/-/wTLbZHOC9DsJ.
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: How do I add general Button or Label widget into CellTable ?

2011-09-15 Thread Jeff Larsen
Short answer is no.

Long answer is yes, but it will take you far more time to implement than you 
want. 

If you wanted to use similar implementations, you could change your button 
implementation to work with ButtonBase from the com.google.gwt.*widget*.client 
package. 

-- 
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/-/xgnvjJIFyjMJ.
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: GWT and jQuery.width()/bind()

2011-09-15 Thread Jeff Larsen
Have you looked at gwtQuery? That could probably solve your problems. It is 
a gwt port of JQuery



-- 
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/-/ROrrjyBGN14J.
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: GWT 2.4 breaks JDK 5 compile support

2011-09-14 Thread Jeff Larsen
Yea, 1.6 is required now. Good riddance to 1.5!

-- 
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/-/CUxC4EEtzlsJ.
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: setRowStyles method of the CellTable Class

2011-09-12 Thread Jeff Larsen
I'm using it. It seems to be working fine. What is your issue? 


-- 
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/-/4BnMg0znH5cJ.
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: Drag & Drop support and GWT 2.4

2011-09-10 Thread Jeff Larsen
No, it exists. If you want a tutorial, pull up the mobilewebapp sample 
project. It is used in there. 

-- 
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/-/ezRHlV3YAygJ.
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: AbstractCellTable is different in source and in 2.4 release.

2011-09-08 Thread Jeff Larsen
Those changes to AbstractCellTable were just committed within the last 
couple of weeks and has been going under some pretty heavy changes. They 
usually like to let things like that bake for a while before actually 
releasing them.

That being said, there is no reason to not use a version of trunk. Google 
does it for all their products and Ray Ryan said in this year's Fireside 
Chat that he would develop from a version of trunk and not wait for official 
releases. We're doing just that where I work, I'm in the process of 
upgrading my company to a pull of trunk from last week mainly for the exact 
reasons you specify the table and header builders. 

-- 
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/-/J2QDK2xoJUUJ.
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: CellTable / Column based on NumberCell, wrapping problem

2011-09-07 Thread Jeff Larsen
you'll just have to add it with 

inside column (2.4rc1)

There is a method

  public void setCellStyleNames(String styleNames) {
this.cellStyleNames = styleNames;
  }

where it links to a style where you set 

white-space:nowrap;

-- 
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/-/regNACJYOfYJ.
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: How to get the size of a Label?

2011-09-06 Thread Jeff Larsen
the label needs to be attached before you're able to get the size. 

-- 
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/-/p58V32BHirsJ.
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: Sorting CellTable data server-side

2011-09-02 Thread Jeff Larsen
In the meantime you could create a map with the Column and with the database 
name. 

-- 
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/-/_zKty6W-OCUJ.
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: Help! Some confusing problems about gwt rpc with generics!

2011-08-28 Thread Jeff Larsen
Don't send List over rpc. The serializer has to take every impl of List and 
create a serialization policy for it. Try it with ArrayList and see what you 
get. 

Also, K has to be defined as something, preferably something as strongly 
typed as possible. And all instances of T and K must also be serializable. 

in short, creating a generic rpc service this way is going to be a 
nightmare. Check out the command pattern for solving this problem. Look into 
gwt-dispatch or gwtp also has a dispatching framework. . 

-- 
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/-/SCabIUxAsAoJ.
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: Get Size of a Panel

2011-08-24 Thread Jeff Larsen
You could use DockPanel instead, then you don't have to worry about 
explicitly sizing the north panel. 

Then in your center panel, add a ResizableLayoutPanel and that should allow 
for the resize events to hit it. 

-- 
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/-/ZcjWaHqnveUJ.
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: CellTree: is anybody working on fixing it?

2011-08-23 Thread Jeff Larsen
it helps them prioritze which bugs people think are important. 

-- 
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/-/uZ4xEdVC3l8J.
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: Integrating RequestFactory into an eclipse project

2011-08-20 Thread Jeff Larsen
If you pulled down trunk, you could use the client side 
requestfactory-apt.jar. That does compile time validation on your objects, 
so you'd probably be able to get the red squiggilies to tell when you're 
doing something wrong. 

-- 
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/-/_YbInjsmHgMJ.
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: MVP widgets where to put support for i18n - into view or presenter

2011-08-19 Thread Jeff Larsen
I stick them in the view. They've always seemed like view objects to me. 

-- 
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/-/_YYqN69dcS8J.
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: Using a CellTable with individual Cell selection

2011-08-18 Thread Jeff Larsen
The behavior is from the CSS. It isn't a hack to remove it. 

You just need to change it so you're not using the stock css anymore. If 
you're using cellTable

you'd want to edit one or both of the following 2 css properties.


.cellTableSelectedRowCell {
  border: selectionBorderWidth solid #628cd5;
}

/**
 * The keyboard selected cell is visible over selection.
 */
.cellTableKeyboardSelectedCell {
  border: selectionBorderWidth solid #d7dde8;
} 

For example code on how to override the default celltable/datagrid css, take 
a look at this class. The mechanism is the same between both. 

http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/CwCustomDataGrid.java?spec=svn10550&r=10550

-- 
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/-/uX5EO93mEF0J.
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: Strange eclipse problem

2011-08-17 Thread Jeff Larsen
Try deleting your run target and have the GPE rebuild them for you. 

-- 
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/-/lfeEflvap7kJ.
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: Using a CellTable with individual Cell selection

2011-08-17 Thread Jeff Larsen
you can always override the CSS and get change 

.dataGridSelectedRowCell {
  border: selectionBorderWidth solid #628cd5;
}

to 
.dataGridSelectedRowCell {

}

-- 
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/-/belx2MfWjIcJ.
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: Datagrid with ScrollPanel

2011-08-16 Thread Jeff Larsen
Oh cool, I never had need for CellList so I never really played with that 
example. 

Thanks!

KeyboardPaging seems like the wrong name if it can be used this way. 

-- 
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/-/8D8nMdGKKKoJ.
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: Datagrid with ScrollPanel

2011-08-16 Thread Jeff Larsen
Poking in the code of DataGrid, it looks like you could get access to it 
this way. 

HeaderPanel panel = (HeaderPanel) dataGrid.getWidget();
CustomScrollPanel scrollPanel = (CustomScrollPanel) 
panel.getContentWidget();

Admittedly, this isn't very clean, but it looks like it should work. 

-- 
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/-/9TNb72MI3Q4J.
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: DataGrid GWT 2.4 RC1

2011-08-15 Thread Jeff Larsen


DockPanel mainPanel = new DockPanel(); 


DockPanel isn't a LayoutPanel. Try DockLayoutPanel. 

-- 
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/-/pOFbaNTz6q4J.
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: DataGrid GWT 2.4 RC1

2011-08-13 Thread Jeff Larsen
I think DataGrid needs to be displayed inside a LayoutPanel. 

-- 
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/-/r8bsek1dmzMJ.
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: CSS compiler + ie gradients = strange behaviour

2011-08-11 Thread Jeff Larsen
How about you check out http://css3pie.com/

-- 
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/-/Q-9lObFEcKUJ.
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: Extending ComplexPanel: need to have FocusPanel + LayoutPanel functionalities

2011-08-10 Thread Jeff Larsen
Yea, any panel can implement ClickHandlers, just do a addDomHandler(handler, 
ClickEvent.getType());

that sinks the event as well as adds the handler to the panel. I hadn't 
looked at the source in a while, so I figured it was still the 
sinkEvents(Event.CLICK | Event.FOCUS ) thing, but they've pulled that 
out and now that logic exists in the addDomHandler method. 

You should just be able to do layoutPanel.addDomHandler(new ClickHandler(){ 
... }, ClickEvent.getType());


-- 
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/-/EE-T64cVjF4J.
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: Multiple instances of a RequestFactory?

2011-08-10 Thread Jeff Larsen
On the ones you are creating new, are you giving them an EventBus? 

-- 
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/-/esHEBRYEkCgJ.
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: Extending ComplexPanel: need to have FocusPanel + LayoutPanel functionalities

2011-08-10 Thread Jeff Larsen
I would recommend extending the LayoutPanel that is the closest fit to your 
needs, then sink the appropriate events. You Can use FocusPanel to show you 
how to sink the events you're interested in. 

-- 
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/-/fb7LNZne59MJ.
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: CellList Style

2011-08-09 Thread Jeff Larsen
GWT Classes

Style extends CSSRource{
   

/* List of methods */

}

GwtBundle extends ClientBundle{
  
  @Source("someStyleSheet.css")
  Style getStyle();
}

All you need to do now is extend GwtBundle and override the method that 
creates the style and point it at your new StyleSheet. 
MyBundle extends GwtBundle{

@Source("myCustomeStyleSheet")
 Style getStyle();

}

Don't forget to do MyBundle.getStyle().ensureInjected();

-- 
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/-/TbzJAaym3lEJ.
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: Using widgets in CellTable

2011-08-08 Thread Jeff Larsen
One thing I've found that has been working really well for me is the 
following (And this way you don't have to do a lot of extending of classes).

I had a need for all my Columns to have Rightclick ability, so I wrote a 
ContextMenuCellDelegate, which takes a Cell and delegates all methods except 
consumesEvents() which I override to use my one Set which has all 
the Strings of the column + contextmenu.

Then I extended column to do the same basic thing, delegating all methods to 
Column in my constructor with the exception of getCell() and onBrowserEvent

My ContextColumnDelegate delegates the onbrowser to the column then it 
checks to see if the event is of type "contextmenu" and if it is, it fires 
off the ColumnBrowserEventDelegate method that is also is passed in through 
the constructor. This allows me to use all the current functionality of 
existing columns without having to extend every one to add right click 
event. 

-- 
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/-/m9LtH7nsd_gJ.
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: Multiple view for HasData (CellTable, CellList)

2011-08-08 Thread Jeff Larsen
Why do you need to wrap it? Can't you just add each HasData to your 
DataProvider? AbstractDataProvider already supports having multiple HasData 
objects. 

-- 
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/-/hbgrVjuYGkQJ.
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: class suddenly no longer serializable

2011-08-08 Thread Jeff Larsen
Does your class contain a Collection where you could be putting an object 
that is not serializable? 

-- 
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/-/EumAY_HxhGkJ.
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: Using widgets in CellTable

2011-08-08 Thread Jeff Larsen
I'm not sure that what you're trying to do will work. I suspect it won't 
with one big reason being Columns don't implemenet the same onBrowserEvent 
that Widgets do. 

What you probably need to do is redesign your widget as a Cell. Then when 
you need to use it as a widget, push that cell into CellWidget. 

I'm fully aware of how complicated this could become, but I think this will 
be your best option. 

For more details on what is probably your best solution, check out this:
 
https://groups.google.com/forum/#!topic/google-web-toolkit-contributors/SclEt5RzbvA

-- 
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/-/SVh5rfBkUsAJ.
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: Using both image and styling on GWT CustomButton

2011-08-05 Thread Jeff Larsen
http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html

-- 
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/-/XYZuXi-Kz1AJ.
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: Output only generated Js

2011-08-05 Thread Jeff Larsen
different browsers get different JS. I don't understand your question. 

-- 
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/-/4bPEkeyP-8sJ.
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: Application written using GWT 2.1.1 goes belly up in 2.3 dev mode -- please help me to understand

2011-08-04 Thread Jeff Larsen
Are you using maven? 

This looks like you have competing versions of GWT on your classpath and the 
old one is winning :)

-- 
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/-/VVr-1tf30KkJ.
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: Using both image and styling on GWT CustomButton

2011-08-04 Thread Jeff Larsen
add 
@external myToggleButton, myToggleButton-up; to your ui:binder file. 


-- 
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/-/ciCCULGzShUJ.
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: How to add hover on CellList

2011-08-03 Thread Jeff Larsen
sink the mouseover event on your cell and add a handler for mouseover and 
open up a popup panel with the required functionality

if you just want the alt text, you could set the alt text on the content of 
the cell. 

-- 
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/-/D9gS7ABiFx0J.
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: GWT and Spring

2011-08-02 Thread Jeff Larsen
Si estas interesante en usando RequestFactory, es facil usar Spring con 
RequestFactory en 2.4-RC.

Hacer un class se llama SpringServiceLocator

public class SpringServiceLocator implements ServiceLocator {

public Object getInstance(Class arg0) {
ApplicationContext ctx = WebApplicationContextUtils

.getWebApplicationContext(RequestFactoryServlet.getThreadLocalServletContext());
return ctx.getBean(arg0);
}
}

y usarlos en totas sus RequestContext annotations

@Service(value=MyService.class, locator=SpringServiceLocator.class)
public interface MyRequestContext extends RequestContext{
 
}

-- 
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/-/Wm3sEjfoAxMJ.
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: gwt & python

2011-07-30 Thread Jeff Larsen
its called pyjamas

-- 
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/-/dLmcKl-n4QoJ.
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: CellTable question

2011-07-28 Thread Jeff Larsen
when you build the column, specify the number

MyTextColumn extends TextColumn{

public MyTextColumn(int index){ 

  this.index = index;
}


public String getValue(String[] strings){
  return strings[index];
}

-- 
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/-/P1UEa3MCBpgJ.
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.



Is there a way to take the values from my bean and generate the proxies for them?

2011-07-28 Thread Jeff Larsen
I have a use case where I couldn't get Editors to work. (Foo that holds a 
List. This would blow up with recursive errors. I spent a lot of time 
trying to get this to work and failed completely. I gave up and just decided 
to write the binding code myself)

Since I'm using request factory and since RequestFactory uses AutoBeans is 
there anyway to use AutoBeans to bind my bean's values to the corresponding 
proxy without having to write all the code myself? 

-- 
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/-/-mR2UWcof-UJ.
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: Size of permutations getting too bigger

2011-07-27 Thread Jeff Larsen
You should probably add a comment to this post: 
https://groups.google.com/forum/#!searchin/google-web-toolkit-contributors/symbolMap$20gzip/google-web-toolkit-contributors/oPUF0i46a3U/adA6GU1ymswJ

-- 
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/-/DNLY2WVe-LUJ.
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: GWT/GPE 2.4.0 RC1 is available

2011-07-27 Thread Jeff Larsen
Thanks David!

One thing people should be aware of is that if you just use check for 
updates option in eclipse, you won't get the designer. You have to manually 
go back into the download site and select those options. Otherwise I have to 
say this is a very exciting release.

-- 
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/-/Gy9uqQfrybsJ.
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: Can't set styles with GWT Designer / UiBinder

2011-07-26 Thread Jeff Larsen
if you go to the xml view you can always do the following  etc

-- 
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/-/YXaxXoWIFWUJ.
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: GWT frameworks?

2011-07-25 Thread Jeff Larsen
I looked into SmartGwt, and I'll just say it wasn't for me. 

-- 
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/-/Wa0pSdu3S5AJ.
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: Frustrated with GWT

2011-07-25 Thread Jeff Larsen
oops, i missed the web.xml at the top of the post. Yea, I agree with 
everyone else. 

-- 
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/-/DDvZmZ3QfosJ.
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: Frustrated with GWT

2011-07-25 Thread Jeff Larsen
Did you map your servlet in your web.xml file? 

-- 
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/-/95sWSOEQpS4J.
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: calling gwt from external client

2011-07-22 Thread Jeff Larsen
If the GWT app periodically checks the db for tasks, I don't think you need 
to do anything to get it to work other than implement your other clients. 

-- 
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/-/D5ambuWszd0J.
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: [Announcement] GWT animation and effect library with CSS3 support

2011-07-21 Thread Jeff Larsen
Cool demo. I would recommend that people with epilepsy stay away from the 
demo however :)

-- 
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/-/vrl8bhlte5YJ.
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: GWT RPC with large data arrays

2011-07-21 Thread Jeff Larsen
I agree that gzipping the data probably makes sense


also I think that if you were to use JSON you'd see a marked improvement. 
You can test that theory out using RequestFactory, it uses JSON as the 
serialization technique. 

-- 
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/-/suQWNKWe98EJ.
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: button with image and text

2011-07-21 Thread Jeff Larsen


I am very new to gwt, so I may be wrong, but from what I understand you need 
to use gwt-ext to change the z index of components.


nope it is a CSS property.  

add this to the style of your TextBox
z-index:-1;

also might be able to do what you need to with Button by using the 
appropriate css selectors. 

http://www.w3.org/TR/CSS2/selector.html

5.11.3 The dynamic pseudo-classes: :hover, :active, and :focus

Interactive user agents sometimes change the rendering in response to user 
actions. CSS provides three pseudo-classes for common cases:

   - The :hover pseudo-class applies while the user designates an element 
   (with some pointing device), but does not activate it. For example, a visual 
   user agent could apply this pseudo-class when the cursor (mouse pointer) 
   hovers over a box generated by the element. User agents not supporting 
interactive 
   media  do 
   not have to support this pseudo-class. Some conforming user agents 
   supporting interactive 
media may 
   not be able to support this pseudo-class (e.g., a pen device).
   - The :active pseudo-class applies while an element is being activated by 
   the user. For example, between the times the user presses the mouse button 
   and releases it.
   - The :focus pseudo-class applies while an element has the focus (accepts 
   keyboard events or other forms of text input).

An element may match several pseudo-classes at the same time.

CSS does not define which elements may be in the above states, or how the 
states are entered and left. Scripting may change whether elements react to 
user events or not, and different devices and UAs may have different ways of 
pointing to, or activating elements.

CSS 2.1 does not define if the parent of an element that is ':active' or 
':hover' is also in that state.

-- 
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/-/XgCraXQrToEJ.
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: Sub-classing UiBinder based Widgets

2011-07-21 Thread Jeff Larsen
Are you calling super()?

Button myButton doesn't look like it was initialized, was it? Also note, if 
Button myButton is being built by ui:binder it needs to have a @UiField and 
come after uiBinder.createAndBindUi.

-- 
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/-/7r0oLEab1FsJ.
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: button with image and text

2011-07-21 Thread Jeff Larsen
Solution 1. Change the z index of the button to have it be on top of the 
text. 

Solution 2: Use Button instead of PushButton and create a SafeHtml Template 
for your text+image. (this is the better option if you don't need all the 
stuff that PushButton provides)

-- 
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/-/WwARHJ099xcJ.
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: How to debug CSS

2011-07-21 Thread Jeff Larsen
I usually just use firebug and I can figure out which styles are which by 
looking at the content.

-- 
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/-/U1S2x3wocJQJ.
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: Third-party Git plugin for Eclipse to use with Google Plugin for Eclipse

2011-07-21 Thread Jeff Larsen
I tried this and got the same problem. 

-- 
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/-/cUtneROSigMJ.
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: GWT checkbox widget with custom id atribute for checkbox input

2011-07-20 Thread Jeff Larsen
have you tried overriding #onEnsureDebugId(String)?

-- 
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/-/DHnQ7Qbiw0oJ.
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: override / overrule a gwt class, AbstractPlaceHistoryMapper

2011-07-20 Thread Jeff Larsen
Naw, the solution is pretty ugly, copy/pasting code sucks. It has the 
advantage of working quickly. Sounds like you got a better solution, so I'd 
definitely roll with that. The only caveat is that you'll have to be careful 
with GWT version updates now, there are no guarentees that the class you're 
extending won't change and they won't tell you. 

-- 
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/-/bwatD9QO__kJ.
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: Connecting to a oracle database with GWT

2011-07-20 Thread Jeff Larsen
with GWT you have client and server code. The question you're asking is 
similar to asking where to put the oracle library when using JQuery. GWT 
compiles to javascript and while it has some server side plumbing, that is 
there just to facilitate client/server communication. The answer is you put 
the oracle jar inside your server and only reference it from your server 
side classes. 

-- 
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/-/aDrqg9PQ6OEJ.
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: override / overrule a gwt class, AbstractPlaceHistoryMapper

2011-07-20 Thread Jeff Larsen
if you look at Place.gwt.xml you'll see that 


  

  

so the class you need to override is PlaceHistoryMapperGenerator

Looking in PlaceHistoryMapperGenerator you'll see imports for 

import com.google.gwt.place.impl.AbstractPlaceHistoryMapper;
import com.google.gwt.place.impl.AbstractPlaceHistoryMapper.PrefixAndToken;

If you did a copy/paste of the code and imported your class extending APHM 
and the PrefixAndToken(possibly) and then in your gwt.xml file did   


  

you should get the result you desire. 

-- 
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/-/inSP2AbauBoJ.
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: Canvas and drawing Images that are not in the DOM

2011-07-20 Thread Jeff Larsen
I haven't been able to get ImageResource to work with Canvas, so I don't 
think that solution is viable. Am I mistaken? Were you guys able to do that 
with forplay? 

-- 
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/-/tlAvzUke17EJ.
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: ClientBundle don't load the ImageResource

2011-07-19 Thread Jeff Larsen
I remember other people having issues with ImageResource and Canvas, I think 
you have to load Images from a URL and not get them from the resource 
bundle. 

-- 
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/-/UFzeyGmGDK0J.
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: ClientBundle don't load the ImageResource

2011-07-18 Thread Jeff Larsen
I don't think you can use ImageResources in Canvas. 

-- 
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/-/XJ2yBG_zujEJ.
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: GWT compiler error with ListType

2011-07-18 Thread Jeff Larsen
The server needs access to the proxy interface (The proxyFor/proxyForName 
get used in reflection on the server)

-- 
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/-/CBmAfKqrNmsJ.
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: Does passing domain objects to a view break MVP?

2011-07-18 Thread Jeff Larsen


But if for instance, the view itself is responsible for reading a TextBox 
and update a field on the model object, then I think you should think twice.


With Editors, I don't know that I'd agree with this statement. Now you 
shouldn't write that code, but it seems like an unnecessary level of 
abstraction to do the driver.flush statement in your Presenter. 

-- 
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/-/O5pXVQccfKMJ.
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: best architecture for GWT + Spring

2011-07-15 Thread Jeff Larsen
Why Spring-MVC?

-- 
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/-/5c5WlTh2S_EJ.
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: CellTree: Horizontal Scrollbar impossible?

2011-07-15 Thread Jeff Larsen
You can always walk up the dom and change the div. It is kinda hacky, but it 
will work. 

-- 
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/-/wBvz79h-zLYJ.
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: Java 7

2011-07-13 Thread Jeff Larsen


Also, GWT added support for Java 5 when Java 1.4 reached EOL, and Java 6 was 
already released, and GWT does not officially support Java 6 (that's going 
to change, and a few features are already there, such as @Override on 
implementations of interface methods, and String#isEmpty); let's hope it'll 
be faster for Java 7, but don't be too impatient IMO.

Are you sure this is true? I thought 1.6 is supported as of 2.3, but not 
required. 1.6 will be required in future releases of GWT however (it may be 
required for 2.3, i'm not sure) but I know commits to trunk are going in 
with @Override on interface methods, so in order to get stuff to compile 1.6 
will be required.   

-- 
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/-/Laj9dlhZOe8J.
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: GWT 2.1+ Compiler issues

2011-07-12 Thread Jeff Larsen
I put this in the issue tracker, but I wrote a groovy script to delete every 
file in the temp directory. Feel free to adapt it to however you need. 
Change the first line to the correct directory however. 

def directory = "C:\\Documents and Settings\\jlarsen\\Local Settings\\Temp" 
//CHANGE ME
deleteDirectory(directory)



public void deleteDirectory(String directory){
File file = new File(directory)
file.listFiles().each{
println(it.getName())
try{
deleteDirectory(directory+"/"+it.getName())
}catch(Exception e){
   //Do nothing. If the file is blocked, we don't care. 
} 
try{
   it.delete()
}
   catch(Exception e){
   println(e)
   //do nothing, if we can't delete the file, we don't care. 
}
}
}

-- 
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/-/ZZdUISulUc8J.
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: Recursive Editors

2011-07-08 Thread Jeff Larsen
Thanks Thomas and Gal.  Now I'm getting. 

[ERROR] [editorsampleproject] - Cycle detected in editor graph. Editor type 
com.google.gwt.editor.client.adapters.ListEditor at path foos can be reached 
again at path foos..foos



I'm probably just going to abandon this and just manually get/set the 
objects. It isn't that much work since the object is recursive. I could've 
written it by hand a long time ago, but thought this was a good deep dive 
into editors. 

Seperate question because I *know *I'm going to need this in the future 
somewhere. How do you implement an editor on a Set? 

-- 
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/-/_ULlinHJC40J.
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.



  1   2   3   4   >