SWBDesign

Members
  • Posts

    103
  • Joined

  • Last visited

Reputation

25 Excellent

Recent Profile Visitors

1563 profile views
  1. Found it, Defaults - Schedules - Custom Object Fields.
  2. Can someone tell me where the command/tool to edit existing custom fields can be found? I'm trying to change some existing custom fields to be formatted as a number, I'm sure I was able to do this a few weeks ago, but I cannot find the command to do it now.
  3. Rene, Thanks for taking the time to make the clip. That's a very clever solution.
  4. Notes inside of macro's what I currently do, it works well for consistency across the plan set. The issue with doing it this way is I end up with hundreds of macros cluttering up the macro library. The database option will provide additional utility as I'll likely design the note record to storage related technical documentation which can be exported into a project folder to allow for easier collation for submission to the local authority. Also the db does quite a lot of other project specific things as well, so I'll be able to port other information over into Chief via notes as well if I need to. But I do have to build the thing first, from past experience db creation seems to take me at least 2-3x as long as I think it will when I start working on it.
  5. Excellent, I’ll start designing the database side next week.
  6. I would like to create a database module for keynotes to be used in Chief Architect. The idea is to create notes in the database, export a .csv file to a location in the project folder and have a macro in Chief that reads the .csv file and uses it as a hash table. Then, once in Chief Architect, embed the macro into a note object and have one of the Object Information fields provide the key value to allow for the hash table search. So my questions are: 1: Are there any fundamental coding issues with what I’m proposing? 2: Can I output a Hash Table with more than one column of data for each key value? Is it feasible to create a macro that will return the value of a specific column? Exported file format Pk Short Note Long Note 1 Value 1-1 Value 1- 2 2 Value 2-1 Value 2-2 3 Value 3-1 Value 3-2 4 Value 4-1 Value 4-2 5 Value 5-1 Value 5-2 6 Value 6-1 Value 6-2
  7. I have a a cube symbol with individual material definitions for each face. I can quickly change each face of the cube to display a specific material. I use this for quick spatial mockups and form evaluation. But I've struck some trouble getting patterned materials to align & display correctly with other building elements. It seems that any texture applied to the symbol uses the symbol’s location in the plan for defining the origin point for the material applied to it. Which is different to how the materials on other parts of the building (soffits, walls etc) are generated and hence I get a mismatch when viewed in 3D. I’ve tried changing the “global symbol mapping” setting in the Texture – Offset & Angle window but this doesn’t fix it. Can anybody offer some ideas how to get the materials to align correctly?
  8. Michael, many thanks. Another case of me just needing to RTFM.
  9. I've spent the last few weeks creating some custom toolbar configurations to help speed up my workflow. One of the toolbars I've created allows me to jump between my toolbar configurations, is there anyway to customize the icons for a toolbar like this?
  10. I'm trying to create a "Key to Elevations" legend using callouts which are linked to camera views which in turn will populate automatically with the last character of the camera name. so, a camera with the name of "Elevation A" would return the value of "A" I need a Ruby Script which can return the last character in the variable "owner.linked_view_name" I can get a script to return the full name of the "owner.linked_view_name" but I don't know how to parse it down to return just the last character of the returned text string. I typically label all Elevation camera's as Elevation "A,B,C,D....etc" Can anyone help point me in the right direction please?
  11. Solved it! For reference to anyone striking this issue in the future. Our Chief library's were located in a within a cloud storage directory. The Library file was subject to a "2 way sync" updating process, were the cloud version checked for consistency against the locally storage folder and would update if differences were indicated. This "2 way sync" was the cause for the library file being corrupted. Changing the cloud settings so the library file was the subject to only a "1 way" replication (local version would overwrite cloud version) fixed the issues. No corrupt library files since doing this.
  12. Is anyone else striking an issue where went modifying items in the User library? Typically it seems to be happening to me when using the new "Edit CAD Block" feature The program returns any error and then crashes. On reopening the User library is not longer available. It's happened to me 3 times this morning so far with quite a lot of work lost on each occasion.
  13. Is there anyway to reference more than one external plan file into your current plan and have each reference block be orientated differently? I'm currently doing a multi unit development with several unit blocks, the unit blocks all have a different orientation to north. I'd prefer to keep each unit block in it's own plan file and have a site plan where i can co-ordinate the developed project.