Re: [qooxdoo-devel] Accessing callstack or similar

2008-07-16 Thread Matthew Gregory
Thanks, I guess only having the function called from the base class isn't possible then :( I can get the same behaviour by adding custom.io.FormReader.read() to each constructor for a class that has design data but it is just one more thing to remember. Ah well! Thanks! Matthew Hugh Gibson wr

Re: [qooxdoo-devel] Accessing callstack or similar

2008-07-15 Thread Hugh Gibson
> I'm trying to do something but keep running into a problem :( > I am working on a solution to easily create complicated window > layouts in a large application. The idea is to have a static member > of each window called "design" which describes the layout of each > window. I can do this OK, t

[qooxdoo-devel] Accessing callstack or similar

2008-07-15 Thread Matthew Gregory
Hi All, I'm trying to do something but keep running into a problem :( I am working on a solution to easily create complicated window layouts in a large application. The idea is to have a static member of each window called "design" which describes the layout of each window. I can do this OK, the