Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
16 views

Windows 7 and Linux default gestures in a c++ application [closed]

How to get the windows 7 and linux default touch gestures in any c++ application ? I mean if i wrote a c++ application in windows for any touch gesture , i can be able to use it in linux without ...
0
votes
2answers
46 views

How do I add permissions to my tomcat.sh?

I have created a tomcat.sh file so that I can start and stop tomcat via the terminal. I placed the file inside the /bin folder and performed chmod u+x on it to make it executable. But then when I ...
-3
votes
2answers
28 views

Software to detect touch and aids in writing on the screen

I just got curious to know if there are any software using which we can write on laptop/computer screen just like writing on a paper. Basically a software to detect the user's touch on the laptop ...
2
votes
1answer
49 views

How do I disable the Tablet PC Input Panel in Windows 7?

I have a touch screen Windows 7 PC that I'm using for a Kiosk application. It is never necessary for a user to input text. When I tap on the screen, a little keyboard tray nudges out of the left ...
2
votes
2answers
65 views

Debian - LAMP Install

I am installing a LAMP install on Debian GNU/Linux and have been asked to enter the following command sudo touch /var/www/info.php I was just wondering if anyone could explain what it does. ...
0
votes
1answer
44 views

Improve FN Keys and Touchpads on Windows Laptops

Is there software that improves the fn keys and touchpads on Windows laptops? I'm sick of the inconstancy and the bugginess. it'd be nice to have some open source software to make it a better ...
0
votes
0answers
83 views

rsync directory complete but some files md5sum is different

I'm using rsync to copy a directory from host A to host B. After the rsync is completed successfully, I check the files with the directory and find that some files' md5sum is different but the ...
2
votes
3answers
129 views

Software (official or third party) to make a Dell laptop trackpad mimic touch gestures?

Is anyone aware of / have seen discussions of software that can translate actions on a Dell TrackPad to emulate swipe actions similar to those on touch devices? Or is the Dell TrackPad hardware ...
0
votes
0answers
63 views

Software to extend touch gestures on Windows 7 tablet PC

Windows 7 has some gestures (including scrolling, right clicking) on touch-enabled devices, but the full potential of touch gestures is not used. Is there some software which makes it possible to ...
0
votes
0answers
169 views

How to Enable/Disable “Press and Hold” right click in Win7 from Command Prompt

How can I enable & disable the option of "Press and Hold" for a right click in Windows 7 from the command prompt?
0
votes
0answers
367 views

Installing custom ROM on Nook Touch [closed]

I recently purchased a Nook Touch eInk reader. Does anyone know how far the process of creating a custom ROM has gone? Is it already possible to install a custom ROM on the device in a simple and ...
2
votes
2answers
178 views

How can I change the creation time of all a folder's files to the current time?

Under a Linux shell, how can I change the creation time of all a folder's files to the current time?
0
votes
0answers
404 views

Touchpad stopped working for Toshiba NB505 Netbook

I installed Windows 7 ultimate for my netbook and my touchpad was working fine, but when I restarted my computer, touch pad stopped working. Touchpad buttons do not work either. I tried reinstalling ...
0
votes
2answers
222 views

Recursive touch command on BusyBox 1.01

I'm trying to write a bash script that will run on my QNap NAS to touch a directory recursively. I have this: find $1 -exec touch {} + However, find that comes with BusyBox 1.01 doesn't support the ...
2
votes
3answers
289 views

Looking for a collection of touch (pen) friendly applications on Windows 7

I would like to gather everyone's knowledge to create a list of touch screen friendly applications (for tablet PC). I see many nice widgets/applications on Android or iOS that were created with touch ...
2
votes
4answers
2k views

Windows recursive touch command

In Windows 7, how can I recursively touch all files in a directory (including subdirectories) in order to update the date/time stamp? Does Windows 7 have a mechanism to accomplish this?
0
votes
1answer
438 views

Dual monitor touchscreen calibration

I have an Acer X23H monitor and HP 2209t touchscreen monitor and Geforce 7100/nforce 630i card Whenever I touch the HP screen, it is the Acer that is affected. It does not matter if the HP is the ...
1
vote
1answer
358 views

how to get two touch screen monitors to work on one computer

I just bought two new touch screens I have a gefoce 9500 dual video card. on a vista 64bit machine. the video is working but the touch ability of the second screen is not working properly. screen ...
2
votes
1answer
9k views

Elan Smart Pad turn off auto select

I have purchased a Asus laptop with a built-in Elan SmartPad, running Windows 7. Options are selected when I leave the pointer over an item without tapping or double clicking pad. How do I turn this ...
1
vote
3answers
379 views

Linux weird problem touch : command not found?

I occurred a really weired problem, which is touch : command not found. I was going to create a blank file, so I type the touch command which didn't work. I'm running centOS 5. Any ideas? BTW: the ...
3
votes
1answer
2k views

Setting file creation date in Mac OS X

I need a script to set the creation date to the modification date for a bunch of files created by my sound recorder - any way to do this? Running Mac OS X 10.4.11
1
vote
4answers
1k views

Replace meeting room projectors and SMART boards with 50+ inch HDTV LCDs?

Looking for recommendations on large 50-60+ inch LCD HDTVs suitable for meeting rooms along with their (ballpark) cost? It would be a bonus if there existed some that are touch-screen. Not sure if ...
6
votes
8answers
6k views

Windows equivalent of the Linux command 'touch'?

What do you use when you want to update the date-modified field of a file on Windows? commands accessible via C++, .NET, C#, or something native to Windows (Vista preferably) tools/applications ...