Re: [Gambas-user] Gambas in Science ?

2009-08-08 Thread Carlos Prieto López
I recently used Gambas for a simple ray-tracing application to simulate the effects of dissipation on light refraction. I am currently working on a program to store, manipulate and present laboratory data. I'm not familiar to the modules you talk about. Regards, Carlos 2009/8/7 Nick Rathke >

Re: [Gambas-user] GTK key events bug

2009-08-07 Thread Carlos Prieto López
2009/8/6 Benoît Minisini > > > > Summary: In a graphical application using GTK, a key event produced > > > > > > by a > > > > > > > control is captured by the parent, but key event information > > > > > > provided by > > > > > > > the Key class is not available. > > > > > > > > How to reproduce:

Re: [Gambas-user] GTK key events bug

2009-08-06 Thread Carlos Prieto López
> > Summary: In a graphical application using GTK, a key event produced > by a > > control is captured by the parent, but key event information > provided by > > the Key class is not available. > > > > How to reproduce: In a GTK project, put a form, a control (for > example, > > a textbox), and th

[Gambas-user] GTK key events bug

2009-08-06 Thread Carlos Prieto López
Summary: In a graphical application using GTK, a key event produced by a control is captured by the parent, but key event information provided by the Key class is not available. How to reproduce: In a GTK project, put a form, a control (for example, a textbox), and the following code: PUBLIC SUB