ianharrigan / haxeui-file-dialogs

File dialogs for HaxeUI
7 stars 2 forks source link

Problem displaying long paths #2

Closed bendmorris closed 8 years ago

bendmorris commented 10 years ago

When the path is too long, it overflows from the dialog:

screen shot 2014-07-26 at 2 13 47 pm

A "..." at the beginning when this happens might be a good solution.

ianharrigan commented 9 years ago

Ugly. Needs to be a scrollview, also the drop down is/was broken. I need this lib for some projects so i will be updating it shortly.

tiagolr commented 9 years ago

Sent a pull request a while ago fixing this and adding other features, check it out.

ianharrigan commented 9 years ago

Ok, thats in haxelib now (0.1.1)... Ive made a few visual updates to Tiagos pull request and now it looks like this:

fd

Let me know if that is ok, and works. If so could you close the issue?

Cheers, Ian

PS: thanks again Tiago, completely missed the pull request somehow... :)

ianharrigan commented 9 years ago

The default (orange) theme is still a little ugly, but that is to do with the haxeui theme rather than this project. Im going to be tweaking that shortly so shouldnt effect anything here.

ianharrigan commented 9 years ago

Ok, ive updated haxeui which fixes the default theme.

fd2

tiagolr commented 9 years ago

Hey, thanks it was waiting a while to be merged (or noticed), the appearance is ok, maybe in the future someone designs a pro theme for haxeui (placing a bounty if needed, who knows), for now is more than good. Cheers!

ianharrigan commented 9 years ago

Agreed. Hopefully once i get the style-builder working well it will help with that. For now im mainly interested in functionality over spending time writing themes (unless they are little tweaks here and there)