Search Type: Posts; User: Roby
Search: Search took 0.02 seconds.
-
30 Jan 2011 11:48 PM
- Replies
- 6
- Views
- 5,277
Anyone have implement the way how to swap the css files which look like switchTheme from BLUE to GRAY?
-
9 Apr 2010 1:09 AM
Jump to post Thread: Clickable Header icon by Roby
- Replies
- 7
- Views
- 1,653
Hi~
Would like to ask how to check the target of the click is the ICON? -
15 Dec 2009 10:15 PM
Jump to post Thread: "Mask and Unmask" window bug? by Roby
- Replies
- 0
- Views
- 1,146
I find the masked Window unmask inside the loaderload event have some bugs.
The window bar (the bar with "X" button) is still masked!!
public class Testing implements EntryPoint {
... -
18 Aug 2009 6:28 PM
Jump to post Thread: Connect to .NET WCF web Service by Roby
- Replies
- 17
- Views
- 6,270
Thanks so much Colin,
I have solved the case with construct a Json format string myself and call by:
JSONObject json = (JSONObject) JSONParser.parse(jsonStr);
jsonParams = json.toString();... -
18 Aug 2009 5:27 PM
Jump to post Thread: Connect to .NET WCF web Service by Roby
- Replies
- 17
- Views
- 6,270
here is the error when I use set:
java.lang.ClassCastException
at java.lang.Class.cast(Unknown Source)
at com.google.gwt.dev.shell.JsValueGlue.get(JsValueGlue.java:122)
at... -
18 Aug 2009 1:43 AM
Jump to post Thread: Connect to .NET WCF web Service by Roby
- Replies
- 17
- Views
- 6,270
Thanks again Colin,
Your suggestion come near the result I want, just one thing can't be resolve.
Params postParams = new Params();
postParams.set("key", "value");
JSONObject json = new... -
18 Aug 2009 12:44 AM
Jump to post Thread: Connect to .NET WCF web Service by Roby
- Replies
- 17
- Views
- 6,270
Dear Colin,
I have writa new WCFJsonReader for breaking up the Json respone and pass back to the JsonReader. It work fine now!!:)) Thanks so much!!
And now come to the problem similar to what... -
17 Aug 2009 10:00 PM
Jump to post Thread: Connect to .NET WCF web Service by Roby
- Replies
- 17
- Views
- 6,270
Thanks Colin with your kindly help;)
My code is simply like this:
ModelType Jsontype = new ModelType();
Jsontype.setRoot("GetStatusListResult"); -
17 Aug 2009 5:08 PM
Jump to post Thread: Connect to .NET WCF web Service by Roby
- Replies
- 17
- Views
- 6,270
Thanks Colin,
I am now successfully connect to my .net webservice.
But another problem from reading the Json response.
My json result string is something like this:
{"customers": -
17 Aug 2009 1:10 AM
- Replies
- 1
- Views
- 1,608
I am trying to get the JSON return from ASP.NET 3.5 WCF webservice in GXT2.0 with the below code:
ModelType Jsontype = new ModelType();
Jsontype.setRoot("GetStatusListResult"); ... -
14 Aug 2009 12:12 AM
Jump to post Thread: Connect to .NET WCF web Service by Roby
- Replies
- 17
- Views
- 6,270
Thanks Colin,
Actually I am using ExtJs 2.0 now, I am wonder any easiest way to change to Ext GWT.
What I concern most is that, how to adopt Ext GWT without any changes to my WCF webservice and... -
13 Aug 2009 5:01 PM
Jump to post Thread: Connect to .NET WCF web Service by Roby
- Replies
- 17
- Views
- 6,270
Is Ext GWT can connect to .NET WCF web service? Any code sample if possible?:D
Results 1 to 12 of 12
