Changes between Initial Version and Version 1 of Ticket #250


Ignore:
Timestamp:
2025-01-28 15:31:23 (2 days ago)
Author:
kyle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #250 – Description

    initial v1  
    1 It is suspected that while COBIA waits for the marshaled Edit call to complete, it blocks the main thread and does not process messages, causing UI hangs. 
     1An out going call on the UI thread blocks the main thread and does not process messages, causing the UI to hang. 
    22 
    33There are possibly a number of messages that need to be processed and forwarded to the parent window. The exact message the parent window is waiting for needs to be identified. 
     4 
     5In this case, it was a SendMessage waiting to be processed.