Tagged Questions
The multipage tag has no wiki summary.
13
votes
2answers
4k views
how to create wizard forms in ruby on rails
I'm trying to understand the best options for pulling off a wizard form in ruby on rails. Ideally I'd like to have it so the application signup has a back and next button that allows the user to ...
8
votes
2answers
7k views
Subfigs of a figure on multiple pages
I am facing problem of stacking many figures
The problem is the stack figure is overriding the page dimension vertically and placing all the figure in one page and not changing the page as the ...
5
votes
3answers
559 views
Validation on a Complex Model for a multi-page form
I'm trying to write a registration using devise and active merchant. The form is complex in that my user object looks like this:
class User < ActiveRecord::Base
include ActiveMerchant::Utils
...
3
votes
4answers
2k views
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 ...
2
votes
3answers
464 views
Creating a multi-page PHP form with sessions
I need to create a pretty extensive form with PHP/MySQL with a lot of conditional logic that ultimately ends with submission to the MySQL database. So basically the user makes their first choice with ...
2
votes
3answers
829 views
.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 ...
1
vote
1answer
38 views
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 ...
1
vote
1answer
52 views
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. ...
1
vote
0answers
39 views
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 ...
1
vote
1answer
32 views
How to get all the pages validated, not just the current one, when submitting a form?
First I created a form in Orbeon Forms with Form Builder. Next I made it a multi-page form as described in Create a wizard or multi-page form with Form Builder.
The problem I'm facing is that when ...
1
vote
1answer
542 views
iPad App: Merge PDF files into 1 PDF document / Create PDF Document of multi-page scrollview
I am writing an iPad application which uses a scrollview with page control.
I need to create a PDF of all the pages as 1 PDF file.
So far, I figured that I should loop through all the sub-views ...
1
vote
1answer
354 views
Javascript Multistep Form with Validation
I am trying to create a multistep form using javascript and div. I know how to create the form this way but the problem is I want the fields in each step to be validated before moving to the next. ...
1
vote
3answers
719 views
Convert multipage TIFF to PNG .Net
I am able to convert a single page TIFF to a PNG in .Net, however, how would I do this for a multipage TIFF?
1
vote
1answer
59 views
Multipage image printing
I'm trying to force printing long images on several pages. What would be the best way to achieve this using HTML and / or CSS ?
Thanks
1
vote
1answer
3k views
How to combine two or many tiff image files in to one multipage tiff image in JAVA
I have 5 single page tiff images.
I want to combine all these 5 tiff images in to one multipage tiff image.
I am using Java Advanced Imaging API.
I have read the JAI API documentation and tutorials ...
1
vote
1answer
254 views
multi crystal report 9.0 in asp.net 3.5
I might be asking a very basic question and I am sorry for that.
I have a web application which is sort of a reporting portal. I have a ReportViewer.aspx page which has the crystalreportviewer ...
1
vote
1answer
930 views
I need to view a Multipage TIFF in a WPF application
I need to view a multipage tiff with WPF.
I currently have the following:
<FlowDocumentReader>
<FlowDocument>
<BlockUIContainer>
<Image x:Name="DocImg" ...
1
vote
2answers
1k views
Generating a multipage tiff is not working
I'm trying to generate a multipage TIFF file from an existing picture using code by Bob Powell:
picture.SelectActiveFrame(FrameDimension.Page, 0);
var image = new Bitmap(picture);
using (var stream = ...
1
vote
1answer
777 views
Problem printing multipages ListView in C#. Can't figure it out
I am having an issue printing listView items.
the problem I think is at private void PrintPageDetail(PrintPageEventArgs e)
So this is what's going on:
it prints whatever fits on one page over and ...
0
votes
3answers
54 views
Getting all html form data in a multi-paged/multi-part form
I have a multi-paged forms and I need to get all the data from the forms. I know I can do this manually but I want a more dynamic approach. Yeah, if possible, please give me an answer using javascript ...
0
votes
1answer
47 views
How to load a multipage template via AJAX using jQuery mobile?
I have a problem in my webapp :
When i open a "multipage template" page in my browser, I can see both pages in the DOM, but only one is active, this is logical, nothing to say about that.
But when I ...
0
votes
0answers
35 views
Internal links in multipage
I've created a mobile quiz application with jQuery Mobile. It's working pretty well but I have one issue that needs to be solved.
The quiz have twenty questions. Every question is in it's own div ...
0
votes
1answer
27 views
How to have multif-form application in android?
I'm going to develop a shopping application which include several cascading forms.
The development platform is android 3.1. I got two problems.
what is a good strategy to have multiple forms? e.g. ...
0
votes
0answers
30 views
trying to create a multipages application on fb
My mother-tongue is not english so the least I can do is to be polite... Hello to everybody! I will try to be as precise as possible :)
I'm currently developping a facebook application. I developped ...
0
votes
1answer
67 views
Adding a Second Page To an App [closed]
I have an app that has too much information in one spot so I wanted to add in a next button
that would lead to a new page for more information. Is there an easy way to do this? (I am currently a ...
0
votes
1answer
77 views
bring page to foreground? multipage editor
I'm develpping an RCP user interface. I have a multipage editor in which pages are editors (EditorPart). From a first page in my multipage editor I want to open a second one if a button is pressed. ...
0
votes
0answers
27 views
how to add a labels to my multipage editor?
I'm using addPage(IEditorPart editor, IEditorInput input) to add pages to my multipages editor. Now I want to add labels to my pages. If I were using pages that extend FormPage, I would use
...
0
votes
1answer
56 views
how to add a GEF editor to my multiplePage Editor? (eclipse RCP)
I would like to add a GraphicalEditor to a multipage editor. However, when I simply call
addPage(new MyEditor());
inside addPages(), I have an error since. Since my GEF editor extends ...
0
votes
1answer
164 views
How to submit a Zend Dojo subForm
I have spent hours on the net to find a solution, but nothing works.
I have a form divided into 2 subForms (I couldn't get the accordion pane to work)
like this :
$sfBase = new ...
0
votes
1answer
28 views
Multi Page PDF merging with data file
We are trying to add a code to a multipage pdf file.
Let's say there's 1000 pages in the pdf file.
Every six pages corresponds to 1 account.
So those six pages need the same account number.
Then the ...
0
votes
1answer
196 views
tesseract ocr multipage pdf hangs
We are using Tesseract's Java library, Called Tess4j to convert PDF files to text.
It works nicely with Tiff files as well as one page PDF files. But with multi-page PDF's it does generate the output ...
0
votes
1answer
138 views
Convert a form into 2 / 3 sections and keep the form validation?
I have a form with 20+ fields and now I am bound to an iframe and i need to separate the form into more sections. How can I best do this and still keep the validation?
I am trying to keep it simple ...
0
votes
1answer
380 views
Dynamic navigation through multiple jsp pages
HelloI am developing web application using Spring 3.0, Hibernate and JSP pages as a view technology. And I am stuck on the problem of linking pages together.
Here is the situation:I do have simple ...
0
votes
4answers
2k views
Multi step/page form in PHP & CodeIgniter
I'm trying to build a multi step/page form in PHP and CodeIgniter and I was wondering if any of you could help me.
How can I have a multi step form in CI that updates rather than inserts again when ...
0
votes
1answer
544 views
How to create a multi-page PDF-file with Gnuplot?
I make a dozen of plots with Gnuplot on Mac via ruby-gnuplot. If I re-run my ruby script, then the number of open windows with the plots doubles. If I could just output all these plots in a PDF opened ...
0
votes
1answer
323 views
Creating multipage PDF in iPad
I am developing an application in which i have to create multi page PDF and email such PDF. The content which is to be converted to PDF contains text as well as some images. I have seen some posts ...
0
votes
2answers
604 views
Multi page ordering form php or ajax
I'm looking to create a multi page ordering form the first page would contain some dropdown and text fields, the second page would contain more text fields, the third page would be an order summery ...
0
votes
4answers
5k views
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 (
...
0
votes
2answers
242 views
Multipage Control in ASP.net MVC
I am working with asp.net mvc framework.
In my application I want to have a master page and multiple child pages.
All the child pages should load if any one page gets loaded.
Say i have 4 child pages ...