Tagged Questions
The outline tag has no wiki summary.
7
votes
1answer
3k views
Disable android orange outline higlight on focus
I am coding an app using jQuery, jqTouch and phonegap and have run across a persistent problem which arises when a user submits a form using the Go button on the soft keyboard.
Although it is easy to ...
7
votes
6answers
2k views
HTML/CSS Outline numbering
In html/css can I achieve this?
1.
1.1
1.2
2.
2.1
2.2
using LI and UL tags?
6
votes
3answers
1k views
Emacs equivalent of Vim's foldmethod = indent
Question: Does Emacs have a canonical equivalent of Vim's Folding with Foldmethod=indent?
I am particularly interested in something that can work alongside any Emacs major mode and any file. The ...
5
votes
2answers
210 views
Finding common outline of multiple polygons
Im trying to find an algorithm for drawing a common outline between multiple polygons.
What I mean is like on this picture:
We have two rectangles (In my case they will not be rectangles, but ...
5
votes
3answers
412 views
Opera outline rendering bug?
Does anyone know something more about Opera outline bug?
Check this out:
http://jsfiddle.net/BYgMr/
I'm using the latest Opera, I've checked on TWO different machines with different Opera versions ...
5
votes
1answer
1k views
How to get an outline view in sublime texteditor?
How do I get an outline view in sublime code editor for Windos? http://www.sublimetext.com/
The minimap is helpful but I miss a traditional outline (a klickable list of all the functions in my code ...
4
votes
9answers
1k views
How to remove button outline in Opera
Does anybody know how to remove the dotted outline on buttons in Opera?
4
votes
4answers
581 views
Given a large set of vertices in a non-convex polygon, how can i find the edges?
I have a set of vertices(called A) and I want to find all the border vertices such that this border vertices set is an outline of the shape.
Many of the vertices in A are redundant because they are ...
4
votes
7answers
2k views
How do I remove an active outline from jquery accordion?
I am using Jquery Accordion. The active link has an outline.
I have tried using css:
#accordion a:focus
{ outline: none; }
#accordion a:active
{outline: none; font-weight:bold;}
and also
...
3
votes
2answers
84 views
Outline to teach VB6
I am in need of an outline on teaching VB6/VBA to some co-workers. The material I am pretty confident I can fill in, just need a sense of how to order the class material. Its not going to be hard core ...
3
votes
2answers
90 views
Create a PHP Class Outline
I am looking for a function or class that can effectively outline a class:
class MyClass{
/*
* Perhaps include the function comments
* in the function.
*/
function mainFunction(){
...
3
votes
1answer
293 views
Text outline in swt
I am trying to find out how to show text outline by using of swt graphics.
More precisely I need to write code which shows text in following way:
...
3
votes
2answers
563 views
How to use org.netbeans.swing.outline?
I've heard of the package mentioned above, but i couldn't find a Download. Where can I get it?
3
votes
2answers
798 views
emacs collapsing functions in class using outline-minor-mode
What kind of a hook should i use to collapse just functions in the class. I want to see the outline of the functions in the class but if i hook hide-all everything including the class is collapsed ...
2
votes
1answer
64 views
VBA Excel Inserting a row on outline level 3 comes in on outline level 2
Here's the problem. When there is only one row in a subtotal grouping:
the inserted row doesn't come in at the right outlinelevel.
the subtotal doesn't automatically include the inserted cell.
And ...
2
votes
0answers
91 views
How to outline dojo's class code in Aptana?
I am using aptana3.0.6, I create a class using dojo.declare, such as:
dojo.declare("com.a.B", [dijit._Widget, dijit._Templated], {
b1 : 'b1',
b2 : function() {
}
});
When i open the ...
2
votes
2answers
157 views
How can I show the outline of an area of a map of an image (html, javascript)?
If you take a quick look at the two links below, you'll see most people want to get rid of the outline around the area of a map on an image. I see this occurs on the MAC OS X platform, exclusively.
...
2
votes
1answer
235 views
Styling the text outline in QT‘s tabs
When I switch system themes, I find themes in which the text has an outline that I don’t want, for active tabs.
¿
I cannot figure any way to style that outline and make it disappear so the tabs ...
2
votes
0answers
93 views
folding let- declaration of Ocaml under Emacs gives “invalide search bound” error information
Under Emacs, I am trying to fold ocaml source files in such a way that:
each let-definition is folded into something like "let myfunction =
..."
This should be a natural request for all ocaml ...
2
votes
2answers
156 views
Emacs outline-mode auto expand upon grep
I'm using outline-mode (org-mode mostly) in emacs, and use grep-mode to search.
What annoys me is when I follow the links in the grep buffer, the
folded texts do not unfold. Is there a way to ...
2
votes
4answers
172 views
How to draw an outline around any line
So I have a arbitary line (See an example shown in fig 1) made up of n points
I want to draw an outline around this line (see fig 2) so I need to calculate the points of the surrounding polygon.
I ...
2
votes
4answers
461 views
Border around Image
I want to put border around regular size image using php. I m wondering that i found border for text to image but not for simple images. The border width may be changeable. Please help
2
votes
4answers
1k views
How to correctly draw text in an extended class for TextView?
I'm currently working on extending a TextView, adding an outline around the text. Thus far, the only problem I've been having is my inability to position the "outline" correctly behind a text. If I ...
2
votes
1answer
266 views
Outline applied to an anchor containing an image isn't the right height in Chrome
For a site I'm working on, I'd like to have a dotted outline appear around links when they are focused/hovered/active. I'd like this to happen for text and image links.
The issue I have is that ...
2
votes
1answer
915 views
Access tree object in netbeans outline
I'm using Outline from netbeans to display some structured data.
How can I map selected row to an object in tree?
2
votes
3answers
402 views
Is there a way (or a plugin) to make Vim generate a code outline for CSS?
I was trying to install taglist (but I couldn't install ctags), but I realized that it doesn't support css, is there another way or plugin to perform this job?
PS: I checked the install file of ...
2
votes
2answers
5k views
Set text outlining / border in Actionscript 3.0
How can I set the properties for the text outline / border for each character in a line of text in AS3 ?
1
vote
1answer
38 views
Best way to do a solid Text Outline/Stroke in all browsers?
I'm having a problem applying a outline/stroke to text that looks good and/or even works on every browser. Right now I'm using:
<div style="font-family: Helvetica,sans-serif;color: ...
1
vote
1answer
59 views
outline property CSS causing width problems in Opera 11.5?
Okay, I've got a page with a header div that stretches 100% wide, with a 1px bottom-border and another 1px outline to fake a 'two-color' border as recommended here. This works perfectly in Firefox ...
1
vote
0answers
66 views
Black outline on PNG fade-in in carousel
I'm using a feature carousel on my new website - this is a horrible test version but take look and you'll see my problem - http://tradewinds.blendagency.co.uk/carousel/
It works fine in Chrome, FF ...
1
vote
2answers
52 views
Outline Text Rendering Time in WPF
I have a serious problem that Outline Text takes lots of CPU Usage.
I take OutlineText Control source in
http://blogs.msdn.com/b/wpfsdk/archive/2006/12/24/using-text-as-a-decorative-graphic.aspx
and ...
1
vote
2answers
66 views
Firefox Anchor Outline Issue
The following snippet is causing me a QA headache.
<div id="links-container">
<ul>
<li class="resource-link li-sep"><a ...
1
vote
2answers
102 views
CSS outline not rendering correctly in Firefox
I'm a bit baffled with the way the CSS outline property is rendering on Firefox 7 or below.
It's clearly got a problem somewhere, but I just can't find it.
It works fine on all other main browsers ...
1
vote
1answer
45 views
How to use the native browser outline in CSS?
When focusing an input field Chrome and Safari show an outline that can be removed via CSS: outline: none;.
I want to display this outline at some other parts to improve usability.
Is there a way to ...
1
vote
1answer
69 views
Custom Outline Problem
I made the following script to override the browsers' default outlining system:
*
{
margin: 0;
outline-color: #C79700;
outline-width: 1px;
padding: 0;
}
$('document').delegate('[tabindex]', ...
1
vote
1answer
131 views
Opengl outline font in conflict with textures
I want to render outline font near playing area, but these two parts are in conflict. If I render only outline font, it's ok. When I render also playing area, textures of cubes have defect and light ...
1
vote
0answers
444 views
C# excel How to make the “+”symbol at the left side of the outline
I am using range.group method from the Microsoft.Office.Interop.Excel.dll
and it works to group up the columns or rows as the outline level in the Excel document;
but there comes the question of how ...
1
vote
2answers
683 views
Can't get rid of dotted outline in Firefox links?
I have a list full of a imgs:
<ul>
<li><a href="#"><img src="test.png" /></a</li>
<li><a href="#"><img src="test.png" /></a</li>
...
1
vote
0answers
221 views
how to interpret a freetype glyph outline when the first point on the contour is off curve
I'm actually working on a renderer that converts freetype glyphs into polylines to control a laser marking system. The problem I have is that I don't know how to handle correctly a contour beginning ...
1
vote
1answer
148 views
Is it possible to avoid the black overlay when clicking links on Safari on iPhone?
Is it possible to avoid the black overlay when clicking links on Safari on iPhone?
there is something like this for the web version of Safari
:focus {
outline: 0;
}
so can I avoid to see a black ...
1
vote
1answer
93 views
Which elements of an XHTML/HTML5 page should be explicitly included in the document outline?
The HTML5 spec definition of the "section" element is:
The section element represents a generic document or application section. A section, in this context, is a thematic grouping of content, ...
1
vote
1answer
125 views
Document Outline VS2008 for classes
Is there a sort of class outline window in VS2008?
I have checked the document outline, but it's not for classes. Then there's the class view window, but it shows you everything. I'm searching for ...
1
vote
1answer
650 views
excel group with hidden rows
I have an Excel sheet where several rows are grouped together using "Group and outline".
By default the group is to be expanded but I have one row that I have hidden using vba in Workbook_Open.
...
1
vote
2answers
956 views
Make Input Box Have Safari's Blue Outline
I am wondering if there is some way to make an box have the Safari's light highlight all of the time. I would assume there would be a way to replicate this, however I have not found one.
Thanks for ...
0
votes
0answers
18 views
CSS outline still visible when outside it's container when overflow is set hidden in Opera
I've never actually come across this before... I've been creating a jQuery slider, it's set up in the following way:
I have a "viewport" div that's 500px wide and has its overflow set to hidden. ...
0
votes
1answer
19 views
How can I get rid of the lines around my hots spots?
I have drawn a hotspot link ontop of an image, but unfortunaltely I can see the actual outlines in the web browser SAFARI. Is there a way of getting rid of this? I use Dreamweaver CS3 on a Mac.
On ...
0
votes
1answer
120 views
How to outline TextBlock text in Windows Phone 7
I would like to have a TextBlock outlined (add stroke to text, not the TextBlock rectangle) in WP 7.1 but have no clue how to do that.
0
votes
2answers
48 views
jQuery ready block hiding code outline in IDE
When I write the following code, whether Im using Aptana, Dreamweaver or Eclipse, I can never see functions in the onready block in the outline view:
$(document).ready(function(){
function ...
0
votes
0answers
38 views
Proper Document Outline on HTML5 - can user generated and site structure h1s, be on the outline?
We know that, with HTML5 we can use several h1 tags. One per article or section.
I've placed h1 tags on article for a title news article coming from a database - (user content generated);
When I see ...
0
votes
0answers
31 views
dotted outline upon click (grooveshark widget)
I've recently started to play around with the grooveshark embed widget (one that basically let's you make a playlist on the site and embed a media player that calls on the playlist. The copy pasted ...