Thanks very much
 
De : Thomas Leclaire [mailto:[email protected]] 
Envoyé : lundi 29 novembre 2010 11:24
À : [email protected]
Objet : Re: Own objects in wtkx files
 
Hello, 

yes, you can use personal objects. 

e.g. 

package my.pivot.project;

public class MyTablePane extends TablePane implements Bindable {
...
}


in the bxml file : 
<mypacket:MyTablePane 
         xmlns:mypacket="my.pivot.project"
         >
....
</ mypacket:MyTablePane>


Regards,
Thomas




2010/11/29 Jérôme Serré <[email protected]>
Hello Greg,

Is it possible to use my personal items in the files wtkx.
For example:

<MyTablePane Wtkx:id="tableau">
</ MyTablePane>

Knowing that MyTablePane  inherits of TablePane

If yes how I declare my class in the file?

Thanks


____________________________
La cave on-line pour gerer vos vins
 <http://85.216.59.161:8000/cave> http://85.216.59.161:8000/cave


 

Reply via email to