title

Howto update 'title in jQuery UI Dialog ?

Hello, I like to change the title from an UI Dialog after i have submitted a form in this UI Dialog. So in the callback-function after load i should suggest, but i've tried and googled without result. Has anyone an idea? Thanks! ...

c console window title

How to set the console window title in C? printf("%c]0;%s%c", '\033', "My Console Title", '\007'); This works only under linux, not in windows, Does anybody know a "cross-platform" solution? (of course not "system ( title=blah )") ...

Set title background color

In my android application I want the standard/basic titlebar to change color. To change the tekst color you have setTitleColor(int color), is there a way to change the background of the bar? ...

NavigationItem setTitle doesn't work for second level UIViewController

Hello, in my app i have an UITabBarController with UINavigationControllers initialized like this UINavigationController *newsNavigationController = [[UINavigationController alloc] initWithRootViewController: newsViewControler]; newsViewController is an UIViewController. When i press the button in the tabbar to show the navigation ite...

c#: How to change title of FolderBrowserDialog using P/Invoke?

FolderBrowserDialog displayed a text "Browse For Folder" as the title. This Link says that using P/Invoke we can do that. Whats that? How to use P/Invoke for this? Is there any other way also to change this? ...

UINavigationItem title label set width?

In my UIViewController i set my title dynamically so i do not know the length of the string that will be shown in the navigation bar and because of that i have the current situation: is there any way to set the width of the label that displays the title in the navigation bar? or should i think of a with, compare the text length to it a...

How to set Page's Title from a web content page in ASP.NET 3.5

I've read through quite a bit of posts/articles on how to do this and I still am not getting the page title set from the content page. My pages render OK except I can't get the title set from the content page (all the page's have Title set as per the master page). Here's the codebehind for my master page: Partial Class zSEO Inherits Sys...

Send UIWebView title to UINavigationBar

Hi I have looked everywhere but nothing as help, I am trying to send the UIWebView page Title to UINavigationBar. I would also like it if a user clicks on a link the UINavigationBar shows a back button but if on the home page hide the back button. If you can help that would be very nice ...

How to suppress popping-up of alt tooltip for an AREA tag?

I am using an image map which contains a lot of <area> tags. I have alt attributes for each of the area which gets popped up as a tooltip in IE. Can we suppress this behavior? I tried using empty title attribute but it did not work. Edit: I need the alt attribute for other screen readers. So i cannot just make it empty ir remove it. I j...

How to set the program title in python

Hi, I have been building a large python program for a while, and would like to know how I would go about setting the title of the program? On a mac the title of program, which has focus, is shown in the top left corner of the screen, next the the apple menu. Currently this only shows the word "Python", but I would of course like to my p...

<title> and window.parent

Hello, my site is a design on index.php and then a frame on it.. Now, i want to do so the titles changes When you browse to eg. Videos.php. So how should i do this with window.parent and title? The title needs to be changed on index.php. So cant it be done like on videos.php: <script> window.parent.changeTitle("Videos - Mysit...

To display the title for the current loaction in map in iphone

Hi, I am new to iphone development. I have created map applications and i displayed the cuurent locations and drop a pin to the current location. now i want to display the title and subtitle of the current location when i am clicking the pin. Please help me out. Thanks. ...

increase display time of html title element as tooltip

Is there a way to make the tootip that appears from the title element of html items display longer than the roughly 6 seconds it does by default? Can not use a custom solution involving divs/spans as they do not work in the current framework. ...

UINavigationBar multi-line title

Is there a straightforward way of overriding the titleView of the current navigation bar item in a navigation bar within a navigation controller? I've tried creating a new UIView and replacing the titleView property of topView with my own UIVIew with no success. Basically, I want a multi-line title for the navigation bar title. Any sugg...

Change "cancel" text on dijit.Dialog close box?

Is there any possible way to change the "cancel" tool tip that pops up over the X box on a dijit.dialog? I just want it to read "close". I'm somewhat new to dojo. I expect this might be just a dumb question that has a really easy answer, but I am finding no examples. Thanks in advance. ...

jQuery: Insert html from "title" tag into a "span" of a H2 tag

Hey guys, Say I had the following HTML: <h2>Heading <span></span></h2> <ul> <li><a href="#" title="I am wanting to be in H2!">Something</a></li> <li><a href="#" title="I too am wanting to be in H2!">Something else</a></li> </ul> I want to be able to take the title tag from the and place it inside the span of the h2. How can I do so?...

What do I have to add to a layout to hide the titlebar?

I want to hide the titlebar of my app in some of my views. What do I have to add to the layout files I want to hide the titlebar in? Can you provide an example? ...

create titles of columns in tables Visual Studio

I am trying to create visually a table with the visual editor of Visual Studio Express. I am using the tableLayoutPanel component, but I have the problem of creating the titles of the generated column as it seems that no properties is provided. Does anyone knows how to do it? ...

How to disable original img title when using qtip

I am using jquery 1.4.2 and qtip-1.0.js in ie/7/6/8 whenever I hover over the image on which the tooltip is applied, I get the tooltip... but I also do get the original title... does not happen on the firefox though... Is there any option or setting specific to disable the img titl and just show the tooltip? my code looks like this $(...

Setting a MS Word document title using COM?

I'm using Jacob to create and add text to a MSWord document. I want to set the document title without saving the document. Is this possible? If so, what is the name of the property that I need to set to do this? (I tried wdPropertyTitle, which some MS VB tutorial used, but no beans.) ...