Re: ContextMenu control question for Pocket PC programming C# by jasonh121
jasonh121
Thu Jan 12 12:29:07 CST 2006
Sorry about this cross-post.
What I mean is if can be possible to display the context menu instantly
whenever I click the screen object in my application, without waiting those
color dots goes away.
Please let me know if it's possible to do, any example if possible?
Thanks,
Jason
"MSenne" wrote:
> I see that you cross-posted to ms.pub.smartphone.developer - please
> keep Pocket PC questions where they belong.
>
> Please explain clearly whether there is a 2 second pause after the "tap
> and hold" has completed (and the circle has gone around and changed
> color), or if you are saying that you have to tap and hold the stylus
> on the screen for 2 seconds before the context menu appears (which is
> the expected behavior).
>
> If your context menu is just slow, then check if the ContextMenu object
> is being created dynamically. If so, then create it ahead of time and
> just show it on demand. If it was pre-loaded and still takes forever
> then provide a snip of code so we have more info to work with.
>
> Good luck,
> -MSenne
>
>