-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
discussionFurther discussion is requestedFurther discussion is requestedenhancementNew feature or requestNew feature or request
Description
In theory, TbyType.Choice
should handle more than two answer options fine. Currently, it is created with a fixed 3 line height.
var position/*:TbyPos*/ = tby_normal_get_placement_from_enum(tbPlacement, 3); |
The line amount would need to be dynamically calculated, based on the height of the previous text line and the amount of choices.
This also raises the question about handling TbyType.Choice
s in general -- what should be an upper limit to choices? A big enough textbox could obscure the entire screen. Should choices be in the same window at all, or in a different one? This topic is open for discussion.
Metadata
Metadata
Assignees
Labels
discussionFurther discussion is requestedFurther discussion is requestedenhancementNew feature or requestNew feature or request