Changes between Initial Version and Version 1 of Ticket #250
- Timestamp:
- 2025-01-28 15:31:23 (2 days ago)
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.1 An out going call on the UI thread blocks the main thread and does not process messages, causing the UI to hang. 2 2 3 3 There 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 5 In this case, it was a SendMessage waiting to be processed.