Re: [Gambas-user] Possible bug in IDE

2014-10-08 Thread Willy Raets
On do, 2014-10-09 at 01:42 +0200, Benoît Minisini wrote: > Le 08/10/2014 23:15, T Lee Davidson a écrit : > > Confirmed with v3.5.4. Except simply opening another project with > > File->Open_project does not clear the incorrect filters. I have to Quit > > and re-launch Gambas to clear them. > > > >

Re: [Gambas-user] Possible bug in IDE

2014-10-08 Thread Benoît Minisini
Le 08/10/2014 23:15, T Lee Davidson a écrit : > Confirmed with v3.5.4. Except simply opening another project with > File->Open_project does not clear the incorrect filters. I have to Quit > and re-launch Gambas to clear them. > > > On 10/08/2014 10:53 AM, Willy Raets wrote: >> Try this at home and

Re: [Gambas-user] Possible bug in IDE

2014-10-08 Thread T Lee Davidson
Confirmed with v3.5.4. Except simply opening another project with File->Open_project does not clear the incorrect filters. I have to Quit and re-launch Gambas to clear them. On 10/08/2014 10:53 AM, Willy Raets wrote: > Try this at home and see what goes wrong. > Both 3.5.4 and 3.5.90 (rev#6521)

Re: [Gambas-user] How to catch a bar-code "Enter"

2014-10-08 Thread Benoît Minisini
Le 08/10/2014 20:43, Charlie a écrit : > When reading bar-codes the gun adds an "Enter" at the end. In a spreadsheet > if the focus was on cell A1 once the bar-code is read the focus will be in > cell A2 as if "Enter" had been pressed. > > In Gambas using gb.gtk toolkit this works: - > > > Cat

[Gambas-user] How to catch a bar-code "Enter"

2014-10-08 Thread Charlie
When reading bar-codes the gun adds an "Enter" at the end. In a spreadsheet if the focus was on cell A1 once the bar-code is read the focus will be in cell A2 as if "Enter" had been pressed. In Gambas using gb.gtk toolkit this works: - CatchBarcodeEnter = Key.Code If Key.Code = Key.Enter Or

[Gambas-user] print resolution issues

2014-10-08 Thread Paul Horechuk
I have a successful project that formats a sheet of labels on an Avery form and prints directly to an HP OfficeJet 7500 E910. I set the printer width to 850 and length to 1100 with a resolution of 100. These may not be correct for all (PrinterWidth and length are seen as 216 by 279mm), but by s

[Gambas-user] Possible bug in IDE

2014-10-08 Thread Willy Raets
Try this at home and see what goes wrong. Both 3.5.4 and 3.5.90 (rev#6521) show this behaviour. 1. Open a project in IDE 2. In project browser - right click 'Sources' - select 'New' - select 'Module' - Click tab 'Existing' - 'Gambas modules (*.module) is the correct filter set 3. Repeat

[Gambas-user] A suggestion

2014-10-08 Thread Fabien Bodard
Maybe we can imagin for variable name convention a system that rename the variable with a prefix. As it exist many different convention a thing like theme can be done. So user can use predefined convention or own one or no one. The ide must be able to query the user before renaming (option) Conve

Re: [Gambas-user] ICal parser

2014-10-08 Thread Charlie Reinl
Am Mittwoch, den 08.10.2014, 09:16 +1030 schrieb B Bruen: > On Tue, 7 Oct 2014 19:45:10 +0200 > Fabien Bodard wrote: > > > ... what is iCal :-P ? > > > > 2014-10-07 4:25 GMT+02:00 B Bruen : > > > I don't suppose that anyone has an iCal parser utility that they would > > > care to share do they?

Re: [Gambas-user] Error with stored Connections

2014-10-08 Thread Jorge Carrión
3.5.4 from ppa:Gambas-team. This are my configurations: [System] Gambas=3.5.4 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Linux Mint 17 Qiana Desktop=GNOME Theme=QGtk Language=es_ES.UTF-8 Memory=5934M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0

Re: [Gambas-user] ICal parser

2014-10-08 Thread Julio Sanchez
B Bruen: Could use the scan order and like patterns http://gambaswiki.org/wiki/lang/scan http://gambaswiki.org/wiki/lang/like , to create various patterns that help you extract the information you need. For what it's guidance, I have a program that gets the names (not all) of the functions, subr