Woooaah!! awesome!!
I will try it right away!! BTW do you think there is any chance to change background color (in mac)?
I guess transparency will not work right?
changing colors and other procedural stuff are very easy to adjust, I kind of rushed this one out so people have something to go by, next update is going to be way more polished. hopefully next weekend!
previous Version only worked well for mac in OF 007 and had posisioning problems in the official branch.
Fixed now.
Next:
will add more features in the mac version
add a clean bool ofSystemYesNoDialogue()
will be fixing all systemAlert fuctions to work correctly with UTF8 and make a pull request when is all done…
(probably years later with the rhythm I am going)…
/// EDIT version 0.002
I noticed a weird behavior on mac when clicking the green button and using fixed position instead of ofGetWidth/2.
Fixed it. by adding a void * to the NSwindow and checking for resizing of screen
also added a function that set min size to the NSwindow so that textbox never goes out of the GlWindow if user tries to resize the window
thanks for the contribution! but when i input chinese, i can only got a ‘?’ both in the input box and in the main gl window.
my config is:
windows 8.1, OF0.8.0, VS2012 with the latest code grabbed from your github
another problem is, the textbox won’t give focus back to the main gl window when i clicked outside the textbox