Re: How to solve LOGIC ERROR: Held resource owner
- Posted by Euman_Overman Oct 11, 2011
- 37353 views
You are overwriting 'data' w/o using it and I'm not sure why You're making needless calls and insertions
data = getFontSize(OPTIONSWINDOW) data = getFontSize(MLE)
Regards, Euman