Extends the remote forms system from 7 to 13 control types across
dfm2form converter, formcli client engine, and documentation.
Image and MediaPlayer support file paths resolved via BasePath.
MediaPlayer adds a Command pseudo-property for method calls.
RadioButton auto-wires Click; ScrollBar auto-wires Change.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Form IDs were baked into .form files at conversion time, preventing a
form from being displayed more than once. dfm2form now writes a
placeholder ID (0), and formServerSendForm streams the file directly
from disk, assigning a unique ID on the fly via rewriteFormId. This
eliminates formServerLoadFile, the in-memory form store, and the -i
flag from dfm2form.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>