[Gambas-user] Controls with colorated background

2013-05-11 Thread Maria
Hi! I have just updated to 3.4.1 gambas version, I didn't change anything else in my system. Why some of my programs have now a coloreated background even if I didn't choose any color for them? -- Learn Graph Databases -

Re: [Gambas-user] Is it possible a portable Gambas?

2012-12-21 Thread Maria
Is GB_DIR working in gambas3 too? De: Maria Para: mailing list for gambas users Enviado: Martes 18 de diciembre de 2012 20:44 Asunto: Is it possible a portable Gambas? Hi, In the gambas-es.org comunity has appeared this question several times and I

Re: [Gambas-user] RaspberryPi

2012-12-19 Thread Maria
That is not a patch, it's a full copy of gambas321. It copies all files to /usr/bin /usr/share/gambas3 /usr/lib/gambas3 My r-pi is coming too :-) De: John Rose Para: MailingList GambasUsers Enviado: Miércoles 19 de diciembre de 2012 20:02 Asunto: Re: [Gamba

[Gambas-user] Is it possible a portable Gambas?

2012-12-18 Thread Maria
Hi, In the gambas-es.org comunity has appeared this question several times and I was wondering if here had someone how has already tryed it. If you put all gambas installation files in a folder, is there any posibility to load all gambas environment from it? For example: In /home/user/gambas/

Re: [Gambas-user] Default icons problem

2012-07-27 Thread Maria
Yes, it is. Thanks a lot. De: Benoît Minisini It should be fixed in revision #4995. Regards, -- Benoît Minisini -- Live Security Virtual Conference Exclusive live event will cover

Re: [Gambas-user] Default icons problem

2012-07-27 Thread Maria
: Fabien Bodard Para: Maria ; mailing list for gambas users Enviado: Viernes 27 de julio de 2012 10:28 Asunto: Re: [Gambas-user] Default icons problem where can we have a copy of this icon set ? in the two different picture, gambas seem to load a different set ... is this theme complete ?...

Re: [Gambas-user] Updated Spanish translation

2012-07-26 Thread Maria
Cool :-) Thanks a lot. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint

Re: [Gambas-user] Default icons problem

2012-07-26 Thread Maria
gnome icons. De: Benoît Minisini Para: Maria ; mailing list for gambas users Enviado: Jueves 26 de julio de 2012 2:22 Asunto: Re: [Gambas-user] Default icons problem Why do you say 'it prefers'? Icons will be taken from '~/.icons/nouvext2&

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Maria
More details about this issue: Themes in ~/.icons are not loaded. I move an icon theme from /usr/share/icons to ~/.icons I run system preferences for choosing that theme icon. It changed all icons in my desktop. Then I run: GB_STOCK=debug gambas3 gb.form: init stock with icon theme: '' gb.form:

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Maria
Ok, in a module it works. Jussi example works deleting the path and leaving the name of the icon set.   De: Benoît Minisini Para: Maria ; mailing list for gambas users Enviado: Miércoles 25 de julio de 2012 20:41 Asunto: Re: [Gambas-user] Default icons

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Maria
It doesn't change the result: Public Sub foo() Stock.Theme = "oxygen" End Public Sub Form_Open() End De: Benoît Minisini Para: Maria ; mailing list for gambas users Enviado: Miércoles 25 de julio de 2012 20:02 Asunto: Re: [Gambas-user

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Maria
XT2 oxygen De: Benoît Minisini Para: Maria ; mailing list for gambas users Enviado: Miércoles 25 de julio de 2012 15:43 Asunto: Re: [Gambas-user] Default icons problem Can you send the source code of that project? -- Benoî

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Maria
-link to oxygen directory) - Forced with Stock.Theme property: Faenza It loads the system icon. De: Benoît Minisini Para: Maria ; mailing list for gambas users Enviado: Miércoles 25 de julio de 2012 0:19 Asunto: Re: [Gambas-user] Default icons problem > Should it work Stock.Theme prop

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
Ok, now it works. It loads always the icon set you choose for your desktop. Here is after chaging to oxygen: GB_STOCK=debug gambas3 gb.form: init stock with icon theme: '' gb.form: desktop is LXDE gb.form: add icon path: /usr/share/icons/default.kde4-original/&1x&1!&2 gb.form: add icon path: /u

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
Oops! Sorry Here is what it prints: gb.form: init stock with icon theme: '' gb.form: desktop is LXDE gb.form: add icon path: /usr/share/icons/Faenza-Green/&2!&1 gb.form: add icon path: /usr/share/icons/Faenza/&2!&1 gb.form: add icon path: /usr/share/icons/gnome/&1x&1!&2 gb.form: add icon path: /u

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
>Can you test revision #4986? >Can you please set GB_STOCK=debug before running the IDE and tell me >what it prints? I did in a terminal: GB_STOCK=debug; gambas3& and then: echo $GB_STOCK It prints: debug :-/ -

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
* etc/xdg/lxsession/LXDE/desktop.conf * ~/.config/lxsession/LXDE/desktop.conf Alternatively, you can use lxappearance from the community repository to fix this. De: Benoît Minisini Para: Maria ; mailing list for

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
Also appears that in LXDE only look in /etc/xdg/lxsession/LXDE/desktop.conf but not in ~/.config/lxsession/LXDE/desktop.conf If I change my icon set, the second desktop.conf in ~ is changed, but not the first one in /etc. For example, if I have in /etc "Faenza" and in ~ "oxygen", gambas show me

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
case)   De: Benoît Minisini Para: Maria ; mailing list for gambas users Enviado: Martes 24 de julio de 2012 12:44 Asunto: Re: [Gambas-user] Default icons problem Le 24/07/2012 12:40, Maria a écrit : > Hi, > > Sorry for the late feedback, I had some problems with d

