2
votes
4answers
79 views
iPhone app running while screen locked
Here is something I am trying desperately to get to work:
I have an app that polls the GPS module in specified intervals and then sends out coords out to a server using Unix calls …
1
vote
2answers
73 views
Manipulate screen buffer in python
I know this is a long shot, but I was wondering if Python had a way to manipulate the screen buffer. Specifically, I want to be able to gray-out my desktop and highlight my windows …
0
votes
1answer
27 views
How to stop process in GNU Screen
after I run ping command under the screen, I want to stop ping command,
but when I press ctrl c , the screen is also terminate.
how can I stop the command but not leave the screen …
4
votes
1answer
99 views
vim screen restore
Hi,
i use vim in screen for development and if i quit vim, the current screen-content stays there...
outside the screen (xterm), exiting vim will restore the previous buffer
(lik …
0
votes
3answers
53 views
Set screen-title from shellscript
Hi,
is it possible to set the Screen-Title with an shellscript?
i thought about something like sending the key commands "Strg+A Shift-A Name "
I searched for about an hour only …
0
votes
2answers
23 views
Widescreen check on normal screen
Hi,
I work normal screen and I develop some web application. When the application goes on widescreen some of the pages looks weired. Is there any way I can view my web page as it …
0
votes
2answers
21 views
Locate windows according to system screen size in win32 programming
Hello
I have creating one window using "CreateWindow".But is there any api which can give system screen height and width of the system. So that it will very helpful to locate wind …
0
votes
2answers
63 views
Screen Scrape Help!
I need some help with screen scraping a site (http://website.com).
Lets say I'm trying to get an image inside
But when I pull it down, it's path is relative ie "image_large/image …
54
votes
40answers
7k views
White (Light) vs. Black (Dark) Backgrounds: Health Effects
I am adding a bounty to this question, hoping for some scientific research results. Thank you everybody!
I have recently tried working on dark backgrounds, and it seemed (to me) …
2
votes
6answers
135 views
How to check if window is really visible in Windows Forms?
Hello,
Normally you use Form.Visible to check if Window is visible at all. But sometimes on the screen window is below other windows so it's really invisible.
So how to check in …
2
votes
1answer
32 views
screen capture using objective c for mac
anyone has any idea how can i capture screen using objective c in mac os?
to be more specific, how can i capture the active / focused application screen then create an image into …
0
votes
1answer
27 views
Emulating touch-screens
Hi,
How would you emulate touch-screens? I wouldn't want to pay $ to get a touch-screen to test my software whether it supports touching fully. Any links or tips?
0
votes
0answers
13 views
Ajax large screen refresh
Hi Guys,,
I have an Ajax page where a chart and a graph are displayed on the page, say 50% of the page is updated. When the next request is sent off the chart and graph are redr …
0
votes
2answers
129 views
How to make GNU Screen start a new window at the CURRENT working directory?
By default, when you create a new window in GNU Screen, it will start in the directory where screen is invoked. I want to start a new window in GNU Screen at the current working di …
1
vote
1answer
76 views
VIM Colorschemes in Screen & PuTTy?
Hey guys
I've been trying to get colourschemes to work properly in VIM when using it over ssh with PuTTy as a client but unfortunately I haven't had much success. I can only get 8 …
