Jump to content

VincentCuclair

Member
  • Posts

    3,105
  • Joined

  • Last visited

Posts posted by VincentCuclair

  1. Don't know, it works on my Mac which is 'Swedish'.

    (I just started at this office, they use Autodesk but I need to finish off some existing projects so I installed VWs on my office machine over there and subsequently got this problem, I'm not saying it is a Windows thing but I sure am getting a lot of small irritating jinxes all around giving me flashbacks to my time prior to Mac

    I'll try to set the language to English ad see if it helps......

  2. OK here's a little more:

    The error message:

    ubbthreads.php?ubb=download&Number=12152&filename=Sk%C3%A4rmklipp.PNG

    Problemsignatur:

    Problemhändelsens namn: APPCRASH

    Programnamn: SketchUpWorker.exe

    Programversion: 0.0.0.0

    Programtidsstämpel: 55005381

    Namn på felmodul: SketchUpWorker.exe

    Modulens version: 0.0.0.0

    Tidsstämpel för felmodul: 55005381

    Undantagskod: c0000005

    Undantagsförskjutning: 000000000001465e

    OS-version: 6.1.7601.2.1.0.256.48

    Språkvariant-ID: 1053

    Ytterligare information 1: bab3

    Ytterligare information 2: bab30863d3a16f1b446d293cc6b9dbda

    Ytterligare information 3: ea93

    Ytterligare information 4: ea938fecf28aa4ee8e9c933d7bbed529

  3. OK this is new, started working on a Windows 7 machine and I can't mouse wheel scroll the classes pull down list ie. when I want to change the active class and/or when I want to change a selected objects class in the OIP. (Only the little arrows at the top and bottom work....)

    Any ideas?

  4. I use Pat's script: https://techboard.vectorworks.net/ubbthreads.php?ubb=showflat&Number=108487#Post108487

    Just select an object and run the script. For windows and doors, insert a window or door outside of a wall, and run the script on that. It doesn't work on objects inserted into walls.

    hth

    mk

    Yeah, that's what I've been doing too, but I find it mind boggling that there isn't a comprehensible list at all, how on earth are we meant to use Vectorscript without it?

  5. How do I find Field Name scripts? Is there a list?

    I want to call a certain 'door field value' under say Door Field Name 'Manufacturer' (which apparently is 'Manuf' in doors and 'ManufSupplier' in Windows) where do I find a list of the script values of these (all) Field Names?

  6. Here's a script that does it to degree (read the thread above to see why not completely):

    Procedure Fix_Walls;

    var desired_ht:REAL;

    PROCEDURE HandleWalls(h:HANDLE);

    VAR result:BOOLEAN;

    BEGIN

    ClearWallPeaks(h);

    ResetObject(h);

    END;

    BEGIN

    ForEachObject(HandleWalls,SEL);

    END;

    Run(Fix_Walls);

×
×
  • Create New...