• Login
sketchucation logo sketchucation
  • Login
🔌 Quick Selection | Try Didier Bur's reworked classic extension that supercharges selections in SketchUp Download

Web dialogs stealing focus within my tool.

Scheduled Pinned Locked Moved Developers' Forum
28 Posts 7 Posters 1.7k Views 7 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    Dan Rathbun
    last edited by 29 Apr 2014, 23:26

    It would be alot simplier if there was a UI::send_keys() module function very similar to (or wrapping) this Windows Scripting Host function:
    http://msdn.microsoft.com/en-us/library/8c6yea83(v=vs.84).aspx
    .. in fact here is a C++ implementation:
    http://www.codeproject.com/Articles/6819/SendKeys-in-C

    I'm not here much anymore.

    1 Reply Last reply Reply Quote 0
    • A Offline
      Aerilius
      last edited by 30 Apr 2014, 10:42

      @eneroth3 said:

      In some cases the developer might not want this so it shouldn't always be enabled.

      Absolutely right!

      The event bubbling concept in the HTML DOM allows to "cancel" further bubbling, if your event listener has already "fullfilled" the event and there is nothing left that you want to happen (otherwise the next, outer event handlers would get the event and act on it). Expanding this concept from WebDialogs to the SketchUp window could be done re-use something with which developers are familiar, without adding new API methods or arguments.

      No matter how it would be realized, it would really be useful for us developers if SketchUp could incorporate this feature.

      Would it make sense to allow this for different kinds of events, or should it filter out all except keyboard events?

      1 Reply Last reply Reply Quote 0
      • D Offline
        Dan Rathbun
        last edited by 30 Apr 2014, 20:08

        @aerilius said:

        Expanding this concept from WebDialogs to the SketchUp window could be done re-use something with which developers are familiar, without adding new API methods or arguments.

        How can a feature be added, without adding some interface to the SketchUp API ? Impossible.

        There needs to be some key_bubble flag ( true by default for backward compatibility,) that the SU engine checks in Tool class instances.

        Basically the engine would do a check like:
        bubble = tool.respond_to?(:key_bubble) ? : tool.key_bubble : true

        We need to concentrate the talk on keystrokes. Other events just complicate the issue.

        I'm not here much anymore.

        1 Reply Last reply Reply Quote 0
        • T Offline
          tt_su
          last edited by 1 May 2014, 08:58

          You can already return true/false in the key event to prevent some propagation.

          1 Reply Last reply Reply Quote 0
          • D Offline
            Dan Rathbun
            last edited by 1 May 2014, 19:38

            @tt_su said:

            You can already return true/false in the key event to prevent some propagation.

            In Ruby ?

            I'm not here much anymore.

            1 Reply Last reply Reply Quote 0
            • T Offline
              tt_su
              last edited by 2 May 2014, 09:29

              Aye.
              One of them things not mentioned in the docs I think. (On our list to fix.)
              I came across it once when I noticed odd behaviour with key events and realized it depended on the return value of my last statement in the onKey events.

              1 Reply Last reply Reply Quote 0
              • E Offline
                eneroth3
                last edited by 2 May 2014, 10:07

                At least on windows you can prevent ALT from focusing the menu when used in a tool. Either true or false (can't remember) as return value from the onKeyDown method prevented the default behavior.

                My website: http://julia-christina-eneroth.se/

                1 Reply Last reply Reply Quote 0
                • D Offline
                  Dan Rathbun
                  last edited by 2 May 2014, 22:51

                  Dang it! That is news to me. Did ya'll hire someone to to be a TechWriter for the API? (Ya' need to badly.)

                  I'm not here much anymore.

                  1 Reply Last reply Reply Quote 0
                  • 1
                  • 2
                  • 2 / 2
                  2 / 2
                  • First post
                    23/28
                    Last post
                  Buy SketchPlus
                  Buy SUbD
                  Buy WrapR
                  Buy eBook
                  Buy Modelur
                  Buy Vertex Tools
                  Buy SketchCuisine
                  Buy FormFonts

                  Advertisement