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

i can't see my dynamic labels, but I know they are there

I have used some code from here to place some labels on a multipage. I can tell after the 5th label is placed that something is happening because there is a break in the frame after the 5th iteration of the routine, but nothing is visible. Sub…
hart143
  • 21
  • 4
0
votes
1 answer

Creating a multi paged pdf in objective-c

Please help, I'm trying to create a Multi paged pdf in objective-c based on the objects of an array, the problem is that the first page of the pdf sets out the text of the objects fine, but when it gets to the second page the text begins again…
Leethal
  • 25
  • 5
0
votes
4 answers

Errors on creating a multipage PDF

Has anyone already created a PDF document in an iPad app? I see that there are new functions in the UIKit to do this, but I can't find any code example for it. BOOL UIGraphicsBeginPDFContextToFile ( NSString *path, CGRect bounds, …
user279778
  • 167
  • 5
  • 12
0
votes
1 answer

AS3: Printjob Multipage

I'd like to print a big page (bigger than an A4 Paper), but the MC is getting cutted at the end of the page. Is flash able to print the other part of the MC on a second page? My code: buttonRgPrint.addEventListener(MouseEvent.CLICK,…
override
  • 1
  • 1
  • 3
0
votes
1 answer

Multipage Tiff write in MATLAB doesn't work

I'm reading in a Tiff using the below function, which works fine, but when I try to use my write function to write that same Tiff back to a different file, it's all 255's. Does anyone know how to fix this? Thanks, Alex. function Y =…
0
votes
1 answer

How to call createFormContent() method in FormPage class when using eclipse WindowBuilder

How to call createFormContent() method in the class(extended by FormPage class) which is created by eclipse WindowBuilder plugin? I created a class to act as a swt gui using eclipse window Buider plugin, but I am unable to use it in my java class…
Samitha Chathuranga
  • 1,689
  • 5
  • 30
  • 57
0
votes
1 answer

Print multipaged WPF control without page breaking on a line of data C#

I made an invoice that has a listview on the bottom to list all of the line items. This can run over the one page mark so I overloaded the DocumentPaginator class to allow for me to print multiple pages. However, sometimes it cuts the page in the…
Todes3ngel
  • 308
  • 3
  • 10
0
votes
2 answers

Counting Checkboxes on a page of a multipage userforms

I am attempting to count the number of check boxes that have been checked on a specific page of a userform. I am using VBA with Excel 2010. This is my code: Public Sub AutoCount() Dim ctl As control Dim j As Long For Each ctl In…
ale10ander
  • 942
  • 5
  • 22
  • 42
0
votes
2 answers

sourcing a control on one page in multipage control from another page in the same multipage control

I’m using VBA in Excel 2007. On an excel userform there four controls: a single multipage control an active x webbrowser control on page1 of the multipage control a textbox control on page2 of the multipage control a list box control on the…
Tired_Eyes
  • 63
  • 1
  • 11
0
votes
0 answers

Nested Multipages

I am creating a Wizard which takes a lot of data and fills an Excel spreadsheet with the information. At one point I am taking user input to create pages dynamically in a Multipage. How can I nest Multipages, if possible, because I'd like to put the…
Nathan Wakefield
  • 105
  • 1
  • 11
0
votes
1 answer

Show entity framework query result on more than one page

Using entity framework in asp.net MVC, i'd like to break a long list of query results to show on multiple pages/views, as an example suppose there are 30 product items returned from DB and now needs to distribute on 3 pages ( 10 records per page).…
0
votes
1 answer

JQuery mobile single page or multi-page mode?

How to know what mode of JQuery mobile am I using? Is having data-role="page" is enough of multi-page mode indication?
Matas Vaitkevicius
  • 58,075
  • 31
  • 238
  • 265
0
votes
0 answers

Symfony2 multipage form file upload

I have a multipage form with a validation group for every page. I send the complete form from page to page. The form fields from other pages are hidden. I can navigate forth and back between pages. One Page have a file upload. What's the best…
jeff
  • 1,169
  • 1
  • 19
  • 44
0
votes
3 answers

Typescript - loading a module that does not export

I'm just starting with typescript and I'm trying to set up a multi-page amd app. Keeping inline with the setup provided by the requirejs team I have a common.ts file that has all my requirejs configs, ex: // common.ts require.config({ paths: { …
gxc
  • 4,946
  • 6
  • 37
  • 55
0
votes
1 answer

Add controls dynamically to RadMultiPage

I have the following piece of code for radControls.
rach
  • 669
  • 2
  • 8
  • 31