Ayuda con grafica

HMG en Español

Moderator: Rathinagiri

User avatar
CalScot
Posts: 303
Joined: Thu Mar 21, 2013 12:22 am
Location: California

Re: Ayuda con grafica

Post 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
martingz
Posts: 408
Joined: Wed Nov 18, 2009 11:14 pm
Location: Mexico

Re: Ayuda con grafica

Post by martingz »

Thanks Esguici

When finished I'll upload the code, in case someone is useful
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Ayuda con grafica

Post 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
Viva INTERNATIONAL HMG :D
martingz
Posts: 408
Joined: Wed Nov 18, 2009 11:14 pm
Location: Mexico

Re: Ayuda con grafica

Post 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
Post Reply