Does anybody used sikuli IDE with Win 7(64 bit) and JRE7(64 bit) - sikuli

I want to know whether Sikuli IDE can be used with Win 7(64 bit) and with JRE7(64 bit) system properties.

I am working with sikuli on Windows 7 64-bit.
It works fine.

Related

How to target 32 bit flash player on win 7 64 bit

I have win7 64 bit on my desktop and win7 32 bit on my laptop. I recently upgraded my php to 5.6.2 and amfphp to 2.2.2. As a result I had to modify several ActionScript 3 scripts to access my data. I got the scripts working on my 32 bit laptop, but they looked "fractured" on win 7 64 bit.
I know that the 64 bit flash player installer now installs both a 32 bit version and a 64 bit version of flash player.
Is there a way to specify that these AS3 scripts are to use the 32 bit flash player when launching with 32 bit Firefox on a 64 bit system?
An Adobe Staff member provided the following info and upon loading Firefox 54.0b6 (beta) I found that he was right. Most of my animations run as expected, although some of the games run with significant lag time on keyboard nav.
"Just for clarity, the bitness of Flash Player is dependent on the bitness of the host browser. If you're running a 32-bit browser on a 64-bit OS, you're still going to get the 32-bit Flash Player. The only case where you'll get 64-bit Flash Player at runtime is when you're running a 64-bit browser on a 64-bit operating system."
"I was able to reproduce this on Win7 x64 with Firefox 54.0b4 (32-bit), but upgrading to the latest beta - Firefox 54.0b6 (32-bit) seems to resolve it. I'm using the latest publicly available Flash Player (25.0.0.171) to test. For completeness, I'm also unable to reproduce the problem on Chrome or IE on Win7 x64, or on Firefox with MacOS 10.12."
"Mozilla has been doing a lot of work on their rendering pipeline, and I suspect that the behavior you're seeing is fallout from that. Since it's already fixed, it's just a matter of waiting for the changes to propagate to the release builds. They're on a 6-week cycle, so assuming those fixes get promoted in the next release, you should see them land relatively soon."

Will application created using TideSDK work on Windows XP?

I am planning to create an exe for windows. My problem is my target clients are using windows XP. As windows XP has become too old, it is very difficult to get any support.
Can any one please guide me whether application created using TideSDK works on windows XP or not?
Yes it will work. I'm currently working on a project who also target Windows XP. (By the way, it also work on windows 8.1). But in my case (am I doing something wrong?), I've to bundle the app from windows 7 to have an installer.

Chrome Driver for Windows 8 64 bit

I am new to Selenium and writing my test cases only for firefox. I wish to write it also for Chrome driver. But where should I download for Widows 8 64 bit.
Have you tried with 32-bit Windows ChromeDriver here? What's wrong with it? If there are any errors, post full exception please.
As far as I know, there isn't a 64-bit Chrome on Windows yet (see this ticket), as a result, there is no ChromeDriver for 64-bit Windows.
Here 32/64 bit are in term of the browsers' architecture, not the OS. Please check if your Chrome 32-bit or not, if it's 32-bit, download the 32-bit ChromeDriver.

Create my first Window 8 phone app

I have a 64 bit I3 Laptop with Windows 7 installed on it. I am an ASP.NET MVC developer and have solid understanding of C#.
I have Visual Studio 2010 installed on my machine.
I wanted to try and develop windows 8 phone apps (just for fun).
My question is :
With the current configuration can I create a Windows 8 phone app ? I do not want to upgrade my laptop to Windows 8 (as it is an office laptop).
Please share your thoughts on this.
In order to develop for Windows Phone 8 you need Windows 8 64-bits and Visual Studio 2012. So yes, you need to upgrade or do it on a VM and an actual pone.

Internet Explorer 64bit Automation using VBA

I have this project that I need to automate opening of IE(64bit) in MS Access 2010(64bit) vba.
I have no problem automating ie in a 32bit environment but not on 64bit. Has anyone ever have this requirement? I would love to know how did you do it.
setup:
- windows 7 64 bit
- MS Access 2010 64 bit
- ie 64 bit
Are you sure you're running the 64bit browser?
The default browser on 64bit Windows 7 is the 32 bit browser (because most 3rd party plugins are 32bit).
There should be a link somewhere for Internet explorer 64bit (if you type Internet explorer 64bit into the start prompt you'll find it).
Use the FollowHyperlink method:
http://msdn.microsoft.com/en-us/library/bb237946(v=office.12).aspx
Or otherwise you can use ShellExecuteEx