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

    Posts

    Recent Best Controversial
    • RE: [Plugin]ToolsInDialog

      @dvonhausen said:

      Nice tool display. It incorporates something I am trying to do in ruby. When I have several entities selected, how can I create a group of the selected entities? I know how to do it with this tool but how do I push the "Make Group" button programmatically using a ruby plugin? Can't find a send_action that works. ToolsInDialog appears to be doing it in the code somewhere.

      I guess you would have to call the method 'groupin', and luckily i dont think file referencing is needed it this case because ruby inherits every loaded method name on starting the application.

      posted in Plugins
      4
      4dHans
    • RE: Positioning repetitive textures

      Very interesting. I have always wanted to be able to work with textures. β˜€


      I tried it.

      posted in SketchUp Components
      4
      4dHans
    • RE: New Traffic Lights ?

      @tig said:

      Or in Italy...
      Green=Go
      Amber=Go-Faster
      Red=Go-Even-Faster
      πŸ˜‰

      What' teal mean? πŸ˜›

      posted in Corner Bar
      4
      4dHans
    • RE: SketchyPhysics3.2 (Dec 2)

      Could you do like explosions in a future version? That would be cool! 😍

      posted in SketchyPhysics
      4
      4dHans
    • RE: Happy New Year

      Happy new year! And have a greatmanager_tool.png

      posted in Corner Bar
      4
      4dHans
    • RE: [Plugin]ToolsInDialog

      @thomthom said:

      @4dhans said:

      Does anyone want a color change?

      I'd vote for that. More neutral background so the focus shifts to the buttons - not the background.
      And a single font for the whole UI - preferable a sans-serif as they read better in smaller size on screen. Gothic is a brute type that is not very readable on any medium.

      With some minor changes like that to calm the UI down it looks like a useful tool.

      Is it customizable?

      πŸ˜• I haven't got that figured out, but eventually it will be.

      posted in Plugins
      4
      4dHans
    • RE: [Plugin]ToolsInDialog

      @milunice259 said:

      Can't load to SU 8???

      What do you mean? You must have windows for this plugin. Also, make sure you have the additional scripts from google's sketchup page, third - this plugin must be in the regular plugins folder, not in "compatibility" files. Tell me any issues you are having.

      posted in Plugins
      4
      4dHans
    • RE: Webdialog component and group html attributes

      Thanks, guys. I Hope I can get this to work. ❓

      posted in Developers' Forum
      4
      4dHans
    • Webdialog component and group html attributes

      I am trying to make a webdialog that updates with the selection, just like component options does, and sets the content of the attribute: ("dialog_product","html_code","#{value}").
      So basicly, the dialog will be like a webpage for the component, the html is the value

      Dictionary;dialog_product
      Name;html_code
      Value;<html><body><a href=""><i>BUY HERE!!! 0.5mm x 0.37mm</i></a></body></html>
      

      ,the dialog, that updates with the selection, will do that value. Could someone help me?

      posted in Developers' Forum
      4
      4dHans
    • RE: [Plugin] Tools In Dialog

      @troyhome said:

      What does this do?

      This is a plugin that contains easy to access tools, tools that don't have toolbars, new tools, and an in-application web browser. Just go to the Google tab(on the web browsing dialog), then to Google Images, find an image,
      an see if you can drag it into sketchup.

      posted in Plugins
      4
      4dHans
    • RE: [Plugin] Tools In Dialog

      @thomthom said:

      Could you please keep updates to the original thread: http://forums.sketchucation.com/viewtopic.php?f=323&t=31200 ?

      It makes it much easier to navigate and check for updates. Also - the convention is to tag the thread titles with [Plugin] so it can easily be searched for - Jim's Plugin Index also require this.

      Ok, I will. I just thought they'ed find it easier in the front

      posted in Plugins
      4
      4dHans
    • [Plugin] Tools In Dialog

      Tools In Dialog - v2.8 is released.
      Deprecated post.
      Download LATEST VERSION Here:http://forums.sketchucation.com/viewtopic.php?f=323&t=30215


      The Dialog

      posted in Plugins
      4
      4dHans
    • RE: [Plugin]ToolsInDialog

      @heven7_floor said:

      Thanks for tool icon manage plug-in, I am away face trouble, and long waiting for plug-in like this, THANK MUCH

      Your Welcome! πŸ˜„

      posted in Plugins
      4
      4dHans
    • RE: [Plugin]ToolsInDialog

      @diego-rodriguez said:

      my idea is create one organizator of plugins similar to video

      That is a good idea.

      posted in Plugins
      4
      4dHans
    • RE: [Plugin]ToolsInDialog

      @diego-rodriguez said:

      excellent tool.thank you very much
      it possible add more plugins?
      the user add more plugins

      πŸ˜„ What plugins were you thinking?
      I probably can't add any of Fredo 6's amazing plugins - I scaned throughout the files and found no words like "UI::Toolbar.new "FredoScale" as you would expect to find.
      I will put some updated/different/new plugins in the next update.

      posted in Plugins
      4
      4dHans
    • RE: [Plugin]ToolsInDialog

      @tig said:

      For example ? .css file

      ...
      >   background; rgb(148,0,255);
      > ...
      > legend {
      >   color; rgb(255,255,120);
      >   font-family; Old English Text MT;
      > ...
      

      set colors and fonts - the two main issues here ??

      yeah. Just like that. In the html page, I had:

      <link href="ddtabmenufiles/overlap.css" rel="stylesheet" type="text/css">
      <div class="ddoverlap">
      <ul>
      <li class="selected"><a href="Home.html" title="Home"><span>Home</span></a></li>
      <li><a href="Draw.html" title="Draw"><span>Draw</span></a></li>
      <li><a href="Edit.html" title="Edit"><span>Edit</span></a></li>
      <li><a href="View.html" title="View"><span>View</span></a></li>
      <li><a href="Utilities.html" title="Utilities"><span>Utilities</span></a></li>
      <li><a href="Dialog.html" title="Dialogs"><span>Dialogs</span></a></li>
      <li><a href="Help.html" title="Help"><span>Help</span></a></li>
      </ul>
      </div>
      <br style="clear; left;" />
      
      posted in Plugins
      4
      4dHans
    • RE: [Plugin]ToolsInDialog

      @tig said:

      Or at least explain how to customize it! πŸ‘Š

      in the stuff folder, there are html pages, and folders called 'ddtabmenufiles' and 'dropdowntabs' containing inside css files. To customize you need a good understanding of css and html.

      posted in Plugins
      4
      4dHans
    • RE: [Plugin]ToolsInDialog

      Does anyone want a color change?

      posted in Plugins
      4
      4dHans
    • [Plugin]ToolsInDialog

      Toolpanel - Easier Use Of Sketchup - FOR THE WINDOWS PC -
      A dialog containing tools in Sketchup and a few plugins, like Weld or Reverse Face that I put into a dialog for easy access to them. It is still testing so it may have an error or two. If it does, tell me about the problem by posting a reply. Buttons include "Hidden Geometry" "Explode"(ungroup) "Make Group" "Make Component" 'The Drawing Tools' 'shows dialogs like "components browser" "scenes" "layer manager"' also 'edge style displays' and more! The images below show how it looks, and what you can now get rid of (the toolbar problem)Has improved features. Release Pro 8.1
      Updated 1/16/11 IMPORTANT! REQUIRES PROGRESSBAR.RB FROM SMUSTARD.COM!

      NOTE: Work on this project has been slowed, so expect bugs as I am currently re-introducing myself into the ruby language. I plan to output other plugins, but i am drawing the curtains for this project currently.


      Bad toolbar extravaganza


      less toolbars


      Css updates


      updated on 1/16/2011

      posted in Plugins
      4
      4dHans
    • RE: Something new.

      Nice! πŸ˜› Your plugins are great!

      posted in SketchyPhysics
      4
      4dHans
    • 1
    • 2
    • 1 / 2