On Sunday 06 November 2011 10:30:19 Benoît Minisini wrote: > Le 06/11/2011 00:21, richard terry a écrit : > > On Sunday 06 November 2011 05:35:17 Benoît Minisini wrote: > >> Le 04/11/2011 08:51, richard terry a écrit : > >>> On Thursday 03 November 2011 19:04:52 Benoît Minisini wrote: > >>> > >>> Benoit, > >>> > >>> I checked all my machines (I've 5 machines in my surgery running EasyGP > >>> and gambas networked). > >>> > >>> There was (by luck) one machine in the office I'd not updated gambas - > >>> it was stuck on version 4152 (kubuntu 10). > >>> > >>> I rolled back the version of gambas on a machine where the > >>> textbox_keypress event was not firing (gambas version = 4205 kubuntu > >>> 10) to version 4152> re- compiled and it now works. Ditto, I just > >>> rolled it back to 4152 from my latest gambas version on my laptop > >>> (kubuntu 9.0)> now works - the event fires. > >>> > >>> Not sure how to proceed with this. I guess I could just 'go up some > >>> versions' and try and track which one causes problems > >>> > >>> Anway, getting late, been at work now 11.5 hours!!!! so am going home. > >>> > >>> Regards > >>> > >>> richard > >> > >> I can't help you if you don't give any source code. > >> > >> Regards, > > > > That would be extremely complex Benoit unfortunately, as you'd have to > > build out entire database, set up the database, have downloaded HL7 and > > scanned pdf's to file in the inbox. > > > > Unless you could tell me how to dump something which would help you in > > its current state? > > You should try to isolate the problem, as your description is not clear > enough. > > There were changes recently in keyboard event management so that the > form keypress event handler always get the keyboard events before any > control located in that form. > > But without seeing what you are doing exactly with your keypress event > handlers, I can't know if this is related, and how. > > Regards,
Hi Benoit, I find the problem in my code - so it is at my end - whatever changes you made obviously precipitated it. The text box on the form not firing was embedded in a form which itself was embedded in anther form and I'd some time ago been tinkering with the form_key_press to detect ctrl key combinations and I had a stop event in there which caused the grief. I've upgraded to the latest svn. Richard ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
