<?xml version="1.0"?>
<rss version="2.0"><channel><title>All Activity</title><link>https://chieftalk.chiefarchitect.com/discover/</link><description>ChiefTalk Forum - All Activity</description><language>en</language><item><title>Reading an external JSON file into a Chief Architect schedule with a Ruby text macro</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49768-reading-an-external-json-file-into-a-chief-architect-schedule-with-a-ruby-text-macro/?do=findComment&comment=346100]]></link><description>..another reason for the user to create a pdf from the downloaded excel, import into CA plan file....simple no headache
 


	 
 


	or just screenshot the excel file, even easier (but loss of pixel accuracy)</description><pubDate>Wed, 16 Sep 2026 19:13:07 +0000</pubDate></item><item><title>The labels are there, and then they are not, and then they are back</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49584-the-labels-are-there-and-then-they-are-not-and-then-they-are-back/?do=findComment&comment=346099]]></link><description>@SHCanada2
 


	Try zooming out on the view or close the tab, then update. When you zoom in and update an open elevation tab, for whatever reason it hides the labels on any windows out of the current view.</description><pubDate>Wed, 16 Sep 2026 18:47:59 +0000</pubDate></item><item><title>Why is my model showing a wall I deleted? Chief Architect x18</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49775-why-is-my-model-showing-a-wall-i-deleted-chief-architect-x18/?do=findComment&comment=346098]]></link><description>THANK YOU!!!!!</description><pubDate>Wed, 16 Sep 2026 18:23:01 +0000</pubDate></item><item><title>Why is my model showing a wall I deleted? Chief Architect x18</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49775-why-is-my-model-showing-a-wall-i-deleted-chief-architect-x18/?do=findComment&comment=346097]]></link><description>The wall is still there on the 'Walls, Demo' layer. Turn that layer on and delete the wall.</description><pubDate>Wed, 16 Sep 2026 17:53:53 +0000</pubDate></item><item><title>Why is my model showing a wall I deleted? Chief Architect x18</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49775-why-is-my-model-showing-a-wall-i-deleted-chief-architect-x18/?do=findComment&comment=346096]]></link><description><![CDATA[No I turned all my layers on and nothing showed up. It is identifying as a room though. Here is the dropbox link: https://www.dropbox.com/scl/fi/uqjd6ef5aks4plp9j16go/Option-H-New-Plans.plan?rlkey=rmww7jgtokis2siojjdqybnm3&amp;st=r4fh4lte&amp;dl=0]]></description><pubDate>Wed, 16 Sep 2026 17:24:22 +0000</pubDate></item><item><title>Reading an external JSON file into a Chief Architect schedule with a Ruby text macro</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49768-reading-an-external-json-file-into-a-chief-architect-schedule-with-a-ruby-text-macro/?do=findComment&comment=346095]]></link><description>I'm in a pretty unique position on the installation side of this because I've installed thousands of versions of my products for people over the years, and having the user put an .rb file in the Scripts folder is a BIG pain in the arse once this gets out into the real world. 
	I'm going to play the "trust me bro" card pretty hard on this one. 
	I would never even attempt to document every installation problem I've seen because the list would be ridiculous, but here's the reality: a LOT of users cannot successfully follow four written instructions, four recorded instructions, or sometimes four written AND recorded instructions. 
	I'm not trying to insult anybody either...this is just what happens when you sell software/tools to a large enough group of normal users. 
	I've had users who couldn't figure out how to download the product after purchasing it. I've had users who couldn't unzip the downloaded folder. Asking somebody to locate the correct Chief data folder, find the Scripts directory and install a Ruby file into it? That actually used to be part of my system and it generated a shocking amount of support. 
	It became enough of a problem that I wrote actual Mac and Windows installers whose entire purpose was basically to put the required files where they belonged. 
	People still managed to break that. 
	And here's another one you're going to run into immediately: the Scripts directory is very likely sitting somewhere inside a OneDrive-backed Chief data folder for a bunch of users. A lot of people have OneDrive set to Files On-Demand/selective sync, meaning portions of that folder can be online-only. 
	So right out of the gate you're potentially dealing with a script that looks like it was installed correctly but isn't actually local when Chief goes looking for it. 
	Now you're troubleshooting why Ruby isn't being read at all, why OneDrive hasn't hydrated the file, why one user's Documents folder is redirected and another user's isn't, why somebody's Chief data folder lives somewhere unexpected, etc. 
	At that point you're no longer troubleshooting SmartSTRUC. 
	You're troubleshooting everyone's individual Windows/OneDrive/file-sync configuration because you chose an installation method that exposes you to all of those system-level problems. 
	Eventually this is one of the reasons I created an Assisted Install service. 
	And I mean this very specifically: my year 3 garnered no profit. None. Technical support consumed all of the profit for that entire year. 
	That wasn't "support reduced my margins." It wiped out the profit. 
	So if you're planning to scale this beyond technically sophisticated Chief users, my biggest product-development advice would be: KEEP IT WAYYYYY SIMPLER than you think it needs to be. 
	Every additional manual installation step, external dependency, folder somebody has to find, path somebody has to maintain, file somebody has to move, update somebody has to understand, or OS/cloud setting somebody can have configured differently eventually becomes a support ticket. 
	The architecture can be technically brilliant and still become commercially miserable if the end user has to understand any of it. 
	That's also why I'd still encourage you to spend a few minutes testing the schedule approach before completely writing it off. 
	The current Pro Plan you already have is actually set up where you could test this with a CSV export in probably two minutes. 
	And I think there's an important distinction between: dynamically creating exactly the number of Notes you need 
	and pre-populating WAY more Notes than you could ever reasonably need and letting the external data determine what gets reported. 
	If your maximum realistic beam schedule is 50 rows, put 100 Notes in there. 
	Same for footings, headers, whatever. 
	Now you don't have an end user adding and deleting Notes every project. The container already has more available schedule objects than the data could realistically consume. 
	The external lookup populates the ones that have data and the unused ones simply don't need to report anything useful. 
	That's much closer to how I would productize it. 
	And I think it's worth testing because once you're using actual Chief schedules you inherit a ridiculous amount of functionality for free. 
	You can change column widths, reorder columns, reorder or filter rows, add columns later without rebuilding a text-table generator, add information that isn't coming from SmartSTRUC, supplement the imported information with information coming from Chief, perform additional calculations, expose additional fields, create different schedules from the exact same underlying data, change formatting without rebuilding the table parser, and generally let the end user manipulate the output using tools they already understand inside Chief. 
	That's the part I'd be reluctant to give up. 
	Your single text-box approach is undeniably clever, and I completely understand why the unknown row count led you there. Four members or sixty members requires no additional setup on your end. That's a legitimate advantage. 
	But my concern is what happens AFTER you sell it. 
	Someone is absolutely going to say: "I just need one more column over here..." 
	Then another person wants to move this column. Someone wants an extra calculation. Someone wants to add a field manually. Someone wants one piece of Chief information mixed into the structural data. Someone wants the footing schedule formatted differently from the beam schedule. 
	And they're going to start hacking at those text boxes because that's what users do. 
	Schedules give them a structured system for doing all of that without touching your underlying data mechanism. 
	Also, using schedules does NOT mean giving up the external JSON/CSV as your single source of truth. 
	You can still have the external data driving everything live. You're just changing the presentation layer from one generated text string into Chief schedule objects. 
	So your portable JSON can absolutely remain the product output format and source of structural truth. 
	Another reason I'd test this before dismissing it is that you've already made the best architectural decision for schedule performance: you're putting this into a dedicated non-model plan. 
	You're not drawing walls there. You're not inserting windows there. You're not rebuilding the model there. 
	It's basically a schedule container being sent to Layout. 
	So you have a LOT more freedom to abuse schedule evaluation there than I would ever recommend inside someone's actual working model. 
	Your concern about %schedule_number% being positional is also something I'd attack as a scripting problem before deciding schedules can't work. 
	I would not want the integrity of a structural schedule dependent on: "row 17 means JSON record 17 forever." 
	I agree with you completely there. 
	I'd want a stable identifier/key involved so the schedule object asks for its member, not simply whatever happens to currently occupy its index. 
	That's another place where I think there may be more room to develop this than it initially appears. 
	And since you already own the current Pro Plan, you don't have to speculate about whether any of this feels workable. 
	Export some dummy structural data as CSV, throw a ridiculous number of Notes into a schedule-only test plan and abuse the hell out of it for half an hour. 
	Add members. Delete members. Reorder the source data. Add more rows than you think you'd ever need. Change columns. Add a calculated column. Mix a Chief value into it. See what breaks. 
	If after that the text-table approach still clearly wins, then you've validated the decision. 
	But I wouldn't make the decision solely because dynamically maintaining the exact number of Notes per project would be awful...because I wouldn't maintain the exact number at all. 
	I'd massively over-provision the available Notes once in the template and never make the user think about them again. 
	The same philosophy applies to the installer: If the end user has to understand how the clever part works, simplify it again. 
	That's probably the single most expensive lesson I've learned selling Chief tools.</description><pubDate>Wed, 16 Sep 2026 17:19:33 +0000</pubDate></item><item><title>Project Management Strategy</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49744-project-management-strategy/?do=findComment&comment=346094]]></link><description>Only pain points I've run into is that a team member opens the caproject file in chief, does some work, hits save and shuts down and thinks that the caproject file they opened is updated. Just had to teach them that they have to delete and export every single time...IOW teach them that save doesnt exist, and relate the process to doing Save As every time</description><pubDate>Wed, 16 Sep 2026 17:06:25 +0000</pubDate></item><item><title>Plan Review Help</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49580-plan-review-help/?do=findComment&comment=346093]]></link><description>I need a plan review in the next several hrs, paying $300, for a SW Style 4400 sq.ft. Ranch 1 Story, take about an hr of your redline time.
 


	any takers, feel free to call.
 


	Douglas Burgmann
 


	Accurate As-builts
 


	(941)236-0420 cell
 


	
 


	
 


	
 


	
 


	
 


	
 


	Dreamcraft Luxury Homes Plan 3237 - (13 Shts-WM).pdf</description><enclosure url="//forums-cdn.chiefarchitect.com/chieftalk/monthly_2026_09/1066545345_FRONTNIGHTRENDER.png.5991c18394f8b68bd780f35d7eb86410.png" length="3098584" type="image/png"/><pubDate>Wed, 16 Sep 2026 16:57:16 +0000</pubDate></item><item><title>Windows update crashing X18?</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49776-windows-update-crashing-x18/?do=findComment&comment=346092]]></link><description>Even though my computer said my NVidia driver was up to date, it wasn't. Installed the newest driver, X18 works again.</description><pubDate>Wed, 16 Sep 2026 16:39:15 +0000</pubDate></item><item><title>Windows update crashing X18?</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49776-windows-update-crashing-x18/?do=findComment&comment=346091]]></link><description/><pubDate>Wed, 16 Sep 2026 16:08:41 +0000</pubDate></item><item><title>Windows update crashing X18?</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49776-windows-update-crashing-x18/?do=findComment&comment=346090]]></link><description>After the latest Windows update I have the same problem with multiple machines here in the office. Went the the nVidia control panel and updated the graphics driver and that fixed the issue.</description><pubDate>Wed, 16 Sep 2026 16:07:48 +0000</pubDate></item><item><title>Windows update crashing X18?</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49776-windows-update-crashing-x18/?do=findComment&comment=346089]]></link><description>I can start X18 this morning but when I click on a file to open, X18 shuts down. Windows update first thing this morning. Anyone else experiencing this? X17 opens files normally.</description><pubDate>Wed, 16 Sep 2026 15:54:42 +0000</pubDate></item><item><title>Why is my model showing a wall I deleted? Chief Architect x18</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49775-why-is-my-model-showing-a-wall-i-deleted-chief-architect-x18/?do=findComment&comment=346088]]></link><description>If it affects the model, then in one form or another we could assume it's still there. Did you accidentally place it on an non-displayed layer instead of deleting the wall?
 


	If you can post the plan file, I could take a look and let you know what I find.</description><pubDate>Wed, 16 Sep 2026 15:20:24 +0000</pubDate></item><item><title>Technology for As-Builts</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/41478-technology-for-as-builts/?do=findComment&comment=346087]]></link><description>Yep, I purchased one, shipping Friday.</description><pubDate>Wed, 16 Sep 2026 15:14:40 +0000</pubDate></item><item><title>Why is my model showing a wall I deleted? Chief Architect x18</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49775-why-is-my-model-showing-a-wall-i-deleted-chief-architect-x18/?do=findComment&comment=346086]]></link><description>Hi!
 


	 
 


	I'm having an issue I've never had before -- I deleted a wall that was originally connected to a linen closet and it is still showing cut out of the plan. I have tried "rebuild walls, floors, and ceilings" and it did not work. I'm not sure how to fix it, please help! 
 


	 
 


	Again for reference, I am using Chief Architect x18
 


	 
 


	Angled wall shown (unselected) with room selected):
 


	
 


	 
 


	As-built reference plan showing original footprint with linen closet: 
 


	
 


	 
 


	Orthographic view showing wall cut out in ceiling and floor: 
 


	
 


	 
 


	Thank you!
 


	 
 


	Katherine Pierce</description><enclosure url="//forums-cdn.chiefarchitect.com/chieftalk/monthly_2026_09/image.png.cd9017be3b184a0ae74f8d2347e42ff6.png" length="12359" type="image/png"/><pubDate>Wed, 16 Sep 2026 14:42:23 +0000</pubDate></item><item><title>Project Management Strategy</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49744-project-management-strategy/?do=findComment&comment=346085]]></link><description>@Renerabbitt I appreciate that, and I can see that working for teams of 3-5.  Have you implemented it to teams of 20, and has there been any pain points with it.</description><pubDate>Wed, 16 Sep 2026 14:04:38 +0000</pubDate></item><item><title>The labels are there, and then they are not, and then they are back</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49584-the-labels-are-there-and-then-they-are-not-and-then-they-are-back/?do=findComment&comment=346084]]></link><description>I have this problem when I have an elevation that I previously sent to a layout open. When I have it zoomed in to an area and some of the windows are out of view, it seems when you force the update in the layout with that tab still open, it removes the labels that are outside the current view area. If you close the tab first or zoom out to the extents to make sure all the windows are in view, and then force the layout to update, the labels should display automatically per your display options.
 


	 
 


	Definitely a bug.</description><pubDate>Wed, 16 Sep 2026 13:46:55 +0000</pubDate></item><item><title>Foundation Auto Exterior Dimensions Incorrect</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49774-foundation-auto-exterior-dimensions-incorrect/?do=findComment&comment=346083]]></link><description>Post the plan and we'll find out for you.  From here, we can't know your wall specs, or whether walls are vertically aligned.</description><pubDate>Wed, 16 Sep 2026 12:15:40 +0000</pubDate></item><item><title>DMDesigns / Are you looking to do a remodel, or addition? Planning on building a new house?  We can help...</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49217-dmdesigns-are-you-looking-to-do-a-remodel-or-addition-planning-on-building-a-new-house-we-can-help/?do=findComment&comment=346082]]></link><description>https://www.chieftutor.net/helping-plans.html</description><enclosure url="//forums-cdn.chiefarchitect.com/chieftalk/monthly_2026_09/JoinChiefTutorforsure.png.121b6944f6a0522c0c0ff0a23c9bad36.png" length="2705225" type="image/png"/><pubDate>Wed, 16 Sep 2026 11:53:02 +0000</pubDate></item><item><title>Free Training Videos @ www.ChiefTutor.com</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49740-free-training-videos-wwwchieftutorcom/?do=findComment&comment=346081]]></link><description>https://www.chieftutor.net/daveterrtoolsfun.html</description><enclosure url="//forums-cdn.chiefarchitect.com/chieftalk/monthly_2026_09/terrainchieftution_orig.png.a6bbb4406d96072ec6dafbd3081d2dc6.png" length="1449741" type="image/png"/><pubDate>Wed, 16 Sep 2026 11:50:01 +0000</pubDate></item><item><title>Does anyone provide customer 3D exterior views like this?</title><link><![CDATA[https://chieftalk.chiefarchitect.com/topic/49762-does-anyone-provide-customer-3d-exterior-views-like-this/?do=findComment&comment=346080]]></link><description>Will it also create a Chief logo in my front lawn?</description><pubDate>Wed, 16 Sep 2026 07:39:42 +0000</pubDate></item><item><title>Kitchen_02_029.jpg</title><link><![CDATA[https://chieftalk.chiefarchitect.com/gallery/image/7207-kitchen_02_029jpg/?do=findComment&comment=537&tab=comments]]></link><description>This is what I started with...</description><enclosure url="//forums-cdn.chiefarchitect.com/chieftalk/monthly_2026_09/Kitchen_02_023.jpg.528c58e70bbc3cc0fe36b573106ca0d6.jpg" length="869182" type="image/jpeg"/><pubDate>Wed, 16 Sep 2026 07:19:44 +0000</pubDate></item><item><title>Kitchen_02_029.jpg</title><link><![CDATA[https://chieftalk.chiefarchitect.com/gallery/image/7207-kitchen_02_029jpg/?do=findComment&comment=536&tab=comments]]></link><description>Here is another iteration, by using a concrete texture overlaying the normal, AO, metalness and roughness maps</description><enclosure url="//forums-cdn.chiefarchitect.com/chieftalk/monthly_2026_09/Kitchen_02_025.jpg.c425dc3cdce595c4d42a3cf754c12d3d.jpg" length="848986" type="image/jpeg"/><pubDate>Wed, 16 Sep 2026 07:13:28 +0000</pubDate></item><item><title>Remodel-Kai-014.png</title><link><![CDATA[https://chieftalk.chiefarchitect.com/gallery/image/7206-remodel-kai-014png/?do=findComment&comment=535&tab=comments]]></link><description>Rendered in X18 - New addition to front of existing home.</description><pubDate>Wed, 16 Sep 2026 06:58:40 +0000</pubDate></item><item><title>Kitchen_02_029.jpg</title><link><![CDATA[https://chieftalk.chiefarchitect.com/gallery/image/7207-kitchen_02_029jpg/?do=findComment&comment=534&tab=comments]]></link><description>Created a wall art piece using Lazy Nezumi in Photoshop, then Quixel mixer to get the depth. Focus was combining mechanical, electrical and radio waves.</description><pubDate>Wed, 16 Sep 2026 06:57:08 +0000</pubDate></item></channel></rss>
