Jump to content

WhoCanDo

Member
  • Posts

    402
  • Joined

  • Last visited

Posts posted by WhoCanDo

  1. Just printed another 35.

     

    Hi Pat.

     

    It's been suggested that I use Viewports, however, it's too slow from what I can achieve.

     

    Just imagine a small jigsaw and taking each piece to dimension. Include a Bill of Materials and a quantity and a title specific to that piece.

     

    I'm open to suggestions in another thread but I'm not seeing the speed advantages since I can copy and paste a piece into another file and run a macro that adds dimensions and all of the above from just one click, or use a worksheet that achieves similar results without listing all the other pieces in the GA file.

     

    My continued vote is still 10 or more 😉

     

  2. I'm printing 140 files today. 8 at a time 😔

     

    Not unusual to print many.

     

    We use VW to create a construction GA ( think of a house ).

     

    For fabrication, we draw separate drawings for each item ( 10000 x bricks on one drawing, 1 x front door on another, 2 x windows on another, etc. )

     

    If it can't be infinite, at least make it 10. I hate counting in eights.

     

     

  3. @Ivaylo Stanchev

     

    That's the reason for the Response := StrDialog ('Search Data filename:', Concat (SearchDataPath, FName));

     

    After this DoMenuTextByName ('Export Worksheet', 0); the windows file save menu popped up.

     

    Knowing what the file name and path would be, I put is into the StrDialog so the user could copy and paste it into the windows file save.

     

    eg. concat ('c:\user\xxx\documents\worksheets\', GetFName);

     

    If FName could be another string parameter then that would be great.

    • Like 1
  4. Looks good Ivaylo,

     

    I can see that when your 'Export Worksheet' appears, it has the name of the active/open worksheet, and I can't wait to try it.

     

    This WS name change for export is not happening in SP1 - maybe another bug fixed in SP2.

     

    I'll be happy that the problem is resolved if VW remembers the settings as default after closing and re-starting.

     

    Otherwise, VW has a whole heap of WS procedure like ShowWSDialog, etc. and many more new ones to expand upon functionality, if there are many people exporting, and that's the reason for the latest additions to the menu, then why not make a procedure like ....

     

    WSExport (Worksheet name, Format : string, Range All, Recalc, Open Viewer : boolean);

     

    to replace the show WS, export WS and close WS.

     

  5. After using VW2021 for a while, I suddenly noticed that the export menu is not exporting the data I am asking for.

     

    In VW2020 this worked but VW2021 has an additional feature to overcome.

     

    Response := StrDialog ('Search Data filename:', Concat (SearchDataPath, FName));

    ShowWS (GetObject ('Search Data'), True);
    DoMenuTextByName ('Export Worksheet', 0);
    ShowWS (GetObject ('Search Data'), False);

     

    image.thumb.png.7ea8de43896ae24b607574145da6d756.png

     

    The above code works for VW2020 and all we do is save the file in a folder with a file name "Response".

    This is repeated for various worksheets.

     

    Now we have the following which will not only remember the ticks (fix happening in SP2 hopefully) but also has the worksheet drop list and always defaults to "Banding Cutting List".

     

    Can anyone suggest any further solutions or is it just a matter of hounding VW to create the procedure WSExport (WSName : string; Tab, All Rows, Recalc, Open : boolean) or similar ?

     

    image.thumb.png.7eb2a0d4bb3a1cf5f5d97c8f14359f4a.png

     

    Regards

  6. Hi,

     

    We have skipped from VW2019 to VW2021 so I don't know what happened in between, however can someone help with the following please.

     

    We have a number of worksheets that need to be exported to a tab delimited .txt file.

     

    VW2019 allows us to do this with DoMenuTextByName ('Export Worksheet', 0);

     

    VW2019 does not have the option to automatically open them in the default view so it's quick and easy.

     

    However, VW2021 has a tick box that defaults to "Open file in default viewer".

     

    We don't want to view the file after export. It is only for data collection.

     

    How can we DoMenuTextByName ('Export Worksheet', 0); without the file opening?

     

    The .TAB file type is remembered in the stationary sheet, or last used, but the tick box continues to default to SELLECTED.

     

    Also there doesn't seem to be an WSExport (WSName : string; Tab, All Rows, Recalc, Open boolean), procedure or function yet, which would be idea with the improvement of the export options.

     

    Regards

     

  7. Hi,

     

    SetConstrain will set the constrains, but how do I get the constrains before I change them so I can return them to the user's preferences afterward?

     

    Basically, I want to turn Q on and off but not change any other constrain.

     

    Regards

  8. It's the graphics card on the motherboard on my Acer laptop.

     

    Even though VW2020 works fantastically, Enscape advised me that they only support the popular graphics cards.

     

    No problem, I'll just have to check out Enscape at work with the NVIDIA GeForce RTX2070

  9. Thanks R,

     

    This definitely shows a bug with my end somewhere.

     

    The video says load the third party plugins. No problem there. I get the Enscape menu and when I click on the Enscape button, I get the three mode options in the mode bar.

     

    However, when I click the Enscape button, the video shows Enscape loading. On my VW I get the message above.

     

    This is where I stop, even though I have this 3D object selected. Where do I go from here?

     

    image.thumb.png.f754a017d6c0cb4d8c73e52f3f076aa9.png

     

     

  10. Can someone give me a hint to using Enscape please.

     

    I installed the beta version on VW2020 3.1 Architect and drew a quick 3D chair. Looking at it in left isometric and then choosing Enscape, I get ....

    image.thumb.png.a9d650848d06f2ab39fad8842823b165.png

     

    What step am I missing?

     

  11. After hours of trying different variations, I've got it.

     

    For Windows users, in the Plug-ins folder, create a folder yourname.vwr

     

    It's not a zip file renamed or anything special. It's just a folder with an extension "vwr".

     

    Put your png file/s into the folder.

     

    This is the correct format CreateImageControl2 (GateADialog1, 4, 346, 476, 'Gates/GateA.png'); with the Gates.vwr folder in the Plug-ins folder and the GateA.png file inside the Gates.vwr folder.

     

    If everything is correct in your code, naming the folder, and adding png file and you still get a red-"X", try restarting VW2020

     

    Thanks to Julian for pushing me in the right direction 🙂

     

    Regards

     

×
×
  • Create New...