julsam
julsam
See the above commit, I made some [inline comments](https://github.com/julsam/haxeui/commit/aa6604bb459753d5f6984d6195a4ef445d48fc9e#comments) in Github. I made 2 demos to see the difference: 1. [one before the commit](https://dl.dropboxusercontent.com/u/100579483/demos/haxeui-tabtextinput/haxeuitabtextinput.swf) 2. [one after the commit](https://dl.dropboxusercontent.com/u/100579483/demos/haxeui-tabtextinput/haxeuitabtextinput-patched.swf) Try...
> this will only work for flash, right? That's right. 'tabEnabled' doesn't seem to be implemented in openfl. I'll try to take some time to look into FocusManager
Alright then, that's great ! :)
Yeah, the FocusManager is definitively the proper way to do it, especially with multiple target.
Hi, does it happen every time? What version are you using / what OS? It happened to me a couple times, only on MacOS with the electron branch. But i...
So, I've this feature working, but I still have a few bugs to fix before publishing it. And I also have to test it with NWjs (I've been using the...
@naturally-intelligent Can you give it a try? It's based on the electron branch, because it was easier for me to work on that branch, but porting it to the master...
Published the nwjs version (master branch). Let me know if it works for you. I'll make a pull request later.
Also, I should have mentioned it earlier, but the content is still clipped: there's a limitation of 1024 characters in the node. Depending on the size of your project, you...
Yeah, that's why i forced it to be a square. I'm not sure how it could be fixed, I've tried to work on it yesterday but the math part is...