|
VP 0.2.4 Beta
New Features
FEATURE ADDED: Data Entry Line
When you click in the Data Entry Line could all text be autoselected, so you can start typing over it.
Click again to edit current text. Like selecting a Microsoft Excel cell.
---
Feature added in 0.2.4 Beta: All text is selected in the entry line whenever it gains focus.
Bug Fixes
BUG FIXED: Fetch doesn't return to original page
When the F* button is pressed when you are on a page, it doesn't return to that page after it has finished
interrogating the program.
BUG FIXED: LOPTS for Drawbars need 2 settings
In KB3 programs, the Drawbar settings can range from 0-8 or 0-127 depending on the setting of Steps.
VP doesn't account for this.
BUG FIXED: LOPTS for KB3 Mode Tune doesn't work
LOPTS on any of the tune parameters doesn't work, even using manual methods. The reason is that the range
is -127 to +127, but there are only 3 characters allowed, so -127 reads as -12, but the value is -127. Similarly -126 reads as -12, etc.
Fixed in 0.2.4 Beta - Added LOPTS RANGE <high> <low>, which allows LOPTS range for numeric
valued fields to be entered directly. For this case the command would be LOPTS RANGE 127 -127.
BUG FIXED: Ctrl list regression bugs
Fixed a couple of small printing/format bugs introduced in the last bug fix cycle.
|