Author Topic: print button  (Read 566 times)

filigrata[ITA]

  • Newbie
  • *
  • Posts: 6
print button
« on: February 08, 2010, 10:30:06 AM »
hi everyone
 
i just finish my first book!!! i really like it!!!!!!
 
i was wondering if anyone could help me with the print plug-in:

i have create a stamp button and would like to integrate it with the new plug-in, do you think it will be possible????
 
hope someone can help on this ;)
massimiliano

filigrata[ITA]

  • Newbie
  • *
  • Posts: 6
Re: print button
« Reply #1 on: February 08, 2010, 10:31:35 AM »
i forgot!!!
this is the book : www.lafabbricadeisogni.biz/prova/sfogliabile.html
thanks again

Hans Nücke

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 454
  • MegaZine3 Sales Manager
Re: print button
« Reply #2 on: February 08, 2010, 11:09:33 AM »
I'm not an expert in this at all but I guess you'll find your answers in the wiki:
http://megazine.mightypirates.de/wiki/index.php/Writing_a_plugin
http://megazine.mightypirates.de/wiki/index.php/Writing_a_plugin_II
http://megazine.mightypirates.de/wiki/index.php/Plugin_development

There you have code smples that show how the general concept works and also how plugins interact with butoons.

You also might want to read this about ASUL details:
http://megazine.mightypirates.de/wiki/index.php/Category:ASUL

Also the hints here under "Adding Buttons"  might help:
http://vservu.de/mz3demo/index-FAQ.html#/24

I found that btw in using the search feature and searching for "+plungin +button" ;-)



filigrata[ITA]

  • Newbie
  • *
  • Posts: 6
Re: print button
« Reply #3 on: February 08, 2010, 11:51:16 AM »
i made the navbar whit html and java and just call the java functions of megazine from there... but i think that is no possible with the print function.
i don't know how flash works!!
any help?
if someone of you can help me create some navigation bars like the one i have made but in flash, we can talk about payment!!!! ;D ;D

Hans Nücke

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 454
  • MegaZine3 Sales Manager
Re: print button
« Reply #4 on: February 09, 2010, 12:06:17 AM »
Earliest this week Thursday I can check with FLorian in more detail. And we'll find a solution; either in helping you to help yourselves, in building what you need (if it can be done quickly) or in helping you to find somebody who can spend some more time.

For the time being please have a look at the documentation of the APIs of the plugins, perhaps that helps.
You can find a link in the wiki; and here's the direct link:

http://megazine.mightypirates.de/api2/

filigrata[ITA]

  • Newbie
  • *
  • Posts: 6
Re: print button
« Reply #5 on: February 09, 2010, 09:17:38 AM »
thanks for the help, I will take a look at everything to learn how to manage it!!!
I'll wait for you!
max

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1413
  • MegaZine3 Developer
    • MegaZine3
Re: print button
« Reply #6 on: February 10, 2010, 06:52:26 PM »
Right now it's not possible to open the print frame other than by clicking on the button in the navbar. Forgot to make that available via the interfaces/JavaScript. Will add it soon.
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.

filigrata[ITA]

  • Newbie
  • *
  • Posts: 6
Re: print button
« Reply #7 on: February 11, 2010, 09:19:19 AM »
for the moment I solved using the sidebar and navbar slightly modified.
Now I should solve the problem of the sidebar to the exe app.
I know that does not work, there is a workaround for this?
thanks
max

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1413
  • MegaZine3 Developer
    • MegaZine3
Re: print button
« Reply #8 on: February 12, 2010, 08:30:27 PM »
Just fyi, the change is in the trunk, so if you want you can try it out (or wait for 2.0.6). There's a new function the interface and in the megazine.js (in the JS: MegaZine.setPrintOpen(true); to open print frame).
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.