Access inspector from presentation?
Hi, is it possible to asses the inspector image from a presentation inside of it? My goal is to have something different in a presentation based on the state of the inspector. Cheers. Uko
Hi, Great question :) Yes, it is possible. Basically, if your presentation selector has two arguments, the second one will be the GTInspector instance. Take a look at: Object>>gtInspectorExampleSourceIn: composite inContext: aGTInspector This presentation shows the sources of the example, but only if the previous presentation is the list of examples. Cheers, Doru On Mon, Feb 16, 2015 at 10:31 AM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi,
is it possible to asses the inspector image from a presentation inside of it? My goal is to have something different in a presentation based on the state of the inspector.
Cheers. Uko
-- www.tudorgirba.com "Every thing has its own flow"
Nice, thank you. Uko
On 16 Feb 2015, at 10:46, Tudor Girba <tudor@tudorgirba.com> wrote:
Hi,
Great question :)
Yes, it is possible. Basically, if your presentation selector has two arguments, the second one will be the GTInspector instance.
Take a look at: Object>>gtInspectorExampleSourceIn: composite inContext: aGTInspector
This presentation shows the sources of the example, but only if the previous presentation is the list of examples.
Cheers, Doru
On Mon, Feb 16, 2015 at 10:31 AM, Yuriy Tymchuk <yuriy.tymchuk@me.com <mailto:yuriy.tymchuk@me.com>> wrote: Hi,
is it possible to asses the inspector image from a presentation inside of it? My goal is to have something different in a presentation based on the state of the inspector.
Cheers. Uko
-- www.tudorgirba.com <http://www.tudorgirba.com/>
"Every thing has its own flow"
participants (2)
-
Tudor Girba -
Yuriy Tymchuk