Joe_Carrick

Members
  • Posts

    12059
  • Joined

  • Last visited

Everything posted by Joe_Carrick

  1. Yes, absolutely you can. It's just not automatic. You have to specify each the same.
  2. Picture = 1000 words
  3. At the bottom-right of the user's post click on the green up arrow.
  4. Eventually, the Components dbx will probably disappear entirely. For now, it's still needed for adding Sub-Categories. X9 just put the Code, Comments, Description and Manufacturer in the Object dbx and made those fields persistent. It would be nice to have some additional "user" fields but that's not yet available. IAE, those fields are still in the Components and they have corresponding attributes.
  5. I use those provided by CA. There are options within the Callout dbx that cover just about everything I need.
  6. Active Camera Callouts are always displayed on the Plan. If you close the Section/Elevation View the Callout will follow the Layer display settings.
  7. Best solution for this is to have your Dimension Text Style set as Not Transparent by unchecking the "Transparent" checkbox in the Text Style dbx.
  8. My mistake. I know some users who were heading to Orlando last Thursday and assumed the show was Friday-Sunday. I guess those guys were just going a few days early.
  9. That's what we've been told. The NAHB/NKBA show in Orlando was over the weekend, and they demoed X9 there so the public Beta should be out post haste.
  10. OK, that makes a lot of sense. I will try to get CA to include those Ruby modules - but obviously it won't be easy.
  11. What would Ruby's CSV module do that couldn't be done with a defined method to read and build a "struct" or "hash" from the csv contents?
  12. FWIW, I don't believe CA charges the manufacturer. AFAIK, they just need permission and the 3D Symbols. In some cases CA might not need the 3D Symbols but I'm not sure about that.
  13. Gerry, I am looking at the possibility of creating a Struct: Struct.new("Cabinets", :brand_series, :door_style, :overlay,....) must have the max number of members defined Struct::Cabinets.new(<string read from a csv>) ie: ["Conestoga Premium", "TW-10", "0.5"] Struct::Cabinets.new(<string read from a csv>) ie: ["Conestoga Economy", "TW-10", "0.5"] I would envision setting this up to fill the contents of the "Comments" by inserting a macro into that OIP field for a Cabinet. The "Manufacturer" field might have "Conestoga Premium" as it's contents - thus triggering the retrieval of the correct :brand_series data. This could expand the data available available to include such things as Door Style, Overlay, Hinge type, etc. All of these could be listed in the Comments column of the Schedule. It would even be possible to have extend this to use the "Description" to subclass within a given :brand/series. All the data would be in a csv exported from an Excel file. Empty columns would simply be ignored. Does this make sense to you? OTOH, it would be much better if CA simply provided access to all the other attributes
  14. Mark, One thing I noticed above was that you had width<9' and until 9" Ruby doesn't like that. Change it to width<(9*12) and until 9 and it should work - at least that part.
  15. I don't know of any way to do that other than deleting the existing Terrain on Level 1 and then creating it on Level 0. I believe that might cause some other problems.
  16. Just create a Layer Set that doesn't display the Building but displays the Terrain. Then use that as a "Reference Layer Set" for Floor 0.
  17. If you put the Chief Data Folder in a common location (Network or Dropbox) everything will be up to date for all systems. OTOH, there could be access conflicts on a Network. Dropbox would be safer since you really have the folder on each system and Dropbox just updates files as it can get clean access. You would IAE need to set that location in Preferences.
  18. That's very reasonable. I have a similar policy about setting up Templates for other users.
  19. It's a matter of menu programming. It's much easier to set the "access/color" of a menu item than is is to create a completely separate menu. Menus and Hotkeys are independent of the current active window within Chief - so the menus are shared but the accessibility of each item is dependent on the active window.
  20. In Preferences>Edit check the box "Show Start and End Indicators"
  21. My macros to display the Table and the Totals will work in Layout because they are accessing the Global variables created by the first one in the Plan. OTOH, I prefer to put them in a CAD Detail Window in the Plan and send that to Layout. It's much cleaner and more reliable.
  22. Scott, "Living Area" is an attribute of Rooms. Rooms (including the phantom room defined for the "Living Area Label") only exist in the Plan, not in the Layout. The Layout is only Sheet Size 2D CAD.