From: Kyle Coogan on
I'm trying to figure out where to place code in a GUI that will only run once upon opening. All the code that gets placed in the OpeningFcn is ran every time a PushButton is pressed.

Thanks in advance,
KDC
From: jason on
On Mar 17, 2:31 pm, "Kyle Coogan" <coog...(a)gmail.com> wrote:
> I'm trying to figure out where to place code in a GUI that will only run once upon opening.  All the code that gets placed in the OpeningFcn is ran every time a PushButton is pressed.
>
> Thanks in advance,
> KDC

if you wait until later i will e-mail you some code. its at home.
this is not very difficult once you figure it otu
From: jason on
On Mar 17, 2:31 pm, "Kyle Coogan" <coog...(a)gmail.com> wrote:
> I'm trying to figure out where to place code in a GUI that will only run once upon opening.  All the code that gets placed in the OpeningFcn is ran every time a PushButton is pressed.
>
> Thanks in advance,
> KDC

hey post your code