Allow multiple choices

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
nrenfree
Posts: 4
Joined: Fri Jan 05, 2007 8:54 pm

Allow multiple choices

Post by nrenfree »

I have searched the forum and the documentation and cannot find a way to allow the user to choose more than value from a list of choices.

Is it possible to present the user with a number of choices and allow them to choose more than one?

What ice cream flavors do you like?
Chocolate
Vanilla
Peach
Rocky Road

Thank you for your help,

Nancy
aware_support2
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by aware_support2 »

You can simply make each choice a separate object attribute of type Yes/No. The user will be able to tick or un-tick a check box for each choice.
Aware IM Support Team
nrenfree
Posts: 4
Joined: Fri Jan 05, 2007 8:54 pm

Follow-Up

Post by nrenfree »

So there is no ListBox with multiple selection capability in AwareIM?

A series of check boxes would look fine to an end user for a small list of choices.

The two issues would be:
1) As the list grew, the items would take up more and more form space.
2) As a developer, updating the list would be more difficult than if it was stored in one list of options.

Are there any plans to add this capability to AwareIM?

Thank you for your help,
Nancy
avatar69
Posts: 40
Joined: Thu Mar 01, 2007 5:30 pm
Location: Swindon, UK

Post by avatar69 »

Yes you can allow multiple choice selection in the presentation options, look for "Show as" and select "Swap Box" I think its called....
JTU
Spirax Sarco
aware_support2
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by aware_support2 »

Yes, you can have a list of multiple choices displayed either as a listbox with multiple selection, or as a swap-select control as suggested by avatar69. To implement this you need to make a separate object, say called Flavor and a multiple-allowed reference attribute of type Flavor on object Icecream.

You can then add new Flavor instances in the operation mode as required. They will be automatically visible in the list on Icecream form where the user can select one or more items from the list.
Aware IM Support Team
Post Reply