From Mike:
The GHI hardware libraries are not supported in the emulator. Remove all references to the GHI hardware, and only include the Glide library.
TThe emulator doesn’t adapt to anything. Open up the sample emulator that cames w netmf. Change it to suit your needs. Hit compile. It will now be available from the drop down list when you select emulator.
I would love to be able to select from a range of emulator devices when I configure the project properties \ .NET Micro Framework Transprot & Device settinsg instead of just seeing one device option ‘Microsoft Emulator’. Is this possible?
Now I have the screen on 480x272 in the Microsoft emulator, I started to test my GUI…
How do I emulate touch? The mouse click does not work
Is there something else to setup?
Have you tried running a Microsoft example that uses touch with your modified emulator? Running the TouchCalibration worked for me. I also created a simple project that worked too. Make sure you call GlideTouch.Initialize(). Usually the first click enables touch (focus) then after it works.
Hi Josh,
I am running calibrate,
Can you advise what assemblies you are using?
I have removed NETMF.EMX, and FEZ.Cobra but let all the other SPOT references in place.
I am able to get the mouse to emulate touch
That sample works fine under 480x272
Wish I had known all that sample code existed when I started out! might be good to have a note on the examples page to your helpful note.