The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
24 views

Update jquerymobile header in multipage layout

I have a multi-page layout document where each all pages have the same header: How can I update all pages at once with a certain text after the page has loaded?
0
votes
0answers
23 views

Best approach to building a multi-page dynamic mobile web app with jQuery Mobile

I'm building a responsive webapp, mobile-first, using jQuery Mobile. Every page structure will be stored inside JS objects (i.e. class name, buttons etc), so that the pages are built on-the-fly as ...
0
votes
3answers
83 views

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 ...
0
votes
1answer
97 views

PHP/HTML Form data multipage info transferring, image info

I've created a photo competition where when users see themselves in a photo they click the (I'm in this photo) callout. This pops up a form for them to fill in. I've had no problems collecting the ...
0
votes
0answers
50 views

Telerik - Rad Tab Strip with Multipage Functionality

There are a few questions in this topic, but no solutions work for the issue I am having. I have set up a rad tab strip and want to switch page views. It is a fairly straight forward process, but the ...
0
votes
1answer
101 views

jQuery Mobile: Getting “Type Error” while using changePage method

I'm using jQuery mobile multipage template and I wanna open the second page programmatically. Here's my sample html: <!DOCTYPE html> <html> <head> <link rel="stylesheet" ...
0
votes
0answers
69 views

JQuery Mobile multi page apps: how to switch data-role=“content” without switching data-role=“page”?

I want to code my Top bar (header) and bottom bar (footer) just once. I'am aware I may use JS injection on all pages. HTML: My index.html file contains 15 pages such as: <div ...
0
votes
0answers
13 views

Staus Line update in Multipage Editor

I have a multipage Editor which extends the Text Editor and I need to update the status line as it works in Text Editor or Eclipse Editor with Additional information. How do i proceed with this?
1
vote
1answer
66 views

Accessing Individual Images in Multipage TIFF in Mathematica

I have 12 large (1gb each) multi-page TIFF files containing 1500 images that represent a time series of 3D data. To keep memory consumption at bay, i would like to only read individual images from the ...
0
votes
0answers
65 views

Dynamic multipage - JQuery Mobile

So I want to dynamically create pages inside a multipage with data in a localstorage database. On the homepage you can see a grid with pictures of art. Each picture contains a link that's been made ...
1
vote
0answers
103 views

Get Pages from MultiPage TIFF

I have a TIFF file that shows 5 pages when opened in Microsoft Document Imaging. I am trying to extract the 5 pages programmatically and return them in a Lis. The first page has an 8 bpp indexed ...
0
votes
0answers
43 views

graphicsmagick burst multi page tiff into 2 page tiff's

I have a tiff file with several hundred pages in it. My goal is to break it into many files each containing two pages. i.e. every two pages save a new file. It is basically a stack of single sheet ...
0
votes
0answers
129 views

VBA Duplicate Pages in Multipage of Userform

![MY userform][1] I would like to know if it is possible in VBA to duplicate a page of a multipage. I have a Userform with a Multipage. I want to Duplicate all the objects of 1-R TO 2-R and 3-R. This ...
0
votes
0answers
8 views

What is “multipage document” in jQuery Mobile?

I don't know "multipage document". Please help me with an example. If an HTML file displays on screen, it longs about 50inchs <= multipage document or one page document? What defines "page" in ...
0
votes
0answers
177 views

WPF: Printing DataGrid in multiple pages

I have DataGrid that needs to be printed in multiple pages both horizontally and vertically. Based on exhaustive searching the closest solution i have is the one found ...
1
vote
1answer
48 views

MultiPage Form Identify VBA

it might be the silliest question anyone ever asked, but I have been looking for a long time and I could not find an answer. I have a form with a multipage with 2 pages, and I want to know which page ...
0
votes
0answers
73 views

WPF: How to achieve visual print of UIElement into multiple pages?

