0
votes
1answer
34 views
How to show a * (asterisk) in Application Title when document has changed and is not saved
I have a MDI Application with one MDI child.
When a user changes a Textbox on the MDI child, the MDI child (= document) is changed and is not saved. I want this to be visible in t …
0
votes
2answers
35 views
How do I get the title of a youtube video if I have the Video Id?
I'm playing now with the Youtube API and I began a small project (for fun).
The problem Is that I cant find the way to get Title of a video from the Id. (example: ylLzyHk54Z0)
I …
1
vote
2answers
48 views
Databinding Textbox to Form.Text (title) in C# (winforms)
I'm trying to bind a Textbox.Text to Form.Text (which sets the title of the form).
The binding itself works. But, the title isn't updated until I move the entire form.
How can I a …
0
votes
3answers
53 views
Set screen-title from shellscript
Hi,
is it possible to set the Screen-Title with an shellscript?
i thought about something like sending the key commands "Strg+A Shift-A Name "
I searched for about an hour only …
1
vote
2answers
115 views
iPhone: change Navigation Bar title color and back button title color
hi all,
i want to change the NavigationItem title color. Also i want to the change the text color of back button of navigation bar.
Please suggest how can i do this task? i am usin …
4
votes
1answer
59 views
.vimrc action onclose
Hi,
is it possible to use something like an "vim-close/exit"-Event to execute some last commands before vim quits?
I use this lines in my config, to let vim set my screen-title:
…
0
votes
2answers
101 views
Why doesn’t R add the title at the top of the page?
I'm trying to add a title at the top of the page scatterplots, however whenever I use the command title it doesn't add the title at the top of page and overwrites my plots. Is ther …
0
votes
1answer
115 views
Finding a text node in xml using xpath problem
I'm using rails and the Nokogiri parser. My xml is as below and I'm trying to get the 'Biology: 08:00' text into my view.
<rss version="2.0">
<channel>
…
1
vote
1answer
119 views
Change UITableView section header/footer WHILE RUNNING the app?
Hi everybody
I'm facing a problem I cannot resolve...
I have a grouped table whose section header and section footer get displayed correctly upon launch thanks to
- (NSString *)t …
0
votes
1answer
49 views
Putting a readonly title in a UITextField
How do I put readonly text inside a UITextField. For example, the "Name" and "Security" fields in the iPod touch "Other networks" settings contain, respectively, the words "Name" …
18
votes
16answers
4k views
How to come up with a fun project name?
I was thinking, that all of my projects have boring names. For example, if making a math library, I'd call it math. Sometimes, I would add a prefix with my initials, so it'd become …
0
votes
2answers
376 views
iPhone dev - UIViewController title, tabBarItem, tag
I have a UITabBarController that manages 5 View Controllers. I create their tab bar items in their "init" methods so that they will be displayed before the view is loaded. I'm just …
6
votes
0answers
157 views
Should language-specific questions contain the language name in the title? [closed]
I've seen questions edited to remove the language name from the title; i.e. brian d foy's edit # 2 from "Perl, case insensitive grep within an array" to "How do I find the case-ins …
1
vote
4answers
181 views
Asp.net Mvc: Dynamic page title
Hello,
in webforms I would always use my masterpage to set page titles and meta description based on the current url. I was thinking of doing the same for my Asp.net Mvc projects b …
1
vote
1answer
121 views
UITabBarController/UINavigationController missing title
I have a UINavigationController and UITabBarController visible at the same time. Both the tab bar buttons and the navigation bar take their text from the title of the currently ac …
