caption

DataColumns and Captions

I'm trying to set up user-friendly captions in a DataSet which will be detected by an Infragistics grid during the binding process. I seem to recall that it was possible to do this in the underlying XSD of the typed dataset but any relevant links to this seem to have fallen off Google's relevant link list. Has anyone done this, would re...

Can I change the height of a specified window's caption bar?

I want to self-draw the caption bar of my application's window, so I decided to override OnNcPaint() methods. But I don't know how to set a different height of the caption bar. Everytime I use GetSystemMetrics(SM_CYCAPTION), it retruns the same value. Can anyone tell me how to do it? Thank you! ...

Special characters in LaTeX table caption

When I include \overline{x} or other special characters in the caption text of a table, the whole caption text won't appear at all. When I put simple text without special characters, the caption works fine. How can I include special characters in the caption? ...

How can I set a window's caption on the Java SE platform?

I want my program to change its window's caption in response to various user actions. Does the Java SE platform offer a portable way to change the main window's caption at runtime, or do I have to resort to native API JNI calls? ...

cannot change GridView Caption

It seems to be impossible to change GridView .Caption after it has been set once. Once I set caption and then change it within postbacks, in the code all seem to be ok, on page PreRender, GridView PreRender and wherever I have no idea what to do - on page (and GridView also) PreRender event while debugging the .Caption is proper, b...

multilanguage youtube subtitle suport

hi there i'm curious in finding an alternative for youtube video captions/subtitles. I wish to give open access to anyone to add subtitles in their native languages for videos posted on my site. Do you have any idea about how can be this done? Do you have any ideas what tools to use? I'm good with PHP. ...

Latex: How to make listings subfloats use listing counters, TOC, etc.

I have a macro that do side-by-side figures, below. It uses subfloats, and so it goes in a figure. \newcommand{\listbylist}[6][showlines=true]{ \begin{figure} \subfloat[ ]{ \lstinputlisting[showlines=true,#1]{#2} \label{#4:A} } \hfill{} \subfloat[ ]{ ...

Actual width of a text/caption in Delphi 7

I believe this question was already asked, but it was in Java, so I couldn't understand the solution. Here is my problem, I want to know actual length of the text in pixels (note that various letters have different length in some fonts). I am going to use this for better column width adjustment in DBGrid. Thank you, Tofig Hasanov ...

Cleanr Theme Navigation Default Caption Removal

Hi all, I have installed wordpress "Cleanr" Theme. I customized it and its working great but just there is a problem of "Pages Caption" in header. I want to remove that caption but probably its coming from 'wp_print_styles' not sure please anybody to help me sort out this problem would be greatly appreciated. Thanks in advance. Regards...

jquery hover navigation button, fadein div on another div

Hi little stuck on this jquery. I have a banner above my nav bar, which is a list. Ideally, when I hover over a li in the navbar, I would like a "caption" to slide in on top of the banner div. I guess something like: <div id="banner"> <div class="home_caption">This is Home!</div> <div class="about_caption">This is About!</div> </div...

Wordpress: How to add a caption right-aligned to the edge of the image

So how do I align an image caption under an image tag to it's right hand edge? Tried using div but obviously that's not allowed in wp. What alternative css/tags do I need to use? ...

Creating image caption from alt script

I am trying to use this jQuery script to make an image caption from the alt tag: $("#content img").each(function () { var $this = $(this); var title = $this.attr("alt"); $this.after('<div class="caption">'+ title +'</div>'); }); I am using another jQuery script before it and it is working fine. I can't seem to get the caption ...

Borders with captions in WPF

Does anybody know how to get a border in WPF with a caption, i.e. the way web browsers display <fieldset> tags ? Is there an easy way, like setting a property, or am I going to have to make a ControlTemplate ? ...

How do you access the text in a <caption> tag?

I have my HTML like this: <table> <caption class="my_caption">Table 1.1: TABLE CAPTION</caption> <tr>...</tr> <tr>...</tr> ... I need to get the caption text so I can make some string comparison. I've tried doing .val(), .text(), .html() and .value but none of them work. Thanks for your help. EDIT: I actually have a few of those...

How to create own and fancy \sub<float> command

I'm using packages subfigure and float to create figures and tables that I want to create and I'm trying to create my own environment graph with its own counter and caption (solved there, thanks to dmckee). Now I'd like to create \subgraph command which will do exactly the same as \subfigure command. I tried create my own command with p...

mouseover captions flashing when moused over

problem can be seen here: http://www.studioimbrue.com/beta The code: $(document).ready(function(){ $('div.caption').hide(); $('.captions ul li img').hover(function(){ $(this).siblings('div.caption').fadeIn('medium'); }, function(){ $(this).siblings('div.caption').fadeOut('medium'); }); }); Not sure wha...

Displaytag caption not working

I am using displaytag to render data, I have it working without any issues. As soon as I use display:caption I get JSP compilation error with the below message. Am I missing anything? I thougt including caption would be simple. If I remove display:caption everything works fine. aaaaa.jsp:527:14: This tag is not recognized. T...

Devexpress DockManager and tab captions

I have a tab container, where i can add many tabs with long captions. The default behavior of devex panels is to shrink the caption of the tabs (e.g. MyLongtabName -> MyLong...). How can i disable this behavior (the caption of the tab pages should remain intact) and instead get a scroll-bar? ...

img captions based on src value match

I am trying t o create img captions based on src value match. JQUERY : What is the best way to extract "Author-ABC" from an img with src value wwww.abcd.com/images/imagename_Author-ABC_.jpg and replace the alt value with this value. DRUPAL : Is there a way to preprocess this a drupal template function and save the value in img alt attr...

LaTex caption language

How could I change the default language so that I get something else instead of "Table" or "Figure" before my captions ? ...