Author Topic: Remove question mark in background  (Read 1783 times)

MegaMan

  • Newbie
  • *
  • Posts: 12
Remove question mark in background
« on: February 25, 2010, 08:33:29 am »
Hi,

When a page is not in memory it displays a question mark on the page until it is loaded, how can i remove this so that the page is just blank?

Thanks,
Megaman

MegaMan

  • Newbie
  • *
  • Posts: 12
Re: Remove question mark in background
« Reply #1 on: March 01, 2010, 03:23:07 pm »
Any hints on this?

Hans Nücke

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 787
  • MegaZine3 Sales Manager
Re: Remove question mark in background
« Reply #2 on: March 01, 2010, 03:42:34 pm »
Actually that is not possible.
One approach (intermediate work around) could be to crety a file with all thum nails offline and provide that for download when the book starts.
This will delay the start a bit, but then there would be at least a preview available immediately; on the "?" do not pop up.

For details see here:
http://megazine.mightypirates.de/wiki/index.php/Book#thumbpath

You can decide what images to load; could be simply the page background. Which should result in a smaller sized file with shorted load times.
You also can parameterize the thumbscale (next parameter at above link) and with that control the qualty/resolution/size.

Just an idea...

MegaMan

  • Newbie
  • *
  • Posts: 12
Re: Remove question mark in background
« Reply #3 on: March 02, 2010, 11:03:31 am »
Surely somewhere the question mark must be set to display in the classes?
I don't believe this is a flash feature. I looked through the classes but not really sure where it would be defined.

MPete

  • Full Member
  • ***
  • Posts: 62
Re: Remove question mark in background
« Reply #4 on: March 04, 2010, 02:30:20 am »
I guess as Hans suggested, the way I would do it is load a single thumbnail image in place of the question mark - this means matching the background below as it's not showing nothing.... it would probably be good to be able to switch this off, I think it's only a recent version that introduced this isn't it, I didn't notice it previously?

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1985
  • MegaZine3 Developer
    • MegaZine3
Re: Remove question mark in background
« Reply #5 on: March 05, 2010, 04:53:24 pm »
I'll add a parameter for the next version that lets you changed the displayed "text" (which will default to the question mark).
So you can then just set it to an empty string, effectively removing the question mark.
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.

MegaMan

  • Newbie
  • *
  • Posts: 12
Re: Remove question mark in background
« Reply #6 on: March 09, 2010, 07:13:25 am »
Awesome, thanks!

qdxhs

  • Newbie
  • *
  • Posts: 5
Re: Remove question mark in background
« Reply #7 on: June 05, 2010, 09:01:38 am »
I'll add a parameter for the next version that lets you changed the displayed "text" (which will default to the question mark).
So you can then just set it to an empty string, effectively removing the question mark.
Is this parameter added or not? What is it?

qdxhs

  • Newbie
  • *
  • Posts: 5
Re: Remove question mark in background
« Reply #8 on: June 05, 2010, 09:34:17 am »
One approach (intermediate work around) could be to crety a file with all thum nails offline and provide that for download when the book starts.
This will delay the start a bit, but then there would be at least a preview available immediately; on the "?" do not pop up.
You can decide what images to load; could be simply the page background. Which should result in a smaller sized file with shorted load times.
You also can parameterize the thumbscale (next parameter at above link) and with that control the qualty/resolution/size.
This trick not fully works...
If I jump to some page by clicking bubbles on nav bar, I can see thumb image in my thumbpath in stead of "?". But if I use bookmarks or just flip one page by one page, the "?" still there.

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1985
  • MegaZine3 Developer
    • MegaZine3
Re: Remove question mark in background
« Reply #9 on: June 05, 2010, 03:32:07 pm »
I'll add a parameter for the next version that lets you changed the displayed "text" (which will default to the question mark).
So you can then just set it to an empty string, effectively removing the question mark.
Is this parameter added or not? What is it?

http://www.megazine3.de/wiki/index.php/Book#thumbloadtext
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.