Re: [Gambas-user] Official release of Gambas 3.6

2014-11-01 Thread Sebastian Kulesz
I'm afraid I can't. I'm limited by the automatic builders made available by Launchpad. Although they are available for official packages, the are not yet available for personal PPAs. As soon as a new architecture is made available, I will do my best to add it to the supported list. On Nov 2, 2014 2

Re: [Gambas-user] Official release of Gambas 3.6

2014-11-01 Thread CJ
Hi Sebastian, > I will have the stable PPA updated tonight with armhf builds > included ;) Do you plan to add stable builds also for armel? /CJ -- ___ Gambas-user mailing li

[Gambas-user] Question on Class.Load

2014-11-01 Thread Ian
Class.Load allows you to create a reference to a named class. Dim TempClass as Class TmpClass = Class.Load("myclass") This works and I can get the names of the public instances of variables and procedures For each TmpString in TmpClass.Symbols Message(TmpString) Next Is there a way to call a P

Re: [Gambas-user] Cannot uncheck text decorations in IDE theme preferences

2014-11-01 Thread T Lee Davidson
On 11/01/2014 03:01 PM, T Lee Davidson wrote: > Hello, > > In trying to figure out how to change the font color of the line numbers > in the IDE, I discovered what seems to be a strange behavior. > > In Tools->Preferences->Theme->Define (buttons), any text decoration > checkboxes (bold, italic, und

[Gambas-user] Cannot uncheck text decorations in IDE theme preferences

2014-11-01 Thread T Lee Davidson
Hello, In trying to figure out how to change the font color of the line numbers in the IDE, I discovered what seems to be a strange behavior. In Tools->Preferences->Theme->Define (buttons), any text decoration checkboxes (bold, italic, underline) that are checked, either by default or manually

[Gambas-user] Release of Gambas 3.6.1

2014-11-01 Thread Benoît Minisini
Hi, Gambas 3.6.1 has been released. It tries to fix (almost) all the nasty bugs reported after the 3.6.0 release. The list of bug fixes in the ChangeLog at http://gambaswiki.org/wiki/doc/release/3.6.1. Enjoy it! -- Benoît Minisini

Re: [Gambas-user] JIT bug with complex string substitutions

2014-11-01 Thread Jussi Lahtinen
Yes, it works! Thanks! Jussi On Fri, Oct 31, 2014 at 11:59 PM, Emil Lenngren wrote: > Hi. > > There was a problem with the IIf function. If you had two strings as the > last two arguments, but one of them was a string constant, but not the > other, it failed. > I fixed this in the latest revis

[Gambas-user] Extending classes in existing components

2014-11-01 Thread Tobias Boege
Hi, periodically we find ourselves in the position that we want to add some specific functionality to classes in existing components, mainly in gb.form. More often than not this is a trivial thing like being able to add an Observer for one child in a compound control or change a font or some other

Re: [Gambas-user] Valuebox_Enter strange behaviour

2014-11-01 Thread Alain Baudrez
Tobi, switched to GotFocus event and everything works fine now. Txs A.J. *Alain J. Baudrez* Nikolaas Gombertstraat 20 8000 Brugge a.baud...@gmail.com Tel: +32(0)486485080 *Personal Homepage:* http://baudrez.be - Twitter - Google Plus

Re: [Gambas-user] Valuebox_Enter strange behaviour

2014-11-01 Thread Tobias Boege
On Sat, 01 Nov 2014, Alain Baudrez wrote: > I use a valuebox for numbers and want to select to existing content upon > entering the valuebox. > > I use the following code > > Public Sub vBoxQty_Enter() > Desktop.SendKeys("{[Shift_L][End]}") > End > > When entering the valuebox using the tab-ke

[Gambas-user] Valuebox_Enter strange behaviour

2014-11-01 Thread Alain Baudrez
I use a valuebox for numbers and want to select to existing content upon entering the valuebox. I use the following code Public Sub vBoxQty_Enter() Desktop.SendKeys("{[Shift_L][End]}") End When entering the valuebox using the tab-key, the content is selected. When entering the valuebox with a