Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

73
votes
10answers
9k views

What is the difference between visibility:hidden and display:none

Both of these result in the element not being visible. Are these synonyms?
17
votes
5answers
234 views

What's a good strategy to get a decent overview of big correlation matrices or pairs?

Often some data.frame contains 20+ variables and you want to get a first overview (of the correlation structure). Even on a 30" screen you run quickly out of space and it remains hard to grasp the ...
15
votes
2answers
248 views

Why do those Thai characters display on the web page with a long tail?

ด้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้дด็็็็็้้้้้็็็็้้้้้็็็็็้้้้้็็็็็้้้้้็็็็็้้้้้ I found some interesting characters just as I pasted above which takes ...
15
votes
1answer
1k views

How do I detect whether sys.stdout is attached to terminal or not?

Is there a way to detect whether sys.stdout is attached to a console terminal or not? For example, I want to be able to detect if foo.py is run via: $ python foo.py # user types this on console OR ...
14
votes
1answer
122 views

What happens during a display mode change?

What happens during a display mode change (resolution, depth) on an ordinary computer? (classical stationarys and laptops) It might not be so trivial since video cards are so different, but one thing ...
13
votes
5answers
10k views

style.display='none' doesnt work on option tags in chrome, but it does in firefox, anyone know why? or a workaround?

ok, heres some sample code that demonstrates the problem. if i click the button in firefox, the first option disappears. if i click the button in chrome, nothing happens, or rather if i inspect the ...
13
votes
19answers
3k views

Firefox vs IE vs Chrome vs Safari

Currently I am designing a website and I am finding it VERY difficult to display the website perfect on ALL browsers. Is there any rules, suggestions etc to follow? Thanks
13
votes
5answers
20k views

Display Parameter(Multi-value) in Report

Can anyone tell me how to display all the selected value of my multi value parameter in SSRS report. When giving parameter.value option it gives error. Thanks in advance. Suni
12
votes
9answers
3k views

CSS centering tricks [closed]

My favorite equation for centering an xhtml element using only CSS is as follows: display:block; position:absolute; width: _insert width here_; left:50%; margin-left: _insert width divided by two ...
11
votes
2answers
190 views

Does AWT/Swing cancel painting operations if the monitor is off?

I am experiencing a problem with Swing that only occurs when the computer monitor is powered off, but my Swing application continues to run in the background. It seems that whenever the monitor is ...
11
votes
3answers
332 views

display:none; displays 'none' in browser

This jsFiddle example works in Google Chrome, but in Internet Explorer then when the close icon is clicked the browser removes the pop-up element but results in the text 'none' being displayed in the ...
11
votes
4answers
2k views

display:block inside display:inline

I want to understand what happens when an element whose CSS is display:block is a DOM child of an element whose CSS is display:inline (so that the block element is a child of an inline element). This ...
10
votes
1answer
578 views

libagl alphaPlaneWorkaround error messages in LogCat

I have recently noticed, while debugging an app, that LogCat reports numerous error ("E") messages with pid=92, tag=libagl and Message="uses alphaPlaneWorkaround". The messages appear when my app's ...
10
votes
3answers
48k views

“No X11 DISPLAY variable” - what does it mean?

I am trying to install a program (a Java application) on my linux machine (I am using Slackware). I have received the following mistake, and I do not understand it. Could you advise me how to approach ...
9
votes
5answers
2k views

Viewing a MOSS 2007 page as another user would see it - without logging in as that user

In Moss 2007 you have the ability to set the target audience for each individual web part within a page. Is there a way to preview how the page will look to another user without logging in as that ...
8
votes
6answers
898 views

php display number with ordinal suffix

i want to display numbers as follows 1 as 1st, 2 as 2nd and so on to 150 as 150th. the problem is how to find 'st' , 'nd' ,'rd' and 'th' for numbers through code
8
votes
5answers
10k views

HTML colspan in CSS

