• Customization Blog Series: Designing a Ribbon Group Pop-up - Blog 2 of 2

    Smrutirekha Mahapatra
    Smrutirekha Mahapatra
    Previous blog Customizing and Creating a Ribbon Group Pop-Up You can customize a delivered ribbon group pop-up or create a new one as desired. In this blog we will do both, customize a delivered ribbon group pop-up and create a new one. Keeping…
    • over 5 years ago
    • MicroStation
    • MicroStation Blog
    • Smrutirekha Mahapatra
    • Josh
    • Mark Winegar
  • MicroStation CONNECT - Tips to speed up pefromance

    Rod Wing
    Rod Wing
    Buried in a different thread Bob Rayner gave some tips to improve the performance of MicroStation CONNECT Edition. I thought it would be a good idea to pull out those tips and start another discussion thread specifically for performance tips. Fom Bob…
    • over 5 years ago
    • MicroStation
    • MicroStation Forum
    • Duncan Macdonald
    • f.mandoki
    • Jose Pinho
    • Jon Summers
  • The Build - Part 6 - Named Expressions

    Bear
    Bear
    http://communities.bentley.com/communities/other_communities/askinga/w/askinga/using-named-expressions-to-drive-interface-items-a-sample.aspx This was a great starting platform for me, but also left a few questions. The first of these was how exactly…
    • over 10 years ago
    • Peer Blogs
    • Bear's Blog
    • Derek Schmidt
    • Vivek Baraiya
    • Bear
    • Leonard Jones
  • Communities Upgrade: Additional Email Notifications

    Phil Chouinard
    Phil Chouinard
    If you are getting a good number of notifications through email relating to activity in Communities forums (e.g. forum threads started, forum reply posts, etc.) that you had not been receiving before, this could be due to some services that existed previously…
    • over 8 years ago
    • About Bentley Communities
    • Communities Help Blog
    • Dave Silver
  • How to display the V8i style Tasks dialog in MicroStation CONNECT Edition through Update 12

    Nelson Hobdell
    Nelson Hobdell
    Product: MicroStation Version: CONNECT Edition through Update 12 Environment: Windows 64 bit Area: Configuration Subarea: User Preferences Problem How to display the V8i style Tasks dialog…
    • over 1 year ago
    • MicroStation
    • MicroStation Wiki
    • Vladimir Korotkij
    • David Allen
    • Raymond To
    • Aniruddh Chavan
    • Jose Pinho
    • Maria Garcia
  • RE: What is the best way to modify a dimension that is being put in by a VBA?

    Robert Hook
    Robert Hook
    Hi Larry, Would you mind reviewing the code in this first topic " VBA - V8i) Set Dimension Offset " from the search I performed: vba AND dimension AND text AND (move OR offset); and see if it helps? If not, would you mind attaching a simplified standalone…
    • over 8 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Note leader increment needed

    Lorys
    Lorys
    If I use the note leader call out to number an item say D2 there doesnt appear to be away to copy increment the leader like you can with text... I think we need a tool to do this as its pretty standard work in cad.. Currentley I have to just do a place…
    • Answered
    • over 9 years ago
    • MicroStation
    • MicroStation Forum
    • George A. Martin
  • RE: What product has to be loaded to find and use dpr.pltcfg?

    Ed Yepes
    Ed Yepes
    I believe GeoWebPublisher delivers the dpr.pltcfg in the ...\GeoWebPublisher\Engine\Pub\pltcfg directory. Here is a dpr.pltcfg file I used to create a .dpr file from MicroStation. It used the delivered dprdriver.dll and dprdriver.ma files in ..\mdlsys…
    • over 8 years ago
    • ProjectWise
    • ProjectWise Publishing Forum
  • my last blog post? [not!]

    KurtS
    KurtS
    I would like to continue investigating the potential of Microstation Visualization using the Luxology render engine, and I find it fun and useful to now and then share some results in my "3D blog" here at BE Communities. But I honestly don't see any…
    • over 13 years ago
    • Peer Blogs
    • KurtS's 3D Blog
  • Re: Create Documents using SDK

    Dan Williams
    Dan Williams
    Something like this might work: LONG docID = 0L; LONG projectID = lpDocItem->lProjectId; // not sure where you are getting this, but as long as it is a valid value... LONG lAttributeId = 0; LONG lngAppID = aaApi_GetFExtensionApplication(L"pdf"); LONG…
    • over 9 years ago
    • ProjectWise Programming
    • ProjectWise Programming Forum
  • Re: Create Documents using SDK

    Dan Williams
    Dan Williams
    Joshua, A few things come to mind. 1) I think Bob is correct in that your hard coded path isn't correct; it has some single backslash characters. 2) I'm not convinced that you are accounting for the differences between ANSCII and UNICODE in your…
    • over 9 years ago
    • ProjectWise Programming
    • ProjectWise Programming Forum
  • RE: Default File extension mode for open file dialog in projectwise based microstation

    Michael McCarty
    Michael McCarty
    Hi Mike, Yes, you can override this filter string value, but it's a bit tricky. First, ensure that the AAOPENDLG2_MASK_FILEEXTFILTER is set in the hook param structure's ulMask member Next, you'll need to manually append (or insert) your new filter…
    • over 9 years ago
    • ProjectWise
    • ProjectWise Design Integration Forum
  • RE: New Communities Feedback

    Phil Chouinard
    Phil Chouinard
    Thanks for the feedback: 1. Create a video... something that we are in the process of doing for the basics. Those should be online around mid-January. Note that there is a Getting Started article... maybe there could be some additional things added…
    • over 9 years ago
    • About Bentley Communities
    • Communities Feedback Forum
  • Re: Default File extension mode for open file dialog in projectwise based microstation

    Michael McCarty
    Michael McCarty
    I haven't tried this, just took a quick look at the code, but you might investigate this: Create a customization that hooks AAHOOK_OPEN_DOCUMENTS_DLG2 using AAOPER_DLG_DOCOPEN, and set the hook param object's lFilterIndex member to the index value of…
    • over 10 years ago
    • ProjectWise
    • ProjectWise Design Integration Forum