Hi,

I think that the RPC server when make the reply to query, pass to qooxdoo
the next:

RPC_Reply= [
[ Headers],
[ Data],
[ 'Max long string', long of string, pos in data]
]

and with:

var dimensions = qx.bom.Label.getTextSize( RPC_Reply[ 2][ 0]); 

get the dimensions of text max long.

But in the

var Tabla_Detalles_Ote = new qx.ui.table.Table(Model__Tabla_Detalles_Ote,
tableColumnModelResize);

I need pass de Model__Tabla_Detalles like that:

Tabla_Ote_x_Dia.setTableModel( Model__Tabla_Ote_x_Dia);

And for pass tableColumnModelResize, can i make
Tabla_Ote_x_Dia.____________??

The problem is that the definition of the table is in other side of code and
the application of data to tab le is in a event.....

Thanks and Bets Regards.






--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/qx-ui-table-Table-set-lenght-of-columns-automatic-tp7583531p7583577.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to