I'm trying to construct a two row table similar to following: --- - where the bottom is filling the space of the upper row. Is this possible using CSS? In HTML I can do things like colspan.
8
votes
10answers
8k views

In IE8 enter key in a form does not work

I have a problem that in IE8 the enter does not work to submit a form. I have generated a test page to expose this problem. It seems that displaying the form in the onLoad function disables results ...
8
votes
6answers
3k views

Programmatically determine DPI via the browser?

I would like to programmaticaly determine the DPI of a user's display in order to show a web page at a precise number of units (centimeters/inches). I know it a weird request: it's for a visualization ...
7
votes
2answers
16k views

AirPlay Mirroring (Mac to Apple TV) [closed]

The new AirPlay mirroring feature for the iPad 2 in iOS 5 is really nice, but what if I wanted to use my Apple TV as an easy external monitor for my Mac? I've already googled around and can't find ...
7
votes
1answer
256 views

Display off animation in Windows 7

Does anyone know how to change the default "fading out" animation when you put the computer to sleep or make the displays power down via a command line? I was looking for a CRT-style animation as ...
7
votes
5answers
370 views

How to use JavaScript to measure how bright a users monitor is?

I've noticed that the brightness of computer monitors drastically varies between computers. As such, this changes the look of web pages greatly. Is there a way to use JavaScript to automatically ...
7
votes
2answers
448 views

Can I detect the display size/resolution in Emacs?

I'd like to change the window/frame size of my XEmacs based on the current display resolution. This is useful when I run my laptop either by itself or attached to a docking station with an external ...
7
votes
2answers
4k views

Set the display precision of a float in Ruby

Is it possible to set the display precision of a float in Ruby? Something like: z = 1/3 z.to_s #=> 0.33333333333333 z.to_s(3) #=> 0.333 z.to_s(5) #=> 0.33333 Or do I have to override ...
7
votes
3answers
3k views

C#: How to make a form remember its Bounds and WindowState (Taking dual monitor setups into account)

I have made a class which a form can inherit from and it handles form Location, Size and State. And it works nicely. Except for one thing: When you maximize the application on a different screen ...
7
votes
6answers
4k views

Dirty Rectangles

Where may one find references on implementing an algorithm for calculating a "dirty rectangle" for minimizing frame buffer updates? A display model that permits arbitrary edits and computes the ...
6
votes
5answers
148 views

Maximizing / restoring a window in emacs

Ok, so maybe this is more a question for the superuser site but I figured there'd be a hell of a lot more emacs users on stackoverflow. Basically I often have my emacs split into about 4 windows so I ...
6
votes
4answers
414 views

CSS: “display: auto;”?

The auto option that several CSS attributes give is really useful. However, there doesn't seem to be one for the display attribute. I would expect this to set the display attribute to the browser ...
6
votes
4answers
231 views

WPF Temporary Display Freeze

I have a standalone WPF application running on .NET 3.5. Every so often, the display simply freezes up for several seconds. This is most noticeable on screens where something is being updated often. ...
6
votes
3answers
407 views

Multiple monitors in .NET

Are all displays returned from .NET's Screen.AllScreens regardless of hardware configuration? For example, on a single PC you can have: Video card out to two display = total 2 displays Video cards ...
6
votes
4answers
271 views

Stop Intellisense display timeout

I'm using VS 2010 Ultimate for C++ coding, with no changes to any settings. If I type MyClass-> Intellisense shows popup list of MyClass members. Initially the first item in the popup is ...
6
votes
2answers
2k views

jQuery: height()/width() and “display:none”

I always thought elements that had "display:none" CSS style returned 0 for height() and width(). But in this example, they don't: http://jsfiddle.net/Gts6A/2/ How come? I've seen 0 come back plenty ...
6
votes
2answers
442 views

How to detect the current display with Java?

I have 2 displays conected, so I can launch my Java application in the primary or secondary display. The question is: how can I know which display contains my app window? Is there a way to detect ...
6
votes
4answers
3k views

