Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Strange InkOverlay issue...

0 views
Skip to first unread message

VJ

unread,
Nov 2, 2005, 7:15:59 PM11/2/05
to
I have a Form with a textbox, and attached Overlay Control to annotate. I
have attached a few Pen toolbar items to this overlay, so that when the
settings change in the toolbar, you can write or erase or highlight on the
Textbox.. The Ink always remains on the textbox area. All works perfect on
my XP SP2 desktop machine with Tablet PC SDK1.7. I move the same piece of
code to a Tablet PC with XP SP2, and SDK 1.7, I am not able to use the
eraser (pen and highlighter works) to erase my written ink If I minimize and
maximize my form back up, I am able to Erase.. I have tried the following
with no avail..

textbox1.refresh();

inkOvrlay.Enabled=false;
inkOvrlay.Enabled=true;

textbox1.Invalidate();

Please Help!!
VJ


Robert Crago

unread,
Nov 2, 2005, 9:55:06 PM11/2/05
to
Hi Vijay,

Can you post or send me a small piece of code that shows the problem?

Thanks...

--
Robert Crago


Vijay

unread,
Nov 2, 2005, 10:23:58 PM11/2/05
to
Thanks Robert for looking at this... I will extract the code out my control
library/app and post it.. Just a quick question.. will any enviroment
problems cause this? Is it a good idea to keep the textboxes (with overlay)
I mentioned in a InkPicture control, with InkEnabled set to True?

VJ

"Robert Crago" <mcr...@optusnet.com.au> wrote in message
news:OjL4$HC4FH...@tk2msftngp13.phx.gbl...

Robert Crago

unread,
Nov 3, 2005, 4:23:46 AM11/3/05
to
Hi Vijay,

I'm not really sure until I play with your code. I generally keep InkEnabled
true unless I specifically need to disable it as disabling can cause
problems if some ink operation is still pending.

I look forward to seeing your code.

--
Robert Crago
Revelation Computing Pty Limited
Post Office Box 459 Aspley QLD 4034
Australia
Tel: + 61 7 3263 8798
Fax: + 61 7 3263 8871
Email: rob...@RevComputing.com
www: http://www.revComputing.com
"Vijay" <vijay...@yahoo.com> wrote in message
news:OtMpOYC4...@TK2MSFTNGP09.phx.gbl...

VJ

unread,
Nov 3, 2005, 9:46:45 AM11/3/05
to
Robert.. thanks again. I have found the problem out. It is something
specific to my application, The reason I say is The same control/lib works
in 2 of our other apps, so its that particular app specific, I will let that
developer deal with it. Its not in my library.. I will post here a solution
once it is fixed..

VJ

"VJ" <vijay...@yahoo.com> wrote in message
news:%23UPmPvA...@TK2MSFTNGP15.phx.gbl...

0 new messages