Open a property inspector by script ?

2010-10-22 Thread John Dixon
Hi... Is it possible to open the property inspector of an object by script, and have it display the geometry settings on opening ? be well Dixie ___ use-revolution mailing list

Re: Open a property inspector by script ?

2010-10-22 Thread Shao Sean
on mouseUp # get the target of this control local tTargetID put the long id of the target into tTargetID # create the inspector linked to this control send revBuildPropertyPalette tTargetID to stack revTemplatePalette # get the name of the inspector linked to this control local

RE: Open a property inspector by script ?

2010-10-22 Thread John Dixon
... this has been one of those days... I am now sat down resting... Thanks for your reply... you have put a smile on my face.. be well Dixie From: shaos...@wehostmacs.com To: use-revolution@lists.runrev.com Date: Fri, 22 Oct 2010 09:35:29 -0400 Subject: Re: Open a property inspector

Re: Open a property inspector by script ?

2010-10-22 Thread Richard Gaskin
This seems to work here: choose pointer tool select btn 1 -- or whatever object you want send mousedoubleUp to btn 1 One advantage to this sort of top-down approach is that it should survive changes to the IDE, and allows support for any inspector the user may have installed, not just

Re: Open a property inspector by script ?

2010-10-22 Thread Shao Sean
Richard, nice sweet code :-) The only thing though, is his original message asked to open the Inspector on the Geometry pane hence the longer code I proposed.. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to