display

Tooltip on Listbox display strange behavior

Hey all, I'm brand new to C# and I wanted to enabled tooltips on a listbox. My wish was to be able to display a different tooltip depending on the hovered item in the listbox (the standard listbox's behavior is to display one single tooltip for itself no matter what item is hovered)... I managed to write the following code : private v...

how to export the display faster to another system in gtk?

I have to run my scrolling gtk application on systems which are in network. But the display is slower when i try to run the application by doing telnet to other systems. Is there any way to render images fast on other systems? Can GdkDisplay be of any use here? ...

Display file content in browser using ASP.Net

Hi, I want to display a file content (HTML file) inside a web page using ASP. I'm trying to display 2 files and show the differences. So i need to color different rows. I tried with TextBox but i can not color a single row. Something like this but inside a browser. I should be able to easily navigate through rows. (like SetRowColor(row...

Display data by claimnubers on grid view page

Hello, I am using C#. net and SQL server 2005. I am uploading files(word, PDF) to DB and displaying on page using grid view. I have different claim Numbers. like co50000006( like 10 rows). I mean the claim number has different files. I have other claim numbers on my table.(like c08000131, c01000001). I want to display only one claim n...

Display:table for IE7 ?

Hi I've a several columns in css, with float:left property to align them horizontally. But as it float in the left side, i can't center all the divs. So i found that if i wrap my columns with another div with display:table property, all works perfectly... but not in IE7 (idd, this property is not supported -.-). does anybody has a ha...

Dip to pixel conversion results in the exact same value.

I am trying to convert dips to pixels using the following function. I’ve tried low, medium, and high density emulators and regardless of the emulator I use, the pixel value remains the same value as the dip value I pass into the function. private int ConvertDips(float dips) { int pixels = (int) TypedValue.applyDimension(TypedValue.COM...

Is there way to keep the iPad screen on?

Is there a way to prevent the iPad from sleeping while my app runs? I am making a kiosk app that needs to not auto sleep. ...

Which is the real color-depth on Windows phone 7 product?

According from Emulator Color Depth on Windows Phone 7 forum, I just heard about limitation of Silverlight on Windows Phone 7 that it display only 16-bit color-depth image on Silverlight application just like previous version of Windows Mobile. Is it true? Anyone can confirm this. PS.Normally, Silverlight natively support 32-bit color-...

mouse handler in opencv for large images, wrong x,y coordinates?

Hello, i am using images that are 2048 x 500 and when I use cvShowImage, I only see half the image. This is not a big deal because the interesting part is on the top half of the image. Now, when I use the mouseHandler to get the x,y coordinates of my clicks, I noticed that the coordinate for y (the dimension that doesnt fit in the scree...