Why is TRCanvas rendered in inspector using RTView?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TRCanvas>>gtInspectorViewIn: composite <gtInspectorPresentationOrder: -10> composite roassal2 title: 'Canvas'; initializeView: [ RTView new setCanvas: self ] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shouldn't this be isolated from Roassal layer? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TRCanvas>>gtInspectorCanvasIn: composite <gtInspectorPresentationOrder: -20> composite morph title: 'Canvas'; morph: [ self buildMorph. self morph ] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Peter _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Maybe the zooming... On Sat, Aug 1, 2015 at 12:32 PM, Peter Uhnák <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Yes. It's was the reuse of the presentation. But, feel free to modify it :). Your suggestion sounds better. Cheers, Doru On Sat, Aug 1, 2015 at 1:22 PM, Peter Uhnák <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
+1
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Peter Uhnak
Yes, I’ve tried your method, and indeed, it removes the zooming and export.
Looks like the current implementation is not that bad :-) Cheers, Alexandre > On Aug 1, 2015, at 8:22 AM, Peter Uhnák <[hidden email]> wrote: > > Maybe the zooming... > > On Sat, Aug 1, 2015 at 12:32 PM, Peter Uhnák <[hidden email]> wrote: > Why is TRCanvas rendered in inspector using RTView? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > TRCanvas>>gtInspectorViewIn: composite > <gtInspectorPresentationOrder: -10> > composite roassal2 > title: 'Canvas'; > initializeView: [ RTView new setCanvas: self ] > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > shouldn't this be isolated from Roassal layer? > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > TRCanvas>>gtInspectorCanvasIn: composite > <gtInspectorPresentationOrder: -20> > composite morph > title: 'Canvas'; > morph: [ > self buildMorph. > self morph ] > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Peter > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |