gettingstarted
[Top] [All Lists]

Re: Hide/Show window

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Hide/Show window
From: Brian Heibert <brian at heibertservices dot com>
Date: Wed, 27 Apr 2005 18:00:21 -0500
Delivered-to: gettingstarted at lists dot realsoftware dot com
On 4/27/05 5:49 PM, "POIDINGER, Michael [JJRAU]" <MPOIDING at MEDAU dot JNJ dot 
com>
wrote:

> 
> 
> 
> 
>> -----Original Message-----
>> From: gettingstarted-bounces at lists dot realsoftware dot com
>> [mailto:gettingstarted-bounces at lists dot realsoftware dot com] On
>> Behalf Of Brian Heibert
>> Sent: Thursday, April 28, 2005 8:24 AM
>> To: Getting Started
>> 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
> 
> Could be the spelling mistake  Show consoie not Show console
> _______________________________________________
> 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>
> 
Thanks it's fixed. Sorry I didn't see that.

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>

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