Hi Richard, Can't help much with the original problem, but here's the workaround to get back to rev 4152...
$ mkdir rev4152 $ svn checkout -r 4152 https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ rev4152 You should see a long list of files, ending with something like: ... A rev4152/examples/examples/Games/GameOfLife/.icon.png A rev4152/examples/examples/Games/GameOfLife/glob2-icon-48x48.png A rev4152/examples/examples/Games/GameOfLife/.settings Checked out revision 4152. $ cd rev4152 $ ./reconf-all $ make clean $ make $ sudo make install (you most likely don't need all the reconf-all and make and make clean etc. every time but it shouldn't do much harm) Kind regards, Caveat On Thu, 2011-11-03 at 15:07 +1100, richard terry wrote: > This is really weird. > > I havn't upgraded gambas since version 4152, upgraded yesterday to > 4230. > > On one of my forms (only 1 I've noticed so far, the key_press event is not > being triggered in a textbox. > > The Key_Release event is, the got focus and lost focus is. > > So... none of the text I'm typing is entered into the box. Somewhat > problematically as this is my document inbox filing form. > > Same code/form works on 4 other boxes in the office running under 4152. > > In the interim can someone tell me how to re-compile an older version. > > Thanks. > > 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 ------------------------------------------------------------------------------ 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
