[Gambas-user] Gambas-user Digest, Vol 41, Issue 47

Andrea Bertini and.bertini at ...626...
Sun Oct 25 18:55:38 CET 2009


gambas-user-request at lists.sourceforge.net ha scritto:
> Send Gambas-user mailing list submissions to
> 	gambas-user at 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-request at lists.sourceforge.net
>
> You can reach the person managing the list at
> 	gambas-user-owner at 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 <gambas at ...1...>
> Subject: Re: [Gambas-user] modules
> To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
> Message-ID: <200910251218.55703.gambas at ...1...>
> 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




More information about the User mailing list