Tagged Questions
The tabbing tag has no wiki summary.
6
votes
1answer
380 views
Issue with echo and tab in Bash
I would like to know if its possible to do formatting using echo in shell scripting.
Here is a small code snippet which is giving me the problem
echo -en "\rFileName : $filename : $index ...
3
votes
1answer
332 views
Tab to next control from within the datagrid
The use of tab keys within the WPF datagrid is my big issue these days. Oh, the datagrid. Why does it behave like it does anyway... :S
1st: I want to disable the ability to use the tab key within the ...
3
votes
3answers
185 views
vim smart tabbing
In emacs, whenever tab is pressed, the cursor moves to the appropriate location on the current line. However, in vim, this does not happen, the tab is a given length and will go that far every time I ...
3
votes
2answers
415 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 ...
2
votes
1answer
347 views
Tabbing in a TreeView Silverlight 4.0
I have a tree view. I am creating the tree view items dynamically. Each tree view item has a stack panel for a header. The stack panel contains a label, four text boxes, and two buttons. I have a ...
2
votes
1answer
391 views
WPF FocusManager interferring with focus
I have a grid, and in the grid I am setting my first element to be focused:
<Grid FocusManager.FocusedElement="{Binding ElementName=companyNameField}">
When the window opens, the correct ...
2
votes
1answer
334 views
How to prevent a box with overflow-y: scroll from stealing the focus on tab on Firefox?
Consider a page with the following code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html ...
2
votes
1answer
163 views
How do I set the tabbing order of controls in Android?
You can move between fields with the track ball.
As the title says I am looking forward to know how to I set the tabbing order of controls in Android?
2
votes
2answers
1k views
Maintaining focus on ajax update panel after updating form
I've have a formview that is designed to update it's datasource each time a text_changed event or dropdown list has been changed. On every text_changed event and equivalent for other controls I call ...
1
vote
0answers
35 views
Browser based Code Editor, with real tabbing?
I'm currently using CodeMirror as a browser based code editor, but what really annoys me is its lack of real tabbing. It uses spaces instead of tabs, and I just cant get my code as clean as desktop ...
1
vote
2answers
118 views
“Pretty” code and PHP
I understand the concepts of \t and \n in most programming languages that have dynamic web content. What I use them for, as do most people, is shifting all the fancy HTML to make it all readable and ...
1
vote
1answer
361 views
Creating a box around a figure that includes the tabbing environment
I would like to create a frame or box around my LaTeX figure, which consists of code formatted with the tabbing environment. My code looks something like this:
\begin{figure}
\begin{tabbing}
...
1
vote
1answer
365 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
28 views
Tab formatter tool to prepare array data
Is there a tool that can take this:
Attack,Decay,Sustain,Release
45,-1,26,55
"VERY LONG TEXT",false,true,true
0,0,1,1
and output it in a tabbed-format like this:
Attack, Decay, ...
1
vote
2answers
956 views
Windows Form - Tab key does not work in a child panel
I have a child panel in a form which contains some text boxes and buttons. I tried setting tabstop and tabindex properties for these controls so that the user can tab from one control to the next. But ...
1
vote
1answer
521 views
Inserting a tab into a WPF RichTextBox when AllowTab is set to false
I am trying to work out how to insert a tab character into a WPF RichTextBox when the AllowTab attribute is set to false.
Is there a shortcut key that allows this? I would rather not have to resort ...
1
vote
1answer
279 views
Tabbing between elements of a view in WPF/xaml
I'm trying to setup the tab keyboard control options on my current WPF project in xaml.
Essentially, I've got a TextBox element within a view, within another view, within another view. Anyway, when ...
0
votes
0answers
8 views
Tab key not working in popup in chrome extension
I have created a chrome extension that has a popup with the following HTML markup in it:
<html>
<head>
<style>
body {
font-family: 'Open Sans',arial,sans-serif;
background-color: ...
0
votes
0answers
6 views
Defining Url of Refresh/Reload
First Question:
i want to use Ajax-Tabbing and customizing the url, i only can customize the hash-part (i know I can't dynamicaly change the complete url in the adress bar):
...
0
votes
0answers
94 views
Gwt Tabbing issue
The tabbing in our application works perfectly in the order in which we build the widget.
We have a setting ,where user can configure his page if he wants the textboxes/listboxes and other ui ...
0
votes
1answer
140 views
Textbox in listview - update source and move focus on tab not working at same time
I have a listview. I have set following int that :-
<ListView KeyboardNavigation.TabNavigation="Local" SelectionMode="Extended">
<ListView.ItemContainerStyle>
<Style>
...
0
votes
2answers
48 views
Tabbing mysteriously disabled in Flash application
I'm compiling a SWF using FlexSDK 4.1. I am not disabling any tab functionality. Swf is being embedded with the following via swf object:
swfobject.embedSWF("Main.swf", "flashcontent", "984", ...
0
votes
0answers
22 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
50 views
Tab Problem with views
I am trying to design a silverlight page using some views. I was able to get the desired UI. But am facing problem while tabbing through the page. To get the views I have coded something like this;
...
0
votes
0answers
24 views
Tab problem while changing views
I am working on Silverlight 4. I was creating a some views and getting the fields dynamically. While tabbing through the fields, the tab order is working fine till the end of the view. But, when it ...
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
128 views
Prevent scrolling while keyboard tabbing
See the following test: http://jsfiddle.net/JgwWM/embedded/result/
Try to tab with your tab key to each one of the 3 anchor links in Firefox and in Chrome or Safari.
Do you notice that in Firefox, ...
0
votes
2answers
221 views
How to make a grid cell uneditable without messing up tabbing
I'm using an AdvancedDataGrid in ActionScript 3/Flex 4. The grid has 5 columns: Caller Intent, Labels, Strategy, Confirmation Mode, and Confirmation Promptlet. All columns are editable except for ...
0
votes
0answers
30 views
focus doesn't come back to page in IE from the URL bar
I am facing some strange issue in IE. I have page and ondomready it sets the focus to an input text element. Now when the user presses tab the focus moves normally. But once it reaches the end of the ...
0
votes
2answers
326 views
Setting a custom tab order in a Cocoa application
I have a window with two columns of fields. On the left, there is an NSTableView and an NSTokenField, and on the right, there are two NSTextFields. I want the tab order to go down the left, then down ...
0
votes
0answers
428 views
Loading multiple jcarousellite instances using a tab system - won't work?
I'm having an issue with jcarousellite.
I'm trying to load two different instances via a partial. One of which works fine, however, on the other (after I click the relevant tab to show it) doesn't ...
0
votes
0answers
100 views
how to remove vertical space before and after “tabbing” environment? [closed]
when i write
\end{tabbing} % suppress blank line after tabbing
\begin{tabbing}
\hspace{4in}\= \kill % set up two tab positions
{\bf University }, {\it City, NW} \> PhD,
...
0
votes
3answers
191 views
How can I remove tab spacing from text for UILabel
I'm reading some text from a local xml file and displaying it in a UILabel. The text in the xml initially had tabbed spacing in it. I removed this tabbing manually in the editor but it's still showing ...
0
votes
0answers
176 views
Tab order through few controls?
I need to make tabable controls on the page cycle through each item in them once and then move to the other controls in the page. For example, I have a listbox with few items in it, and then I have ...
0
votes
0answers
544 views
Silverlight 4 tab order problem?
I’d like to find out if I am missing something in my XAML code related to the tabbing. In my case, I need to click twice to be able to advance to the next control in the tab order. It will be great to ...
0
votes
0answers
127 views
How can I make a selectable NSTextField so a user can tab to it for use with Cocoa Accessibility API?
I have an Objective C program with several views which contain informative text that I would like to have read via voiceover when the user tabs to it. Using an NSTextField with a behavior of ...
0
votes
3answers
126 views
Tabbing issues when using return false on href=“#” in FireFox
Peoples of Stack Overflow,
I'm putting together a form that has free standing help text and other links that have no specific destination, but are required to fire some jQuery function.
For example ...
0
votes
1answer
340 views
IE not respecting tabbing order of radio buttons with label for/id attributes?
Can anyone tell me why the tabbing order is messed up in IE 6/7/8, Chrome, Safari when you hit the radio buttons here? Works in Firefox and Opera.
http://jsbin.com/inuxa5
If you check the first ...
0
votes
1answer
211 views
How can I force in Jquery so that the focus event of a background changed textbox has the correct value?
I'm changing a textbox (child) based on a value entered by the user into an other textbox (parent).
This is done using following Jquery:
$(this).val(newData).trigger('change');
When changing ...
0
votes
1answer
147 views
How to use tab stops in underlines sections in LaTeX?
How can I use tab stops and underline at the same time? I need to draw something like:
X Y Z
-----
A B C
-----
P Q R
-----
My first thought was tabbing and underline, but putting tab ...
0
votes
1answer
134 views
How to get -moz-user-focus: ignore to work?
My understanding is that when using -moz-user-focus: ignore (see doc) on an element, Firefox should skip that element when tabbing. However, try:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
0
votes
1answer
926 views
Tab order and index in WPF usign the MVVM pattern
I'm having an issue with tabbing through the controls on a WPF application using the MVVM pattern. I have the following XAML which defines a tree structure
<Grid Background="Transparent" ...
0
votes
1answer
94 views
Tabbing off control bypasses validation .NET
So, I have a User Control which is just a TextBox with special formatting rules (there are reasons why I'm not just using a MaskedTextBox...y'know...the sensible solution).
Anyhow, when the user ...
0
votes
2answers
90 views
Tabbing within an asp.net application
I have developed an asp.net application. If the user tabs through the fields of my application and then continues beyond the end, the tabbing continues outside my application. This includes the box ...
0
votes
1answer
154 views
jQuery Tabbing Order
With the absolute positioning of my submit button, when I tab on the last text box, it jumps over the button. Is it possible to intercept the tab event and place focus on my submit button when my ...
0
votes
1answer
177 views
I3D3XFont::DrawTextW - Expanding tabs wrong?
I'm wondering if it's an issue with I3D3XFont::DrawTextW, I pass it a string with \t in it, which it expands. However, it doesn't always do it correctly. If I print the same string that I pass to it, ...
0
votes
1answer
75 views
Strange tabbing problem
I have a strange problem with an asp.net web page, I have a number of text boxes on the page but whenever I tab out of any them the focus goes to the address bar and from there I can't tab to anywhere ...
0
votes
1answer
1k views
Combobox Autocomplete Tab-out does not select item
So there are a bunch of questions similar to mine, but none exactly what I need.
I have a combobox that is populated with a list of cities. I turned on the Autocomplete and that works exactly how i ...
0
votes
1answer
622 views
Problem with tabbing through 4 text input boxes in action script 3
I hope someone has the patience to look at this.....
I have a flash form and need to set a tabbing order for the four textinput boxes in the form.
The four boxes are named:
name_txt
surname_txt
...