Author:Oleg
Posted: Thu Dec 29, 2016 11:53 am (GMT+1)
I guess it is the key reason of the issue.
Your UI is a modeless, possible has own thread.
I dont know a UI message loop and a threading details in you case.
But I think you cannot call any API functions directly.
I have no any ready solutions.
But I think the ACAPI_Command_CallFromEventLoop may help.
Posted: Thu Dec 29, 2016 11:53 am (GMT+1)
Quote: |
I use the "Show" method. |
I guess it is the key reason of the issue.
Your UI is a modeless, possible has own thread.
I dont know a UI message loop and a threading details in you case.
But I think you cannot call any API functions directly.
I have no any ready solutions.
But I think the ACAPI_Command_CallFromEventLoop may help.