Tech Tip: What causes the 4D Write Pro toolbar to be disabled
PRODUCT: 4D | VERSION: 19 | PLATFORM: Mac & Win
Published On: July 29, 2021
When importing the 4D Write Pro and toolbar object from the object library, keep in mind that changing the 4D Write Pro area object name can cause the toolbar to be disabled.
The disabled toolbar is caused due to a naming mismatch between the 4D Write Pro area object name and the area's underlying code. To fix this, simply make sure both area object name and the 4D Write Pro area's code's 2nd argument both match.
// WParea object method WP UpdateWidget("WPtoolbar"; "Your_WP_Name") |
Now that the names are matching, the toolbar should be enabled properly.