Emulation IE7 Problem Digital Media UI / UX Design by JayGeePee I'm having an issue with emulation check on IE7. For some reason it seems to be … server? Or if it's a bug in IE's emulation for IE7. I cross browser checked just about every type… Re: Actual Joystick Emulation in C# Programming Software Development by Voulnet …specialized in BCI systems (Brain Computer Interfaces). Mouse emulation using brainwaves has already been done (Both my … people. However, I was asked to provide joystick emulation. Sure, it may not be of immediate necessity…requirement? That was regarding our need for the joystick emulation. Now, regarding implementing it, if viable: It … Actual Joystick Emulation in C# Programming Software Development by Voulnet …'m still unable to determine how I can perform real emulation of a joystick. What I found on the web was… that a joystick outputs to Windows; to perform a real emulation of a standard joystick. Thank you for your time! Re: Actual Joystick Emulation in C# Programming Software Development by Voulnet That's so good to hear, it means we got joystick control covered with the mouse emulation. I have seen that mouse to joystick simulation, it wouldn't do me any good. However now I can report back to the company to inform them of the viability of the mouse emulation algorithm to replace the joystick. Thanks a lot, everyone! keyboard emulation: numbers change into letters Programming Web Development by dlagewaa … provided such peripherals are connected via USB and allow keyboard emulation. The cardreader (barcodescanner) provides the cardswipe (scan) as one keystroke… the 10 digit number on that tag. So the keyboard emulation seems to work just fine. However. Using the RFID reader… Re: Actual Joystick Emulation in C# Programming Software Development by sknake …'m still unable to determine how I can perform real emulation of a joystick. What I found on the web was… keyboard emulation Programming Software Development by shr2408 Is there a lib in python which allows automation of keyboard sequences (for want of a better expression 'keyboard emulation') I'm pretty new to python, so please be easy on me if it's a [B][I]really[/I][/B] daft question. :P Thanks. IE8 to IE7 Emulation Programming Web Development by cavpollo …, but for some reason the internet browser ignores the IE7 emulation and displays it as IE8 as default. (I can go… py2app argv-emulation is not supported for 64-bit executables Programming Software Development by Killer_Typo Trying to build a simple python script on my mac, but the mac is 64 bit and apparently does not want to play nice. Does anyone know of any workarounds or if I am missing something? command i am running is python setup.py py2app -A output is: error: argv-emulation is not supported for 64-bit executables thanks! Re: Emulation IE7 Problem Digital Media UI / UX Design by hericles IE 11 is out now and lower versions of IE are really bad and quirky. I'd say just let it go. You're looking at less than 1% of all users (and thats without taking your target demographic into account) using IE7. You have to ask yourself if its worth your time... Re: Emulation IE7 Problem Digital Media UI / UX Design by JayGeePee I won't be able to check demographically until I get my site up on my actual website server. I know some hospitals are still using IE7, and most of my customers are senior age and could possibly be using older computers with old IE that hasn't been updated. Re: Firefox Browser control for vb 6 and emulation Programming Software Development by AndreRet ….iol.ie/~locka/mozilla/mozilla.htm[/URL] The following for emulation - [URL="http://www.graphicdesignforums.co.uk/website-design-resources… Re: keyboard emulation function (C++) in linux OS ? Programming Software Development by daviddoria This is not keyboard emulation (which would be GENERATING key presses), but rather just catching key presses, right? Apparently this can be done using curses: [url]http://www.codeguru.com/forum/showthread.php?t=435771[/url] Re: Actual Joystick Emulation in C# Programming Software Development by Geekitygeek Can you clarify for me, do you have some custom hardware which you would like to interface with the PC as if it were a joystick, or do you want to write software which will create output as if it were a joystick? Re: Actual Joystick Emulation in C# Programming Software Development by Voulnet I would like to create software that would create output as if it were a joystick. (The hardware already goes into some software hoops and loops in order to be operable, now we just need to be able to write code that produces output as if it were a joystick). Thanks a lot for paying attention to my question, questions spiral down the list … Re: Actual Joystick Emulation in C# Programming Software Development by Geekitygeek It doesnt look like what you wanna do is easy, if possible. I'm not suprised, after the hoops i had to jump through to code for a USB device : / It look slike you may need to develop a virtual HID device driver. It's way out of my depth so i'm gonna bow out and let someone who knows what their doing point you in the right direction. Sorry and good… Re: Actual Joystick Emulation in C# Programming Software Development by Voulnet Oh, I didn't think it would be that bad. I thought it would be kinda similar to how we can intercept keyboard hooks; you know figuring out what kind of messages does a joystick send to Windows and imitate that. Thank you for your time! Do you know a particular person who might be able to help me? Re: Actual Joystick Emulation in C# Programming Software Development by DdoubleD Ignorant of the subject am I (definately not my forte) , but it sounds like you might need to write your own device driver to emulate the device. I might not be giving you any information here you haven't already considered; however, I ran across these links and figured I would pass them on: [URL="http://msdn.microsoft.com/en-us/library/… Re: Actual Joystick Emulation in C# Programming Software Development by Voulnet Thanks a lot for the useful links. The path is clearer now, although it sounds very challenging! Of course, any more advice and directions are welcome. Re: Actual Joystick Emulation in C# Programming Software Development by Geekitygeek you can always check out [URL="http://www.microsoft.com/whdc/devtools/wdk/default.mspx"]Windows Driver Kit[/URL]. I remember seeing an article that mentioned vhidmini driver as a good starting point for writing custom joystick drivers but i think that was an older version of WDK : / There is mention somewhere of hidusbfx2 as a good … Re: Actual Joystick Emulation in C# Programming Software Development by Voulnet Thanks a lot, man! It does not sound so bad to try and make the driver myself, I never wrote any driver before, though. I'm trying to gather all possibilities and ways to do it, and try to research the best method to do it. If anyone else has a good idea, please share it! Re: Actual Joystick Emulation in C# Programming Software Development by sknake Not to answer your question but for background information I have on HID --- For games, as far back as I can remember, they always allowed any type of input. Keyboard, mouse, track-ball, or joystick because to Windows it is all the same thing -- a mouse movement. Even with flight simulator if i'm not mistaken when you press the down arrow it is … Re: keyboard emulation: numbers change into letters Programming Web Development by niranga Use an array to hold the letters [CODE]$letters = array("","a","b","c","d","e","f","g","h","i");[/CODE] Then using a simple for loop read the number string and construct a letter string as follows [CODE]$numberString = "5423440234"; $… Re: keyboard emulation: numbers change into letters Programming Web Development by dlagewaa First of all thank you for your contribution. However I believe that you misunderstood the question. The problem is not converting numbers to letters, but [B]preventing[/B] that numbers are turned into letters. The underlying problem here is that we have no clue why the numbers stay numbers if Notepad etc are being used, but change to letters in … Re: keyboard emulation: numbers change into letters Programming Web Development by niranga Sorry about that :) :) I have no good answer for your actual problem :( Re: keyboard emulation Programming Software Development by Gribouillis There is the SendKeys module [url]http://www.rutherfurd.net/python/sendkeys/[/url]. I'm not using it, but other people in this forum can tell you more about it. Re: keyboard emulation Programming Software Development by lllllIllIlllI Ah good old SendKeys. I have written whole programs using this. Its a really great module to use. It is really simple but it has one pitfall in my mind. That is that every time that you use it NumLock is disabled. I know that dosent affect some people because they either dont use the numpad or they have laptops that dont actually have a numpad. … Re: keyboard emulation Programming Software Development by woooee There is also xvkbd, but it is a console program and so is accessed via: os.system('xvkbd -test "string to type" ') [url]http://homepage3.nifty.com/tsato/xvkbd/[/url] Re: keyboard emulation Programming Software Development by shr2408 Whoops, forgot to mention that I need the lib for [B][I]linux[/I][/B] :$ Thanks for the tips, though, if I ever return to Windoze they'll make a good starting-point. Re: keyboard emulation Programming Software Development by woooee xvkbd runs on Linux and SendKeys has a source package, probably a python extension, so it should work but I haven't tried it.