Questions tagged [multipage]

A container for a collection of Page objects. It is a control in VBA to facilitate categorising a large volume of information.

Microsoft support page a container for a collection of Page objects. It is a control in VBA to facilitate categorizing a large volume of information.

282 questions
4
votes
3 answers

Singleton model in Backbone multipage app with RequireJS

I have a Backbone multipage app written with the use of RequireJS. Since it's multipage I decided not to use a router as it got too messy. I've tried multiple ways of creating a singleton object to be used throughout the app var singletonModel=…
dermd
  • 167
  • 3
  • 13
4
votes
1 answer

wkhtmltopdf lines torn between two pages

I have a problem with wkhtmltopdf. I have an
element that spans across multiple pages. It's is not defined in the CSS, the width is fixed. Yet when the element breaks across pages, sometimes parts of the text are stuck on both the the…
nils
  • 25,734
  • 5
  • 70
  • 79
4
votes
2 answers

Jquery mobile : multipage form

I have a jquery mobile form that is wrapped around two pages :
...
...
It works pretty good when this page is loaded via the browser. However, when the page is called…
Intrepidd
  • 19,772
  • 6
  • 55
  • 63
4
votes
4 answers

Multi page form validation with php

This is my first post, so be kind ; ) I'm wanting to create a multi page form with php. The form will spread over 3 pages, each page will need to validate on the data entered into the form on the client (using jquery validation) and if javascript is…
mathalete
  • 41
  • 2
  • 4
3
votes
3 answers

jquery mobile multipage wont work

Please help, jquery mobile multipage wont work when a page is called from another page. It only displays the buttons but doesnt navigate to its internal pages when clicked. It works fine when the page is access directly.
Jayden
  • 45
  • 1
  • 8
3
votes
0 answers

Is it possible to add a page to Multipage Editor from outside the FormEditor?

I have a multipage editor to which I want to add a page if the user double cliks on a box in another page of the multipage editor (which is a graphical editor). Is this possible? without multipage editor, I can do that using the following…
jean24
  • 189
  • 3
  • 9
3
votes
1 answer

What's the role of "suppress_callback_exceptions" in dash Python?

What's the differene between writing this: app = dash.Dash(__name__, suppress_callback_exceptions=True, meta_tags=[{'name': 'viewport', 'content': 'width=device-width, initial-scale=1.0'}] …
wageeh
  • 13
  • 1
  • 5
  • 18
3
votes
1 answer

Is there a way to have navigation for a multipage Data Studio Report at the top of an embedded report?

Typically the embed report only shows multiple pages/index at the bottom of the report if you hover over it. Is there any way to have the navigation and index static at the top of an embedded report? Top Navigation Example
ArnoldT
  • 31
  • 1
3
votes
2 answers

Convert .png to multi-page pdf using Magick in R

I have a directory full of 100 .png images I'd like to convert to pdf. The images are exactly the size I want the pdf to be. I can create a multi-page pdf using magick "manually" like this: library(magick) img1 <- image_read("image1.png") img2 <-…
Nova
  • 5,423
  • 2
  • 42
  • 62
3
votes
1 answer

Error Displaying Tiff Image to DocumentViewer (WPF,C#)

Hello Everyone I want to use DocumentViewer control to display Multipage Tiffs.The code i have written is the following... using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using…
3
votes
1 answer

VB right click copy/paste in multipage

Let me preface my question with the fact that I am self taught, so please provide as much detail as possible and bear with me if I need you to explain differently or multiple times. I created a notation/email generating tool for my team using…
crick1988
  • 53
  • 5
3
votes
0 answers

iOS Viewing Multipage tiff images

I would like to know is there a way to view multi page tiff files in iOS (iPad) without using any third party apps? What we have today - We asked our users to download Multiple page image viewer app however our end users are requesting us to…
Bhaskar
  • 153
  • 2
  • 9
3
votes
0 answers

Make the "Ultimate Member" registration form multi-page

I have created a fairly long registration form using the Ultimate Member plugin for Wordpress and would like to turn it into a multi-page form. The current form is added to my registration page using the shortcode: [ultimatemember form_id=161].…
Ashkan Azadi
  • 33
  • 1
  • 6
3
votes
1 answer

Python write / add image data by appending to Multipage TIFF file using tifffile

I would like to add image data (a numpy matrix) to an already existing Multipage TIFF file using the tifffile module from Christoph Gohlke: http://www.lfd.uci.edu/~gohlke/code/tifffile.py.html And I would like to do it without having to load the…
Alexis Cllmb
  • 107
  • 7
3
votes
2 answers

.NET Multipage Tiff with Lossy Compression

I need a way to take several jpgs and convert them into a single multi page Tiff. I have that working using GDI+ however it only works with the compression LZW which is lossless. This means that my 3 50KB Jpgs turn into 3MB multipage Tiff file. …
Adam Berent
  • 1,992
  • 19
  • 21
1 2
3
18 19