Error in the help section "Checking the Toolbar Buttons' State"
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2017
03:38 AM
10-27-2017
03:38 AM
Error in the help section "Checking the Toolbar Buttons' State"
Section: Checking if the Button is Enabled
Python example:
while ToolBar.wEnabled("Up"): ToolBar.ClickItem("Up")
leads to runtime error
TypeError: 'IDispatchIndexedPropertyWrapper' object is not callable
The example would need to be corrected to:
while ToolBar.wEnabled["Up"]: ToolBar.ClickItem("Up")
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2017
04:04 AM
10-27-2017
04:04 AM
Thanks for the report! This will be fixed in the next update.
Helen Kosova
SmartBear Documentation Team Lead
________________________
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
