Le 22/08/2012 20:07, John Rose a écrit :
> This gets ever more mysterious. The 'Out of Bounds' error has now gone.
> However, I'm back to the original problem, namely (even with Benoit's
> instructions):
> ...
I think I have a simpler solution for you.
In revision #5070, I added a new event to t
On Wed, 22 Aug 2012, Beno?t Minisini wrote:
> Le 22/08/2012 15:10, Tobias Boege a ?crit :
> > On Tue, 21 Aug 2012, William Cabrera wrote:
> >> Hi, when i print a text using print or printcenter function, the non-ASCII
> >> characters are not displayed correctly.
> >>
> >> For example, when i run
>
> > OK, the bug should be fixed in revision #5061.
> >
> > The rule is actually the following:
> > - Normal project executables are installed *without* the '.gambas'
> > extension.
> > - Library project executables are installed *with* the '.gambas' extension.
> >
> > It was not implemented corr
On di, 2012-08-21 at 22:20 +0200, Willy Raets wrote:
> Some help is appreciated
>
> Willy
Nevermind I solved it by completely removing trunk and doing a new svn
checkout. After that I got Gambas3 (revision #5069) running on my Ubuntu
10.04 LTS, Gnome 2
I do notice the Gambas GUI being a bit blur
On Wed, 2012-08-22 at 19:07 +0200, Benoît Minisini wrote:
> I don't understand why I had no problem with compiling Gambas on
> Debian/RaspberryPI and you have problems to compile Gambas on Ubuntu
> which is based on Debian. Or not?
>
Don't shoot the messenger. ;-)
--
Le 22/08/2012 19:05, John Spikowski a écrit :
> On Wed, 2012-08-22 at 10:38 +0200, Girard Henri wrote:
>> Le 22. 08. 12 10:24, Kevin Fishburne a écrit :
>>> On 08/20/2012 05:05 PM, cfb95 wrote:
Well,
as Linux distro can run on android,
Gambas must be work also!
may be no need to
On Wed, 2012-08-22 at 10:38 +0200, Girard Henri wrote:
> Le 22. 08. 12 10:24, Kevin Fishburne a écrit :
> > On 08/20/2012 05:05 PM, cfb95 wrote:
> >> Well,
> >> as Linux distro can run on android,
> >> Gambas must be work also!
> >> may be no need to port!
> >>
> >> i've run a very simple console p
1) You must embed the DataSource on "centre" inside a DataSource on
"country" which points at the current country.
2) The name of the country primary key must be the same in all tables,
so that Gambas automatically detects them.
Thanks, Benoit. I understand a little better.
Now I have:
the Pri
Status: New
Owner: gambas...@gmail.com
Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 316 by gambas...@gmail.com: DataView crash on doing something in
the data event
http://code.google.com/p/gambas/issues/detail?id=316
1) Describe the
On Wed, 22 Aug 2012, Tobias Boege wrote:
> On Wed, 22 Aug 2012, Beno?t Minisini wrote:
> > Le 22/08/2012 15:10, Tobias Boege a ?crit :
> > > On Tue, 21 Aug 2012, William Cabrera wrote:
> > >> Hi, when i print a text using print or printcenter function, the
> > >> non-ASCII
> > >> characters are no
On Wed, 22 Aug 2012, Benoît Minisini wrote:
> Le 22/08/2012 15:10, Tobias Boege a écrit :
> > On Tue, 21 Aug 2012, William Cabrera wrote:
> >> Hi, when i print a text using print or printcenter function, the non-ASCII
> >> characters are not displayed correctly.
> >>
> >> For example, when i run
>
Le 22/08/2012 15:10, Tobias Boege a écrit :
> On Tue, 21 Aug 2012, William Cabrera wrote:
>> Hi, when i print a text using print or printcenter function, the non-ASCII
>> characters are not displayed correctly.
>>
>> For example, when i run
>>
>> $hWin.Printcenter("??, ??, ??, ??, ??, ??, ??")
>>
>
On Tue, 21 Aug 2012, William Cabrera wrote:
> Hi, when i print a text using print or printcenter function, the non-ASCII
> characters are not displayed correctly.
>
> For example, when i run
>
> $hWin.Printcenter("??, ??, ??, ??, ??, ??, ??")
>
> The output is
>
> M-CM-!, M-CM-), M-CM-, M-CM-3,
Updates:
Status: Fixed
Comment #3 on issue 315 by benoit.m...@gmail.com: TextLabel padding doesn't
work for GTK
http://code.google.com/p/gambas/issues/detail?id=315
(No comment was entered for this change.)
--
Comment #2 on issue 315 by benoit.m...@gmail.com: TextLabel padding doesn't
work for GTK
http://code.google.com/p/gambas/issues/detail?id=315
Fixed in revision #5069.
--
Live Security Virtual Conference
Exclusive live
Updates:
Status: Accepted
Comment #1 on issue 315 by benoit.m...@gmail.com: TextLabel padding doesn't
work for GTK
http://code.google.com/p/gambas/issues/detail?id=315
(No comment was entered for this change.)
---
Updates:
Status: WontFix
Labels: -Version Version-TRUNK
Comment #2 on issue 314 by benoit.m...@gmail.com: DataBrowser does not
display an added row or save all columns for an added row
http://code.google.com/p/gambas/issues/detail?id=314
This is the normal behaviour, you must em
Le 19/08/2012 12:09, John Rose a écrit :
> My SQLite3 database contains country & centre tables. The centre table's
> primary key is the _id column. The centre table has a country_id column
> which is a Foreign Key to _id in the country table. The centre table
> contains a column named centre with
Le 22/08/2012 05:50, Bruce a écrit :
> This almost works
>
> grid[grid.Rows.Max, 15].Background =
> IIf(IsNull(Choose(cs.Result, Color.Yellow, Color.Green,
> Color.Cyan)), Color.Default, Choose(cs.Result, Color.Yellow,
> Color.Green, Color.Cyan))
>
> (where grid
Le 22. 08. 12 10:24, Kevin Fishburne a écrit :
> On 08/20/2012 05:05 PM, cfb95 wrote:
>> Well,
>> as Linux distro can run on android,
>> Gambas must be work also!
>> may be no need to port!
>>
>> i've run a very simple console program (gambas2)
>> on my motorola xoom, and it work! 8-)
>>
>> The gra
On 08/20/2012 05:05 PM, cfb95 wrote:
> Well,
> as Linux distro can run on android,
> Gambas must be work also!
> may be no need to port!
>
> i've run a very simple console program (gambas2)
> on my motorola xoom, and it work! 8-)
>
> The graphic front end of gamas2 not work on my tablet due to a bu
21 matches
Mail list logo