12-05-2012 08:54 PM
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/referenc
but doesn't have any explanation on how to add the items.
https://developer.blackberry.com/cascades/document
the documentation omits the SystemListDialog completely
Please help me!
12-06-2012 02:01 AM
perhaps my SystemProgressDialog example helps you to understand ?
01-25-2013 11:57 AM
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
01-25-2013 12:07 PM
My mistake, it is documented here:
https://developer.blackberry.com/cascades/referenc
Scott