Hi,

I need a list in a window, this list query to sqlite and show the data, with
a filter i need change the data in the list, i have this 
http://tinyurl.com/mp73qlw <http://tinyurl.com/mp73qlw>  

The way to do this is not correct, but I tried them through a set of
qx.ui.form.list inherited class but have had no success. The idea is to
create a class that is responsible to decide thetable to consult and deliver
the model for use where necessary.

vat list= new timerecording.ui.utilidades.lista();
list.init( 'calle');
                
                lista.addListener( "completed", function( ev)
                {
                        grupo_seleccion.add( lista.modelo);
                                
                        grupo_seleccion.add( grupo_detalles);
                }, this);

Where 'calle' is a table in sqlite Db

You can create a class that inherits from qx.ui.form.list for this. And the
list delivered already filled with data. That way I could create a function
to use a filter and I dynamically change the data displayed.

In this window if you leftClick  in the right txtBox a popup is show and you
select the data. With this data i need filter the list.....
<http://qooxdoo.678.n2.nabble.com/file/n7584459/08.png> 

I mean I know that bad but I hope at least something is understood, or at
least I can only hope to blame the google translate

Best Regards



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Qx-ui-Form-List-make-a-class-query-data-to-sqlite-server-tp7584459.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to