FROM : I. Savant
DATE : Thu May 22 22:04:56 2008
> I want to use a (paper) fill in the blank form consisting of six (6) pages
> as the user interface so that the user will be familiar with the layout and
> information required, allowing the user to fill in each field, like he/she
> would if they were filling out the paper form and being able to scroll down
> to the next page as needed. How would I do this? Your help is greatly
> appreciated.
Use Adobe Acrobat Professional to create a form PDF ... that's a
pretty familiar 'paper-like' interface, after all.
If you want to do this as a Cocoa application and want specific
guidance, you'll have to be a *lot* more specific about your
requirements than that. If you just want a white, paper-like view that
has only a bunch of text fields in it, you just need:
A - A custom NSView subclass that overrides -drawRect: and draws your
paper-like decorations.
B - A bunch of text fields thrown into the custom view in Interface Builder.
More detailed direction requires more detailed description of your goals.
--
I.S.
DATE : Thu May 22 22:04:56 2008
> I want to use a (paper) fill in the blank form consisting of six (6) pages
> as the user interface so that the user will be familiar with the layout and
> information required, allowing the user to fill in each field, like he/she
> would if they were filling out the paper form and being able to scroll down
> to the next page as needed. How would I do this? Your help is greatly
> appreciated.
Use Adobe Acrobat Professional to create a form PDF ... that's a
pretty familiar 'paper-like' interface, after all.
If you want to do this as a Cocoa application and want specific
guidance, you'll have to be a *lot* more specific about your
requirements than that. If you just want a white, paper-like view that
has only a bunch of text fields in it, you just need:
A - A custom NSView subclass that overrides -drawRect: and draws your
paper-like decorations.
B - A bunch of text fields thrown into the custom view in Interface Builder.
More detailed direction requires more detailed description of your goals.
--
I.S.
| Related mails | Author | Date |
|---|---|---|
| Hernandez & Associ… | May 22, 21:55 | |
| I. Savant | May 22, 22:04 | |
| Antonio Nunes | May 22, 22:10 | |
| I. Savant | May 22, 22:13 |






Cocoa mail archive

