Hello,
thanks for your help.

>> Warning: Hint: Unknown global symbol referenced: getSelectionModel
>> (QXticket.Application:367)

>>Or are you using the 'with' statement? I'm not sure if the generator can
>>handle this.
>>On the other hand I would not use the 'with' statement[1]!

The code is like this:
with (table) {
getSelectionModel().setSelectionMode(qx.ui.table.selection.Model.MULTIPLE_INTERVAL_SELECTION);
};

Is this the reoson for the message?
Is it better to write like this?

table.getSelectionModel().setSelectionMode(qx.ui.table.selection.Model.MULTIPLE_INTERVAL_SELECTION);

-- 
View this message in context: 
http://old.nabble.com/Unknown-global-symbol-referenced--No-resource-matched--asset-tp30651403p30651980.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to