Well, I couldn’t get that to work, Ian. Part of the problem is I’m still using API 1, so I converted your line of code to use Xojo.Core.Timer.CallLater … But I’m getting the old error message:
“There is more than one item with this name and it’s not clear to which this refers”
Ah, OK. So you may have to use:
Xojo.Core.Timer.CallLater( 0, AddressOf ShowWindowMethod )
I believe I tried that same code and got the same error message I stated above. I’m wrapping it up for the evening (been at it 12 hours today) and will try that code again in the morning. I’ll get back to you on it. Thanks again for your considerations on this!