Thanks for the suggestions, Andreas.
Widget Candy has just been updated to 1.0.87, which contains the following improvements:
* Added two new button properties to alert and confirmation windows (.width and .newLine). The optional .width property specifies the width of a button (can be a number or a percent string), while the optional .newLine property places a button on a new line, if set to true. Use it to place buttons vertically within a confirmation window. See updated manual, confirmation window properties, for details.
* Fixed position issue with alert and confirmation windows when device orientation was changed.
Here is an example on how to display three buttons in a confirmation window, where the buttons are placed vertically:
[lua]buttons =
{
{icon = 15, caption = “Yes”, width = “100%”},
{icon = 16, caption = “No” , width = “100%”, newLine = true},
{icon = 17, caption = “Perhaps” , width = “100%”, newLine = true},
},[/lua]
To keep informed about updates: Twitter @XPRESSIVECOM [import]uid: 10504 topic_id: 25953 reply_id: 137192[/import]