GetDialogProperty checkbox / checked sometimes report "NO_SUCH_PROPERTY"
Moderators: JRL, Dorian (MJT support)
- Grovkillen
- Automation Wizard
- Posts: 1132
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
GetDialogProperty checkbox / checked sometimes report "NO_SUCH_PROPERTY"
I have this script which gives me a headache because after some "GetDialogProperty" for a checkbox it starts to report NO_SUCH_PROPERTY. I cannot make a simple example which reproduce this behavior making me suspect its me doing something wrong. Have someone came about this problem before and would like to shed some light? If not maybe the support would like to look into my code over a team viewer session or something?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: GetDialogProperty checkbox / checked sometimes report "NO_SUCH_PROPERTY"
My guess is you reference the property with a variable which may be getting set to something other than the property name.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
- Grovkillen
- Automation Wizard
- Posts: 1132
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: GetDialogProperty checkbox / checked sometimes report "NO_SUCH_PROPERTY"
Thanks Marcus! That was it!