2026/05/12

From WoozleCodes
< 2026 | 05
Jump to navigation Jump to search
Tuesday, May 12, 2026 (#132)
Monday Tuesday Wednesday posts:prev <this> next

References

FTM update

  • 20:35 A tiny bit of progress:
    • Apps\ftm\InReq\Value->Item() is a Sys\Data\tree\XML\tags\item\Found\ReqItem[1], and
      • Sys\Data\tree\XML\tags\item\Found\ReqItem->Type() is a Sys\Data\tree\XML\tags\base\Type.
    • ...though now that I think of it, ReqItem is going to have the actual default value (if any); Type just defines how it is accessed (the attribute name or subtag name).

Footnote

  1. ...at least in the code I'm looking at; it's technically/generally a Woozalia\Ferret\Sys\Events\InputItem (interface).