Re: [Gambas-user] Controls on form do not respond.

2014-01-03 Thread Fabien Bodard
You must to be more explicit ... where is the problem ? you are lauching the MainForm and then you call ... StatForm ? where is the code of the widget you want to be active ? which one ? is it a dynamiquely created widget ? You have an incredibely too complex code ... for a Gambas one... why

Re: [Gambas-user] Controls on form do not respond.

2014-01-03 Thread VonZorch
I am calling frmCurve from frmMain, frmStat works fine. As for the Label array, I am doing an X,Y plot, the array allows me to quickly and easily change the labels text when the data range changes. I think the problem was a glitch in the form editor. I tried to use an inelegant brute force

[Gambas-user] Controls on form do not respond.

2014-01-02 Thread VonZorch
I have a form called from the main program. When called it opens and does everything in SUB _new(). However using the controls on it does not cause any event. I have tried using all varieties of .Show. Any help will be greatly appreciated. -- View this message in context:

Re: [Gambas-user] Controls on form do not respond.

2014-01-02 Thread Tobias Boege
On Thu, 02 Jan 2014, VonZorch wrote: I have a form called from the main program. When called it opens and does everything in SUB _new(). However using the controls on it does not cause any event. I have tried using all varieties of .Show. Any help will be greatly appreciated. There are

Re: [Gambas-user] Controls on form do not respond.

2014-01-02 Thread VonZorch
My archivers are being balky, I couldn't send the entire project. What follows is the class files for the main form and the opened form. ' Gambas class file frmMain Private Names As String[] Private Stats As New FrmStat[] Private strHtQ[2] As String Private strWtQ[2] As String Private Hx As