Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Glamour][Mondrian] increase/decrease zooming #430

Closed
seandenigris opened this issue Aug 3, 2015 · 1 comment
Closed

[Glamour][Mondrian] increase/decrease zooming #430

seandenigris opened this issue Aug 3, 2015 · 1 comment

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 430

Glamour can't obtain the rendered morphs from its presentation, so... if it used a mondrian
pane we can't increase o decrease zooming.


More specificaly, next script show the problem on the message action:

| browser |
browser := GLMTabulator new.
browser column: #mpanel.

browser actions: [:root|
        {GLMAction new
                title: 'increase';
                action: [ ??? ];         "<-- what can i put here ?"
                icon: MenuIcons smallWindowIcon }].

browser transmit to: #mpanel;
        andShow: [:a|
                a mondrian
                        painting: [:view | view nodes: (1 to: 10)]].

browser openOn: {}.



I try this on Pharo-1.1-11367-Beta

Reported by felipe.valverde.campos on 2010-08-08 15:09:35

@seandenigris
Copy link
Contributor Author

Take a look at MOViewRenderer>>openWithStatusbar

Reported by tudor.girba on 2011-01-23 00:21:57

  • Status changed: Fixed
  • Labels added: Type-Enhancement, Milestone-4.3, Component-Glamour
  • Labels removed: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant