Re: [Gambas-user] Dinamic lines

2011-06-30 Thread M. Cs.
Let me give a detailed explanation: In example Chart there are two forms. The first one is for collecting the chart data, so it isn't very interesting. I'll list you the second class, which is reponsible for the chart-drawing: Public total As Integer Public value As Float[] Public Sub btnClose_Cl

Re: [Gambas-user] Dinamic lines

2011-06-29 Thread tobias
hi, >> How to draw a line >> How to draw a text >> How to do it on a printer >> How to do it on a canvas >> How to make lines removable imho, one should be able to figure some of these things out using the doc. i never worked with printer, but answers to 1 and 2 are just where everyone expects t

Re: [Gambas-user] Dinamic lines

2011-06-29 Thread BenoƮt Minisini
> Hi, > I need a clear explanation how does the printing in G3 works. > All I want is to have a button clicked and afterwards a grid of > changeable number of lines to be drawn over a picture, like some kind > of guides implemented in Inkscape. I know in G3 there are some events > during the printi

[Gambas-user] Dinamic lines

2011-06-29 Thread M. Cs.
Hi, I need a clear explanation how does the printing in G3 works. All I want is to have a button clicked and afterwards a grid of changeable number of lines to be drawn over a picture, like some kind of guides implemented in Inkscape. I know in G3 there are some events during the printing regardles