I just started using Keith Peters Minimal Components. I am having an issue related to PushButton Class and I am hoping that someone has run into the same issue or may know what the solution is.
The problem is pretty simple. The TextField or Label if you will, on the button is not showing up. Here is the code.
bn = new PushButton();
bn.width = 100;
bn.x = 10;
bn.y = 10;
bn.label = "Start Recording";
this.addChild(bn);