0
votes
4answers
91 views
Multi-tab application (C#)
Hi,
I'm creating a multi-tabbed .NET application that allows the user to dynamically add and remove tabs at runtime. When a new tab is added, a control is added to it (as a child) …
0
votes
1answer
74 views
C# vertical tab
Hello smart people,
Does someone know how can i implement a vertical tab in c#?
Thanks
0
votes
5answers
335 views
How do you use onPageLoad in Javascript?
I tried using
onPageLoad: function() {
alert("hi");
}
but it won't work. I need it for a Firefox extension.
Any suggestions please?
0
votes
2answers
21 views
observer iphone for view controllers
Is there any way to to check the current navigation controller or the view controller currently visible in application delegate method.
I want to create an Observer in applicatio …
1
vote
1answer
30 views
MacVim set as default text editor: How to set files to open in a new tab as opposed to a new window?
I've set MacVim as my default text editor, and when I double click files it opens up a new window. Is there a way to set it to open up in a new tab instead?
1
vote
2answers
47 views
How do I make tab control take over entire window in Qt Creator?
I want a tab control to "dock" to the entire window panel, in Qt Creator. Now in Winforms and WPF this is super easy but in Qt its not working.
I've tried all the layouts, grid l …
3
votes
4answers
1k views
C# - Open link in new TAB (WebBrowser Control)
Hi there,
Does anybody know how to click on a link in the WebBrowser Control in a C# Windows Forms Application and then have that link open in a new tab inside my TabControl?
I'v …
0
votes
1answer
271 views
Ajax Control Toolkit - Use client-side button to activate tab
I'm using the TabContainer/TabPanel components of the Ajax Control Toolkit.
I'd like to hide the tabs themselves and use a button elsewhere on the page to activate (bring to the …
1
vote
1answer
84 views
adding an application to a profile tab in facebook
I have created an application which needs to have a profile box tab which has a link in it pointing to the main application.
However I've tried to add the application to the tab a …
1
vote
0answers
29 views
How to enable git file tab completion with zsh compinit?
I have a problem with the zsh tab completion: After running:
autoload -U compinit
compinit
Git tab completion for files does not work any more. For example if I type git add my_f …
2
votes
2answers
74 views
How to remember last selected tab in UITabBarController?
I'm trying to make my app remember which tab was last being viewed before the app quit, so that the app opens up to the same tab when it is next launched. This is the functionality …
0
votes
3answers
44 views
Catching tab key navigation
I want to catch which element is on focus when users use tab key to move their focus. For example, there is a form and users can use tab key to move forward to next form element. I …
0
votes
1answer
61 views
detect tab characters with javascript in IE
I want to detect and replace tab characters in a bit of HTML like this:
<code>
something
{ something else
}
</code
Right now, I am using something like this:
…
0
votes
0answers
71 views
Adding search display controller to tab bar view
Hi. I have an application with a tab bar, and 4 different view. Two of the views are table views with navigation controllers. In one of these views I am trying to create a search b …
1
vote
0answers
62 views
mac osx tab completion [closed]
Hi -
I'm just moved from linux to mac, and one of the problems I'm having is that tab completion is only 1 level deep, and I'm not sure how to correct that.
Let me explain by e …
