Re: [Gambas-user] Problem gb.qt

2015-02-03 Thread Benoît Minisini
Le 03/02/2015 17:09, herberth guzman a écrit : > Hi Benoit > > thanks for you help > > attach code not working gb.qt svn_rev6875 onwards > > ' Gambas class file > > Public sExplorer As FileView > > Public Sub Form_Open() > Create_sExplorer_Init > End > >Public Sub Create_sExplorer_Init() > >

[Gambas-user] Problem gb.qt

2015-02-03 Thread herberth guzman
Hi Benoit thanks for you help attach code not working gb.qt svn_rev6875 onwards ' Gambas class file Public sExplorer As FileView Public Sub Form_Open() Create_sExplorer_Init End Public Sub Create_sExplorer_Init() TabPanelExplorer.Text = User.Home sExplorer = New FileView(TabPanelExplor