[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: How to pass parameters between open GUI's

Try assigning the input from the user to the function's output argument and
then explicitly call <close;>.

Roy

"Thel Milton" <nospam@nospam.com> wrote in message
news:eed0980.-1@webx.raydaftYaTP...
> I have a main GUI and another GUI window that is opened, from the
> main one,
> when the user chooses a specific option. In this secondary GUI I have
> to implement an 'OK' button that passes the parameters introduced by
> the user
> to the main GUI but WITHOUT CLOSING the secondary window, i.e., I
> have to pass the
> information to the main GUI preserving the second GUI opened.
> Failed solutions I have tried:
> - using 'varargout': it's only possible closing the window.
> - using global variables in the main and second GUI: the main GUI
> doesn't recognize them.
>
> Any ideas are wellcome. Thank you in advance.


[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index