No one has done this?
I've experimented with updating the canTurnForward() method in FlexBook.as,
like this:
private function canTurnForward():Boolean
{
if((_currentPageIndex+2) >= maximumPageIndex) {
return false;
}
return (_state == STATE_NONE)? (_currentPageIndex+1 < maximumPageIndex):
(_state == STATE_TEASING)? (_targetPageIndex < maximumPageIndex):
_targetPageIndex+1 < maximumPageIndex;
}
.. adding the first check. One should think this would be enough, but it
seems it isn't used everywhere since I can still turn the last page :|
- Bjørn
On 29/05/07, bjorn - <[EMAIL PROTECTED]> wrote:
Hi,
is it possible to use Ely's FlexBook in a way that makes it always
stay open? (e.g. the front/back cover cannot be grabbed and closed)
Best regards,
Bjørn
--
========================
http://www.juicability.com - flex blog
http://www.43min.com - funny movies
--
========================
http://www.juicability.com - flex blog
http://www.43min.com - funny movies