The Flynet Viewer Web Service Add-In for Visual Studio has been updated and is available for download at http://www.flynetsoftware.com/42o/FVVSAddIn.msi
This update has two bug fixes:
- In any module located in the Tasks/Lists folder, the context menus for “What You Can Do” were incorrectly initialized as being in the Tasks folder. This resulted in two alert message boxes complaining about not finding base class modules prior to display of an incomplete context menu. This has been corrected so that context menu clicks for List modules display the correct items, without any errors.
- When in a Code Editor view, the context menu Framework Code / Navigation / Build a NextScreen Command displays a dialog box with a Combobox to select the ENTER key(s) as well as a multi-select listbox for the expected screens to wait for. An exception would result (whacking the whole Visual Studio application!) If the Combobox entry field was altered to include additional keys prior to the AID key (like “x[enter]” so that an “x” is keyed prior to Enter). This has been fixed so that additional text, or any text can be entered into the Combobox and the NextScreen method will be generated correctly, without exploding Visual Studio 🙂