sketchucation logo sketchucation
    • Login
    1. Home
    2. ken
    3. Topics
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 173
    • Posts 1,026
    • Groups 1

    Topics

    • kenK

      Artisan tool bar

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      17
      0 Votes
      17 Posts
      2k Views
      kenK
      Well, I have corrected the problem. With Dale's help. For some reason, the program reverted back to a trial version and it appeared the registration code wasn't working. However, the problem seems to be me. I guess I wasn't careful enough in entering either the email address or the code. Anyway, after being extra careful, the program was registered again with the original code. I wish to thank Dale for all his help and the program. Just wanted to be sure I have included the solution to this plugin problem. Thanks to all in your responses. Ken
    • kenK

      Alias Plugin Loader

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      2
      0 Votes
      2 Posts
      169 Views
      C
      I like that idea. I also have about two dozen plugins installed but don't use all of them every day. Cheers,
    • kenK

      Contents Menu to other menu locations

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      10
      0 Votes
      10 Posts
      341 Views
      K
      @unknownuser said: TIG I my studies of Ruby for Sketchup, I have no problem with finding the context menu, it just seems to me there is always an "if then" statement, proceeding the menu add statement, and I don't see on this the other menus. There are some plugins that appear in more than one menu, and I usually turn off the context menu, and move the plugin to an other memu selection where I wish to have the plugin appear. However, I have not been able to master the coding to get rid of just a context menu with the "if selection is.....". Anyway, I will keep trying. Thank Ken You could write a intermediate method to do the check. If ok, it runs the plugin. If not valid, then it pop up an error message: def xLine_check_valid if xLine_validate_selection xLine else UI.messagebox "Invalid selection" end end if( not file_loaded?("xLine.rb") ) UI.menu("Plugins").add_item("Convert lines to guide lines"){xLine_check_valid} end file_loaded("xLine.rb")
    • kenK

      Google Chrome

      Watching Ignoring Scheduled Pinned Locked Moved Hardware, Software & Gadgets
      2
      0 Votes
      2 Posts
      575 Views
      Rich O BrienR
      Normally during Chrome install your asked to import bookmarks. At least you used to be? You should try Xmarks and LastPass. The first stores your bookmarks on their servers so if something happens to your OS your bookmarks are safe. LastPass is great for logging into sites, filling in forms, etc. Again stored in the cloud. Check them out if you haven't.
    • kenK

      Re-Installing Sketchup Pro

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      7
      0 Votes
      7 Posts
      1k Views
      GaieusG
      Only the shortcuts.
    • kenK

      Components Selection

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      10
      0 Votes
      10 Posts
      178 Views
      mitcorbM
      I can't say for sure. Your issue sounds similar to one I was having while using a pocket usb drive. I was hoping my mention would spark something with someone else.
    • kenK

      Iphone and Europe

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      8
      0 Votes
      8 Posts
      232 Views
      EscapeArtistE
      Hi there, hope I caught you before you traveled. My wife and I have used our phones in many countries in Europe, we have AT&T and iPhones, and they work just fine there. We have explored several options when traveling, including installing different SIM cards. What we found and used are these options: Call AT&T and get an international data/calling plan. You can pay by the MB, or get packaged amounts. We got the 20MB plan, it's fine for checking websites of places you might want to visit (tour times, hours, etc...), google maps for occasional directions or checking flight times, etc. This lasts us around a week with pretty stingy usage. You should reset your iPhone's usage counters to keep tabs on usage, it goes quicker than you think. Getting the international SMS/calling plan cuts your roaming rate to somewhat pricey long distance calling, the rate depends on the country you care calling from. A word of caution: some cellular services by nation do not have contracts with AT&T, so the rates there will be exorbitant. You'll have to discuss where you are traveling with the AT&T rep. SMS are $0.50/ea pretty much everywhere we went. We do this every time we travel abroad, and we simply call to cancel the international stuff and move back to our regular rates after we return. We did not get a new SIM because we'd lose our number and have a new one. Not a prob if you are not worried about receiving calls, only making them; otherwise you'd need to distribute your temporary number to people who might need to contact you. Plus, they'd need to call long distance from your home country to the new number. Another trick we use: Google Voice. Get it, sign up, get a Google voice phone number. Get Talkatone. Both of these apps are free. Talkatone will allow you to make free calls over wifi with Google voice. You cannot make free wifi calls with standalone GV; GV alone requires both cellular and wifi to be used for calls, that's why you'll need Talkatone. You can also send and receive SMSs with GV for free on wifi, plus it has an online voicemail. The drawback is that it is another number that you'll need to let contacts have (you get to keep it though), and for free calls/SMS you must use wifi - which often must be purchased for a few euros per amount of time in a hotel/hostel. All in all it's still much cheaper than roaming rates. Turn off GV's SMS forwarding feature unless you need it, this forwards GV SMSs to your cell number and would incur the $0.50/ea SMS charge of not disabled. GV also can make international calls without wifi at very reasonable rates, but you'll need to have some money in the GV account and it will consume cellular data time from your package. Switch your phone to "Airplane Mode" and then turn the wifi on to ensure you don't use a cellular network when making a GV call. There is also the well known Skype, but IMO GV is a better quality. A little more looking around on the app store will net a few other wifi/data calling apps, but I have only tried Skype, GV and Talkatone. Whatever you do, make sure data roaming is OFF and all apps that have "push" data switched to manual or disabled. This will prevent them from siphoning data dollars from the apps you do want to use. Turn data roaming on when you need to use it, then turn it right back off. The main point is that if you use your phone internationally without getting a plan from AT&T it will potentially cost thousands, if you get an AT&T plan it will be only a modest cost depending on how carefully you manage it and if you go the extra length to use wifi only wherever possible you can do it all for the lowest price possible. That's about it off the top of my head. Have fun!
    • kenK

      Update problems

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      6
      0 Votes
      6 Posts
      1k Views
      TIGT
      @unknownuser said: TIG Well apparently it was my bad. When I loaded the correct and up-to-date SKMtools20110116a.zip, problem solved. However, it appears that delauney2.rb is required, as shown. TIG again thanks for the help. Ken So it looks like some other tools still use delauney2.rb - this leaves them open to fail when another script uses a different 'triangulate()' method outside of a class or module! It pretty easy to rewrite it to use delauney3.rb methods instead... Press the author[s]...
    • kenK

      Better modeling with the solid tools

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      2
      0 Votes
      2 Posts
      224 Views
      Dave RD
      Ken, that's a very good thing that SketchUp can tell you that your groups or components have possible issues now and it's usually worth it to clean them up. Thomthom's inspector tool is a big help in identifying where the problems are. Thanks Google.
    • kenK

      Exporting and importing plugin

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      7
      0 Votes
      7 Posts
      300 Views
      Chris FullmerC
      Maybe you are thinking of the ability to import and export keyboard shortcuts?
    • kenK

      Question about editing

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      5
      0 Votes
      5 Posts
      178 Views
      kenK
      @d12dozr said: ...or switch to Select tool and hit Esc... Thank you. Did not know that. It works well. Ken
    • kenK

      Software to straighten photos

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      13
      0 Votes
      13 Posts
      1k Views
      brookefoxB
      For simply rotating the image so that some horizontal is made parallel to the 'X' axis, Photoshop users can draw a on that supposed-to-be-horizontal with the ruler tool and hit 'straighten.'
    • kenK

      Need a little help with Ruby Programing

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      5
      0 Votes
      5 Posts
      289 Views
      thomthomT
      There was an thread like this not too long ago. The topic crops up from time to time.
    • kenK

      Sketchup 8 and Simlabs 3d exporting

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      1
      0 Votes
      1 Posts
      139 Views
      No one has replied
    • kenK

      Hot link Photos inside Sketchup file

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      3
      0 Votes
      3 Posts
      470 Views
      Didier BurD
      Hi, I have such a plugin (or similar) but never released it. Not enough time as usual... [image: 7VL7_sulinx.jpg]
    • kenK

      The everlasting gift

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      10
      0 Votes
      10 Posts
      417 Views
      K
      Hey! We'll lose my vacation spot then!
    • kenK

      Doors and Window Plugins

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      2
      0 Votes
      2 Posts
      401 Views
      GaieusG
      Hi Ken, See this free: http://www.smustard.com/script/Windowizer3 and this commercial plugin: http://www.smustard.com/script/Windowizer4
    • kenK

      Request for plugin (Which Plugin Being Used?)

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      2
      0 Votes
      2 Posts
      529 Views
      Mike LuceyM
      Hi Ken, That could be very useful indeed. As you may have noted I have edited the title to offer a little more about what is being suggested. Mike
    • kenK

      - Sketcky Bevel in Context Menu

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      5
      0 Votes
      5 Posts
      863 Views
      kenK
      TIG and Jim Well I found the script. It is in the "cd_power_extension_m.rb", lines 200 and 212, however, this script is encrypted. I like some of the menu choice in the Power Tool bar, so I guess I will need to live with it. However, I don't like all the choices, so maybe I will get rid of this script sometime in the future. On another note, TIG, thanks for the program to search for text, it works well. And yes, I have Vista, and was wondering why I couldn't find the text in the script with a search. Pray tell what good is Vista search? And to Jim, will, I looked in the Tools directory and found more that I wanted to. Found another 5 programs/scripts that were not listed as your original lists. So I changed their extension. Now I will find out if any are really needed. yaml.rb, syck.so, rational.rb, date.rb and 3SkengltExtension.rb. I know what the last one is used for, however, I have decided that I don't need this script, so I won't be loading it again. To all thanks for the help. Ken
    • kenK

      I have been a Plugin Harlot

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      6
      0 Votes
      6 Posts
      910 Views
      M
      @tig said: path = File.dirname(__FILE__) does what you think That's actually quite filled with issues. If your script said load '../relative/path/filename.rb' then File.dirname(__FILE__) is ../relative/path/. Better to use File.expand_path( File.dirname(__FILE__) ). That gets the full path and, on PC, drive letter.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 6 / 9