Haxeui-hxwidgets.properties

I saw that if create a hxwidget project from template, it adds a haxeui-hxwidgets.properties file.
What is inside (.fit=true) ?
How can it be used ? is there more options ?

Depending on how it is used… fit=true can do several things… it can make the parent window resize itself to the best size for displaying the children within it for example that i’m aware of.

In the API list you can find a large number of things you can do. Now that i have looked back through it i’ll have to try some myself now.

http://haxeui.org/api/haxe/ui/

I have copied this fiel to my src folder to change the name of the title but nothing changes.
How do i include this file correctly that this works?

Cheers,
Domi

It should have picked it up automatically from your class path, what are the contents of it, the name of it and what are you trying to do with it?

Cheers,
Ian

No unfortunately it not picked it up not automatically.

The content of it is:

haxe.ui.hxwidgets.frame.fit=true

haxe.ui.hxwidgets.frame.title=Test

Cheers,
Domi

Hmmm, that seems wrong, any more info? Or a zip of a simple project? Are you sure its on your classpath?

Cheers,
Ian

Here is a minimal testing: https://drive.google.com/file/d/1G2NnEsDS66u8GQJWRRZjbWmjlnjArZiz/view?usp=sharing

I have no clou what i am doing wrong.

Cheers,
Domi

It was the wrong order in the hxml-file…
No it works properly.

Cheers,
Domi