-
Notifications
You must be signed in to change notification settings - Fork 3
GoCode Troubleshooting
Owen2k6 edited this page Sep 4, 2025
·
1 revision
- Ensure you used tab characters, not spaces. Only tabs are counted.
- Remember that
if=unlocks one deeper level (current + 1). Lines indented further will be skipped.
- Confirm the parent window exists (create it first).
- The last parameter of
button=is the target line number; make sure it points to a valid line.
- Did you call
regprog=YourAppbefore saving/loading? - Check storage path:
0:\content\prf\<ProgramName>\<var>.txt. - The file holds two lines (
value,type=string|int). Corruption will prevent successful load.
- Use the exact colour token names (e.g.,
darkmagenetaas per current implementation).
-
int name = valuemust be a valid integer literal. Errors are printed to the GoOS console.