Questions tagged [page-flipping]

39 questions
1
vote
1 answer

How to animate book page turn effect in WebBrowser control in windows phone 8

I am working on windows phone 8 book reader application, i am showing my all html pages on a web browser control, so now when i page change by click next button it suddenly change the page and navigate to another page. I want page should flip like a…
1
vote
0 answers

how to make PageFlip in java

am developing a desktop application of reading epub files,am planning to do in JavaFX but my clients requirement is to give a pagination and pageflip (like this) but in desktop application in java,dont know how to satisfy this requirement,please…
J.K
  • 2,290
  • 1
  • 18
  • 29
1
vote
1 answer

how to fix uipageviewcontroller exc_bad_access if page turn is not completed?

I'm getting an exc_bad_access in my app and I can't figure out how to fix it. I just upgraded to Xcode 4.5 and I'm targeting IOS 5.0. This is also my first time using UIPageViewController. I prefer to use storyboard as much as possible. What I'm…
0
votes
3 answers

How to Create "Page Flipping" On Android

I want to create an app with page flipping feature. It should look like Pape Flipping Demo In Menu option have "Current page move" feature, i want my app have that feature, detail at 00:33 in that video. Any body have tutorial or sample source code…
NemoDo
  • 151
  • 3
  • 11
0
votes
1 answer

Page flipping efffect in ipad app

I have different xib files in which each has tableview.When an item in tableview is clicked,next xib file is to be shown.I used presentModalViewController and achieved the result. My problem is that when the tableviewcell is selected,the next xib…
nithin
  • 2,457
  • 1
  • 30
  • 50
0
votes
0 answers

Flutter fileimage not appearing in page flip animation widget

I want to create a book app like google's play book application my books are in pdf, Im getting them from Firebase storage, then im converting that pdf to image, page by page, its working fine but when I try to put the file inside the PageFlip…
Steven
  • 1
0
votes
0 answers

react-pageflip HTMLFlipBook error: Type '{ children: Element[]; width: number; height: number; }' is missing the following properties from type

I'm new with Typescript user, and I'm trying to use react-pageflip with my typescript project. First, I tried to import HTMLFlipbook for use it. but it needs type. Here's my code. type mybook = { children: Element[]; width: number; …
0
votes
0 answers

Android: How to implement page curling/flipping/turning effect in TextView

I have a TextView and I implemented two method for swipe right/left; And when I swipe, then the content changes. And now I want to implement page turning effect when swiping in TextView. How can I implement it?
0
votes
1 answer

How do i include the third parties Library (turn.js) in react

Right now , i need to do page flip animation in react . I saw turn.js library which is used for page flip . I imported that in the react component . It is not calling the Jquery function(.turn) in that library Import statement import React from…
Naveen Kumar
  • 167
  • 13
0
votes
1 answer

Triple Page Flip Buffer - Is It Possible?

I have just discovered what a double buffer is and I completely understand how they work and why they are used (thank god for Wikipedia!) I also understand that a triple buffer is used for smooth animation of graphics. But, page flipping (also…
0
votes
1 answer

How could I remove the watermark on my homepage?

I have buy a program, which calls FlippageMaker. I have build my Flippage, but as I want to publish, there was the watermark and I couldn't remove it. I have searched for the watermark, I have founded in Google Chrome under Ctrl+Shift+J in ... So I…
xXTripleFXx
  • 3
  • 1
  • 3
0
votes
1 answer

How to mask a dom element in createjs

I am trying to mask a dom element in createjs . but masking is not working with dom element in createjs var stage; function init() { stage = new createjs.Stage("my_canvas"); var de = new…
0
votes
0 answers

Page flip script with pinch-zooming

There are many scripts out there to cover the pageflip functionality. Actually, pageflip.hu does pretty much all you need and it's also in HTML5.. However, it does not seem to allow zooming in and out which is a shame. Now, does anyone know of…
ozke
  • 1,622
  • 4
  • 25
  • 44
0
votes
1 answer

XCode flipping pdf orientation

I'm doing some drawing on pdfs, and I've found what may be a problem on Xcode handling of pdf dimensions, which then become clear when CGPDFDocumentCreateWithURL is triggered. I have two PDFs. One is A4 portrait size (612w x 792h) and it displays…
Neil MCCABE
  • 67
  • 1
  • 10
0
votes
1 answer

toggle issue between grids

I have two jqgrids. At a time only one should be visible. For this I tried toggling like this.At a time only one grid should be displayed. For board grid, it works fine. But for list grid, both the grids are displayed. .jsp
sahana
  • 601
  • 5
  • 12
  • 33