glide list and read only

ti85man
Kilo Explorer

Is there a way to make a glide list (glide_list type) read only with a client script?

4 REPLIES 4

Not applicable

does

g_form.setDisabled(, true)

not work?


ti85man
Kilo Explorer

nope.

I guess all that really needs to be done is remove the Lock icon so you can't open it and make changes. Can that be done?


g_form.setReadonly(' ',true) should work


Anurag Tripathi
Mega Patron
Mega Patron

No code required, just add it in a ui policy action and select " read only = true"


-Anurag