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
0
votes
2 answers

perl telnet - how to handle multiple pages of output

I'm writing a script for saving the switch configuration via save the output "show run" because in firmware has problems with working through tftp. The output of "show run" is divided by posts More: , Quit: q, One line: . # sh run no…
Allan Sundry
  • 3
  • 1
  • 3
0
votes
1 answer

Jquery Mobile jump to start page by changing screen orientation

I have built a jQuery Mobile application, but I have one issue I don't understand. I am using the multi-page functionality, but when you are in a page and you change the screen orientation, it jumps back to the start page. I do not understand how to…
RayHee
  • 13
  • 4
0
votes
1 answer

CSS not being loaded after form submit - jQuery Mobile

I have a HTML form which, when submitted, loads a results page. When I link to the same results page with an anchor tag I can use either rel="external" or data-ajax="false" which forces a full refresh of the page and reloads the relevant page CSS.…
travega
  • 8,284
  • 16
  • 63
  • 91
0
votes
2 answers

Saving multipage tiff without writing the whole file

I am facing a challenge where I need to do some work on the last page of a tiff file. So I wrote the example code below and it does work, it just works slowly. The code will eventually be executed quite a bit and I need to speed it up. I have played…
CodeReaper
  • 5,988
  • 3
  • 35
  • 56
0
votes
1 answer

LocalStorage Values not updated on Page Show in multipage mobile app using phonegap and jquery(-mobile)

I have a multipage mobile app using phonegap, leaflet and jquery(-mobile) and the following problem: On page1, when clicking on a map-marker, the name of the poi is written to localstorage and then page2 is called: var onMarkerClick = function(e)…
0
votes
0 answers

Imagick - get a thumbnail for each page of a PDF file

I'm trying to get some information from pdf-files that i uploaded via move_uploaded_file(). I need thumbnails of each page to do some color analysis. further i need the width and height of each page in an actual unit of distance (not pixel). is…
yardarrat
  • 280
  • 3
  • 14
0
votes
0 answers

Speed up saving bitmap process

I have for loop to save and saveadd multiframe tiff images.If it finds a barcode in the page it save that multiframe tiff and opens new one. But it wastes memory and takes long time .How may I speed this process? for (int i = 1; i < num_pages;…
efe demir
  • 55
  • 1
  • 7
0
votes
3 answers

how to create a multipage website

how can I develop a multipage website? should I develop all other linked pages in same way I created the homepage? I am intending to develop a PHP website for a store and I wanna link each products to their individual pages. but since there are lots…
99darshan
  • 562
  • 1
  • 8
  • 17
0
votes
1 answer

jQuery Mobile multipage setup page during transition

I'm building an app based on jQuery mobile, and using the multi-page template feature as described here. That is I have several divs with data-role="page". The problem is that I need to load in some JSON and build up the second 'page' based on a…
maxpenguin
  • 5,039
  • 6
  • 28
  • 22
0
votes
1 answer

Highcharts print bug on Firefox

I am using Highcharts Version 2.2.5. Recently we've found an issue with printing on firefox 13.0.1 (it works with IE and chrome) Test is here: http://jsfiddle.net/a2avu/6/ When clicking on the print button it will print only the first page and…
stackCoder
  • 205
  • 1
  • 2
  • 13
0
votes
2 answers

can an opengraph object be multi-page?

I've searched a lot for the answer to this question - but can't find one - possibly it is just too stupid, in which case please forgive me! I want to add og metadata to our pages, but the information for each logical object (in our case a sports…
0
votes
2 answers

Jquery mobile- Multipage template validation

Am having 3 pages. On click of each page's next the page will be validating the current page for required field check, numeric check and move to next page. My question is on final save on the 3rd page, can we validate all the 3 pages together as we…
ASD
  • 4,747
  • 10
  • 36
  • 56
0
votes
1 answer

Printing a multi-page HTML5 canvas element

This is the first question I've ever asked on here, as normally I can find an answer that will solve all my problems. However, this week I've hit quite the wall. I'm using a canvas on my page that's working great and can be saved as an image file.…
Hunter Jansen
  • 25
  • 2
  • 6
0
votes
3 answers

Handling a second page using ONE activity class

I'm making an android app in which the controls cannot be fit in one page. I have created a new XML file with the remainder of controls. Currently I'm trying to switch between the pages like this: setContentView(R.layout.main); // initialize…
Shaahin Sh
  • 165
  • 12
0
votes
1 answer

global variables with jquery mobile multipage

I have a multipage design with jquery mobile. On the first site i call a function with onklick() to fill a global array with values. Now i want to display this values on the second site, but i can't manage to display them with document.write(array)
AdrianoCelentano
  • 2,461
  • 3
  • 31
  • 42
1 2 3
18
19