Re: [Gambas-user] Default icons problem

2012-07-24 Thread Maria
imply Stock.Theme="here_other_themes" But it had no effect over application icons. De: Benoît Minisini Para: Maria ; mailing list for gambas users Enviado: Domingo 22 de julio de 2012 15:59 Asunto: Re: [Gambas-user] Default icons problem Le 22/07/20

Re: [Gambas-user] Default icons problem

2012-07-22 Thread Maria
  >> Is there any option to select the icons theme you want when loading a >> Gambas program? >Yes. By setting the Application.Theme property with the name of the current >desktop in lower case. You can get the name of the current desktop by using > the gb.desktop component, and get the value of

Re: [Gambas-user] Default icons problem

2012-07-20 Thread Maria
sktop.conf In the line sNet/IconThemeName= De: Benoît Minisini Para: Maria ; mailing list for gambas users Enviado: Viernes 20 de julio de 2012 3:37 Asunto: Re: [Gambas-user] Default icons problem Le 19/07/2012 16:35, Maria a écrit : > Yes, it doesn't matter the theme icon you use.

[Gambas-user] vector icons

2012-07-19 Thread Maria
Is it possible to use svg icons to avoid pixelation? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discu

Re: [Gambas-user] Default icons problem

2012-07-19 Thread Maria
sini Para: Maria ; mailing list for gambas users Enviado: Jueves 19 de julio de 2012 11:27 Asunto: Re: [Gambas-user] Default icons problem Le 19/07/2012 08:41, Maria a écrit : > Hello, from gambas-es.org forums we have noticed a little problem > with loading system default icons. > >

[Gambas-user] Default icons problem

2012-07-18 Thread Maria
Hello, from gambas-es.org forums we have noticed a little problem with loading system default icons. In the preferences, we can see options for "desktop", for "gnome", for "gambas", and "kde". The "gambas" and "kde" options change correctly, but the options for "gnome" and "desktop" always sho

Re: [Gambas-user] Drag & drop files

2011-12-02 Thread Maria
Thanks, Pham I can't find libgvfscommon in debian, is it an old library pearhaps? In gambas-es comunity, jguardon, resolved the problem using a function for automatic conversion: http://www.gambas-es.org/viewtopic.php?f=1&t=2054&postdays=0&postorder=asc&start=10 Here it is the code of jguard

[Gambas-user] Drag & drop files

2011-11-28 Thread Maria
Hi! I was trying drag&drop posibilities in Gambas and I was wondering if you could help me with a problem I found. I create a button with the DROP property TRUE. Then I write this: PUBLIC SUB button_Drop() DIM a AS String   a = Drag.Paste()   a = RTrim(a)   EXEC ["gedit", a] END This