On 17.12.01 at 18:10 Mark Wilkinson wrote: >I sent it to my client the other day and when he >starts it >up all menu buttons are greyed out and inoperative right from the start... >P.S. It is a joint Win32GUI & Tk application... could that be causing the >problem?
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? 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. Anyhow, try a BEGIN { }. Marcus