realbasic-nug
[Top] [All Lists]

Re: Listbox Mask

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Listbox Mask
From: Marcel <p dot marcel dot list at gmx dot de>
Date: Sun, 30 Apr 2006 10:39:55 +0200
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <CC1A4C27-F1D1-4731-9FF9-4668AF9A984F at sbcglobal dot net>
Hello!

In the CellGotFocus() event you can modify the EditField which is used for editing cell content.
In my case I did something with the text size and selected the text...

  me.ActiveCell.TextSize = 12
  me.ActiveCell.Bold = false
  me.ActiveCell.SelectAll()

Maybe you can just avtivate the Mask property of the ActiveCell the same way? I think so.

Best,
Marcel

On 30.04.2006, at 09:20, Wade Little wrote:

Is it possible to set a column in a listbox with mask? I have a listbox that I have set the 2nd column to editable and would like to have it have a mask so that when it is doubleclicked to edit it a mask property is used.

Can this be done...if so how??

Thanks a ton!!

Wade

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