a7mdfm / flexpaper

Automatically exported from code.google.com/p/flexpaper
1 stars 0 forks source link

Horizontal view (as alternative to vertical) #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There are cases when horizontal stacking of the pages side by side (insted
of vertical) seems to be the most natural.

One such case is musical scores. All notation software "page view" modes
stack the pages horizontally, when you prepare musical pages on the music
stand for avoiding page turns, you put them side by side.

"horizontal mode" would be a great alternative to the current "vertical
mode" in FlexPaper!

Original issue reported on code.google.com by jonasnys@gmail.com on 11 Mar 2010 at 11:57

GoogleCodeExporter commented 8 years ago
Good idea! Thanks!

Original comment by erik.eng...@gmail.com on 16 Mar 2010 at 6:49

GoogleCodeExporter commented 8 years ago
I finally found the source :-)

And this was exactly what I wanted to change - to horizontal mode. I guess 
you'd know
how to do it, I did it like this:
Around line 539 in Viewer.as, instead of 
_displayContainer = new com.devaldi.controls.FlowVBox();

I create a FlowHBox class (stemming from HBox...) and use that instead. It 
works! But
somehow, only the first two pages are actually rendered. All other pages are 
white.
How come...

Original comment by jonnyber...@gmail.com on 27 May 2010 at 10:34

GoogleCodeExporter commented 8 years ago
I also found out that if I play around with the zoom feature, I can get a few 
more
pages to render. I guess there's some code somewhere that tries to figure out 
what
pages are in view, and only chooses to render the contents of those.

Original comment by jonnyber...@gmail.com on 27 May 2010 at 11:18

GoogleCodeExporter commented 8 years ago
This is a very good idea, what is the complete change of code in viewer.as that 
you used jonny?

Original comment by adwo...@wwwproductions.nl on 7 Jul 2010 at 10:47

GoogleCodeExporter commented 8 years ago
I ended up not using this library as is, I wrote a whole new application, 
however borrowing some ideas from flexpaper. The main difference is my app does 
only show one page at once, and you use prev/next buttons instead of dragging.

Original comment by jonnyber...@gmail.com on 7 Jul 2010 at 11:56

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
this feature will be part of the release at the end of July which will contain 
a lot of new enhancements.

Original comment by erik.eng...@gmail.com on 7 Jul 2010 at 12:10

GoogleCodeExporter commented 8 years ago
This is now available as our slide mode plug-in. Please see 
http://flexpaper.devaldi.com/slide.htm

Original comment by erik.eng...@devaldi.com on 5 Nov 2010 at 8:01

GoogleCodeExporter commented 8 years ago
This requests is only fixed when using Flash version. When using htm4 or 5, 
what can we do to have an horizontal layout?

Regards,

Original comment by cont...@logodev.fr on 21 Jun 2013 at 9:02