Home › Forums › Software Development › There is no response when I call the Test calibration function in my own winform
- This topic has 3 replies, 2 voices, and was last updated 6 years, 10 months ago by
Grant [Tobii].
- AuthorPosts
- 08/11/2016 at 17:47 #5916
xuan bao wei
ParticipantThere is no response when I call the Test calibration function in my own winform,my code is like this below:
private void launchCalibrationTesting()
{
using (var eyeXHost = new EyeXHost())
{
eyeXHost.Start();eyeXHost.LaunchCalibrationTesting();
}
}09/11/2016 at 13:01 #5930Grant [Tobii]
KeymasterHi @xuanbw,
There’s is quite a bit more to implementing the EyeX into your Winforms than just the code you specified.
I would suggest you go through our tutorials to get a grasp on the basics of getting started.
Here you can find the most basic one, and work your way up.
09/11/2016 at 13:56 #5931xuan bao wei
Participanthi:
when i run the code in the console application,it could show the testing form,but there is nothing in my c# winform application,how could this happen?10/11/2016 at 11:41 #5944Grant [Tobii]
KeymasterDid you try the tutorial but substitute a console application for a c# Winform? The workflow should be quite similar if you insert the code in the appropriate main function.
In addition, you have not provided enough information in the initial post to indicate what the problem might be.
You also have the various samples included with the EyeX SDK (including the c# winforms example) that should help you get started.
- AuthorPosts
- You must be logged in to reply to this topic.