haxeui / hxWidgets

Haxe externs (and wrappers) for wxWidgets
MIT License
77 stars 22 forks source link

Implemented most methods of wxFileDialog #34

Closed mrcdk closed 8 years ago

mrcdk commented 8 years ago

Methods that aren't implemented:

Also, filterIndex seems to throw an error if there are no wildcards.

Only tested on a Ubuntu 16.04 using latest dev Haxe and hxcpp.

Should be enough for issue #29

ianharrigan commented 8 years ago

Great! Any chance you can fix the checkstyle? Line is 226 chars long, which is 1 to many... Might make sense to break it up / simplify it anyway as even 225 is pretty long. (Although i get that its just a log line)

ianharrigan commented 8 years ago

Also you can ignore appveyor checks... they arent setup so will always fail (im removed it from the project for now)

ibilon commented 8 years ago

Travis succeeded and code looks good, thanks for the contribution!

mrcdk commented 8 years ago

okay, done @ianharrigan

ianharrigan commented 8 years ago

Perfect... thanks @mrcdk