High quality graph/waveform display component in C#

I'm looking for a fast, professionally looking and customizable waveform display component in C#. I'm wanting to display mainly real-time audio waveforms (fast!) in both time and frequency domain. I ...
6
votes
5answers
19k views

Stacking DIVs in top of each other?

Is it possible to stack up multiple DIVs like: <div> <div></div> <div></div> <div></div> <div></div> </div> So that all those inner DIVs ...
6
votes
9answers
244 views

What is the most useful information to display at the front of the office?

The company I work for has just purchased 4 32" LCD screens to be mounted at the front of the office for demonstration purposes. Whilst we are not demonstrating (most of the time), the screens are to ...
6
votes
4answers
823 views

A /dev/null equivilent for DISPLAY when the display is just noise

I'm running a java app which creates a visual display of some of the things it is doing, while it is doing it. However, I'm want to run this in a script that won't have a display to attach to. In the ...
6
votes
2answers
244 views

Best “3D display” developing environment for Java? (do they even exist?) [closed]

There is a bunch of announcements from CES 2009 about new 3D displays used for games and movies. I was wondering if there is a setup that currently exist that also brings the 3D to a development ...
6
votes
2answers
3k views

Display os x window full screen on secondary monitor using Cocoa

I'm working on a Cocoa Mac app where I need to display a window/view on a secondary monitor, full-screen. I know how to create a window that could be dragged onto the secondary monitor, but I was ...
5
votes
5answers
543 views

Bash script log file display to screen continuously

I am creating an application that writes to a log file, and I need to know how in Linux / Bash to continuously display the log file to the screen (updating the screen with every new line put into the ...
5
votes
7answers
355 views

Displaying graphs - Free Java library

Is there a public library for Java (free) that can be used to display graphs (I am talking about discrete graphs - not bar charts, pie charts, etc...)?
5
votes
2answers
2k views

Android: Easiest way to make a WebView display a Bitmap?

I have some images that I loaded from a remote source stored in Bitmap variables and I want to display them. In addition to switching between these images the user should also be able to zoom and pan ...
5
votes
6answers
2k views

JQuery. Hide elements before they rendered. Best practice

I want to generate html layout with areas (divs, spans) that can be shown/hidden conditionally. These areas are hidden by default. If I call .hide method with jquery on document.ready these areas may ...
5
votes
3answers
145 views

Drawing two-dimensional point-graphs

I've got a list of objects (probably not more than 100), where each object has a distance to all the other objects. This distance is merely the added absolute difference between all the fields these ...
5
votes
2answers
3k views

How to display avi video with gstreamer?

I want to write an object tracking program which needs to play the tracked result. As gstreamer is a good multimedia frame work, I want to use it in my demo program. But I don't know how to implement ...
5
votes
1answer
656 views

Why everything in WPF is blurry?

Can someone explain why everything in WPF is blurry? Is this something that can be fixed?
4
votes
6answers
147 views

Why is my background color not showing if I have display: inline?

<html> <body> <div style="display: inline; background-color: #555;"> <h3>test</h3> </div> </body> </html> Here is my ...
4
votes
3answers
211 views

Hiding all web page items except for single nested div

Suppose my web page has a struture like this: <body> <div id="fee"> <div id="fi"> <div id="actual_content"> ...
4
votes
2answers
62 views

Display a row of Strings on a JComponent so that the single Strings are selectable/their location getLocation()-able?

In order to be able to display a sentence on a, say, JPanel with a GridLayout(1,0) [i.e., only one line/row] and then be able to draw a syntax tree (or similar) above it, I want to display the ...
4
votes
1answer
605 views

Detect and wake display in OS X Lion

When the display is sleeping in Lion you can no longer wake it by moving the mouse. I need a way to programatically check if the display is sleeping, and if so wake it. Does anyone know how to do ...

1 2 3 4 5 26