gettingstarted
[Top] [All Lists]

Re: Hide/Show window

To: "Getting Started" <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Hide/Show window
From: "Roger Meier" <roger dot meier at pobox dot com>
Date: Wed, 27 Apr 2005 16:08:12 -0700
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <BE957B32 dot 1D3D%brian at heibertservices dot com>
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>

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