Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In my code I have this in my UI create method: command.isOKButtonVisible = False
This works because when the UI is created, the OK button is not visible.
Later in the code when the user has selected everything he/she is supposed to, I have: command.isOKButtonVisible = True
This however does not work.
I have checked to make sure it is run during debugging.
What am I missing?
Brad Bylls
Solved! Go to Solution.