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.
> >
> >
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
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)
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
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
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
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
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
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?
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
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
11 matches
Mail list logo