charlesg wrote:
>
> I have emailed Raspberry Pi to see if they have any development kits.
>
I have received a very polite reply from Eben Upton telling me to join the
queue!
Thinking about it, I suspect the ex-Director of Computer Science, St John's
College, Cambridge would probably develop
Comment #8 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian
ARM
http://code.google.com/p/gambas/issues/detail?id=242
gamba3 runs after a recompile and install.
I restored the config.h and I'm now doing a recompile with the critical
gbx_math.c definitions changed to:
...
#if
Comment #7 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian
ARM
http://code.google.com/p/gambas/issues/detail?id=242
gamba3 runs after a recompile and install.
I restored the config.h and I'm now doing a recompile with gbx_match.c
changed to:
...
#ifndef __arm__
#ifndef HAVE_
At least the interpreter and the compiler compile correctly (with only
one strange warning).
I will try to continue on compiling Gambas, but the QEMU ARM emulator is
very slow, so it takes hours.
--
Benoît Minisini
<>
I am trying to create a customised radiobutton control.
The problem I have is this. The native radiobutton control behaves
according to the specification in that if more than one exists in the
same parent then they automatically effect a mutually exclusive true
value. In other words, setting one
Comment #4 on issue 239 by flynetin...@gmail.com: Hide columns in tableview
http://code.google.com/p/gambas/issues/detail?id=239
In my version of ubuntu 11.04. the tableview is not working properly.
Attached project with tableview. When you run, the columns that should be
hidden or displayed
Comment #6 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian
ARM
http://code.google.com/p/gambas/issues/detail?id=242
Removing the powl() definitin results in the IDE loading a load of files
and it ends in:
Breakpoint 2, CLASS_load_without_init (class=0x10ec6c) at
gbx_class_lo
Comment #5 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian
ARM
http://code.google.com/p/gambas/issues/detail?id=242
Eureka:
user@Nokia-N800-43-7:/media/data/user/gamba/gambas3-3.1.1$ gcc testpow.c
user@Nokia-N800-43-7:/media/data/user/gamba/gambas3-3.1.1$ ./a.out
8
segmentatio
Thanks Adrien!
Your change has inspired me to go through and re-check the logic of my
XMLParserToModel class and I have made a few changes to tighten up on
checking the reader.Node for NULL and to implement the change you
suggested (check state of the reader for EndElement instead of checking
for
Comment #4 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian
ARM
http://code.google.com/p/gambas/issues/detail?id=242
I'm getting somewhere, the call stack fails at an infinite call to pow():
(gdb) where^M
#0 *pow (x=10, y=-1) at gbx_math.c:250^M
#1 0x0002a504 in *pow (x=10, y
Am Mittwoch, den 25.04.2012, 15:40 +0200 schrieb Benoît Minisini:
> Le 25/04/2012 13:56, Karl Reinl a écrit :
> > Salut,
> >
> > this is destined to the author of PhotoTouch.
> >
> > Please test you project with a new user and nothing (no camera) attached
> > to the computer. Because like that it c
Le 25/04/2012 20:24, tobi a écrit :
> Hi,
>
> it's some time since I last used the Highlight class together with the
> gb.qt4.ext Editor and I
> personally found it quite painful in the beginning. I hope, I did nothing
> wrong when I constructed a
> large Editor_Highlight() handler?
> However, my
Le 25/04/2012 20:33, Adrien Prokopowicz a écrit :
> Hi,
>
> I use the Format() function, to make dates and times consistent, whatever the
> locale I use.
>
> Bun I have a problem in French with the gb.MediumTime constant, here is what
> it returns :
>
> ?Format(Now, GB.ShortTime)
> 20:26
>
> ?Forma
Hi,
I use the Format() function, to make dates and times consistent, whatever the
locale I use.
Bun I have a problem in French with the gb.MediumTime constant, here is what
it returns :
?Format(Now, GB.ShortTime)
20:26
?Format(Now, GB.MediumTime)
08:26
With an english locale, i get 08:26
Hi,
it's some time since I last used the Highlight class together with the
gb.qt4.ext Editor and I
personally found it quite painful in the beginning. I hope, I did nothing wrong
when I constructed a
large Editor_Highlight() handler?
However, my question is about a Regexp based Highlighting. Doe
Mmm, I updated my Gambas 3.1 last week, I don't know exactly what
revision is, but is recent.
Ok, I will fix my code.
Thanks.
*_*
*Lic. Daniel Quintero Rojas*
http://www.dquinter.com.mx
http://futbol.dquinter.com.mx
http://twitter.com/#!/dquinteror
*¡Saludos des
Message original
Sujet: I must take a break
Date : Wed, 25 Apr 2012 17:31:00 +0200
De :Dag-Jarle Johansen
Pour : gam...@users.sourceforge.net
hi all of you!
as programming all kind of stuff has bin my favourite over 35 years
(besides playing e-guitar, sailing, all so
Le 25/04/2012 18:58, Daniel Quintero a écrit :
> Hello, I have an error in this line of code when I use the \s constant
> in the pattern:
>
> re = New Regexp(sText, "]*)>")
>
> If I use "]*)>" (Without the \s) I have no error.
>
> The error occurs when I press the F5 function key to exe
Hello, I have an error in this line of code when I use the \s constant
in the pattern:
re = New Regexp(sText, "]*)>")
If I use "]*)>" (Without the \s) I have no error.
The error occurs when I press the F5 function key to execute the program.
This is the error text:
This applicatio
Le 25/04/2012 15:53, Ron a écrit :
> On 25-4-2012 15:40, Benoît Minisini wrote:
>> Le 25/04/2012 13:56, Karl Reinl a écrit :
>>> Salut,
>>>
>>> this is destined to the author of PhotoTouch.
>>>
>>> Please test you project with a new user and nothing (no camera) attached
>>> to the computer. Because
On 25-4-2012 15:40, Benoît Minisini wrote:
> Le 25/04/2012 13:56, Karl Reinl a écrit :
>> Salut,
>>
>> this is destined to the author of PhotoTouch.
>>
>> Please test you project with a new user and nothing (no camera) attached
>> to the computer. Because like that it crashes.
>>
>> Thanks
>>
>>
>
Le 25/04/2012 13:56, Karl Reinl a écrit :
> Salut,
>
> this is destined to the author of PhotoTouch.
>
> Please test you project with a new user and nothing (no camera) attached
> to the computer. Because like that it crashes.
>
> Thanks
>
>
Do you have more details ?
--
Benoît Minisini
---
Salut,
this is destined to the author of PhotoTouch.
Please test you project with a new user and nothing (no camera) attached
to the computer. Because like that it crashes.
Thanks
--
Amicalement
Charlie
--
Live Secu
Updates:
Status: Fixed
Comment #6 on issue 244 by benoit.m...@gmail.com: Several qt components
ignores color.foreground property
http://code.google.com/p/gambas/issues/detail?id=244
Fixed in revision #4674.
--
Comment #5 on issue 244 by pierre.g...@gmail.com: Several qt components
ignores color.foreground property
http://code.google.com/p/gambas/issues/detail?id=244
Fixed in revision #4674.
--
Live Security Virtual Conferen
Le lundi 23 avril 2012 01:14:25 Caveat a écrit :
> I'm now on 4659...
>
> =
> Is FromString available in the new gb.xml or not?
> =
>
Yes it is, since the rev #4673.
-
Le lundi 23 avril 2012 18:47:10 Charlie Reinl a écrit :
> Am Montag, den 23.04.2012, 00:39 +0200 schrieb Adrien Prokopowicz:
> > Le dimanche 22 avril 2012 23:39:27 Charlie Reinl a écrit :
> > > Salut Adrien,
> > >
> > > works better since rev #4657.
> > >
> > > but I get a signal 6 at the seconde
Comment #4 on issue 244 by benoit.m...@gmail.com: Several qt components
ignores color.foreground property
http://code.google.com/p/gambas/issues/detail?id=244
Sorry, I forgot the detailed FileView view mode.
Actually two Qt widgets do not work: Q3ListView and Q3ListBox, and so the
Gambas con
Comment #2 on issue 243 by kokok...@gmail.com: (WHISH) Allow to set header
color in gridview
http://code.google.com/p/gambas/issues/detail?id=243
i wrote very bad, my fault, it is not the header to be not visible, but the
text over it.
I'll compile and try #4671 by tomorrow, thanks.
--
Comment #3 on issue 244 by kokok...@gmail.com: Several qt components
ignores color.foreground property
http://code.google.com/p/gambas/issues/detail?id=244
Well, i'm sure i cannot change fileview foreground color, even from the ide
it doesn't.
And i've to add listbox to the list.
Attached yo
Fabien Bodard-4 wrote:
>
> but how to get one of these machines?
>
I have emailed Raspberry Pi to see if they have any development kits.
Standing in RS Components or Premier Farnell queue would I fear take
forever.
--
View this message in context:
http://old.nabble.com/Issue-242-in-gambas
Comment #3 on issue 245 by kokok...@gmail.com: Wrong behaviour in desktop.w
and screen.w on dual head?
http://code.google.com/p/gambas/issues/detail?id=245
Oh wow, i totally missed the screens class, i think i can manage to get the
same info as before with it, but i'm pretty sure the generic
Comment #2 on issue 245 by benoit.m...@gmail.com: Wrong behaviour in
desktop.w and screen.w on dual head?
http://code.google.com/p/gambas/issues/detail?id=245
I think now you should use the Screen and Screens classes. Screens.Count
gives you the number of screens, and Screens[] returns a Scre
Le lundi 23 avril 2012 12:05:13 Caveat a écrit :
> Benoit and Fabien, you're both right of course.
>
> Sorry, I was a little frustrated by how broken gb.xml now appears to be.
>
> The project I've sent does allow you guys to get some serious testing in
> and I'm here should you have any questions
Updates:
Status: NeedsInfo
Labels: -Version -Type-Bug -Priority-Medium Version-TRUNK
Type-Enhancement
Priority-Low
Comment #1 on issue 243 by benoit.m...@gmail.com: (WHISH) Allow to set
header color in gridview
http://code.google.com/p/gambas/issues/detail?id=243
Are the head
Updates:
Status: NeedsInfo
Labels: -Version Version-TRUNK
Comment #1 on issue 245 by benoit.m...@gmail.com: Wrong behaviour in
desktop.w and screen.w on dual head?
http://code.google.com/p/gambas/issues/detail?id=245
Do you know if there is a way for a guy that has only one scre
Le 25 avril 2012 10:57, Benoît Minisini a écrit :
> Le 25/04/2012 10:51, Fabien Bodard a écrit :
>> 2012/4/25 charlesg:
>>>
>>>
>>> kevinfishburne wrote:
I just tested gb3's memory consumption with the world
generator for my game it it uses about 70 MB of RAM just to load the
Comment #2 on issue 244 by benoit.m...@gmail.com: Several qt components
ignores color.foreground property
http://code.google.com/p/gambas/issues/detail?id=244
I agree for the TreeView, but not for the FileView.
I can successfully change the FileView foreground color. Note that the
FileView r
Updates:
Status: Accepted
Labels: -Version Version-TRUNK
Comment #1 on issue 244 by benoit.m...@gmail.com: Several qt components
ignores color.foreground property
http://code.google.com/p/gambas/issues/detail?id=244
(No comment was entered for this change.)
---
Le 17/04/2012 08:36, Rolf-Werner Eilert a écrit :
>
> Good morning Benoit,
>
> After thinking this over and trying around a bit this morning, I guess I
> finally understood (sometimes I'm somewhat slow :-) )
>
> With the higher resolution the fonts are enlarged to keep everything
> comfortable and
Le 25/04/2012 10:27, Bruce Bruen a écrit :
>> And if you click on the lamp icon in the debugger watch window?
>>
> Well, as of 4653 this problem has gone away. Magic??
>
> To answer your question, what I got was a very skinny (thin? emaciated?
> narrow?) row underneath the Bounds row (about 1mm hi
Le 25/04/2012 10:51, Fabien Bodard a écrit :
> 2012/4/25 charlesg:
>>
>>
>> kevinfishburne wrote:
>>>
>>> I just tested gb3's memory consumption with the world
>>> generator for my game it it uses about 70 MB of RAM just to load the
>>> project.
>>>
>>
>> Gambas apps may not consume RAM but I see
2012/4/25 charlesg :
>
>
> kevinfishburne wrote:
>>
>> I just tested gb3's memory consumption with the world
>> generator for my game it it uses about 70 MB of RAM just to load the
>> project.
>>
>
> Gambas apps may not consume RAM but I seem to remember that Gambas itself
> will not compile an ap
On Tue, 2012-04-24 at 14:15 +0200, Benoît Minisini wrote:
> Le 14/04/2012 11:58, Bruce Bruen a écrit :
> > On Fri, 2012-04-13 at 18:17 +0930, Bruce Bruen wrote:
> >> Some days ago I updated to rev4607, since then I can't see the contents
> >> of arrays in the debugger. It displays the array class
44 matches
Mail list logo