Page 2 of 2

Re: Ayuda con grafica

Posted: Thu Oct 24, 2013 9:02 pm
by CalScot
Hi.

If I understand the problem, it's that the graph uses one grid-row for each time period, so must use 4 rows of the grid to show the 4 quarters of an hour, and that there's no way to reduce the height of the rows on the grid, therefore the graph is too big and must be scrolled.

If using just two grid-rows per hour would allow the graph to display without scrolling, could you use Chr(223) to represent a quarter hour and Chr(219) to represent a half hour?
(For anyone who doesn't want to go and look it up, Chr(223) is a "block" representing the top half of a character space, and Chr(219) is a "block" that fills a full character space.)

I haven't tested it, but it might be one more thing to try before the user drives you crazy!

Regards and good luck,
CalScot

Re: Ayuda con grafica

Posted: Thu Oct 24, 2013 10:39 pm
by martingz
Thanks Esguici

When finished I'll upload the code, in case someone is useful

Re: Ayuda con grafica

Posted: Thu Oct 24, 2013 11:17 pm
by esgici
martingz wrote:When finished I'll upload the code
OK Martin, I'll wait :)
in case someone is useful
Surely it will be useful; as our friend Daniel said here : Every comment made on the forum is a little more knowledge 8-)

Happy HMG'ing :D

Re: Ayuda con grafica

Posted: Fri Oct 25, 2013 1:03 am
by martingz
CalScot
I will try to use Chr (223) & Chr (219) to try to occupy only 2 lines of the grid for one hour

Thank you very much to all for your help