Re: pv31 Tab Question
- From: Brendan Murphy <bmurphy@xxxxxxxxxxxxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Tue, 17 Jun 2008 16:21:49 -0500
Bob Keeney wrote:
If I have multiple FTC's on a page, how do I get them to respond to
a tab rather than letting them switch focus to the next control? I
can demonstrate this issue with the demo app Multiple Editor window
by putting the cursor in the left control and hitting tab. Instead
of handling the tab it switches to the right control.
Is there an 'Accept Tabs' property to keep the focus switch from
happening? Do I have to handle the event myself? If so, how?
There is an AcceptTabs property that inherited from the canvas
class. For some reason I hid the property from the design time
interface. I will turn this on in the next preview. As quick fix
for yourself, access the property list for the the FormattedText
class and turn on the AcceptTabs property so that it shows up in
the IDE and then you can set it as you see fit.
FTC Website:
http://www.truenorthsoftware.com/FormattedTextControl/FormattedTextControl.html
Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev
List Archive: www.freelists.org/archives/ftcdev
Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in
the subject field.
- Follow-Ups:
- Re: pv31 Tab Question
- From: Bob Keeney
- References:
- pv31 Tab Question
- From: Bob Keeney
Other related posts:
- » pv31 Tab Question
- » Re: pv31 Tab Question
- » Re: pv31 Tab Question
Is there an 'Accept Tabs' property to keep the focus switch from happening? Do I have to handle the event myself? If so, how?
- Re: pv31 Tab Question
- From: Bob Keeney
- pv31 Tab Question
- From: Bob Keeney