Re: pv31 Tab Question
- From: Bob Keeney <bobk@xxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Wed, 18 Jun 2008 21:03:40 -0500
Ack. Seems silly I didn't think of that myself.
Thanks,
Bob K.
On Jun 17, 2008, at 4:21 PM, Brendan Murphy wrote:
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.
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.
- References:
- pv31 Tab Question
- From: Bob Keeney
- Re: pv31 Tab Question
- From: Brendan Murphy
Other related posts:
- » pv31 Tab Question
- » Re: pv31 Tab Question
- » Re: pv31 Tab Question
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/ftcdevUnsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in the subject field.
- pv31 Tab Question
- From: Bob Keeney
- Re: pv31 Tab Question
- From: Brendan Murphy