hi richard, this componant is not yet finished.
i've many work to do around, gambas .. and so many late to retreive.
I think i'm not going to work on this part since january as i've
promish to finsh the Gambasforge site before.
Fabien Bodard
2008/11/27 richard terry <[EMAIL PROTECTED]>:
> Whi
Whilst attempting to use this class I get:
'_Caxes' class is missing
Also help (both local and on the web site) seems to be missing.
file:///usr/share/gambas3/help/help/comp/gb+chart/chart/type.html
Any help appreciated.
Richard
richard terry wrote:
> I wondered what the status of the Chart component was.
>
> I only have one old email Fabien wrote in reply to a question on this back in
> April. Is it being actively developed.
>
> Does anyone have experience/code in simple graphing.
>
> My program can now save things like
> FOR EACH $DIR IN Dir(sPath, "*")
>if left$($DIR,1)<>"." then ComboBox1.Add($DIR)
> NEXT
Thanks Ron and Thank you for schooling me Benoit for explaining to me
what I was doing wrong.
Best Regards,
Nick
-
This SF.Net
On Thursday 27 November 2008, Nicolas Koch wrote:
> PUBLIC SUB sPath($FILE AS String)
> sPath = "~/src/test"
>
> ComboBox11.Clear
> FOR EACH $DIR IN Dir(sPath, "*")
> ComboBox1.Add($DIR)
if left$($dir,1)<>"." then
> NEXT
> ComboBox1.Remove("1")
>
> END
>
FOR EACH $DIR IN
On jeudi 27 novembre 2008, Nicolas Koch wrote:
> I am in Gambas 2.9
>
> And even if I do ComboBox.List = Dir(sPath) hidden folders show.
Of course: you must put Dir(sPath) in a string array, removes elements from
the array, and assing the array to ComboBox1.List.
> I
> was trying to hide tho
I am in Gambas 2.9
And even if I do ComboBox.List = Dir(sPath) hidden folders show. I
was trying to hide those and ComboBox1.Remove("1") was the only way I
could find that works. It works but spits out error as I said.
Nick
On Thu, Nov 27, 2008 at 2:50 AM, Benoit Minisini
<[EMAIL PROTECTED]>
On mercredi 26 novembre 2008, David Villalobos Cambronero wrote:
> Hi All, I found an error in the datepicker control, it allows to change the
> date even it is disabled, attached an example.
>
> Benoit, can you validate, please?
>
> Regards
>
>
> --
> David
I confirm. The next commit will have a
On jeudi 27 novembre 2008, Nicolas Koch wrote:
> Hello Gambas Users,
>
> Ok an interesting problem I've noticed in gb.gtk or with gb.gui. If
> you have a ComboBox with items in it and you try to hide one of the
> items from listing invoking ComboBox1.Remove("1") you'll get this
> error.
>
> (test
Hello Gambas Users,
Ok an interesting problem I've noticed in gb.gtk or with gb.gui. If
you have a ComboBox with items in it and you try to hide one of the
items from listing invoking ComboBox1.Remove("1") you'll get this
error.
(test 26729): Gtk-WARNING **: gtktreemodel.c:429: Negative numbers
I wondered what the status of the Chart component was.
I only have one old email Fabien wrote in reply to a question on this back in
April. Is it being actively developed.
Does anyone have experience/code in simple graphing.
My program can now save things like downloaded hl7 pathology results,
Stefano Palmeri schrieb:
> Il mercoledì 26 novembre 2008 10:11:04 Rolf-Werner Eilert ha scritto:
>> Stefano Palmeri schrieb:
>>> Il martedì 25 novembre 2008 11:06:27 Rolf-Werner Eilert ha scritto:
Hi,
is it possible to set TableView.Row from Code during runtime?
Would be ni
On mercredi 26 novembre 2008, David Villalobos Cambronero wrote:
> Well, I think KDE 4, the one included in Mandriva 2009 by default.
>
> Regards
>
>
> --
> David
>
So KDE3 is not installed, and QT3 uses its default widget and color style!
Run /usr/lib/qt3/bin/qtconfig and configure the qt3 libr
Well, I think KDE 4, the one included in Mandriva 2009 by default.
Regards
--
David
- Original Message
From: Benoit Minisini <[EMAIL PROTECTED]>
To: mailing list for gambas users
Sent: Wednesday, November 26, 2008 7:43:30 AM
Subject: Re: [Gambas-user] Gambas3 looks strange in Mandr
On mercredi 26 novembre 2008, David Villalobos Cambronero wrote:
> M nop, I use KDE,
I mean, KDE 3 or KDE 4 ?
--
Benoit Minisini
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the
M nop, I use KDE, don't like GTK. I installed Gambas as always do, is there
a clue to install Gambas 3 in Mandriva 2009.0, or what can we do to ensure I'm
doing the correct thing?
Regards.
--
David
- Original Message
From: Benoit Minisini <[EMAIL PROTECTED]>
To: mailing list f
Il mercoledì 26 novembre 2008 10:11:04 Rolf-Werner Eilert ha scritto:
> Stefano Palmeri schrieb:
> > Il martedì 25 novembre 2008 11:06:27 Rolf-Werner Eilert ha scritto:
> >> Hi,
> >>
> >> is it possible to set TableView.Row from Code during runtime?
> >>
> >> Would be nice to make sure a certain ro
Stefano Palmeri schrieb:
> Il martedì 25 novembre 2008 11:06:27 Rolf-Werner Eilert ha scritto:
>> Hi,
>>
>> is it possible to set TableView.Row from Code during runtime?
>>
>> Would be nice to make sure a certain row in the table is selected before
>> the user begins working with it (e. g. to draw
18 matches
Mail list logo