vars, geometry app - 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: vars, geometry app (/thread-7642.html) |
vars, geometry app - fabila - 01-22-2017 12:59 AM Is it possible to change the options of the graphic vars like color, label or visibility, by means of code? RE: vars, geometry app - Arno K - 01-22-2017 01:24 AM Can be done using Instruction(). Arno RE: vars, geometry app - fabila - 01-22-2017 02:43 AM Where I could find documentation about Instruction? Thanks RE: vars, geometry app - Joe Horn - 01-22-2017 04:52 AM (01-22-2017 02:43 AM)fabila Wrote: Where I could find documentation about Instruction? Method 1: Press the Help key, then tap Tree, Search, type "ins" (without the quotes), and press Enter three times. Method 2: Type "Instruction" on the command line (without quotes), then press the Help key. RE: vars, geometry app - Carlos295pz - 01-22-2017 01:48 PM At the beginning of the code STARTAPP("Geometry") To manipulate the elements directly |