I have several controls in a ScrollViewer which when printed should span multiple pages both horizontally and vertically. My current solution uses a series of scrolls (both in horizontal & ...
0
votes
1answer
190 views

How to write a memory stream into a tif file?

I have a multi-page tiff created on TiffBitmapEncoder te= new TiffBitmapEncoder(); (using CCITT4) Then I copy this to a memory stream Say MemoryStream ms = new MemoryStream() using ts.save(ms); ...
3
votes
1answer
672 views

ASP.NET MVC - RequireJS best multi-page app solution

I'm trying to convert one of my current MVC sites to using requirejs.....I was able to get things to "work"....but, what I have done looks messy. Everything I have found on the internet in relation ...
0
votes
0answers
162 views

How to dynamicaly create multiple timers in excel VBA

I have a multipage. Each time a new page is created, a visible timer should be dynamically added into a listbox which represents the page created on the userform. And the same goes to all newly ...
0
votes
2answers
799 views

How do you control a button inside a multipage in excel VBA

I have a multipage, I was successfully able to copy elements of the first page which is my reference page to new pages which is created dynamically. My question is, how do I set a commandbutton's ...
0
votes
1answer
193 views

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: ...
2
votes
1answer
1k views

How to dynamically put cell values into a textbox on a multipage in excel?

I have created a multipage with dynamic pages. When the userform is launched, the userform checks the values on a specific cell in a column if they are empty or not. then create a page for each of the ...
0
votes
1answer
140 views

wkhtmltopdf lines torn between two pages

Dear stackoverflow community I have a problem with wkhtmltopdf. I have an <article> element that spans across multiple pages. It's is not defined in the css, the width is fixed. Yet when the ...
0
votes
0answers
68 views

Drupal webform page-by-page form submission

I have a 4 page webform and I am looking for a way to commit data to the database with each click of the "next" button as opposed to the default single database commit at the end of the form when it ...
0
votes
2answers
274 views

Imagemagick combine 2 generated PDFs into 1 multi-page file

I'm not finding in the documentation where to take 2 PDFs and combine them into 1 file where image1.pdf will be page 1 and image2.pdf will be page2. Is this even possible? I see documentation ...
0
votes
1answer
261 views

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 ...
0
votes
1answer
138 views

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

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 ...
0
votes
0answers
217 views

OSX save WebView content to multipage PDF

I am working on an OSX app with xcode. I have a working WebView that uses MathJax to display equations (as well as normal html content). I am creating a math worksheet generator for math teachers. I ...
0
votes
1answer
174 views

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 ...
0
votes
0answers
107 views

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 ...
0
votes
0answers
122 views

Problems with custom document provider for multipage editor

I have defined an EMF metamodel in which some elements have a String field containing some Java source code. Now I am trying to create a basic Java editor to be able to edit this field's content as ...
4
votes
2answers
462 views

Jquery mobile : multipage form

I have a jquery mobile form that is wrapped around two pages : <form ...> <div data-role="page"> ... </div> <div data-role="page"> ... </div> </form> It works ...
2
votes
1answer
130 views

Centralized code for multi-page js application

I am cleaning up a multi-page app of 65+ html pages and a central javascript library. My html pages have a ton of redundancies and the central js library has become spaghetti. I face limitations on ...
0
votes
0answers
214 views

jQuery mobile - internal linked pages not working

i've developed a little app and it worked fine on my pc's firefox, chrome and even on my android-smartphone. now, the problem is, that it doesn`t work on emulated android browsers (sdk) nor built as ...
0
votes
0answers
82 views

How to convert pdf file into multi-page pdf before downloading in rails using jquery?

i am using rail 2.3.11. and i want to convert a PDF file into multi page pdf viewer in browser before the user going to download the page.so that use can view the pdf like a book in browser after that ...
2
votes
1answer
737 views

Multipages with Phonegap/Cordova 2.2.0

I'm trying the cross platform framework phonegap and have some problems with multipages. All I want is the following: Page 1: static content Page 2: listview The code I use: Page 1: index.html ...
0
votes
0answers
162 views

Writing Multi Layer / Page Tiff / EXR files

I am writing a program which takes 3 JPEG or Camera-RAW image types and I would like to save them out as one TIFF or ideally EXR file with 3 Layers. I'm not sure how to properly include information ...
2
votes
4answers
201 views

how to use javascript in a jquery based jsfiddle?

i am working on a jsfiddle and have selected that the framework used is 'onload, jquery 1.8.2'. i have also called in the following resources: jquery.multipage.js jquery.validate.min.js both ...
1
vote
1answer
1k views

Jquery-mobile and Phonegap Best Technique

I am working with jqmobile and phonegap. While developing mobile web applications is normally recommended to use the multipage technique, that is, put different pages inside the same .html file so ...
0
votes
0answers
266 views

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 ...
2
votes
3answers
240 views

C# saving multiple png file from a MemoryStream

I am getting multiple pngs from another process from its standard output as a stream. I want to take this memory stream and save it as multiple png files. I have looked at ...
0
votes
2answers
346 views

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 ...
0
votes
1answer
246 views

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 ...
19
votes
2answers
3k views

How to use RequireJS build profile + r.js in a multi-page project

I am currently learning requirejs fundamentals and have some questions regarding a build profile, main files, and use of requirejs with multi-page projects. My project's directory structure is as ...
1
vote
2answers
646 views

PHP Multipage form session data being lost after 2 navigations

I have a multipage form site that I am building. I am using $_SESSION['X']=$_POST['X'] to store variables from the form into sessions on the page the results are being posted to. The form is ...
0
votes
1answer
478 views

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

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 ...
-3
votes
1answer
416 views

next and prev in my script [duplicate]

Possible Duplicate: Previous/next Buttons? how can i make next page and prev page in my gallery script .. when mid = id of images path = link of images I need two buttons: next to get ...

1 2 3