Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Enhancement: setHoverDelay() for ListGridField

    Hi Isomorphic,

    4.1p's ListGrid inherits setHoverDelay() from Canvas.
    Unfortunately there is no separate setter for ListGridField (if I want different delays on a per-field basis), as this does not inherit from Canvas.

    Could you add such method (to 9.1p), as ListGridField already has a setHoverCustomizer?

    Thank you & Best regards,
    Blama

    #2
    We've added support for listGridField.hoverDelay in both 10.0d (SGWT 5.0d) and 9.1p (SGWT 4.1p).
    Please try the next nightly build dated July 22 or above

    Regards
    Isomorphic Software

    Comment


      #3
      Hi Isomorphic,

      as information:
      I get a log entry in client console for the hovers using the new feature, which I think you enabled for debug reasons during development:

      Code:
      10:21:19.452:TMR3:WARN:ListGrid:isc_LeadlistPicking_0:GEtting cell hover delay for:4, 5
      10:21:19.764:TMR8:WARN:ListGrid:isc_LeadlistPicking_0:GEtting cell hover delay for:0, 5
      10:21:29.819:TMR2:WARN:ListGrid:isc_LeadlistPicking_0:GEtting cell hover delay for:1, 4
      10:21:30.400:TMR3:WARN:ListGrid:isc_LeadlistPicking_0:GEtting cell hover delay for:2, 4
      I'm using v9.1p_2014-07-22 right now.

      Best regards,
      Blama

      Comment


        #4
        These were fixed yesterday - please retry with today's build

        Comment

        Working...
        X