Defect #372
Servoy 6 warning for plugins.busy.block() function
0%
Description
I get the warning:
"The function block(Scriptable) is not applicable for the arguments (Object)"
in:
var params = {
processFunction: m_jasperreport,
message: msg,
opacity: 0.5,
paneColor: '#000000',
textColor: '#FFFFFF',
showCancelButton: false,
cancelButtonText: ''
};
plugins.busy.block(params);
How can I fix this?
History
Updated by Patrick Talbot over 13 years ago
- Status changed from New to Rejected
This is not a problem in the plugin, which is still working the same, even with this warning...
This is a problem with the way Servoy 6 DLTK parser is viewing Scriptable (the Java interface of a JavaScript object).
I talked to it to Johan already, and this is going to be fixed in Servoy 6.0.1
For better handling of plugins and beans though (like overloaded methods in Java - seen as optional parameters in Servoy) this will take longer.
But in any case this is a Servoy 6 issue not plugins/beans.