AutoHotkey Community

It is currently May 26th, 2012, 12:59 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: December 30th, 2008, 10:07 am 
Offline
User avatar

Joined: November 2nd, 2008, 4:23 pm
Posts: 2906
Location: 127.0.0.1
I have the LG Voyager. It has a touch screen on it that I would like to use as a trackpad for my computer. My idea for doing it would be to put a .swf file on it that does the most of the calculations so it sends the least amount of data back to the computer. I can figure out how to do most of this project but I don't have any idea where to start for data transfer through a flash app on a cell phone to a computer or if its even posible. Any thoughts/ideas?

_________________
aboutscriptappsscripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 30th, 2008, 10:18 am 
Offline

Joined: January 12th, 2008, 7:45 pm
Posts: 131
Well, first, you'd need a way to transfer the data between the PC and the cellphone... I could throw out a simple sketch for you;

My cellphone has got WLAN support, so I could just connect to my PC through WLAN... since I don't know about TCP sockets in cellphones I'd "cheat" and use sparrow. Basically, you make mouse click on the .swf to reach the sparrow server with x,y & Click parameters, and just make AHK parse this. For Mouse movement you could prolly do a loop that checks if the mouse coords has changed since the last refresh, but I dunno if ur cellphone uses mouse coords, it is possible that the cursor is removed whenever you've lifted your finger...

Hope this helps.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 30th, 2008, 10:26 am 
Offline
User avatar

Joined: November 2nd, 2008, 4:23 pm
Posts: 2906
Location: 127.0.0.1
Ill look into it. Thanks

_________________
aboutscriptappsscripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], BrandonHotkey, Exabot [Bot], Google [Bot], Maestr0, poserpro and 15 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group