WTK2.5 (beta) problems with emulator interaction
Hi,
My problem is like this; I have a number of items in a form, and when I'm pressing the arrows on the emulator to switch between the different Items, one click is emulated as two clicks.
So if I have two elements, Start and Stop, only one of them will ever be able to be selected (the one that was selected by default)..
Has anyone experienced anything like this? If so, did you find a solution to it?
The application works fine in WTK2.2 btw.
Thanks in advance!
-Frank
[516 byte] By [
frapaaa] at [2007-10-3 5:17:50]

Hi Mihai!
I don't really need wtk2.5, but if it's not my fault that the toolkit is doing this, it should be reported to the the good guys (the ones that made it). However, if it IS my fault, I don't want to bother them.
I'm using wtk2.2 now. I tried to download wtk2.3, but the download link said "Download wik2.5 instead" ?
-Frank
What you could do to check that, is you could open an existing project from WTK 2.5 which has Items in a Form, and see how that works. There should be such an example if I remember corectly.Mihai
Thanks for the tip, Mihai. I tried a few examples and they all seemed to work fine. After going through the source I was given, I traced the problem back to a method being called twice, with result of "simulating" an extra keypress!
But after fixing that method, it seems like it's working.
Thanks for all your help!
Problem solved, case closed! (for now anyway :-) )