[Gambas-user] Problem svn6875 and gb.qt
Benoît Minisini
gambas at ...1...
Sat Jan 31 10:48:09 CET 2015
Le 30/01/2015 22:02, herberth guzman a écrit :
> hi
> Greetings to all
>
> I have the following problem
> with the review svn6875 and gb.qt
>
> the following code does not work me
>
> TabPanelExplorer.Count + = 1
> TabPanelExplorer.Text = sOpen_Spath_XDG
> Sexplorer = New FileView_New (TabPanelExplorer) As "Sexplorer"
> TabPanelExplorer.Children [0] .Name = "Sexplorer" & CStr
> (TabPanelExplorer.Index + 1)
> sExplorer.expand = True
>
> With f_explorer.sExplorer
> .IconSize = M_Var.iSize_Icons_View
> .ShowDetailed = M_Var.iShowDetailed
> .ShowDirectory = M_Var.iShowDirectory
> .ShowHidden = M_Var.iShowHidden
> .ShowPreview = M_Var.iShowPreview
> .Font.Size = M_Var.iSize_Font
> .Font.Name = M_Var.sName_Font
> .dir = SOpen_Spath_XDG
> .background = Color.Transparent
> End With
>
> with gb.gtk3 "Ok"
> with gb.gtk "Ok"
> with gb.gui "Ok"
> with gb.qt "BAD"
>
> with the review svn6874
> with gb.gtk3 "Ok"
> with gb.gtk "Ok"
> with gb.gui "Ok"
> with gb.qt "Ok"
>
> Help please
>
>
> Herberth Guzman
Please provide a project that shows the bug, and explain what does not
work for you.
Regards,
--
Benoît Minisini
More information about the User
mailing list