[Gambas-user] gb.chart overlap chart

2014-07-10 Thread kungfupanda
Hi, is it possible to overlap two chart of different chart-type ? for example a linechart with a pointchart plot ? Thanks a lot -- View this message in context: http://gambas.8142.n7.nabble.com/gb-chart-overlap-chart-tp47378.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] Select Point on a Chart

2014-07-07 Thread kungfupanda
Hi, This week I'm working with gb.chart component. It's very fine. I've a simple question, is there a method to get the value of a point with mouse click on a chart ? I'm able to find the position (X and Y) of "my click" on the scrollarea but it's different from the chart xy position because the d

Re: [Gambas-user] String array - problem with val

2014-07-06 Thread kungfupanda
Thanks a lot I solve the problemthere are two empty ("") value in the string[] that produce the problem. Sorry! -- View this message in context: http://gambas.8142.n7.nabble.com/String-array-problem-with-val-tp47278p47298.html Sent from the gambas-user mailing list archive at Nabble.c

[Gambas-user] String array - problem with val

2014-07-05 Thread kungfupanda
Hi, I've a problem with conversion of a string array in integer. I'm using gb.chart to create a line graph with a lot of element (more then 10.000 value). I read the value from a txt file and store all in a string[]. Now I'm trying to get every element of the string[] (with for each element in

[Gambas-user] gb.report page number

2014-03-19 Thread kungfupanda
Hi, I've a simple question...I don't know how to obtain the current page number in my gb.report. I can use reportname.Pagecount to know how many pages I have in my report but I don't know how to obtain the number of the current page... someone can help me ?? Thanks -- View this message in con

Re: [Gambas-user] gb-report ReportLabel color

2014-02-02 Thread kungfupanda
Thanks a lot!!! I'll wait the new version. In the meantime ".Background = ReportBrush["#FFFF"]" it's perfect to workaround the problem. -- View this message in context: http://gambas.8142.n7.nabble.com/gb-report-ReportLabel-color-tp45499p45501.html Sent from the gambas-user mailing lis

[Gambas-user] gb-report ReportLabel color

2014-02-02 Thread kungfupanda
Hi, I'm starting to use gb report component in gambas3. It works very fine and I was able to realize all I need. I saw a post with bug reporting about reportbrush.color problem. Is it a solve problem ?? I try to change the font color and background color in a ReportLabel " .Brush = ReportBrush.Co