zoomx / controlp5

Automatically exported from code.google.com/p/controlp5
0 stars 0 forks source link

isFocus() is missing from Textfield #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think isFocus() was unintentionally removed from the Textfield class.  It's 
something that I use.

Please restore this back into the Textfield.java

        /**
         * check if the textfield is active and in focus.
         *
         * @return boolean
         */
        public boolean isFocus() {
            return isTexfieldActive;
        }

Original issue reported on code.google.com by jeffgem...@gmail.com on 23 Aug 2012 at 2:56

GoogleCodeExporter commented 9 years ago
I haven't looked into this much, but thought I would mention that using the 
latest 0.7.5 build, my text color in the Textfield is now black, instead of 
white.  I see some changes in r54, with a new setColor() method that I probably 
need to apply, but wasn't sure if perhaps a different default value should be 
looked at.

Original comment by jeffgem...@gmail.com on 24 Aug 2012 at 2:16

GoogleCodeExporter commented 9 years ago
added with 0.7.6

Original comment by soj...@gmail.com on 26 Aug 2012 at 3:01