Re: How to solve LOGIC ERROR: Held resource owner
- Posted by sergelli Oct 11, 2011
- 37402 views
mattlewis said...
sergelli said...
DerekParnell said...
If you've got a minimal sample program that demonstrates the problem I'd appreciate testing it here.
Sorry, this is the smallest "code" I could do.
I haven't run your code or examined it in detail, but I think that you should probably not have that infinite loop in there. Is there a reason for doing that instead of simply handling the event when it needs to be handled?
I'm guessing that you really want the options window to be modal. I'm pretty sure there's a way to do that in Win32Lib (been a while, so I don't recall how off the top of my head).
Matt
I'm using this "infinite loop" to keep a semblance of the code (much greater)I'm having problems.