I was wrong about the general method for disabling controls, it seems that the visible property is sufficient.
The particular problem with the OutlookButton remains.
Search found 4 matches
- Wed Nov 19, 2008 7:12 am
- Forum: Developers
- Topic: Easy options bug
- Replies: 5
- Views: 11335
- Wed Nov 19, 2008 6:59 am
- Forum: Developers
- Topic: Easy options bug
- Replies: 5
- Views: 11335
Re: Easy options bug
Typically to disable a control you must set ctrl.Visible = false; ctrl.Enabled = false; Now to my problem. When you set Basic Modules Only in Easy Options, the buttons disappear from the outlook bar, but you can still click them. Try to click on the exact spot where the Manage button used to be, it ...
- Wed Nov 19, 2008 6:46 am
- Forum: Developers
- Topic: Easy options bug
- Replies: 5
- Views: 11335
Easy options bug
There is a bug when activating easy options, i.e. the modules are not hidden properly. You should set the Enabled property to "false" in addition to making a control invisible, otherwise when you hide modules they disappear from the screen but you can still click them. FormOpenDental RefreshLocalData
- Tue Nov 04, 2008 12:41 am
- Forum: Main Forum
- Topic: Why a trial version?
- Replies: 1
- Views: 3536
Why a trial version?
I have one question about your distribution model. If the source code is open why do you give access to the compiled code only as a trial version, i.e. not the most recent version and also limited. is this part of your business model, in order to ensure that sales are not cannibalized or do you have...