Re: How to solve LOGIC ERROR: Held resource owner
- Posted by sergelli Oct 11, 2011
- 37445 views
You are overwriting 'data' w/o using it and I'm not sure why You're making needless calls and insertions
Euman
The above was done to try to reproduce an environment where we get an error "code 425"
This error can occur in lines that have instructions like these:
getFont ()
setFont ()
This is why I used them more than once.I know it seens stupidity
Please keep in mind that this code is just a small summary of a much larger code,
I summarized it, to facilitate the vision of where the error occurs.
But to generate the error, I need to keep statements that seem unnecessary here.
That's not what Derek request to analyze the error?
Do not think it strange that the error does not occur when using a different font in a MLE window?
Sergio