sketchucation logo sketchucation
    • Login
    šŸ›£ļø Road Profile Builder | Generate roads, curbs and pavements easily Download

    Curved Staircases

    Scheduled Pinned Locked Moved Woodworking
    171 Posts 19 Posters 33.9k Views 19 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.
    • G Offline
      Garry K
      last edited by

      I have a StairMaker plugin that is ready to go. This is version 1.0.3.
      You may go to my web site CabMaker32.com, register and download the plugin.

      The plugin is a zip file - unzip it to your plugins folder. There should be 1 file added to the plugins folder GKWare_StairMaker_Ext.rb and a folder called GKWare.

      Please edit file GKWare/StairMaker/defaults.txt.
      You will need to put in your userid and password that you received via the register process.

      1 Reply Last reply Reply Quote 0
      • G Offline
        Garry K
        last edited by

        Pilou Here is the video that you requested.

        1 Reply Last reply Reply Quote 0
        • G Offline
          Garry K
          last edited by

          I am interested in finding individuals who would like to test this plugin.

          Specifically I'd like to know if it even works with Mac.
          Is anyone experiencing any problems with the plugin.

          Does anyone have any suggestions?

          1 Reply Last reply Reply Quote 0
          • KrisidiousK Offline
            Krisidious
            last edited by

            I'm on PC but no issues here.

            By: Kristoff Rand
            Home DesignerUnique House Plans

            1 Reply Last reply Reply Quote 0
            • pbacotP Offline
              pbacot
              last edited by

              I'll give it a run (Mac). Let's see, where can it be DL'd?

              MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

              1 Reply Last reply Reply Quote 0
              • pilouP Offline
                pilou
                last edited by

                @Garry K
                Many thanks for the video! šŸ‘

                You must put it also on the first post! šŸ¤“

                Ps I just seen that you had another one page 2 šŸ˜„

                Frenchy Pilou
                Is beautiful that please without concept!
                My Little site :)

                1 Reply Last reply Reply Quote 0
                • jeff hammondJ Offline
                  jeff hammond
                  last edited by

                  @pbacot said:

                  I'll give it a run (Mac). Let's see, where can it be DL'd?

                  it's at his site: http://cabmaker32.com
                  you have to register which is an easy process without demanding too much info etc..
                  it's a little weird in that once you download the plugin, you have to find a .txt file within the folders then edit your cabmaker32 user name & password into it.


                  @GarryK- i'm trying this out on mac.
                  i've dowloaded/installed the plugin and entered my login details in the .txt file..
                  upon launching sketchup, there are no load errors and i get the toolbars as well as the Curved Stairs entry(s) in the plugin menu.

                  upon clicking on an icon in the toolbar, i get this message:

                  Screen Shot 2014-02-01 at 9.18.43 PM.png

                  i'm online while attempting to use it.

                  dotdotdot

                  1 Reply Last reply Reply Quote 0
                  • O Offline
                    otb designworks
                    last edited by

                    Garry, your Kung Fu is good! Can't believe I managed to miss this thread.

                    Thanks for the inspiring journey through your process.

                    Just seeing that I should be running this through my mac to see how it works. Will let you know...

                    Cheers, Chuck

                    OTB Designworks is on Youtube

                    6 core nMP, 32 gig RAM, (2) D700 GPU's, dual monitors

                    1 Reply Last reply Reply Quote 0
                    • G Offline
                      Garry K
                      last edited by

                      Jeff,

                      Thanks - I see that you downloaded it. I have no idea why you couldn't reach the web site.

                      Perhaps try from your browser ( I know it won't work ) but you should still see a message if you can reach the web site.

                      favicon

                      (cabmaker32.com)

                      If you can reach you should get a JSON response saying invalid format.

                      I'm puzzled. I am getting the same thing now. First a "http Error" and the second time I click the button it says "Cannot reach web service"

                      I will try to dig in and see what is going on.

                      OK - when I tried running it my defaults.txt file was pointing to my local test web site.
                      I switched over to cabmaker32.com and it works - even when I am logged on to the sit.

                      Garry

                      1 Reply Last reply Reply Quote 0
                      • G Offline
                        Garry K
                        last edited by

                        I'll have to get back into this in the morning - I've been up 20 hrs straight and can't think.

                        I am putting out both errors - obviously I should have said a bit more with the messages.

                        
                        if ( xmlHttp.readyState == 4 )
                        {
                        if ( xmlHttp.status == 200 )
                        	ruby_call( xmlHttp.responseText );
                        else
                        	ruby_call( 'error' );
                        }
                        
                        

                        In the ruby_call I pass back the JSON message and then decode it.
                        If it doesn't come back then a hash object doesn't get created.

                        Then this bit of code gets hit.

                        
                        if ( ! defined?( @@hash_obj ) )
                        	UI.messagebox( "Cannot reach web service" );
                        	return;
                        end
                        
                        
                        1 Reply Last reply Reply Quote 0
                        • jeff hammondJ Offline
                          jeff hammond
                          last edited by

                          @garry k said:

                          Jeff,

                          Thanks - I see that you downloaded it. I have no idea why you couldn't reach the web site.

                          Perhaps try from your browser ( I know it won't work ) but you should still see a message if you can reach the web site.

                          favicon

                          (cabmaker32.com)

                          If you can reach you should get a JSON response saying invalid format.

                          from my browser with that link i get:
                          {"code":-11,"text":"invalid format","token":240583372}

                          @unknownuser said:

                          I'm puzzled. I am getting the same thing now. First a "http Error" and the second time I click the button it says "Cannot reach web service"

                          I will try to dig in and see what is going on.

                          OK - when I tried running it my defaults.txt file was pointing to my local test web site.
                          I switched over to cabmaker32.com and it works - even when I am logged on to the sit.

                          i've done the following to the defaults.txt file


                          user information

                          userid=Jeff Hammond
                          password=(my 12digit PW)
                          host=http://cabmaker32.com/

                          default non length values for input box

                          debug_level=0
                          direction=Anti Clockwise
                          inside_option=None
                          outside_option=None
                          inside_stringer=Sawtooth
                          etcetc..


                          i assume that's correct, right?

                          i tried logging out of your site and i still get the same error message when using Stair Maker.. i can click on the Extrude Handrail icon and i get the message about needing a curve selected.. so i select a curve then click the icon and i get an error:

                          [EDIT] oops.. ruby error removed[/edit]

                          i won't be able to troubleshoot too much tonight but i'll try some things in the morning if you leave instructions.

                          dotdotdot

                          1 Reply Last reply Reply Quote 0
                          • jeff hammondJ Offline
                            jeff hammond
                            last edited by

                            @garry k said:

                            I'll have to get back into this in the morning - I've been up 20 hrs straight and can't think.

                            šŸ˜†
                            get some rest!

                            dotdotdot

                            1 Reply Last reply Reply Quote 0
                            • G Offline
                              Garry K
                              last edited by

                              Jeff,

                              1. You can reach my web site

                              2. The defaults.txt file looks fine

                              3. This is the code on line 792 where the error occurs for extrude handrail.

                              File.join( Sketchup.find_support_file( "" ), "Plugins", "GKWare", "StairMaker", "Handrail" )

                              StairMaker expects the folder Plugins/GKWare/StairMaker/Handrail
                              It then goes through the files to create a list of the 6 default handrails.

                              Could you run these lines of code in the Web Console

                              puts Sketchup.find_support_file( "" )
                              puts File.join( Sketchup.find_support_file( "" ), "Plugins", "GKWare", "StairMaker", "Handrail" )

                              1 Reply Last reply Reply Quote 0
                              • G Offline
                                Garry K
                                last edited by

                                I have just read an article by Thomas and now realize that I am currently not supporting plugins installed in shared location. I will change this, test and get back to you.

                                1 Reply Last reply Reply Quote 0
                                • G Offline
                                  Garry K
                                  last edited by

                                  I've fixed the path issue and uploaded a new version to my website.

                                  The new version has an rbz extension and has increased the version.
                                  Even if your old version worked - it won't now.

                                  Please download a new version.

                                  1 Reply Last reply Reply Quote 0
                                  • jeff hammondJ Offline
                                    jeff hammond
                                    last edited by

                                    ok.. so you've made some progress šŸ˜‰

                                    i can now activate the plugin without the previous error message.

                                    once i'm in it though, there are a few problems with the window size/placement etc but that's not too important right now.. i can't use any of the drop down menus:

                                    Screen Shot 2014-02-02 at 2.04.17 PM.png

                                    i can enter text/number in the text fields.. i can also check/uncheck the 'open risers' box.. and i can push the OK button but nothing is generated as i assume the drop downs should have some settings applied?

                                    i get this in the ruby console:

                                    [EDIT] no errors are being reported in the ruby console [/edit]


                                    not sure but you may be trying to re-invent the wheel if you single handedly troubleshoot the sketchup web dialogs on mac.. thomthom, or TIG, or Fredo have already figured this stuff out and it might be best to contact one of them for some advice/tips.. ?

                                    dotdotdot

                                    1 Reply Last reply Reply Quote 0
                                    • G Offline
                                      Garry K
                                      last edited by

                                      We aren't too far away. However - data from the defaults.txt file is suppose to populate the controls with defaults.

                                      That isn't happening.

                                      Perhaps try the extrude handrail. This one is a Sketchup input box as opposed to the web dialog. Let's see if there are 6 handrail profiles in the drop down list? That should help tell me if the problem is in reading the values or in popluating the web dialog.

                                      1 Reply Last reply Reply Quote 0
                                      • jeff hammondJ Offline
                                        jeff hammond
                                        last edited by

                                        .

                                        yep.. handrail works.. here's a 'traditional'

                                        handrail.jpg

                                        dotdotdot

                                        1 Reply Last reply Reply Quote 0
                                        • G Offline
                                          Garry K
                                          last edited by

                                          Jeff Thanks a ton. You've been very helpful.

                                          I'm going to build a shell that just populates the web dialog box with values. It will be easier to debug. Then I will see if thomthom, or TIG can help out.

                                          1 Reply Last reply Reply Quote 0
                                          • G Offline
                                            Garry K
                                            last edited by

                                            I re read all of thomthom's documentation on web dialogs. It turns out that Safari doesn't support the onload event. I've changed how I am doing things. I'm hopeful that I've got it figured out.

                                            Please download a current version and try it out on the mac - thanks.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 4 / 9
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement