[Gambas-user] Problem svn6875 and gb.qt
herberth guzman
herberthguzman at ...626...
Fri Jan 30 22:02:18 CET 2015
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
More information about the User
mailing list