Marcus wrote:
> I have seen something like that when I experimented with using both
> GUIs together. Did you create an executable and try it outside of your
> development environment?
no, but that is the next thing on my list.
> I think what I did was to place the call to Tk in the BEGIN routine I
> use for the splash screen. I didn't investigate why it was neccessary
> because I then decided to re-write what I needed in Win32::GUI.
that doesn't clarify why it would be fine in some environments (my two),
but not in others (his)...
> Anyhow, try a BEGIN { }.
that actually doesn't work for me so well, as I have to issue the MainLoop
statement in several locations depending on how the program is initialized
post-startup... but I'll see if I can rearrange things to make it work.
thanks for the info!
M