HP 50G: Dialog box using INFORM Command
|
11-29-2015, 05:37 PM
Post: #1
|
|||
|
|||
HP 50G: Dialog box using INFORM Command
when using the INFORM command to define an input dialog box, the second argument of INFORM is the list of field specifications: {"label" "helpInfo" TYPE}. If TYPE is 0 (real number), how can the number be displayed in SCI or in ENG format within the input fields of the dialog box? In my application I'm dealing with very small numbers and it is quite cumbersome to see the numbers within the input fields always being displayed in STD format. Any solution to this?
Thanks and Regards Maro |
|||
11-30-2015, 06:13 AM
Post: #2
|
|||
|
|||
RE: HP 50G: Dialog box using INFORM Command
Hello,
What happen if the display is set to SCI? does it not display the number in SCI int he dialog box? Cyrille Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP. |
|||
11-30-2015, 06:51 AM
(This post was last modified: 11-30-2015 06:55 PM by Maro.)
Post: #3
|
|||
|
|||
RE: HP 50G: Dialog box using INFORM Command
No, that would be too easy. No matter which settings are used in calculator MODE, the numbers in the dialog box are always displayed in STD format and if I have e.g. a two column box and a very small number (e.g. 1E-9), the display shows 0.000000 with the significant numbers truncated. However, the numbers are of course stored correctly.
|
|||
12-03-2015, 10:26 AM
Post: #4
|
|||
|
|||
RE: HP 50G: Dialog box using INFORM Command
It's a hack, but what if you replaced "label" with << 3. SCI "label" >> ? I believe that all of those fields can be objects that evaluate to the appropriate thing.
|
|||
12-04-2015, 10:03 AM
Post: #5
|
|||
|
|||
RE: HP 50G: Dialog box using INFORM Command
(12-03-2015 10:26 AM)David Hayden Wrote: It's a hack, but what if you replaced "label" with << 3. SCI "label" >> ? I believe that all of those fields can be objects that evaluate to the appropriate thing. when using this the INFORM command reports: "INFORM Error: Bad Argument Type". So up to now there seems to be no solution |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)