Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
UltraDayView, UltraMonthView, UltraTimeLineView right click support with stylus on tablet PC
posted

Hi,

I have an application with an UltraDayView, UltraMonthView and UltraTimeLineView all overlapping in pages of a tab control.  I use an UltraToolbarsManager to control a contextual menu when I right-click onto the controls.  On my development PC, it all works wonderfully.

On a tablet PC, when I put the stylus on the surface and wait for about 1 second, a small white circle normally appears meaning that it considers that I right-clicked at this location.  This works fine for all the control I know except these three controls.  When I set the stylus into them,  nothing happens for about 10 seconds; then a large gray circle appears and no action is taken.

The only way I have to emulate a right-click in these controls is using the button on the stylus, but I found out that few of our users work that way.  Is there a setting that I can use to get this right-click emulation of the stylus to work properly?

Thank you

We are using NetAdvantage 14.2.

Parents
  • 2575
    Offline posted

    Hello Réal,

    The right click via touch is not working properly as a result of our gesture support for the control. This is a known bug which is in development. We will link this case to the bug to provide more information for development.

    For now, one work around you may use is to turn off the gesture support for that control. Please take a look at my attached sample to see that right click is working properly once gesture support is disabled. Please note that if you do this, you will not be able to scroll.

    We apologize for this inconvenience, and please let me know if I can further assist you.

    Very respectfully,
    John VanZwieten
    Windows Forms Software Developer
    Infragistics Inc.

    GestureDisabledSample.zip
Reply Children