The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
36 views

Tab order for php-based elements in a form

I currently have a form that has a few elements that are php-based. In the form, these php-based elements are skipped over when I tab through the form. How do I set the tab order for a php-based ...
0
votes
1answer
70 views

Tab order/tabindex setup for html.haml file in ruby

I've tried tabindex => '1' and tabindex = '1', but I cannot get tab index/tab order to work. I want to go from :full_name to :telephone to :address (it's the columns messing the ordering up). Any ...
0
votes
2answers
350 views

Where is the Tab Order Assignment dialog in Visual Studio 2012?

For as long as I can recall, Visual Studio has had an integrate dialog that allows you to easily organize the tab order of your controls. I've just created my first VS 2012 WinForms project, added ...
2
votes
2answers
162 views

Best way to insert control into tab order? [duplicate]

If there is an existing tab order on a large set of controls on a form, what is the easiest way to insert a control in the middle of that tab order without having to re-number the tab order of all the ...
0
votes
0answers
59 views

No tab order for controls on a VSTO Word add-in?

I built an application level add-in VSTO for Word that essentially mail merges our customer DB data into a doc. The problem is (and I've searched high and low), I want people to be able to use the TAB ...
0
votes
2answers
121 views

How to change text field selection order when using tab key

I'm still trying to think up how to re-word this title. Anyways so I have this contact form on my page here: http://leongaban.com/ When you click in name and fill it out you can then tab to the next ...
0
votes
1answer
140 views

Kendo UI Upload control requires additional tab…is there a workaround?

The upload control 'Select...' button remains the focus for the duration of 2 tabs when included in a form with additional inputs. The final output structure is as such and doesn't include any other ...
0
votes
0answers
127 views

QT: changing the tab traversal order on runtime?

you might be able to tell that I'm pretty new to QT... My program contains a window with several Widgets in a QGridLayout. Some of these Widgets have a layout and child widgets themselves. Pressing ...
0
votes
1answer
47 views

Flex4 taborder not working

when having several elements like radiobuttons, which - when selected - have additional fields the tab ordering is not properly working. in fact (in my project) the tab gets "catched" in between a ...
1
vote
1answer
124 views

Shift-tab issue

I am new to VB but working on a VB project now. I ran into a strange problem about Shift-Tab. The tabbing order is correct where it will go through all the textboxes, checkboxes, etc to the Accept ...
0
votes
3answers
274 views

How to move focus using up, down, left and right keys just like a datagrid in WPF?

In my WPF application, I want to move focus to the controls using up, down, left and right keys. Any ideas?
0
votes
0answers
60 views

CStarRating control cannot be tabbed into?

Using Yii PHP framework with the CStarRating widget. When tabbing through a form with this widget, the widget is skipped in the tab order. Is it possible to get this control to respect tabbing to ...
2
votes
1answer
316 views

TabOrder not working

I'm using Visual Studio 2010 and I was trying to put tab order to my textbox and combobox controls. The controls are put inside a TableLayoutPanel and its very difficult to select tab order for the ...
2
votes
1answer
456 views

C# tab order with radio buttons

SO i have a windows form application, there is a textbox which tells you what grocery item you want to select. There are 3 radio buttons answers which you can chose from and a button that submits that ...
0
votes
0answers
144 views

Reordering elements in Xaml Grid control to have a correct tab order during design time?

Visual Studio doesn't appear to be very intuitive when it comes to organising elements in the Grid control such that they have a relevant tab order. Is there a tool or way during design time to get ...
0
votes
1answer
109 views

Focus ring on NSPopupButton doesn't appear on pressing tab

I have a couple of NSPopupButtons on my view and they are defined as a newKeyView after one of the text fields. The problem is that somehow they are not getting the focus ring when pressing the tab ...
0
votes
0answers
93 views

Capture Tab click event inside Adobe AIR WebKit window

Adobe AIR app using NativeWindow and HTMLLoader does not tab through input elements. var opts:NativeWindowInitOptions = new NativeWindowInitOptions(); opts.type = NativeWindowType.NORMAL; ...
0
votes
1answer
187 views

Where does focus go in my Windows Forms form?

I set focus with the Tab order tool of Visual Studio 2010 for my component in a form. I tried a couple of times. Now, when focus is in the last Tab Index and if I press TAB many times, it goes ...
1
vote
1answer
345 views

Flex Mobile Tab Not Working

I am trying to make an mobile flex application that has tab order enabled. I am trying the following simple app and I am not getting any functionality from the tab key both in an emulator and on an ...
0
votes
1answer
247 views

recalculateKeyViewLoop doesn't work

In my cocoa application I want to change the key order of my views. I fill in the nextKeyView reference for all subviews in the desired order. In the view's awakeFromNib function I do the following: ...
0
votes
3answers
338 views

Restrict tab order to a single user control

I have a user control that behaves as a floating control, and I would like to restrict the tab order only to my user control when its visible. Basically what I need is to have a control that behaves ...
3
votes
3answers
2k views

Delphi tab order

The tab order on my form in Delphi (Embarcadero® Delphi® 2010 Version 14.0) is incorrect, which means the tab key skips to seemingly random items in the form. However, when I go and change it in ...
1
vote
1answer
557 views

Textbox gets back focus upon timepicker close

I'm using the timepicker plugin for jquery. Once users selected a date+time and click on the "Done" button, which basically just closes the dialog, I want the textbox where datetime is set to gain ...
1
vote
3answers
58 views

Order by in SQL query

I need to select distinct vehicle.model rows and sort them by the rate.day value. Little help with a query please? Thanks for considering my question.
1
vote
1answer
1k views

Setting tab order in wpf when use from UserControls?

I have a User Control like this: <UserControl x:Class="MySample.customtextbox" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
0
votes
1answer
166 views

tab only through items inside grid

I have some controls inside a Grid, and that Grid is a child container of another container, which is also a child container of another container and so on. The tab order of controls inside the Grid ...
2
votes
3answers
2k views

Control Tab Order in Visual Studio 2010

Is there an easy way of changing the tab order of controls on a complicated form in the Visual Studio forms designer. I know that I can select the Tab Order mode and it shows me all the controls ...
2
votes
3answers
998 views

Specified Tab Order is not being followed?

Why isn't my XAML following the TabOrder I specified? I currently have: <DockPanel> <Grid DockPanel.Dock="Top"> <UserControl TabIndex="0"> <StackPanel ...
0
votes
1answer
151 views

Grails tab order

I was recently given a project to modify and I know very little about Grails. All I need to do is edit the code to make it so the user does not have to use a mouse, so I need to set the tab order. ...
0
votes
2answers
262 views

Selected RadioButton receives tab out of order

I have a custom control: a Listbox defining a set of ListItemBox's, which each contain a RadioButton. I have not set the TabIndex for each of these individually, as the list is being read in ...
1
vote
1answer
808 views

Flex form inside Pop up window - Tab (order) between forms not working

when user clicks on Add button, then a pop up button will be opened with certain form elements (like textinput, date field, text area).. When i used 'TAB' inside this form,it is not working. I found ...
0
votes
1answer
579 views

Other ways to change tab order programmatically in a dialog

I'm trying to track down why some of my dynamically created child controls in a Windows dialog are out of order when it comes to navigating them with the tab key. In the absence of anything else ...
3
votes
3answers
3k views

Tab Order in ASP.NET MVC 3 Helpers

Hope you are doing well. My Question is: How can I use Tab Order property for following code: <td> @Html.EditorFor(model => model.Cost) ...
4
votes
2answers
907 views

delphi : move between cells of string grid

How can I move between cells of a string grid in Delphi by tab or arrow keys? As you know, a string grid in delphi has only one tab order but I need to move between cells by arrow keys or tab to be ...
0
votes
1answer
166 views

Programatically focus a UI element that was re-enabled in the prior statement

I'm developing a form and one of the requirements for it is that the majority of the fields be disabled until the first two have been completed. For the sake of usability I want it set up so after ...
0
votes
1answer
172 views

Want to merge data from two different Grids

I am working on a silverlight application and am creating girds dynamically with each having one row and two columns. In the first grid I am populating column with some fields(text box/ combobox/ ...
0
votes
2answers
351 views

WPF custom textbox takes two tabs to get to text?

I have a custom textbox control that displays its name when there is no text inside of it, but for some curious reason I have to hit tab twice to get from the previous element to get into the ...
0
votes
1answer
186 views

How do I keep the tab order within the currently selected sub-form in Visual Studio 9?

I'm working on a hand me down application for work and the tabbing order is a mess. First I should note that there are many, many (even 4 layers nested...) sub-forms with multiple tabs. There are two ...
0
votes
1answer
196 views

Do parent controls have an effect on the TAB INDEX of the inner control?

In my form I have a splitter and then a panel inside it and then an ActiveX control from VB 6.0 (It is something like a tree control) inside this panel. I have set a TabIndex for this ActiveX ...
3
votes
2answers
1k views

Why do labels and frame have a “Tab Index” property in VB6?

Does anyone know why Labels and Frames (and possibly other controls) have a TabIndex property in VB6? Is there some use for it; some feature of GUI programming I ought to be incorporating in my ...
0
votes
1answer
144 views

Is Widows tab-order == HTML Z-order?

If I use a Windows program to generate HTML forms, can I say that Windows tab-order == HTML Z-order?
4
votes
2answers
1k views

In wpf, how can I get the next control in the tab order

All, I know how to set the focus to the next control in the tab order, but I don't actually want to change focus... I just want to get the next control in the tab order (perhaps get the previous, ...
3
votes
2answers
3k views

WPF tab order working wrong

I have a view in WPF that I have been fighting to get the tab order correct on. I have three text boxes (lets call them Text1, Text2, and Text3) and two custom controls, each of which has several ...
8
votes
2answers
2k views

WPF hosting a WinForm, Tab Navigation problems

I have run into issues when hosting a WinForms form within a WindowsFormsHost and the tab navigation. To solve I have made this simple example: Created WPF Window (starting point of app) Created ...
1
vote
4answers
4k views

WPF tab order with custom controls?

I have a WPF page that contains several out of the box controls with the tab order set. I have a custom control (NumericSpinner) that contains: border/grid/text box/2 Repeatbuttons (up/down). Two ...
1
vote
1answer
539 views

Effective way of (on a tabcontrol) tabbing through controls automatically pages through TabControl.tabs

I've tried editing this to differentiate between 'tabs' on a tabControl and 'tabbing' through controls with the tab key, but I'm just going to power through and hope the meaning is clear.... I have a ...
4
votes
2answers
5k views

How to change tab ordering in Flex (Actionscript, SDK 3.5)

The flex tab ordering is important both for usability (obvious) and accessibility (it defines the screen readers read ordering). However, Flex 3.5 seems to have next to no support to influence it for ...
3
votes
3answers
344 views

VB.NET Limit to Tab Ordering?

I have inherited a frankenstein VB6 "Converted" to VB.NET winform application. This application has a metric ton of fields in it, the users rightfully complained that the tab order is off (after a ...
0
votes
1answer
689 views

TabStop/TabIndex behaves erratically within TableLayoutPanel

I've got a rather complex TableLayoutPanel with close to 40 controls on it. Some are read-only, and some don't need user attention unless in very special cases (which can then be accessed with mouse). ...
5
votes
1answer
593 views

Tabbing in and out of Java applet on web page

I have a Java applet with several focusable elements that is embedded in a web page. Is it possible to make the elements in the applet part of the logical tab order of the rest of the page? To ...

1 2