gettingstarted
[Top] [All Lists]

Re: Back color on/off

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Back color on/off
From: Tristan <tornado at athenet dot net>
Date: Mon, 30 May 2005 15:25:18 -0500
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <514ab7118da37c26469e68abed65b79a at athenet dot net> <429A5208 dot D231BA0E at online dot no> <00ad78f3408ff9afb11c21e061092995 at athenet dot net> <429B518F dot A70046DF at online dot no>
I made the property ToggleFlag as Boolean and inserted the code, did the exact same thing.

Should probably try making the window a document window for a work around...
Lets try...

On May 30, 2005, at 12:46 PM, Eirik Karlsen wrote:

Yes it does...I tested it!
I dunno about that metal window...I used the default document window.


Tristan wrote:

That didn't work.

On May 29, 2005, at 6:36 PM, Eirik Karlsen wrote:

If ToggleFlag=True Then
    ToggleFlag=False
    Window1.hasBackColor=True
  Else
    ToggleFlag=True
    Window1.hasBackColor=False
  End If

--
*******************************************
VISIT MY HOME PAGE:
<http://home.online.no/~eikarlse/index.htm>
LAST UPDATED: 23/08/2003
*******************************************
Regards
Eirik Karlsen


_______________________________________________
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>