Open the inspector by script
Posted: Sun Apr 11, 2021 7:14 pm
Hello, please... Is there a direct way to open by script the inspector of a control (field, graphic etc...) to edit its properties?
I'm trying with 'doMenu' but it doesn't seem to work. Is there any other way?
Thank you very much
I have read something on this forum but I guess there must be something simpler:
viewtopic.php?t=5943
I'm trying with 'doMenu' but it doesn't seem to work. Is there any other way?
Code: Select all
on mouseUp
if the optionkey is down then
select the target
doMenu "Object Inspector" of menu "Object"
exit to top
end if
-- etc...
end mouseUp
I have read something on this forum but I guess there must be something simpler:
viewtopic.php?t=5943