[Gambas-user] Little bug in IconView, and a question.

2011-04-30 Thread Federico Leite
; End Public Sub dwgSep_Draw() Draw.Begin(dwgSep) Draw.Style.Separator(0, 0, dwgSep.ClientW, dwgSep.ClientH, (dwgSep.ClientH > dwgSep.ClientW)) Draw.End() End Regards, -- Federico Leite ##

[Gambas-user] Bakcground property in FileView

2011-04-30 Thread Federico Leite
Hi, the Background property in FileView doesn't works...Well, it's simple: Property Bakcground As Integer Private Function Background_Read() As Integer Return $hIconView.Background End Private Sub Background_Write(Value As Integer) $hIconView.Background = Value End Regards, --

[Gambas-user] Should not we follow the ISO 8601 standard?

2011-04-11 Thread Federico Leite
dard, you can read this article in Wikipedia: http://en.wikipedia.org/wiki/ISO_8601 Regards, -- Federico Leite ## Areida, Tawok, Kiwi and Labrys Developer -- Xperia(TM) PLAY

[Gambas-user] IconView...bug?

2011-02-27 Thread Federico Leite
I can't change the bakcground of IconView. Would be appropriate to add the background Property ^^ Private Function Background_Read() As Integer Return $hView.Background End Private Sub Background_Write(Value As Integer) $hView.Background = Value End Regards, -- Federico

Re: [Gambas-user] [Bug] Add Xfce 4.6 stock icons.

2011-02-25 Thread Federico Leite
2011/2/22 Federico Leite > Hi, in Xfce 4.6, to get the icon theme you're using, you must parse the > file "~ / .config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml. " I will > provide the Case "xfce". > > > > Case "xfce" >

[Gambas-user] [Bug] Add Xfce 4.6 stock icons.

2011-02-22 Thread Federico Leite
llThemePath("gnome", "/usr/X11R6/share/icons", sTheme) > Endif > > AddPath("gnome", "/usr/share/icons/gnome") Hope to add more of desktops enviroments support in Stock class. Sorry for my english ^ ^ Regards, -- Federico Leite ###

[Gambas-user] The principle of Areida

2010-10-23 Thread Federico Leite
? All contributions are welcome. Soon I will focus on managing the project entirely on Sourceforge: http://sourceforge.net/projects/areida/ Regards, -- Federico Leite ## Areida Developer

[Gambas-user] Qt4: Style Sheet

2010-09-26 Thread Federico Leite
Hello! Im playing with appearance of Qt programs and How to use me Qt4 style sheet in gambas application? -- Federico Leite ## Areida Developer -- Start uncovering the many

[Gambas-user] I cant compile Gambas: problem wit h ¿OpenGL?

2010-09-20 Thread Federico Leite
7; make[2]: *** [install-recursive] Error 1 make[2]: se sale del directorio `/home/ayortano/trunk/gb.gtk/src' make[1]: *** [install-recursive] Error 1 make[1]: se sale del directorio `/home/ayortano/trunk/gb.gtk' make: *** [install-recursive] Error 1 -- Federico Leite ###