Project

General

Profile

Defect #372

Servoy 6 warning for plugins.busy.block() function

Added by Thomas Schnaus over 12 years ago. Updated over 12 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Start date:
09/15/2011
Due date:
% Done:

0%

Estimated time:
Browser (if web client):

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

#1

Updated by Patrick Talbot over 12 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.

Also available in: Atom PDF