• Login
sketchucation logo sketchucation
  • Login
๐Ÿค‘ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

Webdialog - getting started?

Scheduled Pinned Locked Moved Developers' Forum
21 Posts 7 Posters 1.0k Views
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.
  • T Offline
    thomthom
    last edited by 17 Jul 2015, 18:35

    You might want to have a look at this GitHub repo I've put together with info about how to deal with WebDialogs: https://github.com/thomthom/sketchup-webdialogs-the-lost-manual

    Thomas Thomassen โ€” SketchUp Monkey & Coding addict
    List of my plugins and link to the CookieWare fund

    1 Reply Last reply Reply Quote 0
    • G Offline
      greenskp
      last edited by 17 Jul 2015, 18:40

      Thomthom, do you have a manual for SKUI showing all features availables?

      1 Reply Last reply Reply Quote 0
      • T Offline
        thomthom
        last edited by 17 Jul 2015, 19:51

        @greenskp said:

        Thomthom, do you have a manual for SKUI showing all features availables?

        Afraid I got no published docs. But it's marked up with YARD so you can run that on the SKUI folder and you'll get a compiled HTML doc set.
        http://yardoc.org/

        Thomas Thomassen โ€” SketchUp Monkey & Coding addict
        List of my plugins and link to the CookieWare fund

        1 Reply Last reply Reply Quote 0
        • D Offline
          Dan Rathbun
          last edited by 18 Jul 2015, 10:44

          @thomthom said:

          @greenskp said:

          Thomthom, do you have a manual for SKUI showing all features availables?

          Afraid I got no published docs. But it's marked up with YARD so you can run that on the SKUI folder and you'll get a compiled HTML doc set.
          http://yardoc.org/

          GitHub repos can be linked to generate YardDocs automatically. You as the owner of the repo need to flip the switch.

          I'm not here much anymore.

          1 Reply Last reply Reply Quote 0
          • G Offline
            greenskp
            last edited by 18 Jul 2015, 11:08

            @thomthom said:

            But it's marked up with YARD so you can run that on the SKUI folder

            I ran inside src >> SKUI folder and i got a blank page ๐Ÿ˜ž
            I also ran on root folder but i see the same hosted on github.

            I would like to know how to connect value sliders to events, like the default inputbox. Maybe open child windows and so on.

            yard server

            1 Reply Last reply Reply Quote 0
            • T Offline
              thomthom
              last edited by 19 Jul 2015, 09:08

              @greenskp said:

              @thomthom said:

              But it's marked up with YARD so you can run that on the SKUI folder

              I ran inside src >> SKUI folder and i got a blank page ๐Ÿ˜ž
              I also ran on root folder but i see the same hosted on github.

              I should add a .yardopts file to the repo.
              To generate docs, use the following command from the repo root: yardoc src/**/*.rb

              @greenskp said:

              I would like to know how to connect value sliders to events, like the default inputbox. Maybe open child windows and so on.

              Slider value? Don't think any sliders has been added...

              @dan rathbun said:

              GitHub repos can be linked to generate YardDocs automatically. You as the owner of the repo need to flip the switch.

              How? What switch?

              Thomas Thomassen โ€” SketchUp Monkey & Coding addict
              List of my plugins and link to the CookieWare fund

              1 Reply Last reply Reply Quote 0
              • S Offline
                sepultribe
                last edited by 19 Jul 2015, 10:21

                http://www.rubydoc.info/github/thomthom/SKUI

                maybe Dan means this

                1 Reply Last reply Reply Quote 0
                • D Offline
                  Dan Rathbun
                  last edited by 19 Jul 2015, 16:42

                  @sepultribe said:

                  http://www.rubydoc.info/github/thomthom/SKUI

                  maybe Dan means this

                  Yes, he must have found it.

                  (1) from the repo (right column) "Settings", ...
                  (2) from the Settings page (left column) "Webhooks & Services", ...
                  (3) in the Services box, in the "Add Service" dropdown picklist, ...
                  (4) choose "RubyDoc.info "

                  I'm not here much anymore.

                  1 Reply Last reply Reply Quote 0
                  • T Offline
                    thomthom
                    last edited by 25 Jul 2015, 11:39

                    @sepultribe said:

                    http://www.rubydoc.info/github/thomthom/SKUI

                    maybe Dan means this

                    ๐Ÿ˜ฎ

                    I have never seen that....

                    Thomas Thomassen โ€” SketchUp Monkey & Coding addict
                    List of my plugins and link to the CookieWare fund

                    1 Reply Last reply Reply Quote 0
                    • T Offline
                      thomthom
                      last edited by 25 Jul 2015, 11:41

                      2015-07-25_13h45_44.png

                      It appear that it's automatically generating it...

                      ...or might I have added it manually at some point?

                      2015-07-25_13h47_40.png

                      โ“ โ“ โ“

                      Thomas Thomassen โ€” SketchUp Monkey & Coding addict
                      List of my plugins and link to the CookieWare fund

                      1 Reply Last reply Reply Quote 0
                      • T Offline
                        thomthom
                        last edited by 25 Jul 2015, 11:44

                        hm... I added it manually from GitHub and afterwards it's not listed anywhere that it's been activated. ...odd...

                        Thomas Thomassen โ€” SketchUp Monkey & Coding addict
                        List of my plugins and link to the CookieWare fund

                        1 Reply Last reply Reply Quote 0
                        • D Offline
                          Dan Rathbun
                          last edited by 25 Jul 2015, 18:34

                          @thomthom said:

                          It appear that it's automatically generating it...

                          No you have to add it somehow.

                          @thomthom said:

                          ...or might I have added it manually at some point?

                          You must have.

                          If you follow my procedure (above,) does it then appear in the list of services ?

                          I'm not here much anymore.

                          1 Reply Last reply Reply Quote 0
                          • T Offline
                            thomthom
                            last edited by 25 Jul 2015, 20:01

                            @dan rathbun said:

                            If you follow my procedure (above,) does it then appear in the list of services ?

                            No - there was no item listed. And after manually adding it (just to see what happened) it's still not listed. But docs are still being generated... ๐Ÿ˜•

                            Thomas Thomassen โ€” SketchUp Monkey & Coding addict
                            List of my plugins and link to the CookieWare fund

                            1 Reply Last reply Reply Quote 0
                            • S Offline
                              sepultribe
                              last edited by 25 Jul 2015, 20:03

                              @thomthom said:

                              [attachment=1:1sdocz38]<!-- ia1 -->2015-07-25_13h45_44.png<!-- ia1 -->[/attachment:1sdocz38]

                              It appear that it's automatically generating it...

                              ...or might I have added it manually at some point?

                              [attachment=0:1sdocz38]<!-- ia0 -->2015-07-25_13h47_40.png<!-- ia0 -->[/attachment:1sdocz38]

                              โ“ โ“ โ“

                              I added it (on rubydocs) when I posted my previous post.

                              1 Reply Last reply Reply Quote 0
                              • T Offline
                                thomthom
                                last edited by 26 Jul 2015, 09:33

                                @sepultribe said:

                                I added it (on rubydocs) when I posted my previous post.

                                ๐Ÿ‘ ๐Ÿ‘

                                Thomas Thomassen โ€” SketchUp Monkey & Coding addict
                                List of my plugins and link to the CookieWare fund

                                1 Reply Last reply Reply Quote 0
                                • D Offline
                                  Dan Rathbun
                                  last edited by 27 Jul 2015, 17:33

                                  That explains it. But the settings page on GitHub should somehow show that the service is active.

                                  I'm not here much anymore.

                                  1 Reply Last reply Reply Quote 0
                                  • T Offline
                                    thomthom
                                    last edited by 27 Jul 2015, 17:53

                                    I tried once more, and this time it's listed. (no idea why it wasn't earlier - but at least it's working now.)

                                    Very nice feature.

                                    Thomas Thomassen โ€” SketchUp Monkey & Coding addict
                                    List of my plugins and link to the CookieWare fund

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

                                    Advertisement