Hey all, I've got a wee ticker app (based largely on Melba23's code) which is designed to display the contents of a text file. In order to be able to change various settings of this such as the file that it displays and the font size, I'm wanting to create a Settings GUI which will display when you choose a menu item. I've worked out how to code the new GUI (I think!), but I'm not sure how to call it from the main program window. If I code it as an include file, the new GUI tries to run wh