Is it possible to push a layout with a progress bar instead of a String?

Former Member
Former Member

In order to learn MonkeyC, I thought making a watch face would be a nice way to start. My idea is to have the watch face text and content, along with a progress bar that shows how much of your goal you have accomplished. When reading about progress bars, I came across this in the documentation:

initialize(displayString, startValue)
where displayString is what the string that the progress bar surrounds, and that it has to be a string. I tried replacing it with my layout and failed. Anyway that that can be done?