Re: Tabbing in and out of Cute Editor

  •  04-13-2009, 2:51 PM

    Re: Tabbing in and out of Cute Editor

    I would like to TAB BETWEEN controls - not within the editor. So, tabSpaces = -1 - I understand I have to set this.
     
    I found out some more info on this but need your help on how to set it correctly.
     
    If the tabIndex is set to something other than "0" (zero) then the TABBING BETWEEN controls does not work. For the example I sent you if the tabIndex=0 for ALL Controls and TabSpaces=-1 then TABBING works between controls - and that is what I want. When I say tabbing between controls I mean you start at the text box, press TAB, and you are now in the editor and can type, press tab again and I am in the second editor ready to type.
     
    AS SOON AS THE TABINDEX IS CHANGED TO SOMETHING OTHER THAN 0 (ZERO) when you tab to the editor it just outlines outside of the editor - the cursor does not go inside. It does not behave the same way as if the tabIndex = 0.
     
    Could you please run my example so that you can see what happens. The problem is the tabIndex property.
     
     
View Complete Thread