openframeworks / openframeworks/openFrameworks
ofxLabel does not get saved along with rest of Gui
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
I'm on macOS 10.12.6 with OF 0.10.0 nightly build.
- deleting the xml settings file of the guiExample
- run the app
- calling gui.saveToFile("settings.xml");
all elements get saved but ofxLabel variable does not appear in xml file.
This used to work in OF 0.9.8
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in the guiExample using gui.saveToFile("settings.xml"), then trace how ofxLabel is serialized alongside the other GUI elements. Compare the behavior with the stated openFrameworks 0.9.8 behavior. Done means the ofxLabel variable appears in the saved XML without breaking the other GUI settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100