Re: [Gambas-user] Default icons problem

2012-07-25 Thread Jussi Lahtinen
> AFAIK this is not standard and I can't use them. Icon relative paths and > names should be the same in all icon themes. > I understand. However, I wonder how things work in Xubuntu, since if I chose to use that theme, icons work correctly in Desktop. Jussi --

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Benoît Minisini
Le 25/07/2012 22:35, Maria a écrit : > 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 gam

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Benoît Minisini
Le 25/07/2012 23:59, Jussi Lahtinen a écrit : > > Yes, that is what I tried to explain, > but with LowContrast, actions folder doesn't contain corresponding icons to > what example oxygen have in actions folder. > > Corresponding icons of LowContrast is in stock folder, not in actions > folder. >

Re: [Gambas-user] Install problems

2012-07-25 Thread Charlie Reinl
Am Mittwoch, den 25.07.2012, 22:45 +0200 schrieb Jesus: > El 25/07/12 22:31, Jussi Lahtinen escribió: > >> Gmail, IMHO, is actually a mess managing threads and messages. > >> > > > > I have noticed that it really split opinions. Either you love it or hate it. > > > > > > > >> Why not use Thunderbir

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Jussi Lahtinen
> > And when I look from Settings manager --> appearance settings, there > > "hicolor" is *not* listed. > > Because it is marked as "Hidden" in the index.theme file. > Aaaa... OK. > > But "LowContrast" is listed, and it has different path structure. > > > > Gnome, oxygen and Tango themes (al

Re: [Gambas-user] Install problems

2012-07-25 Thread Jussi Lahtinen
> Without Thunderbird, I wouldn't be able to develop Gambas and work at > home... In the past I used KMail, but it becomes unusable in the last > versions, so I switched to Thunderbird. Yeah, I don't mean to be spiteful. I'm sure it is good software for people who like to use non-web based email

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Benoît Minisini
Le 25/07/2012 23:28, Jussi Lahtinen a écrit : > Some themes that are listed in Stock.Themes, doesn't seem to have necessary > icons, like "hicolor" theme. > It doesn't have (at least in 16x16) "cancel", "close", "add" and "play" > icons. > Yes. This is the reason why Gambas has its own last resort

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Jussi Lahtinen
Some themes that are listed in Stock.Themes, doesn't seem to have necessary icons, like "hicolor" theme. It doesn't have (at least in 16x16) "cancel", "close", "add" and "play" icons. And when I look from Settings manager --> appearance settings, there "hicolor" is *not* listed. But "LowContrast"

Re: [Gambas-user] Issue 290 in gambas: gb.XML endless loop when CDATA loaded from file

2012-07-25 Thread gambas
Comment #4 on issue 290 by adrien.p...@gmail.com: gb.XML endless loop when CDATA loaded from file http://code.google.com/p/gambas/issues/detail?id=290 Oops, looks like I didn't correctly commit the changes, sorry. (Tethering is fun ! ...) This should be really fixed in revision #4991.

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Jussi Lahtinen
> > OK, without full path it works, but not completely. > > I should have pointed that. But I could handle full paths, for icon > themes not stored in /usr/share/icons... > Good idea. Also I think there should be error/warning message if the theme is missing and debugging is on. Now I got only th

Re: [Gambas-user] Install problems

2012-07-25 Thread Jesus
El 25/07/12 22:31, Jussi Lahtinen escribió: >> Gmail, IMHO, is actually a mess managing threads and messages. >> > > I have noticed that it really split opinions. Either you love it or hate it. > > > >> Why not use Thunderbird or alike? I understand we may use web based mail >> when not at home or

Re: [Gambas-user] Install problems

2012-07-25 Thread Benoît Minisini
Le 25/07/2012 22:31, Jussi Lahtinen a écrit : >> Gmail, IMHO, is actually a mess managing threads and messages. >> > > I have noticed that it really split opinions. Either you love it or hate it. > > > >> Why not use Thunderbird or alike? I understand we may use web based mail >> when not at home o

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] Install problems

