Post Reply 
Input works
03-20-2015, 09:54 AM (This post was last modified: 03-20-2015 01:37 PM by Martin Hepperle.)
Post: #7
RE: Input works (but adds erroneous colon at the end of INPUT dialog labels)
Summary: One extra colon is appended to drop-down box labels. Width parameter is ignored.

The improved INPUT function (full description is only on the HP ftp site, not on the official HP Prime documentation pages) is a versatile command to create dialog screens.

However, when a drop-down box is specified, e.g. by

Code:
INPUT ( { {c,{"A","B","C"},{50,10,2}} }, "Title" );

an extra colon is appended to the label of the drop-down box.

The example leads to a label of the form "c::", i.e. with a duplicate colon at the end of the label.

If the additional list of labels for all INPUT dialog items is used,
e.g. by

Code:
INPUT ( { {c,{"A","B","C"},{50,10,2}} }, "Title", {"Select Character"} );

all labels are directly used without a trailing colon, except for the drop-down box control.

In case of the label "Select Character" for a drop-down box the resulting label will read "Select Character:"
The labels for text fields or check boxes do not exhibit this behavior, here the label would be presented without a trailing colon.

Finally: the drop-down box seems to extend always to or beyond the right edge of the screen, ignoring the width argument.


Maybe these two inconsistencies/bugs could be fixed in a future release.

Martin
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Input works - Giancarlo - 12-06-2014, 08:21 PM
RE: Input works - Giancarlo - 12-06-2014, 08:25 PM
RE: Input works - gabrieljcs - 12-06-2014, 09:04 PM
RE: Input works - Han - 12-06-2014, 09:29 PM
RE: Input works - toml_12953 - 12-06-2014, 09:33 PM
RE: Input works - gabrieljcs - 12-06-2014, 09:41 PM
RE: Input works (but adds erroneous colon at the end of INPUT dialog labels) - Martin Hepperle - 03-20-2015 09:54 AM
RE: Input works - rprosperi - 03-20-2015, 12:33 PM
RE: Input works - Martin Hepperle - 03-20-2015, 01:30 PM
RE: Input works - rprosperi - 03-20-2015, 03:19 PM
RE: Input works - Tim Wessman - 03-24-2015, 06:37 PM
RE: Input works - Tim Wessman - 02-06-2018, 06:08 PM
RE: Input works - Giancarlo - 02-06-2018, 10:20 PM
RE: Input works - deniel - 02-07-2018, 03:31 AM
RE: Input works - Randall - 02-08-2018, 10:09 PM



User(s) browsing this thread: 1 Guest(s)