Re: [Gambas-user] IDE, Project/Open Recent is dead

2014-12-18 Thread Fabien Bodard
Not commited ? Le 19 déc. 2014 01:58, "Benoît Minisini" a écrit : > Le 18/12/2014 21:56, Fabien Bodard a écrit : > > True... Two cases... Or the Menu not show or do not react on click > > > > It's fixed in the last revisions. > > -- > Benoît Minisini > > >

Re: [Gambas-user] IDE, Project/Open Recent is dead

2014-12-18 Thread Fabien Bodard
Thank you Le 19 déc. 2014 01:58, "Benoît Minisini" a écrit : > Le 18/12/2014 21:56, Fabien Bodard a écrit : > > True... Two cases... Or the Menu not show or do not react on click > > > > It's fixed in the last revisions. > > -- > Benoît Minisini > > > -

Re: [Gambas-user] IDE, Project/Open Recent is dead

2014-12-18 Thread Benoît Minisini
Le 18/12/2014 21:56, Fabien Bodard a écrit : > True... Two cases... Or the Menu not show or do not react on click > It's fixed in the last revisions. -- Benoît Minisini -- Download BIRT iHub F-Type - The Free Enterprise

Re: [Gambas-user] Balloon Colors Issue

2014-12-18 Thread Ru Vuott
:-D Gio 18/12/14, Jorge Carrión ha scritto: Oggetto: Re: [Gambas-user] Balloon Colors Issue A: "mailing list for gambas users" Data: Giovedì 18 dicembre 2014, 10:42 The solution is very simple, like Ru Vuott has pointed, Balloon Class uses

Re: [Gambas-user] Custom mouse cursor

2014-12-18 Thread Francis Payne
On 12/18/2014 11:37 PM, Tobias Boege wrote: Thanks for that. Yes, I was using the word "property" a bit loosely = but it was the myLabel.Cursor = New Cursor(Picture["icon:/32/apply"]) bit that I couldn't grasp. Thank you for the prompt response. > On Thu, 18 Dec 2014, Francis Payne wrote: >>

Re: [Gambas-user] IDE, Project/Open Recent is dead

2014-12-18 Thread Fabien Bodard
True... Two cases... Or the Menu not show or do not react on click 2014-12-18 21:50 GMT+01:00 Charlie Reinl : > Salut, > > at r6746 in IDE, Project/Open Recent is dead > > [System] > Gambas=3.6.90 > OperatingSystem=Linux > Kernel=3.2.0-74-generic > Architecture=x86 > Distribution=Ubuntu 12.04.5 LT

[Gambas-user] IDE, Project/Open Recent is dead

2014-12-18 Thread Charlie Reinl
Salut, at r6746 in IDE, Project/Open Recent is dead [System] Gambas=3.6.90 OperatingSystem=Linux Kernel=3.2.0-74-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=GNOME Theme=QPlastique Language=de_DE.UTF-8 Memory=3025M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0

Re: [Gambas-user] Custom mouse cursor

2014-12-18 Thread Tobias Boege
On Thu, 18 Dec 2014, Francis Payne wrote: > > > Hi all - I note that the online documentation mentions that the Mouse > property of a component can be "custom", as in the example given : > > Const custom as integer = -2 > > > The Properties panel in the IDE doesn't list 'Custom', however, at l

Re: [Gambas-user] Balloon Colors Issue

2014-12-18 Thread Jorge Carrión
The solution is very simple, like Ru Vuott has pointed, Balloon Class uses richtext, so Balloon("" & sometext & "",mecontrol) bans the issue. Regards 2014-12-17 11:38 GMT+01:00 Jorge Carrión : > > I have a problem with some SO, mostly with Ubuntu 14.04, wich shown the > Balloon class with ill

[Gambas-user] Custom mouse cursor

2014-12-18 Thread Francis Payne
Hi all - I note that the online documentation mentions that the Mouse property of a component can be "custom", as in the example given : Const custom as integer = -2 The Properties panel in the IDE doesn't list 'Custom', however, at least not in Gambas 3.5.2 Is the Custom property still avail