2012-07-25 Thread Jussi Lahtinen
> Gmail, IMHO, is actually a mess managing threads and messages. > I have noticed that it really split opinions. Either you love it or hate it. > Why not use Thunderbird or alike? I understand we may use web based mail > when not at home or not in our own PC, but... Kevin has answered exactly >

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Benoît Minisini
Le 25/07/2012 22:15, Jussi Lahtinen a écrit : > OK, without full path it works, but not completely. I should have pointed that. But I could handle full paths, for icon themes not stored in /usr/share/icons... > > Example with theme "LowContrast" I don't see correct icons. > > gb.form: init stock

Re: [Gambas-user] Install problems

2012-07-25 Thread Benoît Minisini
Le 25/07/2012 21:50, rocko a écrit : > Forgot to mention I am getting one error when I run gambas3 > from the command line: > > gb.qt4: warning: unable to load Qt translation: en_US.utf8 > This is a warning - as printed in the message :-) It just means that Qt4 does not provide translations files

Re: [Gambas-user] Install problems

2012-07-25 Thread Jussi Lahtinen
Just ignore it. Jussi On 25 July 2012 22:50, rocko wrote: > Forgot to mention I am getting one error when I run gambas3 > from the command line: > > gb.qt4: warning: unable to load Qt translation: en_US.utf8 > > But gambas3 seems to run fine. > > On Wed, 2012-07-25 at 21:24 +0200, Jesus wrot

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Jussi Lahtinen
OK, without full path it works, but not completely. Example with theme "LowContrast" I don't see correct icons. gb.form: init stock with icon theme: 'LowContrast' gb.form: desktop is XFCE gb.form: add icon path: /usr/share/icons/LowContrast/&1x&1!&2 gb.form: add icon path: /usr/share/icons/gnome/

Re: [Gambas-user] Install problems

2012-07-25 Thread rocko
Forgot to mention I am getting one error when I run gambas3 from the command line: gb.qt4: warning: unable to load Qt translation: en_US.utf8 But gambas3 seems to run fine. On Wed, 2012-07-25 at 21:24 +0200, Jesus wrote: > El 25/07/12 02:04, rocko escribió: > > On Wed, 2012-07-25 at 00:16 +02

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 prob

Re: [Gambas-user] Install problems

2012-07-25 Thread rocko
Its ok I got to compile and made the mandatory 'hello_world' app. Thanks for every ones help. The web site link with all the devs really helped. Don't know why the script didn't work, it seems to have all the devs listed as well. oh well. On Wed, 2012-07-25 at 21:24 +0200, Jesus wrote: > El

Re: [Gambas-user] Install problems

2012-07-25 Thread Jesus
El 25/07/12 15:49, Jussi Lahtinen escribió: >> Top posting means the thread has to be read from the bottom up (minor >> annoyance), but what's really bad is when a single thread continuously >> mixes top and bottom posting. Then you have chaos. One solution to a >> mixed order thread (as I did here

Re: [Gambas-user] Install problems

2012-07-25 Thread Jesus
El 25/07/12 02:04, rocko escribió: > On Wed, 2012-07-25 at 00:16 +0200, Jesus wrote: >> El 24/07/12 22:26, rocko escribió: >>> DOH! I forgot to run ./reconf -all, ./configure does work, BUT >>> I'm now getting "Components Disabled" warning after ./configure -C >>> || >> >> Please, do not top-posti

Re: [Gambas-user] Install problems

2012-07-25 Thread Jussi Lahtinen
They are not required, just additional components. Now you should be able to compile Gambas. If not, please compress and send compile logs for us. ( ./reconf-all && ./configure -C && make && sudo make install ) > ~/Desktop/compile.log 2>&1 You may need to change word "Desktop" if your system is

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Jussi Lahtinen
No success... But now IDE shows correct icons again, but I can't get them right at runtime (in fact I cannot change icons at all) in my test project! Test project is attached. Something wrong in it? My output: DMZ-Black DMZ-White HighContrast HighContrastInverse HumanLoginIcons Humanity Humanity

Re: [Gambas-user] Reading pen pressure from wacom tablets

