Page 2 of 2

Re: LockIndicator not working when using IWCGJQShowMessage

PostPosted: 24 Jul 2014 17:55
by Alexander Bulei
Hi sesam,

In this case, you can't use the global indicator.
Global indicator works only when event name is OnClick.

You should assign it to OnCallback event.

Also, we fix issue with GetFixedScript of OnCallback event of context menu item.

Code: Select all
IWCGJQContextMenu
- Fixed: call iw method AddChangedControl in GetFixedScript of item


Best Regards.

Re: LockIndicator not working when using IWCGJQShowMessage

PostPosted: 25 Jul 2014 11:44
by sesam
Sorry, I don't understand.
I assigned it to OnCallback event...

So how can I get the Indicator work unsing ContextMenu?

Thanks,
Andreas

Re: LockIndicator not working when using IWCGJQShowMessage

PostPosted: 25 Jul 2014 11:45
by Alexander Bulei
Hi sesam,

I assigned it to OnCallback event...


Where?

Best Regards.

Re: LockIndicator not working when using IWCGJQShowMessage

PostPosted: 25 Jul 2014 12:01
by sesam
I assingned the Indicator to the OnCallback event of IWCGJQContextMenu
and to the OnCallback event of the Item... Nothig happens...

Thanks,
Andreas

Re: LockIndicator not working when using IWCGJQShowMessage

PostPosted: 25 Jul 2014 12:05
by Alexander Bulei
Hi sesam,

Also, we fix issue with GetFixedScript of OnCallback event of context menu item.

CODE: SELECT ALL
IWCGJQContextMenu
- Fixed: call iw method AddChangedControl in GetFixedScript of item


You need last build V2.2.1.13 ;)

Best Regards.

Re: LockIndicator not working when using IWCGJQShowMessage

PostPosted: 25 Jul 2014 12:09
by sesam
I'm using the last build 2.2.1.13
and it still doesn't work...