Jump to content

wezelboy

Member
  • Posts

    125
  • Joined

  • Last visited

Everything posted by wezelboy

  1. The text is created by the Door or Window PIO using whatever text attributes are attached to the PIO. I'm really surprised that there are not any functions that cover this.
  2. Basically, I'm trying to set the text size attribute of door or window PIOs so that the text of the label is a certain size. It would be the equivalent of selecting a PIO and the choosing a font size from the text menu, except that I am going through all of the PIOs. I always thought that font and font size were attributes like pen size or line weight that could be applied to each object, but I can't find anything in VS to access or set these particular attributes. One possibility is from the Get/SetObjectVariable series, but I cannot find an appropriate selector for the font size attribute in the documentation.
  3. Hmmm. This one isn't working for me. Is there a trick with the start and end parameters?
  4. I thought SetTextSize was just for Text objects, but I will give it a shot. Thanks!
  5. Is there a function that can set an objects text size attribute? This seems like it would be something obvious, but it escapes me. I'm still on 12.5 BTW. Thanks!
  6. This is one of the reasons I was asking for a hybrid group in a previous posting.
  7. We are holding off on purchasing 2008 for a couple months. I recently updated my Logitech drivers and the installer wiped out all of the custom preferences I had done.
  8. I have the same kind of logitech mouse on a mac, and updating to the latest logitech driver will definitely wipe out any preferences you had previously.
  9. The "whiskey bar" song was written by Bertoldt Brecht and Kurt Weill in 1927, but popularized in the US by Jim Morrison and the Doors in the 60's
  10. Maybe something's lost in the translation from the original German. Edit: Nevermind. Even when performed in the original German, the song was still sung in english.
  11. When the default PIO Parameters aren't doing it for us, I create a record with the additional fields, name it "(PIO Name)Extended", and add relevant columns to the schedule.
  12. To anyone who has gotten their hands on it... How well does the new 2-way worksheet feature work? Does it work well with customized worksheets and schedules where multiple record formats are referenced in a single row?
  13. Generally, 2D isn't so hard. 3d requires some work.
  14. I'm aware of that point. I enjoy the relative ease of use of OSX just as much as the next person. However, the point I was trying to make is that ALL operating systems and the networks they connect to are inherently complex, and while most popular operating systems do a pretty good job of hiding most of that complexity, there is a point where some user knowledge is required. And maybe I was a bit harsh with the "obtain IP address automatically" comment, but if you don't understand some basic computer and networking concepts and you are setting up your own network and computer, there is a decent chance you are going to get burned somehow- especially if you are running Windows. (Although you can get burned running OSX or Linux as well) I just thought of a little sob story that relates to this... My father has terminal cancer and has nearly reached the end of his treatment options. He has had to move to Seattle for 5 months to participate in an experimental stem cell transplant study. He packed up his computer with the intention of handling his affairs (bill paying, communication, etc.) online. He got an apartment in a building that specializes in short term housing for cancer patients. This building provides each room with an ethernet jack that shares a common internet connection. One of the other residents in the building managed to get hacked somehow, and their machine was being used maliciously (I'm not sure of the exact nature of the problem-probably a botnet of some kind). The ISP detects malicious packets coming from the building IP and does what they should do- block the IP. Unfortunately, that cuts off the whole building, and now my father has no way to pay his bills or send e-mail. Sure, he was able to scramble and take care of a lot of this on the phone, but he has cancer and is getting poked and prodded all day every day, the last thing he needs is to worry about how he is going to pay his bills. In this particular case, the person who allowed themselves to be hacked probably doesn't have a clue about what is going on. I personally would prefer it if they weren't allowed to use a computer at all. Clueless newbs can effect other people through their lack of knowledge.
  15. I think Jeffrey's method would be easier actually. It would also be better if you needed to change the worksheet format after the fact. If you still want me to elaborate, just let me know what part you are stuck on, and I'll give it a shot.
  16. You can use the eyedropper tool. Place your new door somewhere on the drawing. Select the eydropper tool, and click on the eyedropper prefs and check "Plug-in parameters". Then "pickup" the prefs from the new door, then drop them on the door you have in the wall. I think have a script that does something like this for multiple objects, but I'm not sure if it is working right now. I haven't used it in a while.
  17. Your sarcasm is entirely misplaced, Petri. All operating systems have "gigabits" and "kernels". Even OSX has a "BSD". You should check it out sometime. There's this thing called "rm" that I'm sure you would enjoy ;-) If it makes you happy, Walt Mossberg has weighed in on this. Talk about impeccable timing... Mossberg on Ubuntu
  18. nidswrapper is for wireless network devices. I was talking about the Broadcom GIGABIT driver which has had Linux kernel support since at least 2.4.
  19. When a schedule gets too big for a sheet, I usually duplicate it and then edit the database criteria (by right-clicking on the database header row) to narrow the range of the database- usually by layer. Narrowing it by room number is a possibility also. Sometimes you have to edit the criteria manually though. Word of caution: pretty much anytime you mess with the database criteria in a worksheet, you have to redo the sorting.
  20. Who knows? Maybe it's the Home Edition I was working with, or my mobo. All I know is that it definitely was not flawless. If I didn't know how to get the right driver and click "install" I'd have a doorstop.
  21. I did a Windows XP install last saturday on a machine I built from scratch (sos I can try emachineshop, maybe play some games). It was not painless. It actually sucked, and would have been a showstopper if I were a "grandmother". Who knew that Windows XP doesn't support the Broadcom gigabit chipset (which has to be one of the most common chipsets around) out of the box? Linux installs on this box flawlessly.
  22. Don't skimp on memory though. If you don't have enough your computer will start swapping to disk- which is really slow. Then your processor doesn't matter.
  23. Here is an example of a script for a path based PIO (most of the data is maintained as an editable polyline) The PIO has 3 text parameters- FirstLabel, PIOType, and Prefix that were created in the PIO editor. Because it is a path based PIO, creation is like creating a polygon. In practice, you place vertices over your doors, windows, or rooms in the order you would like them labelled, enter the starting number, the PIO type you are labeling (Door, Window, etc.), and any prefix you want. The labeler will then label them. If you forget one, you use the polyline edit tool to add a vertex where you want it. You can use this labeler with any object as long as it has an IDLabel field (the record is irrelavent) attached to it. It is more of a meta PIO and isn't actually doing much drawing. Note: This script uses library files that I haven't included, so it won't actually run. If you really want them I can supply them.
×
×
  • Create New...