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
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to