1. More info in IDE instance problem
- Posted by CoJaBo <cojabo at suscom.net> Feb 11, 2004
- 442 views
When I uncheck the "one instance of IDE" checkbox, it works, BUT if I close it and open it again it won't work unless I uncheck and recheck the checkbox. This doesn't seem to be run when IDE starts and checks the "one instance of IDE" setting: procedure MenuInstance_onClick (integer self, integer event, sequence params)--params is () if not isChecked( MenuInstance ) then --turn on multiple instance w32Proc(xCloseHandle,{hMutex})--When this is run, it works. --it dosn't seem to be run when IDE starts and checks the --"one instance of IDE" setting: end if end procedure