2012-07-25 Thread Benoît Minisini
Le 25/07/2012 08:15, Ricardo Díaz Martín a écrit : > Hi, > > I wonder if there is some way to read the pen pressure from wacom like > tablets in gambas. I have read some documentations for java and looks like > wacon tablets works like a normal mouse with some extra properties you can > get: pressu

Re: [Gambas-user] Install problems

2012-07-25 Thread rocko
I installed all the devs posted on that site. But I'm still getting 'Disabled' error's, although there are a lot less of them. This is after ./configure -C: || THESE COMPONENTS ARE DISABLED: || - gb.gsl || - gb.jit || - gb.media On Wed, 2012-07-25 at 03:24 +0300, Jussi Lahtinen wrote: > I thin

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Benoît Minisini
Le 25/07/2012 20:36, Maria a écrit : > It doesn't change the result: > > Public Sub foo() > Stock.Theme = "oxygen" > End > > Public Sub Form_Open() > > End > Sorry, not before loading the form, but before creating it. -- Benoît Minisini --

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] Default icons probl

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Benoît Minisini
Le 25/07/2012 19:58, Maria a écrit : > It has nothing especial, it is only a form with some buttons for test icons. > > The only code it has is: > > === > Public sStr As String > > Public Sub Form_Open() > > For Each sStr In Stock.Themes > >Print sStr > Next > > Stock.Theme = "nuove

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Maria
It has nothing especial, it is only a form with some buttons for test icons. The only code it has is: === Public sStr As String Public Sub Form_Open() For Each sStr In Stock.Themes   Print sStr Next Stock.Theme = "nuoveXT2" End === And this is the output (in my syste

Re: [Gambas-user] Some events fire, some do not...

2012-07-25 Thread Benoît Minisini
Le 25/07/2012 16:46, Stephen Bungay a écrit : > Gambas 2.99 > Fedora 13 > > This is peculiar behaviour. The Keypress, KeyRelease, GotFocus, > Lostfocus events do not fire for value boxes. Is this by design or is > this a bug in the control? > > Steve. > This is some kind of bugs. But y

[Gambas-user] Some events fire, some do not...

2012-07-25 Thread Stephen Bungay
Gambas 2.99 Fedora 13 This is peculiar behaviour. The Keypress, KeyRelease, GotFocus, Lostfocus events do not fire for value boxes. Is this by design or is this a bug in the control? Steve. -- Live Security

Re: [Gambas-user] Issue 290 in gambas: gb.XML endless loop when CDATA loaded from file

2012-07-25 Thread gambas
Comment #3 on issue 290 by adamn...@gmail.com: gb.XML endless loop when CDATA loaded from file http://code.google.com/p/gambas/issues/detail?id=290 No good. It still fails if the ampersand is somewhere deep in the CDATA node. Attachments: cdatart2-0.0.2.tar.gz 6.0 KB

Re: [Gambas-user] Gtk-CRITICAL

2012-07-25 Thread Benoît Minisini
Le 25/07/2012 09:27, Bill-Lancaster a écrit : > > When the number of rows in gridview is set (GridView1.Rows.Count = 6) the > following appears in the console window. > > ** (aa:3485): CRITICAL **: os_bar_hide: assertion `OS_IS_BAR (bar)' failed > > (aa:3485): Gtk-CRITICAL **: IA__gtk_widget_hide:

Re: [Gambas-user] Install problems

2012-07-25 Thread Jussi Lahtinen
> Top posting means the thread has to be read from the bottom up (minor > annoyance), but what's really bad is when a single thread continuously > mixes top and bottom posting. Then you have chaos. One solution to a > mixed order thread (as I did here) is just to snip everything except > what you'r

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Benoît Minisini
Le 25/07/2012 09:23, Maria a écrit : > debug says: > > GB_STOCK=debug ./test.gambas > 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: /usr/share/icons/hicolor/&1x&1!&2 > gb.form: a

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Bruce
On Wed, 2012-07-25 at 05:22 -0700, Bill-Lancaster wrote: > Thanks, that did the trick. Cool bananas! < :-) I must admit to making the same mistake about 30 times a day. So I've got fairly used to the error message. Perhaps I should add another sign above my monitor, right next to "Read EVERY wor

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Bill-Lancaster
Thanks, that did the trick. -- View this message in context: http://old.nabble.com/Return-Value-from-Form-tp34209406p34210058.html Sent from the gambas-user mailing list archive at Nabble.com. -- Live Security Virtual

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Bruce
On Wed, 2012-07-25 at 04:25 -0700, Bill-Lancaster wrote: > Sorry Caveat, my lazy typing, I should have said:- > > If Not fPersonell.ShowModal Then > > it still shows the error Bill, It's a function. The error message is correct. Try If not fPersonell.ShowModal() Then hth Bruce ---

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Bill-Lancaster
Sorry Caveat, my lazy typing, I should have said:- If Not fPersonell.ShowModal Then it still shows the error -- View this message in context: http://old.nabble.com/Return-Value-from-Form-tp34209406p34209856.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] Issue 290 in gambas: gb.XML endless loop when CDATA loaded from file

2012-07-25 Thread gambas
Comment #2 on issue 290 by adamn...@gmail.com: gb.XML endless loop when CDATA loaded from file http://code.google.com/p/gambas/issues/detail?id=290 Whoah there Adrien! I know the example had only one character in the CDATA node. But the issue arises if there is a "&" anywhere in the node, e.

Re: [Gambas-user] Issue 290 in gambas: gb.XML endless loop when CDATA loaded from file

2012-07-25 Thread gambas
Updates: Status: Fixed Owner: adrien.p...@gmail.com Labels: -Version Version-TRUNK Comment #1 on issue 290 by adrien.p...@gmail.com: gb.XML endless loop when CDATA loaded from file http://code.google.com/p/gambas/issues/detail?id=290 Fixed in the revision #4988, thanks.

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Caveat
The property you need to check is Modal, the function to show a Modal form is ShowModal. So: If Not fPersonell.Modal Then print "No" endif Kind regards, Caveat On 25/07/12 12:02, Bill-Lancaster wrote: > Thanks, > > If Not fPersonell.ShowModal Then > print "No

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Bill-Lancaster
Thanks, If Not fPersonell.ShowModal Then print "No" endif gets error: Type mismatch, wanted Boolean got function. Don't understand your comment "For normal form you need to use static var " -- View this message in context: http://old.nabble.com/Return-Value-from-Form-tp342094

Re: [Gambas-user] Re turn Value from Form

2012-07-25 Thread Fabien Bodard
It's for modal dialog If not myform.showmodal then Do all if ok Endif For normal form you need to use static var Le 25 juil. 2012 11:38, "Bill-Lancaster" a écrit : > > When a form is closed with "Me.Close(True)", how is the True value > captured? > -- > View this message in context: > http://

[Gambas-user] Re turn Value from Form

2012-07-25 Thread Bill-Lancaster
When a form is closed with "Me.Close(True)", how is the True value captured? -- View this message in context: http://old.nabble.com/Return-Value-from-Form-tp34209406p34209406.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] Gtk-CRITICAL

2012-07-25 Thread Bill-Lancaster
I dropped GTK component and used QT4 and the 'problem' went away. -- View this message in context: http://old.nabble.com/Gtk-CRITICAL-tp34208922p34209002.html Sent from the gambas-user mailing list archive at Nabble.com. -

[Gambas-user] Gtk-CRITICAL

2012-07-25 Thread Bill-Lancaster
When the number of rows in gridview is set (GridView1.Rows.Count = 6) the following appears in the console window. ** (aa:3485): CRITICAL **: os_bar_hide: assertion `OS_IS_BAR (bar)' failed (aa:3485): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed ** (aa:3485):

Re: [Gambas-user] Default icons problem

2012-07-25 Thread Maria
debug says: GB_STOCK=debug ./test.gambas  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: /usr/share/icons/hicolor/&1x&1!&2 gb.form: add icon path: /usr/share/icons/gnome/&1x&1!&2 gb.fo