ComputerMaster86

Members
  • Posts

    654
  • Joined

  • Last visited

Posts posted by ComputerMaster86

  1. On 1/28/2019 at 2:10 PM, Emccodave said:

    Hello Annette

    I am interested 

    I'm also looking for someone for foundation and detail work on the plans

    We have Premere X10

     

    Thanks

    Dave Jager

    emccowired@gmail.com

     

     

     

    Are you from or in Michigan?  Just Curious?  I live in West Michigan about a half hour east of Grand Rapids.  I have been interested in who all from Michigan uses this software.

  2. Thanks to the original poster for posting this.  I am interested in learning ruby but, I sure have a lot to learn.  As I was trying to use this ruby code in my plan, I could not get the info in the text edit box to populate for more than one roof plane.  It only shows info for roof plane zero.  I must be doing something wrong or overlooking something.

     

    image.thumb.png.de82066ea6917ce5b365d00af8d40a96.png

     

    image.thumb.png.f4c341a767e1dd32a3bfa9a55771d5e2.png

     

    image.thumb.png.9804b927ec83a0d94fe8832bafc53206.png

     

     

     

  3. I need to get clarification on this code rule found in the IBC but also found in the IRC.

     

    image.thumb.png.aef080d1e3dfe917f6fe522b255481e1.png

     

    My question is if a given window meets only one of the conditions listed, does it trigger a safety glazing requirement?  Or is it that when a window meets all four of the conditions listed, that it triggers the safety glazing requirement?

  4. I think what I like about this is a label stays attached to the line.  If I need to move the line or re-orientate the line, the label moves with the line and relative to the line.  I still might have to re-orientate my text.  If I use text, I always have to make sure to move both text and the line.  I think this can be a little bit of a time saver for me.

  5. I just noticed today that a single line segment can have a polyline label.  I thought this was something new in X11 but, it works in X10.  I don't believe I ever really noticed this before.  Here is what I have noticed...

     

    1. Draw a single line segment.
    2. Double-click on the object.  Notice there is no label tab in the dialogue box.
    3. Close the dialogue box.
    4. Draw an additional line segment to your exiting line.
    5. Drag the second end point of the second segment until it snaps to the second end point of the first line.
    6. Line segment should now be one individual line segment.
    7. Double-click on the object.  Notice now there is a label tab in the dialogue box.

     

    image.thumb.png.31ce8231e203bc3e62d71c0ce8363fdb.png

     

    image.thumb.png.ef1063650ed33828a165e4c94d971bbb.png

    image.thumb.png.eefcbdf264eb1ea52934f6c14aa59cfe.png

    image.thumb.png.e37627c290a295a1a4e73f790ccfa916.png

    image.thumb.png.664d246d7b2e88d4f88b63c6d336cb25.png

  6. Working with schedules, I have wondered if their is a way to have Chief Architect to sort listings in a schedule based on the values listed in one of the columns.  I don't think this is currently feasible.  It would be neat to have the schedule sort listings from shortest to longest based on a value listed in one of the columns.

  7. I mis-spoke myself.  The skew is placed in the description column of the cabinet schedule.  The box that is title code is where I am typing a color.  The actual color of the shelf doesn't matter.  The box titled description has the macro that formulates my skew.  Anyways Mark figured out my issue I had miss-typed elseif for elsif.  I seem to do that very now and then. Thank you all for your input and help.

     

    42 minutes ago, MarkMc said:

    This generates the color code correctly based on text entry in the code field. I'd think you want to concatinate it with the rest elsewhere? (biggest problem was you had elseif instead of elsif) OR use a case as Eric suggests-easier

     

  8. For some reason I can't seem to get this to work.  I have a macro that I use in conjunction with shelves that creates a SKEW code.  Shelves are being used to represent steel panels for the purpose of generating steel layout drawings.  This skew code identifies the steel panel item in QuickBooks, when we go to create an estimate for the customer.  I want to be able to type in a color into text box labeled Code under the shelves dialogue box.  Based on whatever value (color) I type in the text box labeled Code, I want the value replaced with a color code when the macro formulates the skew.  The skew is displayed in the code column of a cabinet schedule I use as a steel panel schedule.

     

    A 6'-9" long shelve with Burgundy as the value for "Code" would spit me  out a skew code "G06/09J1".  My macro works except for replacing the color with a color code.  I think it's an issue with the part of the code I included below.

     

     

    color = owner.component_code

     

    if color == "Burgundy"

     

    color = "J1"

     

    elseif color == "Black"

     

    color = "D1"

     

    elseif color == "Blue"

     

    color = "F1"

     

    elseif color == "Burnished Slate"

     

    color = "BS1"

     

    elseif color == "Brown"

     

    color = "B1"

     

    elseif color == "Bright White"

     

    color = "U1"

     

    elseif color == "White"

     

    color = "M1"

     

    else

     

    color = "???"

  9. I am trying to find the interface and/or part of your web site where us users can report a bug if we think we have one.  If you don't have a good interface for us users to send in bug reports, please consider creating one.  The issue I am having may not be technically a bug and doesn't really hinder what I am trying to do.  However, there is a little minor quirk I have experienced and noticed and want to bring it to someones attention.

  10. What I was trying to point out is when you start a new file and save it for the very first time, you have to both close the file and close out of the program for the file to be synced with Dropbox.   If you are merely saving changes to an existing file that is already created and stored on Dropbox, changes to file will sync if you only close the open file.  In this second case, you don't have to close the program for changes to sync but, you do have to close the file.  This what I am noticing.  Maybe you guys are noticing something different.  I can definitely see where I could run into trouble with this issue.  I have my current working project files stored on Dropbox.  Especially, when I haven't had my morning coffee and I don't understand why changes to a file didn't sync, while I was at home. LOL

  11. That is what I eventually figured out to do.  Specifying 0 degrees after creating the new block instead of accepting the value 180 degrees fixed the issue you talked about.  At first I noticed that too couldn't understand why the 2D symbol was flipped.

     

    image.thumb.png.49b020a6eaf131eb32663114be41dc2d.png

    • Upvote 1
  12. It might be the file your working on has to be closed not the actual program.  I am going to test this.

     

    When I save a file for the very first time I get the message below, even when I close the file but leave the CA program open.

     

    image.thumb.png.e9826052a07441ea1b25e6d37c15ac61.png

     

    When I close the CA program open it back up, reopen my file, make changes, save changes to the file, I get this message below...

     

    image.thumb.png.895282841f9223e91dcfce510ec2c3a6.png

     

    At this point closing the file but, leaving the CA program open allows changes to the file to be synched.

     

    image.thumb.png.3a6ae321ab578ac86dd1ca93c98c6e0a.png

  13. If I am understanding things correctly, stretch planes have no effect on the 2D CAD block portion of a 3D symbol.  I kept thinking I was doing something wrong and not understanding how stretch planes work.  Can someone confirm for me if this is true?  Is there a way of knowing where 0,0,0 is in reference to the 3D symbol and it's stretch planes?

     

    5b46b5c137b52_CAX10StretchPlanes.thumb.jpg.a8b6845c3aeca84f17f9f02114589a51.jpg

     

    5b46b6bc599f0_CAX10StretchPlanes2.thumb.jpg.df0fa8b587958900563dc6af4ec5c23a.jpg

     

    5b46b6bded88f_CAX10StretchPlanes3.thumb.jpg.2bbbea2033dfcdd72ba7cf8ca3216b0e.jpg

     

  14. On 3/28/2018 at 3:33 PM, WesternDesign said:

    I agree with you both, but if Chief could push harder in helping us produce better construction documents and productivity improvements over the "interiors" it sure wouldn't hurt my feelings.

     

    Chief is improving, but at the end of the day we first need to produce working drawings then second we can increase the wow factor during the design phase.

     

    I know Chief has a lot on it's plate right now but, I would really like to see more in the way of dimension and text format capabilities and settings.  There are a lot of little things, some I have suggested and some I have not suggested, that for me personally would go a long way.

    • Like 1
  15. I have personally used Chief Architect Premier X8, X9 and X10 to draw up plans in Michigan for post-framed buildings.  Some of these projects were light commercial.  Our engineer we often deal with has reviewed plans I drew up in Chief Architect and sealed them on more than one occasion.  In Michigan we use the Michigan Building Code for our commercial building code, which is derived from the International Building Code.  That document has become my new best friend along with the "A117.1 Accessible and Usable Buildings" when it comes to building codes that regulate commercial buildings.  Commercial projects can be a whole another ball game.   It's probably a good idea to have a copy of your jurisdictions commercial building code to reference.

  16. On 1/21/2018 at 9:00 PM, Dermot said:

    Rather then purchase an older version of Chief Architect I would encourage you to consider taking advantage of our rent to own program or purchasing one of our other products, like Chief Architect Interiors or Home Designer Pro.  Purchasing a current version of the software will always give you the most current features, best available support, best available training materials, and access to most current libraries.

     

    More information about our rental program can be found here:  https://www.chiefarchitect.com/software-rental/

     

    More information about Chief Architect Interiors can be found here:  https://www.chiefarchitect.com/products/interior-design/interiors/

     

    More information about HD Pro can be found here:  https://www.homedesignersoftware.com/products/home-designer-pro/

     

    If you have additional questions, please contact our sales department during our normal business hours.  Someone here will be more than happy to go over these options in more detail to help you decide which product best fits your needs and budget.

     

     

    I did the rent-to-own program when I started out with Chief Architect X7.  I highly recommend the rent-to-own program.  Under the rent-to-own you get SSA, Support and Software Assurance for the whole time you are doing the rental program.  If a new version comes out while your doing the rental, you gain access to it at no additional cost.

  17. I don't think it can be done but, is there anyway to have a watermark that has two lines of text?  This should probably be in the suggestion forum.  I like that chief has this watermark feature but, it just seems so limiting.  My PDF editor just allows me so much more flexibility, when it comes to adding watermarks and even multiple watermarks.  I wish I could easily add a watermark inside Chief Architect that says...

     

    Not for Plans or Permits

    For Review Only

     

    Seems simple enough.