PDA

View Full Version : Multiple Choice Input Box



Moiz Palaci
11-08-2005, 05:26 PM
What is the maximum number of lines I can put in:

Dialog.Input

It seems to be 3-4 lines.

I need to create a multiple choice of 10-12 lines long where the operator selects a number:

1. answer one
2. answer two
.
.
12. answer 12

what would you recommend?

Moiz

Intrigued
11-08-2005, 06:25 PM
Try a Listbox Object:

http://indigorose.com/forums/showthread.php?t=13157&highlight=listbox

Example is there for you.

:yes

Corey
11-08-2005, 06:32 PM
I would reccomend a listbox or combobox if it's "multiple choice". If it's not multiple choice then I reccomend separate input fields for each required user input. :yes

Moiz Palaci
11-09-2005, 03:24 AM
Thank you for your replies.
is it possible to size the page so that it looks like a dialog box?

Or make the space around the box transparent?

Moiz

Corey
11-09-2005, 04:10 AM
Hi. Yes and yes. You can mask the page and/or resize it. :yes

Moiz Palaci
11-09-2005, 04:41 AM
The page size seems to apply to the whole project.

can you give me a "hint" on how to resize the page/input box only.

Thanks

Moiz

Corey
11-09-2005, 04:47 AM
Your page is your project, you can't size one without sizing the other... You can restore your page to the original size after accepting the input though. That's probably the easiest way. :yes