Re: How to solve LOGIC ERROR: Held resource owner

new topic     » goto parent     » topic index » view thread      » older message » newer message
sergelli said...

I need "a while ..." because I made a dialog box that captures the parameters used in the fonts and some others that are not in function "OpenDialog ().

Do you think "a while ..." is a bad feature?

No exactly bad but unnecessary. Here is what your routine could look like ...

function OptionsHaveChanged()  
	integer temp  
 
	openDialog(OPTIONSWINDOW)  
 
	temp = hasOptionsChanged  
	hasOptionsChanged = -1  
	return temp  
end function  
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu