gettingstarted
[Top] [All Lists]

Re: Hide/Show window

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Hide/Show window
From: Richard Rhyan <taliesin dot amaireaga at gmail dot com>
Date: Thu, 28 Apr 2005 09:48:50 -0500
Delivered-to: gettingstarted at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iyIMcdGGFEEvdHVYI6aDkUavHvZO2BpkM2WUiig8ZlXHDLZKrbuqI/MT/KcKCWzqKwKzqRxsJTNwaRDXErdYtV2oH5PfYq+TMm2gHD0nm1KrxOMAdZ/8sEzE4SzcDIbtDdsyp9Whv3xQWzzgqnQA9A1RjtFx9GKm9VdXCmL35qE=
References: <BE957B32 dot 1D3D%brian at heibertservices dot com> <01be01c54b7e$022181c0$6434a8c0 at advancedbionics dot com>
Or better yet, use constants.

On 4/27/05, Roger Meier <roger dot meier at pobox dot com> wrote:
> check the spelling of your strings
> 
> ----- Original Message -----
> From: "Brian Heibert" <brian at heibertservices dot com>
> To: "Getting Started" <gettingstarted at lists dot realsoftware dot com>
> Sent: Wednesday, April 27, 2005 3:24 PM
> Subject: Hide/Show window
> 
> >I know it must be obvious but I can't figure it out
> >
> > I have this code to hide and show the console window in my app
> >
> >  If EditHideConsole.text = "Show Console" then
> >    WinConsole.hide
> >  else
> >    WinConsole.show
> >    EditHideConsole.text = "Show Consoie"
> >  end if
> >
> > And I tried reversing it.
> >
> > But the text only changes once to Show Console and the console window
> > doesn't hide or show
> >
> > What am I doing wrong?
> >
> > Brian
> > _______________________________________________
> > Unsubscribe or switch delivery mode:
> > <http://www.realsoftware.com/support/listmanager/>
> >
> > Search the archives of this list here:
> > <http://support.realsoftware.com/listarchives/lists.html>
> >
> >
> >
> >
> 
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
> 
> Search the archives of this list here:
> <http://support.realsoftware.com/listarchives/lists.html>
>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>