Alaskan_Son

Members
  • Posts

    12392
  • Joined

Everything posted by Alaskan_Son

  1. You can also just hit Undo or Save and reopen the plan.
  2. This is a long standing bug Doug. Not sure I remember all the nuances, but I believe it's always triggered by having Auto Rebuild Roofs toggled on and Automatically Build Roof Framing toggled off. To fix, you have to group select the offending items (using Match Properties makes this quick) and then Cut/Paste Hold Position. I would also recommend turning OFF Auto Rebuild Roofs or you'll just have to keep fixing it.
  3. https://mygeodata.cloud/converter/dgn-to-autocad
  4. Don’t be afraid of deleting it all. Your plans will be unaffected.
  5. Can you elaborate on this? It should only be blank if there's nothing in the plan to populate the schedule...in which case I would expect it to be blank. You have to copy/paste however you can make really quick work of this process and of editing that particular note by familiarizing yourself with the Find Object in Plan tool and the Open Row Object(s) tool.
  6. From the documentation: Returns the result of interpreting leading characters in str as a rational. Leading whitespace and extraneous characters past the end of a valid number are ignored.
  7. Just tested quickly and it seems to remove all trailing non-numeric characters.
  8. You are correct. My bad. The rationalize method does that automatically (removes or ignores non-numeric characters). Never realized that before. I guess it makes sense. Most of the other numeric methods do that as well.
  9. Quite a few ways Joe, here's what I would do though: Remove the inch notation Break into an array of whole numbers and fractions Convert those whole numbers and fractions to rationals as Eric suggested Convert those rationals to floats Add those floats together If the string could potentially have foot values as well I would probably start by splitting into an array of 2 values using the foot notation as the pattern, multiplying that value by 12 and then adding that to the results obtained from the other half of that array (using the steps mentioned above). Does that help?
  10. The Time Log is a little tricky to work with if you're trying to pull out totals for a specific subset of entries. There are a few options that come to mind though... Delete all entries you want excluded from your calculations, get the total you need, and then hit Cancel. Copy and paste values to a spread sheet. It's not apparent on the surface, but you can select any given cell and hit Control+C (Copy) and then paste that value elsewhere. Using Contorl+C (Copy), Contorl+V (Paste), Alt+Tab (to switch between programs), and the arrow keys (to move cells), you can make pretty quick work of copy and pasting values. Export the whole Time Log and Import into a Spreadsheet to work with it there. I posted a free starter kit that you can use to make quicker work of this here...
  11. I think the closest you can get is with custom text macros set to report different text depending on either the layer_set or the settings thereof. Aside from that though, my personal opinion is that text boxes are the way to go. I find that copying and pasting text boxes with the appropriate macros results in a lot more flexibility and is a lot quicker and easier to customize and control on a room by room and situation by situation basis.
  12. I wouldn't recommend this approach at all. Text macros can be used for such a broad range of purposes and in such a broad range of ways that you could get totally lost without knowing what the specific macro(s) were for and exactly how they were intended to be used. If you jump in too quickly with both feet and without testing the waters, I think you're likely to get overwhelmed, jump back out, and never try to swim again. The best approach in my opinion is to start with the basics and then take it from there. Shoot me over an email if you're interested in discussing further.
  13. Nice! I remember the first video card I used to run Chief. It was a GeForce GT 430 and at approx. 5.7" x 2.7" may have been even a little smaller than that one. I remember thinking it was freaking awesome too.... ....I still kinda do actually.
  14. Yep. Was just typing that up too. I would recommend resetting Dialog Sizes and see if that does the trick.
  15. Just upgraded Firefox to 84.0.1 and I get the same behavior as you now. I have to change the extension manually.
  16. I'm running Windows 10.0.19041 and Firefox version 83.0
  17. Ya, I have some programmable buttons on my normal mouse as well. I don't really like them all that much though. Would much rather have them over on my left hand side where I'm already accustomed to hitting them. Besides, it would also allow me to hit and/or hold those buttons while I use the number pad, arrow keys, and/or the enter key with my right hand.
  18. My wife bought me the SpaceMouse Compact for Christmas. Its fabulous, not only for working in 3D but for working in 2D views as well. Very easy to click and draw with my right hand while I pan and zoom with my left. I will say this for anyone thinking of getting one...One of the very first things I thought after playing with it for a bit is that I wish the mouse had the Escape key, Control, Tab, and maybe Shift keys right on it. I was pretty unfamiliar with these mice and did a quick search on the other models. Sure enough, the SpaceMouse Pro has most of those keys right there on it plus a few extra programmable keys. I say all that to say this. If you're going to make the jump, the Compact version is worth the money for sure, but I would really recommend going straight for the SpaceMouse Pro. You'll be able to keep working a lot more often without having to let go to reach for the keyboard.
  19. I’d venture to guess that it varies from technician to technician. It seems like it would be in their best interest to run on multiple configurations just so they have a feel for what a broad range of users may be experiencing.
  20. I’m away from my computer now but I wonder if it has something to do with recent Windows and/or Firefox updates that one of us does or does not have.
  21. Several ways, some of which are a lot more complex, but typically best and easiest to simply use either a text box or a callout with the following macro: %room.schedule_number%
  22. Yes. If you're talking about a system properly overclocked from the factory then we're no longer comparing apples to apples. As you've stated, you essentially just have a higher base clock speed. For all other overclocking, Dell's own recommendations state it well... "Alienware supports overclocking only when you order the system overclocked from factory. Please refer to your invoice or go to dell.com/support to check if your system was factory overclocked . Important: Altering clock frequency or voltage may damage or reduce the useful life of the processor and other system components, and may reduce system stability and performance. Product warranties may not apply if the processor is operated beyond its specifications."
  23. It has worked that way as far back as I know Mark. It's automatically decompressed during the download process. I have always just clicked Save File and then double clicked to load it into Chief after its downloaded. Easy peasy.