gambas-user-requ...@lists.sourceforge.net ha scritto:
> Send Gambas-user mailing list submissions to
>       gambas-user@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/gambas-user
> or, via email, send a message with subject or body 'help' to
>       gambas-user-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>       gambas-user-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Gambas-user digest..."
>
>
> Today's Topics:
>
>    1. Re: modules (Beno?t Minisini)
>    2. Re: Tableview question (richard terry)
>    3. Re: modules (Jean-Yves F. Barbier)
>    4. gb.chart (Andrea Bertini)
>    5. Re: Gambas equivilent help (briansykes)
>    6. Re: gb.chart (Fabien Bodard)
>    7. Release of Gambas 2.17 (Beno?t Minisini)
>    8. Re: Gambas equivilent help (Fabien Bodard)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 25 Oct 2009 13:18:55 +0200
> From: Beno?t Minisini <gam...@users.sourceforge.net>
> Subject: Re: [Gambas-user] modules
> To: mailing list for gambas users <gambas-user@lists.sourceforge.net>
> Message-ID: <200910251218.55703.gam...@users.sourceforge.net>
> Content-Type: Text/Plain;  charset="utf-8"
>
>   
>> Beno?t Minisini a ?crit :
>>     
>>>> Hi list,
>>>>
>>>> I wonder if it is possible to create modules dependencies in order to
>>>> automatically load N modules when you only select one?
>>>>
>>>> JY
>>>>         
>>> You mean, when loading a module at runtime?
>>>       
>> well, both @ runtime and when beginning the project when you choose the
>> components modules you need.
>> ie: base_erp that calls users, clients, suppliers, docs, ... without having
>>     to check them.
>>
>>     
>
> I don't understand what you need: can you give more details?
>
>   
this example with versione 2.16 doesn't work.
Messages:
'the values count must be up then 1'
'no current device'

Code:

DIM mychart AS NEW Chart
mychart.Count = 3
mychart[0].Values = [1.0, 2.0, 3.0]
mychart.Headers.Values = ["tic", "tac", "toes"]
mychart.Legend.Visible = TRUE
mychart.Style = ChartType.Pie
mychart.Width = DrawingArea1.W
mychart.Height = DrawingArea1.H
mychart.Draw

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to