Status: New
Owner: ---- CC: [hidden email] Labels: Type-Enhancement Priority-Medium Component-Roassal New issue 896 by [hidden email]: Roassal should offer a proper scrolling mechanism http://code.google.com/p/moose-technology/issues/detail?id=896 For any visualisation that is larger than the screen, you immediately get lost in Roassal. Furthermore, the current dragging style does not scale for visualizations that are much larger on one dimension than the screen. We need a mechanism that helps us: - get an idea of where we are (and how much is left outside the current view) - have an easy way to actually scroll through a larger space _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Comment #1 on issue 896 by [hidden email]: Roassal should offer a proper scrolling mechanism http://code.google.com/p/moose-technology/issues/detail?id=896 Please make one of those scroll methods "holding the space bar" (which optionally display a hand) that grabs and drags the View background. This is the same as many graphics programs including at least Photoshop and Paint.net. I find it difficult to live without it :) _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Comment #2 on issue 896 by [hidden email]: Roassal should offer a proper scrolling mechanism http://code.google.com/p/moose-technology/issues/detail?id=896 Indeed. This type of navigation is similar to what exists right now, but better. Here is why: - Right now, dragging can have two distinct meanings depending on where you are. Especially, if the element is small, you do not know for certain if you will drag the element, or if you will scroll through the view - Having a pseudo-mode (e.g., pressing space) will clarify the situation significantly. This type of navigation should not disappear even if we add some other means. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Comment #3 on issue 896 by [hidden email]: Roassal should offer a proper scrolling mechanism http://code.google.com/p/moose-technology/issues/detail?id=896 I agree with you Doru. What I had in mind originally, is to have a mini-map. Scrollbar should indeed be offered. @Ben : I am not familiar with this "holding the space bar". Is there such a think, in let's say Omnigraffle? _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Comment #4 on issue 896 by [hidden email]: Roassal should offer a proper scrolling mechanism http://code.google.com/p/moose-technology/issues/detail?id=896 Not in Omnigraffle, but more in 3d scene tools :). _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Comment #5 on issue 896 by [hidden email]: Roassal should offer a proper scrolling mechanism http://code.google.com/p/moose-technology/issues/detail?id=896 This evening I will meet some friends who has autocad, I will ask how the scrolling is handled there. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by moose-technology
[hidden email] wrote:
> > Comment #3 on issue 896 by [hidden email]: Roassal should offer > a proper scrolling mechanism > http://code.google.com/p/moose-technology/issues/detail?id=896 > > I agree with you Doru. What I had in mind originally, is to have a > mini-map. > Scrollbar should indeed be offered. > > @Ben : I am not familiar with this "holding the space bar". Is there > such a think, in let's say Omnigraffle? > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > earlier is an interesting discussion of zooming shortcut) Note the 'hand' icon is very small. http://www.youtube.com/watch?v=2ixG4TvCz3M See section "Spacebar for Move Tool"... http://graphicssoft.about.com/od/photoshop/tp/Useful-Photoshop-Keyboard-Shortcuts.htm See section "The Hand Tool"... http://www.photoshopessentials.com/basics/photoshop-zoom/ See section "Alternatives to the Pan Tool".... http://graphicssoft.about.com/od/paintnet/a/pan-tool.htm btw, An interesting competitor... http://nodebox.net/node/documentation/concepts/gui.html btw2, Here is another interesting idea that I just came across... http://www.planswift.com/kb/entry/2258/ _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Thanks Ben, this is useful...
Alexandre On Dec 12, 2012, at 3:35 PM, Ben Coman <[hidden email]> wrote: > [hidden email] wrote: >> >> Comment #3 on issue 896 by [hidden email]: Roassal should offer a proper scrolling mechanism >> http://code.google.com/p/moose-technology/issues/detail?id=896 >> >> I agree with you Doru. What I had in mind originally, is to have a mini-map. >> Scrollbar should indeed be offered. >> >> @Ben : I am not familiar with this "holding the space bar". Is there such a think, in let's say Omnigraffle? >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> > Here is a video demonstration.... Panning at 2:40 to 3:15... (although earlier is an interesting discussion of zooming shortcut) > Note the 'hand' icon is very small. > http://www.youtube.com/watch?v=2ixG4TvCz3M > > See section "Spacebar for Move Tool"... > http://graphicssoft.about.com/od/photoshop/tp/Useful-Photoshop-Keyboard-Shortcuts.htm > > See section "The Hand Tool"... > http://www.photoshopessentials.com/basics/photoshop-zoom/ > > See section "Alternatives to the Pan Tool".... > http://graphicssoft.about.com/od/paintnet/a/pan-tool.htm > > > > btw, An interesting competitor... > http://nodebox.net/node/documentation/concepts/gui.html > > btw2, Here is another interesting idea that I just came across... > http://www.planswift.com/kb/entry/2258/ > > > > _______________________________________________ > 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 |
In reply to this post by moose-technology
Comment #6 on issue 896 by [hidden email]: Roassal should offer a proper scrolling mechanism http://code.google.com/p/moose-technology/issues/detail?id=896 Any update on this? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Comment #7 on issue 896 by [hidden email]: Roassal should offer a proper scrolling mechanism http://code.google.com/p/moose-technology/issues/detail?id=896 Not much so far. It should not be that difficult however. But is the minimap not enough? It is pretty cool -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Comment #8 on issue 896 by [hidden email]: Roassal should offer a proper scrolling mechanism https://code.google.com/p/moose-technology/issues/detail?id=896 A Recurrent issue... I am assigning an engineer to this issue -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Comment #9 on issue 896 by [hidden email]: Roassal should offer a proper scrolling mechanism https://code.google.com/p/moose-technology/issues/detail?id=896 Hi, here comes a scroll bar and a scroll pad to have a scalable navigation in the view. Try out examples in RTScrollBarBuilderExamples. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Comment #10 on issue 896 by [hidden email]: Roassal should offer a proper scrolling mechanism https://code.google.com/p/moose-technology/issues/detail?id=896 Reviewing this... -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |