Re: Custom cell in CellTable with TextCell and SelectionCell

2013-08-09 Thread Andrea Boscolo
A quick view reveals you haven't consumed the desired events in the cell's constructor. Something like: public CustomStatusCell() { super("click", "keydown"); // And so on. // ... } -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To

PropertyAcess : Define condition values for label in PropertyAcess

2013-08-09 Thread Chulbul Pandey
I have a model called Field which has id and label. I have defined PropertyAcess as below and it works. I would like to change it in such a way that I can show label based on condition ie if field.getLabel() is null, use field.getId() as label else use field.getLabel() as label. How can I ach

GWT and Client-side rules engine

2013-08-09 Thread asif . tmcp
Hi, The architecture and requirement is as follows 1>. The application has an extensive domain model and significant amount of business logic 2>. At runtime, the user populates data in the domain model. 3>. "The rules engine" evaluates the data and takes various actions including a>.

Generics, JSNI and Integer problem

2013-08-09 Thread stole
I have declared the following class: public class JsniTest { private Map map; public JsniTest(Map map) { this.map = map; } public String get(T rowKey) { return map.get(rowKey); } } and the following "main" class: public class TheApp implements EntryPoint {

Re: TypeError: $doc.body.attachEvent is not a function

2013-08-09 Thread SaiP
Any idea on how to fix this type of issue? obviously, i'm trying to re install the GWT plugin into my RAD. Or may be the Ant did not do well. On Thursday, August 8, 2013 11:07:47 AM UTC-5, Jens wrote: > > 'attachEvent' is Internet Explorer specific and is used in > com.google.gwt.user.client.im

Re: gwt navigation with 3rd party app in iframe

2013-08-09 Thread Lance Frohman
Thank you. On Thursday, August 8, 2013 1:05:12 PM UTC-7, Jens wrote: > > You need to cache the activity that displays the 3rd party app so it does > not get recreated in your ActivityMapper each time you navigate inside the > 3rd party app. So your URLs should look like > > /#ThirdPartyAppPlace:

Re: (RequestFactory) ValueBoxEditor.class : peer.setValue asking for a cast to String ?

2013-08-09 Thread aurelie . virgile
All project (hbm.xml domain and so on ) was modified for short to an integer. Everything is going fine now except value is not inserted into Postgre database. Dunno if this is due to the persist method or the fact that i try to insert an integer into a short field in postgre. Will investigate

GWT CssResource not propagating width:calc(x) property

2013-08-09 Thread Wayne Rasmuss
I have the following css entry that I'm accessing via a CSS resource .form-input-line-cell { position: absolute; left: 8px; top:3px; bottom: 3px; font-size: 32px; text-indent: 8px; border: solid #d3d3d3 1px; border-radius: 3px; color: black; width: -webkit-c

Re: GWT CssResource not propagating width:calc(x) property

2013-08-09 Thread Deanna Bonds
Try wrapping the calc() in a literal("calc(100% - 16px)" ) ; the literal() works for anything the cssresource parser doesn't know about yet. On Friday, August 9, 2013 1:13:33 PM UTC-4, Wayne Rasmuss wrote: > > I have the following css entry that I'm accessing via a CSS resource > > .form-input-l

Re: detect sop violation from gwt rpc client

2013-08-09 Thread deckrider
Thanks! I see that my onResponseReceived() is called after sop violation. However, I cannot see any response headers at all (I can see them when there is no sop violation). Is it possible that Firebug can see them but GWT-RPC cannot? -- You received this message because you are subscribed to

Re: Math Expression Evaluator for GWT.

2013-08-09 Thread salk31
Not just use JavaScript to evaluate an expression? If that is what you mean? e.g. what is "2 + 2"? On Thursday, August 8, 2013 7:53:20 AM UTC+1, Mayank Singh wrote: > > Hi, > > Can anybody let me know is there any Math expression evaluator available > for GWT. Because I have tried Java Evaluat

Re: GWT and Client-side rules engine

2013-08-09 Thread salk31
I've only heard of MVEL (an expression language) and metawidget (meta data driven UI). Do you really mean a rule engine like Drools? If so I can't imagine there is anything like that off the shelf. It is still quite exotic (if not that new) for the client side. If you just want something like M

Re: detect sop violation from gwt rpc client

2013-08-09 Thread Jens
Well I guess thats something you better ask the FireFox/Firebug guys. > > But I am somewhat not surprised that you can't see any headers. If you hit SOP you never talked to a server (excluding CORS for the moment) and thus you can't have response headers unless the browser generates them on its

Re: GWT and Client-side rules engine

2013-08-09 Thread asif . tmcp
I kind of wanted to have the rules stored as a business logic - albeit running on the client side. - So the rules themselves are editable by a super-group of users via an editor or atleast in form of xml. This requirement is something similar to drools. The normal users enter data in some form

Re: How to create SideBar in GWT

2013-08-09 Thread asif . tmcp
1>. JSNI - http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsJSNI.html 2>. GWTQuery - http://code.google.com/p/gwtquery/ 3>. Direct DOM manipulation - http://www.gwtproject.org/doc/latest/DevGuideUiDom.html ( this has interspread jsni calls) On Friday, August 9, 2013 2:54:57 AM UTC-4,

Re: detect sop violation from gwt rpc client

2013-08-09 Thread deckrider
Corporate gods impose CA Siteminder web agent for single sign on. We are required to treat it as a black box outside of our control. When the user's session times out it causes Apache to do a 302 redirect which causes the sop violation when using GWT-RPC. I would like to detect this so as to do

com.google.gwt.dev.Compiler Wont Start when compiling large GWT project

2013-08-09 Thread melody
I have a fairly large GWT project with compile output Javascript of 3.5MB when it does compile. The project is not modularized and does not use RunAsync. As of Thursday 8/9/2013 my project was compiling just fine in all the development environments (as well as on build servers) for all my devel

Re: com.google.gwt.dev.Compiler Wont Start when compiling large GWT project

2013-08-09 Thread melody
Just to add one more fact. The projects run fine in dev mode. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.