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

Basic Page vs. Blank Page

I am trying to find the difference between the uses of a basic page and a blank page on windows store apps. I am writing an application that has multiple pages and I am not sure which one to use for my main page and I can't seem to find an answer…
Mirimari
  • 115
  • 1
  • 9
2
votes
1 answer

How do you print a multipage tiff file using CUPS (lp command)?

On Linux system (Ubuntu) I have a multipage TIFF file (file.tiff). When I send it to a printer using "lp file.tiff" command, only the first page prints. How do I print all the pages? I have the following known options: Split the file to single-page…
iva2k
  • 450
  • 4
  • 9
2
votes
1 answer

jquery mobile multipage dropdown not displaying selected value

I have written my first jquery mobile site using their multipage template. In my application, Changes in the main page can affect the selected value in a drop down in a sub page. The first time I go to the sub page, the correct option is selected…
Jon
  • 23
  • 3
2
votes
0 answers

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 & vertical direction) to achieve the printing. For this…
user527614
  • 465
  • 5
  • 19
2
votes
2 answers

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 actions inside a page in a multipage control? My goal…
Jovanni G
  • 322
  • 1
  • 7
  • 17
2
votes
1 answer

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 non-empty cells. Here is my code snippet Private…
Jovanni G
  • 322
  • 1
  • 7
  • 17
2
votes
1 answer

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 consolidating pages because I am working within a…
2
votes
4 answers

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 these scripts, as well as the html and css defined in…
user1063287
  • 10,265
  • 25
  • 122
  • 218
2
votes
1 answer

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 that the transitions go faster. However, as long as…
alvaro.rmfg
  • 379
  • 3
  • 15
2
votes
4 answers

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 PngBitmapEncoder/PngBitmapDecoder, but I can't seem to get a multiple page…
jltest
  • 21
  • 2
2
votes
1 answer

Copy and paste a new tab page into MSForms.Page

I have a UserForm in Excel with MultiPage object. I need to add more tab pages into the MultiPage object dynamically, by copying and pasting one of the existing tab pages. Any help would be appreciated. Thank you
Fred
  • 378
  • 1
  • 10
  • 26
1
vote
1 answer

Customize form to make it multipaged

A module I am using provides a single paged configuration form. But for my additional configuration purposes, I am attempting to make it multipaged with one additional page for collecting extra configuration data. I am implementing hook_form_alter…
sisko
  • 9,604
  • 20
  • 67
  • 139
1
vote
1 answer

PHP - Complex multi-page form

I need to develop a form that spans multiple pages, but requires just one PHP script. On the first page, visitors are presented with a series of checkboxes. Depending on their choice(s), additional pages must be displayed in a specific order and…
Bryan
  • 849
  • 1
  • 7
  • 12
1
vote
1 answer

Multi-Page Form Not Loading to Top of Screen

I have created a multi-page registration form for a website. Due to the page length differences when a user clicks through each page they wind up proportionally in the same page between the steps. This can leave the user having to scroll up to see…
codacopia
  • 2,369
  • 9
  • 39
  • 58
1
vote
2 answers

Problem adding a macro to a dynamic Checkbox in a MultiPage

My goal here is to make an userform to fill data about users. So I choose to do a MultiPage to add as much users as you want. Every time you add a page, it create the buttons, the checkboxs and so on to put the data. The problem I encounter is that…
Dehn
  • 13
  • 4