Re: Read Only fails with PC

2006-08-27 Thread Terry Ford
On Aug 27, 2006, at 4:59 PM, Robert Poland wrote: Found the cure. Deleting the Mask on each of the Fields cured the problem. Not sure why it was ever there. Probably from some earlier permutation. The mask really only applies to the user typing text so, in a ReadOnly Editfield, it probabl

RE: Read Only fails with PC

2006-08-27 Thread Walter Purvis
ReadOnly works as expected in editfields on Windows, using RB2006. ___ Unsubscribe or switch delivery mode: Search the archives of this list here:

Re: Read Only fails with PC

2006-08-27 Thread Robert Poland
On Aug 27, 2006, at 5:44 PM, Robert Poland wrote: On Aug 27, 2006, at 5:16 PM, Terry Ford wrote: On Aug 27, 2006, at 4:08 PM, Robert Poland wrote: With XP Pro. The fields in question are for numeric totals. I am able to change the numbers in the fields but they return later via the pro

Re: Read Only fails with PC

2006-08-27 Thread Robert Poland
On Aug 27, 2006, at 5:16 PM, Terry Ford wrote: On Aug 27, 2006, at 4:08 PM, Robert Poland wrote: With XP Pro. The fields in question are for numeric totals. I am able to change the numbers in the fields but they return later via the program. Not a major problem but very disconcerting. R

Re: Read Only fails with PC

2006-08-27 Thread Phil M
On Aug 27, 2006, at 4:27 PM, Robert Poland wrote: Wrong syntax there. It should be EditField1.ReadOnly = True. Tried this, No error, Still allows writing on PC. The syntax is correct. So if the EditField still allows editing on the PC, then it is either a REALbasic bug or a bug in your co

Re: Read Only fails with PC

2006-08-27 Thread Robert Poland
On Aug 27, 2006, at 5:07 PM, Terry Ford wrote: 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

Re: Read Only fails with PC

2006-08-27 Thread Terry Ford
On Aug 27, 2006, at 4:08 PM, Robert Poland wrote: With XP Pro. The fields in question are for numeric totals. I am able to change the numbers in the fields but they return later via the program. Not a major problem but very disconcerting. ReadOnly, only prevents the user from typing or dr

Re: Read Only fails with PC

2006-08-27 Thread Terry Ford
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 ReadOnl

Re: Read Only fails with PC

2006-08-27 Thread Robert Poland
On Aug 27, 2006, at 4:10 PM, RBNUBE wrote: Is this another gotcha from Microsoft? Keep in mind that there are "gotchas" with Mac, too. Also remember that it's more difficult to code cross platform. What works on the OS you're working on, may not work as expected (or at all) on another.

RE: Read Only fails with PC

2006-08-27 Thread RBNUBE
> Is this another gotcha from Microsoft? Keep in mind that there are "gotchas" with Mac, too. Also remember that it's more difficult to code cross platform. What works on the OS you're working on, may not work as expected (or at all) on another. You'll have to get used to this :) > Does nothin

Read Only fails with PC

2006-08-27 Thread Robert Poland
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 I also tried EditField1.ReadOnly As Boolean = True These both result in an error.