Nic, I don't know how Gambas works internally, but my understanding is that any such feature would be a resource hog because it would have to monitor keystrokes and mouse positions for all controls used in a form; what would happen if you had arrays of controls or complicated controls that you had to monitor?
With your generic keystroke and mouse monitor approach there would be cases where keystrokes coming from certain controls would have to be prioritized and queued... that would create havoc bringing gambas programs' runtime performance to a slow grind. Yet again as I said before I don't know how Gambas works internally so the only person who can answer this for us, is Benoi himself. Regards, Dimitris On Mon, Jul 27, 2009 at 6:41 PM, nic <[email protected]> wrote: > I think Gambas should have a general use input box. For example, a hidden > box that monitors your mouse position and keystrokes. I'm new to Gambas, so > if there's another way of doing this, please help. > > Thanks! > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
