Author Topic: Colorize navigation points with chapter pages.  (Read 651 times)

closed00

  • Newbie
  • *
  • Posts: 4
Colorize navigation points with chapter pages.
« on: July 06, 2009, 12:05:24 pm »
I'm trying to use the new feature to colorize the navigation points with a selected color, but I'm trying to use it to colorize <Chapter></chapter> tag with autopages created ,
example:
Code: [Select]
<chapter pages="some/Pg_[6-11].jpg|_big" tittle="somthing 1">
<page bgcolor="0x000001" stiff="true">
<img src="some/black.jpg"/>
</page>
</chapter>
<chapter pages="some/Pg_[12-21].jpg|_big" tittle="something 2">
<page bgcolor="0x000001" stiff="true">
<img src="some/black.jpg"/>
</page>
</chapter>
<chapter pages="some/Pg_[22-31].jpg|_big" tittle="something 3">
<page bgcolor="0x000001" stiff="true">
<img src="some/black.jpg"/>
</page>
</chapter>
<chapter pages="some/Pg_[32-41].jpg|_big" tittle="something 3">
<page bgcolor="0x000001" stiff="true">
<img src="some/black.jpg"/>
</page>
</chapter>
How can I use custom colors for each chapter navigation points?
Is there a way to add a custom navigation pane, with quicklinks to the start of each chapter?
Thanks for the help, it will be very apreciate. ;)

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1989
  • MegaZine3 Developer
    • MegaZine3
Re: Colorize navigation points with chapter pages.
« Reply #1 on: July 06, 2009, 06:01:31 pm »
Different color for each chapter... when using the batch generation it should work if you define the first page manually (as you do with the black ones) and give them the color you desire (<page buttoncolor="...">).
Quicklinks to chapters: I have something else in mind, but I don't know when I'll find the way to implement it :P
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.

closed00

  • Newbie
  • *
  • Posts: 4
Re: Colorize navigation points with chapter pages.
« Reply #2 on: July 07, 2009, 11:08:39 am »
thank you for the answer. As you have told I did a blank page (that in the future will be charapter presentation) and colorized it, a good feature should be anyhow, that you can colorize a entire chapter with buttoncolors something similar to pages, but referring to all the chapter/book (<chapter buttoncolor="0x999999" >)  or (<book buttoncolor="0x999999"), taking always the preference of the less general one (i mean : color preference in order page>chapter>book) this way you can format the links in a very simple way. I would like to help with the programing of this, but I'm afraid, that my AS3 programing is very basic :S

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1989
  • MegaZine3 Developer
    • MegaZine3
Re: Colorize navigation points with chapter pages.
« Reply #3 on: July 07, 2009, 11:35:44 am »
Ah, I think I get it now. You want the buttons of the whole chapter to be colored? Hmm. Will think about an option for that.
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.