On 01/30/2012 09:03 AM, matteomasina wrote:
> Ok so :
>
> I have one class that extends the window class,
>
> from the main application I would like to set 2 properties :
>
> "db" and "object_need"
>
> these are two strings.

You mean the values of those properties are strings?!

> When the window charge,

"change" ?!

>   I want to call a query

A method?

>   to charge some data into the
> fields of window.
>
> Everything works fine,

So what is your current approach? How did you implement that?

>   the only problem is the best way to transmit these
> parameters to the window.

Why don't you just define these as qooxdoo properties on your class, and 
then call their setters, like

obj.setDb("foo");
obj.setObjectNeed("bar");

?

T.


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to