display

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 minimal set of "bit blit" operations required to update the display. ...

CSS: Display differences

What is the difference between display:block and display:inline ...

CSS centering tricks

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 & multiplied by negative one here_ There's also the simpler margin:auto method in browsers that support it. Does anyone else have tricky way...

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 user? What I am looking for is a way for someone with full control/design permissions on a site to be able to preview how the site will be d...

How can I send output to an external/second display in Java?

I would like to be able to emulate the functionality of the "Presenter Tools" in MS Office. This requires the program to be able to detect and use an external/secondary monitor/projector. Could somebody please point me in the right direction for achieving this. I would like to use Java 1.5 Thankyou. ...

Response.Write DataTable Data to Text File, ASP.net Hangs

Very odd problem as this is working perfectly on our old Classic ASP site. We are basically querying the database and exporting around 2200 lines of text to a Text File through Response.Write to be output to a dialog box and allows the user to save the file. Response.Clear() Response.ClearContent() Response.ClearHeaders(...

Has anyone else seen this IE6.0 Display problem?

Has anyone seen this type of IE display problem? Note that it is doing some sort of word-wrap/duplication when it renders. The code for the brown box and the text that should be in it is: <div class='span-23'> <div class='span-7'> <div class='info_box' style='height: 30px; padding-top: 10px'> <div class='span-4'><b>Vehicle Ful...

Display Parameter(Multi-value) in Report

Hi, 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 ...

Anyone know a better workaround for getting the computed height of an element set to display: none?

I need to calculate a top position for an element of variable height, so I was thinking of doing the following: Move the element 1000px off the top of the viewport Set the element to display: block Get the height of the element Set the element to display: none Continue on as if everything is normal and good Does anyone see any pitfal...

Simultaneous updates across two display contexts in openGL

Sorry, I'll be more detailed. I have a c# .NET application with which I've created a custom image display control. Each image display represents its own display context and draws the image using glDrawPixels (Yes I know it would be better to use textures, I plan to in the futures but this app is already too far along and my time is lim...

What is your laptop's display size?

I want to get a new laptop and not sure what display size is the optimal. I need it for programming while I'm traveling. So the balance is between portability and usability. My old laptop is 15.4" and I think it's big and heavy for travel. ...

how to debug vb6 richtextbox not showing unicode (chinese) properly.

hi there, I have a simple vb6 editor type application which has a richtextbox as the editor page. It allows users to key in stuff and the store it into a file which will keep all the text in RTF stored as CDATA in xml. When you load back the file, it will read it off the xml and load back the rtf. We allow for unicode editing, but my pr...

Invert display colors

Is it possible to invert display colors on Windows like Macs can? I have nVidia GeForce 6200 graphics card and 17" Samsung SyncMaster display. ...

AJAX calendar extender display issue in Safari

Ok, this is not a CSS issue, I removed all styling from the page. This is a calendar extender that has a target id of a textbox and the popupbutton is the same text box. The month name is displaying lower than the days, so it's not usable. it's fine in IE. I am using Safari in Windows Vista. Does anyone know what is causing this...

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 ...

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 wanting to programatically create the window and make it full screen on the external monitor. Thanks for the help. ...

IE background display problem

Hello, I'm creating a website for my church and I'm having problems making it display right in IE. It seems that my div "sidebox" is having its background position overridden by the "margin: 0 auto;" as the background displays centered rather than on the right, which is shifting the site to the right. Here's the code: .sidebox { marg...

restarting the video driver (programatically)

I have a strange bug somewhere in my system that causes the screen to move very fast when it occurs (I can't really describe it) and I learned to deal with it by putting my laptop to sleep then waking it up .. I'm suspecting it's something with the display driver, and it gets fixed if the driver is restarted. Is there a way to restart ...

Best "3D display" developing environment for Java? (do they even exist?)

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 environment. Such an environment would, for example, bring out compile errors to the front. Or maybe allow the programmer to quickly stack panel...

Display problem with Update Panel in ASP.NET

I'll try to explain my problem the best I can, here goes: I have an update panel on an ASP.NET page and a Panel server control inside it. I have an rounded corners extender attached to the Panel server control and the extender has a solid background with a solid border. ok....I haven't found an easy easy to position the update panel i...