Alaskan_Son

Members
  • Posts

    12003
  • Joined

Everything posted by Alaskan_Son

  1. I personally think massive overuse of the Select Objects tool is one of the most detrimental habits practiced by the average Chiefer. I think we all have those habits that we know we need to quit, and this is one of my own personal worst offenders as well. I know better, but I developed an affinity for the space bar years ago and for whatever reason, it's been a very very difficult habit to break. It is FAR more efficient to leave the appropriate tools active and either take advantage of the restrictive selection that brings with or use right click to select other objects. In addition, I think Escape is also underused. Escape simply takes you back one tool at a time. This can be used to simply back out of the current operation (without losing your selection mind you) or back to the last tool(s) you had activated. I guess this is also related to overuse of Select Object though since most people's initial reaction to escape an operation is to switch to Select Objects.
  2. Don't turn it off. Just change it to Click Twice To Display
  3. You're being limited by CAD items on other pages. I would consider this a bug that you might want to report.
  4. You should only need a single macro and it can be a lot simpler. It could live in the label or in a text box with an arrow (I would personally do the latter so I have more freedom with text formatting the isn't tied to other labels). In fact, in X12, you don't need a custom macro at all. You could enter the code right in the text box or label. I would probably use something more like... %referenced_filename[0..6]%
  5. In layout the macro is referencing layout file information. In plan, the macro is referencing plan file information.
  6. I was talking about using the same %file.name% macro. Just using it plan instead of layout.
  7. This is honestly a small lesson in and of itself.
  8. Nice. He's another quick freebie tip for ya... If you want to use the plan file name, simply place the macro in your plan file, a CAD Detail is as good a place as any, send that view to layout, and instead of using a mask, simply crop the layout box. You can do a similar thing in layout by placing the macro into a CAD Detail there, sending that to Layout (yes...from layout to layout), and then cropping the layout box.
  9. Good tip, but I personally always recommend people start in the Help files and then move elsewhere as a second option.
  10. I do much the same thing, however, there are very good reasons for the 2 to get different names such as... When I'm referencing more than one plan file with a single layout (As-Built, Demolition, Proposed, Details, Warehouse plan, etc.) When I'm using more than one layout file for a single plan file (Permit Plans, Cabinet Plans, Tile Details, Window Order, Fabrication Drawings, etc.)
  11. I made some videos on this a while back, but one other major advantage is that you can quickly, easily, and very deliberately choose some very specific door sizes and types so that you're sure to be selecting from the doors you or your builder actually want to be using. Imagine for example you're working for a builder who only uses a very specific door company/style for each door, only uses 2/4, 2/6, and 3/0 hinged doors. By adding to and pulling from the library, placing the appropriate doors in the appropriate locations can be done with a single click...select a 2/4 door for bathrooms, select a 2/6 door for bedrooms, etc. In addition, it can be very quick to place doors of specific sizes this way if you ever have to trace imported DWG or DXF files. Instead of a place-adjust-reposition operation it can become a single click operation placing a 3/0 bifold right where you want it.
  12. A few quick notes and tips: 1. %file.name% is a purely Chief Architect text macro and not anything you can access or modify with Ruby. 2. %file.name% placed in layout gets its information from the Layout file, not from the Plan file. 3. If really you want to use %file.name%, one thing you can do is use a monospaced font and simply cover the rest of the name with a CAD mask (solid fill set to background color and invisible line style). Then place the objects in the appropriate Drawing Order. 4. If it was me, I would be using and modifying (with Ruby) the referenced_filename attribute along with a Layout Box.
  13. Haven't dug to deep so I'm not sure where exactly the problem is, but I can definitely reproduce in X10. No problems in X11 or X12 though so I suspect it's a bug or specific performance issue that's been addressed in newer versions.
  14. My comment was directed at the person who doesn't understand where the layout box is getting is information from in the first place. In my opinion, it's best to understand what's going on before trying to address it. Besides, the layout box may not even be referencing a Saved Plan View anyway. Bottom line and key is that a Layout Box remembers certain things. You can see most of those things by opening the Layout Box Specification dialog. Then you can either proceed to change those things right in that dialog or you can adjust the appropriate Saved Plan View.
  15. ...better yet, select your Layout Box, open it, and study that dialog carefully. Hopefully that exercise will help you understand a little better what’s going on.
  16. You can also consider using one or more Custom Object Information Fields along with text macros to place more information into your columns. This way you're not wasting quite as much space in the rest of the schedule. This example only has a few pieces of information combined, but I'm sure you'll get the idea...
  17. Oh, I use them, I just uncheck the Scale Images setting is all.
  18. A similar thing happened to me a little while back. Both my Bonus and Manufacturer catalogs were emptied out. Never figured out what caused it. Never happened before that, hasn't happened since, and only happened on one of my machines.
  19. The setting is Use Plan View Scale. I would take it a step further though and recommend unchecking Scale Images. When you scale images, out of necessity, the images you see will be scaled to accommodate the tallest or widest window in your list and will result in tons of wasted space. If you don't want that happening, don't use that setting.
  20. There are several methods, but if you use trusses, you can simply make them all Reduced Gable trusses and then manually drag an automatically generated lolookout right over the top of all of them.
  21. Don't recall any bugs. I do however recall video card issues. Some solutions in the past... Update drivers Adjust Hardware Edge Smoothing The ole standby...Hide In This View
  22. It's actually the Rotate Plan View tool, and it's only a problem if you're using it for an unintended purpose. It really really irks me that they placed that tool right next to the Reverse plan tool. They had moved it to where it lived exclusively with the Plan View tools for a while (where it really belongs IMO) and to where it was separated from the Reverse Plan tool, but for whatever reason, they put them back together where they can easily mess up the unaware. I'm sure this isn't really the case, but it almost feels like someone is trying to sabotage the tool so it causes problems and gets depreciated.
  23. Yes. Add the toggles to your toolbars or assign hotkeys. See Tools>Toolbars and Hotkeys