Page 1 of 1

GLK24064-25 cursor control

Posted: Wed Aug 04, 2004 10:18 am
by Rusty Lane
Looking at the GLK24064-25 Manual I do not see any mention for Cursor control (underline or blinking). Does the GLK24064-25 have cursor commands?

Posted: Wed Aug 04, 2004 11:09 am
by Tom
The graphics displays are bitmap based. To create a cursor, you must create or add it to a current font. I hope answers your question. If you have anymore questions or concerns, please feel free to ask.

:D

Posted: Tue Aug 12, 2008 3:32 am
by vkumar
Dear Tom,

Even i am using the same Panel( GLK 240-64) and facing the Same problem.

How To bring the cursor on the panel.

Can you kindly elaborate the steps to bring cursor in the Panel.

I am using serial port programming in c#.

Rusty Lane , whether you found the solution for the problem, if you are able to bring the cursor , can you elaborate the steps in bringing the cursor in GLK-240-64.

I am looking for this very urgently, please reply ASAP.

Thanks in Advance
Vkumar.

e-mail : vijayjkumar@gmail.com



Tom wrote:The graphics displays are bitmap based. To create a cursor, you must create or add it to a current font. I hope answers your question. If you have anymore questions or concerns, please feel free to ask.

:D

Posted: Tue Aug 12, 2008 10:16 am
by Clark
Hi Vkumar,

Unfortunately, the graphics line does not have cursor support in the same way the alphanumeric units do. You'll have to draw a cursor manually, using a special character as suggested by Tom, or the draw commands.

~Troy