[Gambas-user] [Gambas Bug Tracker] Bug #1095: To allow you to customize the date format of the change.log file

2017-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1095&from=L21haW4- Comment #1 by Benoît MINISINI: I guess you are talking about the ChangeLog file of the package wizard? I'm afraid this date format is mandatory, at least in *.deb packages. -

[Gambas-user] [Gambas Bug Tracker] Bug #1096: MDI toolbuttons with long text

2017-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1096&from=L21haW4- Comment #1 by Benoît MINISINI: I see nothing wrong. Can you provide me a screenshot of the problem? Benoît MINISINI changed the state of the bug to: NeedsInfo. -

[Gambas-user] [Gambas Bug Tracker] Bug #1097: Date.ToUnixTime loses a day

2017-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1097&from=L21haW4- Comment #1 by Benoît MINISINI: I see no problem there. Can you show me your output? Benoît MINISINI changed the state of the bug to: NeedsInfo. -- Ch

[Gambas-user] [Gambas Bug Tracker] Bug #1098: Some parts of a ColorChooser stay active when property Enabled = False

2017-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1098&from=L21haW4- Comment #1 by Benoît MINISINI: Fixed in revision #8127. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech communi

[Gambas-user] [Gambas Bug Tracker] Bug #1098: Some parts of a ColorChooser stay active when property Enabled = False

2017-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1098&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Sla

Re: [Gambas-user] Component Creation

2017-04-26 Thread Leon Davis
Got it... Excellent and thank you for the help. On Wed, Apr 26, 2017 at 11:36 AM, Tobias Boege wrote: > On Wed, 26 Apr 2017, Leon Davis wrote: > > Gambas v3.9.2 GTK+3 > > > > I am trying to create a component using gambas. Is there a way to test > the > > component during development? or is it n

Re: [Gambas-user] GUI Tab Auto-Complete Issue

2017-04-26 Thread Karl Reinl
Am Mittwoch, den 26.04.2017, 13:14 +0200 schrieb Benoît Minisini: > Le 26/04/2017 à 12:45, alexchernoff a écrit : > > Dear all, > > > > has anyone noticed? in Gambas UI once you use Tab to suggest and > > autocomplete a word, it becomes not possible to select any lines or move > > cursor with the m

[Gambas-user] sliderbox bug: Still respond to mouse wheel when its disabled

2017-04-26 Thread Jorge Carrión
A sliderbox with Enabled property to False still respond to mouse wheel. I've write a little class as a to workaround with this code: Export Inherits SliderBox Public Const _Similar As String = "SpinBox,SliderBox" Public Const _drawWith As String = "SliderBox" Private obs As Observer Public Su

Re: [Gambas-user] Component Creation

2017-04-26 Thread Tobias Boege
On Wed, 26 Apr 2017, Leon Davis wrote: > Gambas v3.9.2 GTK+3 > > I am trying to create a component using gambas. Is there a way to test the > component during development? or is it necessary to complete the component > and install it to test? You help is appreciated. You can run your component li

Re: [Gambas-user] Component Creation

2017-04-26 Thread Benoît Minisini
Le 26/04/2017 à 18:16, Leon Davis a écrit : > Gambas v3.9.2 GTK+3 > > I am trying to create a component using gambas. Is there a way to test the > component during development? or is it necessary to complete the component > and install it to test? You help is appreciated. I usually test the compon

[Gambas-user] Component Creation

2017-04-26 Thread Leon Davis
Gambas v3.9.2 GTK+3 I am trying to create a component using gambas. Is there a way to test the component during development? or is it necessary to complete the component and install it to test? You help is appreciated. --

[Gambas-user] [Gambas Bug Tracker] Bug #1098: Some parts of a ColorChooser stay active when property Enabled = False

2017-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1098&from=L21haW4- Olivier CRUILLES reported a new bug. Summary --- Some parts of a ColorChooser stay active when property Enabled = False Type : Bug Priority : Low Gambas version : 3.9.90 (TRUNK) Product : QT4

Re: [Gambas-user] GUI Tab Auto-Complete Issue

2017-04-26 Thread Gianluigi
I forgot: Happens with Ubuntu Regards Gianluigi [System] Gambas=3.9.90 r8113 OperatingSystem=Linux Kernel=4.4.0-75-generic Architecture=x86_64 Distribution=Ubuntu 16.04.2 LTS Desktop=UNITY Theme=Cleanlooks Language=it_IT.UTF-8 Memory=15975M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.

Re: [Gambas-user] GUI Tab Auto-Complete Issue

2017-04-26 Thread Gianluigi
Hello Benoit, Is a small bug known since March 2016 [0]. When you click Backward (with Backspace) one of the IDE proposals, the Mouse cursor remains locked. You can unlock it using the arrows, Enter, or Save (Ctrl + S) Regards Gianluigi [0]http://www.gambas-it.org/smf/index.php?topic=4743.msg37

Re: [Gambas-user] GUI Tab Auto-Complete Issue

2017-04-26 Thread Benoît Minisini
Le 26/04/2017 à 12:45, alexchernoff a écrit : > Dear all, > > has anyone noticed? in Gambas UI once you use Tab to suggest and > autocomplete a word, it becomes not possible to select any lines or move > cursor with the mouse. Only arrow keys work, and only solution is to press > Enter on some new

Re: [Gambas-user] GUI Tab Auto-Complete Issue

2017-04-26 Thread Gianluigi
Save (Ctrl+S) also works Regards Gianluigi 2017-04-26 12:45 GMT+02:00 alexchernoff : > Dear all, > > has anyone noticed? in Gambas UI once you use Tab to suggest and > autocomplete a word, it becomes not possible to select any lines or move > cursor with the mouse. Only arrow keys work, and only

[Gambas-user] GUI Tab Auto-Complete Issue

2017-04-26 Thread alexchernoff
Dear all, has anyone noticed? in Gambas UI once you use Tab to suggest and autocomplete a word, it becomes not possible to select any lines or move cursor with the mouse. Only arrow keys work, and only solution is to press Enter on some new line or switch to a different editor tab and come back.

Re: [Gambas-user] shell

2017-04-26 Thread Mike Crean
Thanks Fabien I have solved the problem. Regards Mike On Tuesday, 25 April 2017, 22:58, Fabien Bodard wrote: ??? 2017-04-25 10:52 GMT+02:00 Charlie : > Can you post the 'Shell' code you are using. > > > > - > Check out www.gambas.one > -- > View this message in context: > http://g