79521360

Date: 2025-03-19 20:55:39
Score: 1
Natty:
Report link

The error message suggests that ccObject.ShowWaitCursor(true); is being called with an incorrect number of arguments, or the method doesn't exist in CodeCharge Studio 5.1.

Check if ccObject.ShowWaitCursor() Exists in CCS 5.1

Also, Some APIs change between versions. Try calling ccObject.ShowWaitCursor(); without the argument:

Ensure that all required JavaScript files are included in CCS 5.1. Look for any JavaScript errors in the console that might indicate missing files.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: M_G