[Gambas-user] the origin of fOption.Run <> FOption.Run
Charlie Reinl
Karl.Reinl at ...9...
Sat Mar 12 22:58:01 CET 2005
Salut Benoit,
the origin of fOption.Run <> FOption.Run was
fOption2.Run <> FOption2.Run which you find also in the project.
There I wanted to use the XTableView Class to replace the FOption Form.
Called by the menu_Click, nothing happened on the form. The XtableView which
is an inheritens of TableView didn't have the <name>_DATA event.
I tried to debug and found the 'fOption.Run <> FOption.Run' while I switched
back from fOption2.Run to fOption.Run.
But now where I know that fOption.Run <> FOption.Run and I can debug it, I
still have the same pb.
It may be it is a pb of my class, but I don't understand what?
Or it is a pb of forms called ?
or TableView DATA event ?
Or INHERITS ?
OR ..
I took the origin XTableView demo project and added a FStarter Form with an
Button, which calles the FMain form, and the same thing happened NO TableView
is shown , while ..._DATA event didn't raise.
At Button1_Click() I tried :
PUBLIC SUB Button1_Click()
DIM hForm AS Form
hForm = NEW FMain
hForm.ShowModal()
END
and also
PUBLIC SUB Button1_Click()
FMain.Run()
END
That all happened on
gambas-1.0.4 (downloaded from the gambas-shrine)
gentoo 1.4 (last Updated 18.12.2004) = 2004.3
Qt: 3.3.3
KDE: 3.3.1
gcc (GCC) 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2,
pie-8.7.6)
mysql Ver 12.22 Distrib 4.0.22, for pc-linux-gnu (i686)
psql (PostgreSQL) 7.4.6
sqlite 2.8.15
Amicalment
Charlie
More information about the User
mailing list