HP Forums
INPUT: labels - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: INPUT: labels (/thread-3995.html)



INPUT: labels - salvomic - 05-27-2015 01:52 PM

hi, please,
I'd like to get not editable labels instead of textbox field in an input screen (see the actual screen in the attached image, for SL DB and SOYD field...) without the field (white).
is it possible?

Salvo


RE: INPUT: labels - StephenG1CMZ - 10-11-2015 10:29 PM

All I can think of is to enter a default value of your variable to be a string saying "not editable" before calling INPUT. But that doesn't prevent it being edited.
You could add a
REPEAT
iNPUT
UNTIL myvar == "not editable"
If that helps.

Or change the call of INPUT to omit the variable, which would actually make it not editable.


RE: INPUT: labels - cyrille de brébisson - 10-12-2015 07:06 AM

Hello,

Is what you are looking for a single, or multi line, chunk of non editable text? For displaying instructions for example?

Cyrille


RE: INPUT: labels - salvomic - 10-12-2015 09:49 AM

(10-12-2015 07:06 AM)cyrille de brĂ©bisson Wrote:  Hello,
Is what you are looking for a single, or multi line, chunk of non editable text? For displaying instructions for example?
Cyrille

hi Cyrille,
I meant to have the last two lines as label, but also a chunk of non editable text could be well, without the "white color" of the normal field below...


Salvo