saving chart settings
-
I have a serial chart with several user settable features. (pen color, thickness etc.)
each user has their own unique settings. can I store these settings and reload them depending on the user . Sort of a "user preferences file " maybe JSONstore? -
That's what I do. Use the json store, it's ideal for it.
Make a page with all your fields and load and save the info. Look under examples, there's an address form you can use as an example to work from.Fox