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 gambas...@gmail.com wrote: ... what is iCal :-P ? 2014-10-07 4:25 GMT+02:00 B Bruen bbr...@paddys-hill.net: I don't suppose that anyone has an iCal parser utility that they would

[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)

[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] 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

[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

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: -

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] 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 see what

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. On