gettingstarted
[Top] [All Lists]

Re: Read Only fails with PC

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Read Only fails with PC
From: Terry Ford <tmford at shaw dot ca>
Date: Sun, 27 Aug 2006 16:07:53 -0700
Delivered-to: listarchive at realsoftware dot com
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <9DA65CAA-1F4A-45AF-A7A8-2B56FA9FC777 at usa dot net>

On Aug 27, 2006, at 2:56 PM, Robert Poland wrote:

Hi,

REALbasic 2006 Release 3, OS 10.4.7 (Intel)

I have set the Behavior Property of an EditField to ReadOnly. That works fine with the Mac, Does nothing with the PC.

My book says EditField1.ReadOnly As Boolean

That's correct. The ReadOnly property of an Editfield is a Boolean. BTW, what is "My book"?

I also tried EditField1.ReadOnly As Boolean = True

Wrong syntax there. It should be EditField1.ReadOnly = True.

These both result in an error.

Is this another gotcha from Microsoft?

No, it's an example of how you are having problems relating the Language Reference to the actual code used in REALbasic.

Have you done the Tutorial? It can help you understand many of the questions you have been recently asking.

Terry

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