in reply to Re: Server with GUI
in thread Server with GUI

you cannot run network connection code, within your GUI setup code blocks. You have the network connection code, right within the package Demo::App::Frame. So it must do it thing, before the GUI shows.

I tried moving it to the top. I still can't get them both to happen.