Code Comments
Programming Forum and web based access to our favorite programming groups.I want to call one GUI from another. The second one is a modal GUI that gathers a form full of data. I want to be able to pass that data back to the calling GUI via the command line: %somewhere in MainGUI.m data = ModalGUI; where data is the form data collected. I can't seem to get this to work.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.