Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
5answers
20k views

Setting tab order in wpf

How do I set tab ordering in WPF? I have an ItemsControl with some items expanded and some collapsed and would like to skip the collapsed ones when I'm tabbing. Any ideas?
7
votes
2answers
673 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 ...
5
votes
1answer
333 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 ...
4
votes
2answers
331 views

Tab movement in shoes

I have a problem I have a: stack { flow { para "Enter text:" edit_line } edit_box } (simplified version). When user is on edit_line and presses tab, I want it to move to edit_box ...
3
votes
3answers
129 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 ...
3
votes
1answer
221 views

delphi : move between cells of string grid

thank you all for solving my problems and sorry for my many questions how can i move between cells of a string grid in delphi by tab or arrow keys . as you know , string grid in delphi has only one ...
3
votes
2answers
297 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 ...
3
votes
2answers
344 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
1k 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 ...
3
votes
2answers
2k 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
241 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 ...
3
votes
2answers
414 views

Controling tabbing focus within popup javascript widget context

I'm working on a lightbox style javascript plugin that pops up an image with next+previous buttons and a close button. I want to make it so that tabbing will only jump between the three presented ...
3
votes
1answer
4k views

Flash Tab Order changes

I'm trying to add some accessibility for screen readers into a Flash application, and am running up against a sticky point. The order for tabbing through elements is set by those elements' tabIndex ...
3
votes
6answers
3k views

Javascript: How do I skip items when tabbing without using tabindex?

Is there a good way, in a javascript onfocus() handler, to trampoline the focus to the next item in the tab order, without having to manually enter the ID of the item that should be next? I built an ...
2
votes
3answers
104 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 ...
1
vote
1answer
38 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
1answer
361 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) ...
1
vote
4answers
2k 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
363 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 ...
1
vote
2answers
638 views

WinForms TabOrder tool: Broken or just confusing?

I have a form with a bunch of panels, and some panels inside groupboxes. When using the TabOrder tool in Vs2005, the controls outside of containers are given integers (0), the controls inside panels ...
1
vote
2answers
168 views

How to make controls “tabable” when loaded from plugin in Cocoa app?

I have an application thad loads in plugins that have their own UI. There is an IBOutlet called ContainerView in my AppDelegate. When the plugin loads, it puts its own view (that is stored in a xib ...
1
vote
2answers
297 views

How to automate detection of out of order tab navigation in Qt dialogs?

Typically, a dialog wishes to have tab navigation proceed in an orderly fashion through a dialog that roughly corresponds to the order of reading a book. When new fields are added to a dialog by ...
0
votes
3answers
41 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.
0
votes
1answer
107 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
31 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 ...
0
votes
2answers
244 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 ...
0
votes
1answer
53 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
84 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 ...
0
votes
1answer
216 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
0answers
21 views

Tabing through a master page before tabing through the main content

I'm building a page that is wrapped in a master page. I would like to set a few tab-index in my content page but I would like to start tabbing in the master page before tabbing in the content without ...
0
votes
1answer
164 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 ...
0
votes
1answer
51 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
83 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
0answers
24 views

Tabbing over different Views

I am trying to create a web page with some dynamic fields like shown here. First Name (textBox)................Last Name........(textBox) DOB...........(textBox)................Sex ...
0
votes
1answer
113 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
89 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
75 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 ...
0
votes
1answer
81 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?
0
votes
1answer
396 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). ...
0
votes
1answer
118 views

Is there a simple way to allow tabbing between non-VCL and VCL controls on a Delphi form?

I have a Delphi form with a bunch of VCL controls, like TButton and TCheckBox, and an instance of the Scintilla text editor. I want to be able to tab into and out of the text editor but it looks like ...
0
votes
1answer
179 views

Tab order VSTO Excel

I'm looking through some VSTO excel code and there seems to be a major wheel reinvention swtich statement in an event handler which is attached to every control (text boxes, combos etc), calling ...
0
votes
1answer
589 views

WPF Popup tab key bug

I have a WPF Popup control with a ListBox and a Button in it. When I click the Button, it should become disabled. The problem is, that when I disable the Button, the Tab key goes out from the Popup. I ...