Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Developer
gyubok
Posts: 485
Registered: ‎10-08-2009
My Carrier: Telus

Adding options to SystemListDialog

Hi, I am trying to create SystemListDialog to provide some options for the user but I'm having problem adding options to it.

 

I've looked at: 

 

https://developer.blackberry.com/cascades/reference/bb__system__systemlistdialog.html

 

but doesn't have any explanation on how to add the items.

 

https://developer.blackberry.com/cascades/documentation/ui/dialogs_toasts/sysdialogs.html

 

the documentation omits the SystemListDialog completely

 

Please help me!

Please use plain text.
Developer
ekke
Posts: 942
Registered: ‎04-08-2010
My Carrier: vodafone

Re: Adding options to SystemListDialog

perhaps my SystemProgressDialog example helps you to understand ?

-------------------------------------------------------------------------------
ekke (independent software architect, rosenheim, germany)

BlackBerry Elite Developer
International Development Mobile Apps BlackBerry 10 Cascades
Cascades - Workshops / Trainings / Bootcamps

Open Source Enthusiast
blog: http://ekkes-corner.org videos: http://www.youtube.com/user/ekkescorner
bb10-development: http://appbus.org Twitter: @ekkescorner
Please use plain text.
New Contributor
superdirt1
Posts: 7
Registered: ‎03-31-2011
My Carrier: Rogers

Re: Adding options to SystemListDialog

The function you are probably looking for is appendItem(). I couldn't find this function in the online API spec that you posted either, so I looked in Momentics' auto-complete hints for my SystemListDialog object. 

 

Scott

Please use plain text.
Developer
superdirt
Posts: 503
Registered: ‎05-17-2009

Re: Adding options to SystemListDialog

Please use plain text.