Re: DevMode for Firefox 14

2012-07-25 Thread Quincy Hsieh
Thanks! Alan. Very useful. Alan Leung於 2012年7月18日星期三UTC+8上午8時08分06秒寫道: While I am technically no longer on the team, I got curious and started looking at the FF14 changes. There were some slight changes in the JS Object layout again but they seem easy enough to fix. I have built it for

Re: Weird error on RPC calls

2010-10-05 Thread Quincy
Are you intending for ActualModelData to extend MyModelData rather than ModelData? Yes - sorry my typo. I would have loved to step through the source for the serializer and try to work out why that field didn't get serialized, but I don't know where to find that code. Thanks, Quincy -- You

Weird error on RPC calls

2010-10-04 Thread Quincy
Hi, I'm encountering a problem that I can't work out related to RPC and inheritence - the instance variable in my parent class didn't get serialized. I'm using GXT for my project. Below are my code snipplet: /* The data that are transmitted over the wire */ public abstract class MyModelData