Sep 1 |
Visual Expert News now relocated to a Blog!
Posted by Sandra Levy on 01 September 2017 10:12 AM
|
Dear Visual Expert users, We're pleased to announce that we added a new Blog to the Visual Expert Website. The support website remain the best way to communicate with the VE support team. Visit the Blog | Contact the support | Read the Update List Read more » | |
Jan 14 |
How do I track more ‘open’ calls between Windows, Menus and Application objects?
Posted by Liz Robertson on 14 January 2016 11:41 AM
|
Use the Exceptions tab in the Go to Add, and select “Open Window Exception”. This exception extends the results of the macro “open hierarchy” by tracking more calls between Windows, Menus and Application Objects. Define either a window opening function or a variable containing the name of the opened window, by declaring the type of item it is, and selecting the specific item. You can also select the function’s parameter containing the opened object using the dropdown list. Once the exception has been set, close the Settings window. A pop-up requesting you to re-analyse your code will appear. Select yes so that your project will take into account the new exceptions declared. Read more » | |
Jan 14 |
How do I add and see a description of my project in Visual Expert?
Posted by Liz Robertson on 14 January 2016 11:37 AM
|
The project name may not be enough information to clearly define your Visual Expert projects for others. When creating your project, you can add a description while completing the New Project wizard. This description can then be seen by placing your mouse over the project in the Open Project window. You can also add or change a description by selecting a project and pressing “Edit”. Read more » | |
Jan 14 |
How do I make more space available for Visual Expert projects on my machine?
Posted by Liz Robertson on 14 January 2016 11:34 AM
|
Depending on the size and complexity of your code, Visual Expert may require 10x the size of your code in space available. There are a number of ways to create more space for new projects:
Read more » | |
Jan 14 |
How do I control access to my Visual Expert projects?
Posted by Liz Robertson on 14 January 2016 11:29 AM
|
If you have concurrent users connected to Visual Expert, you can manage who can open, edit, analyze, and export a project. You can also manage who has the ability to control the above. Go to The user who creates the project, is the one who defines who has what access rights. For example, the team leader creates a project in the shared Master Database; certain team members can open the project, but cannot export in HTML or Excel a part of the Main View, or create documentation because they do not have the “Can Export” permissions.
Read more » | |
Sep 10 |
How can I isolate libraries to separate several modules from a large PB application?
Posted by Liz Robertson on 10 September 2015 02:23 PM
|
Visual Expert 2015 contains 2 macros (options in the left view) to help you isolate libraries within a large PB application in order to separate several modules: PBL Dependencies and External Dependencies. 1. PBL dependencies 2. External Dependencies Use the parameter option (wrench) to filter the kind of references you wish to display.
Read more » | |