ux:Property example can't work

Hi, I was tried `ux:Property example at https://www.fuseools.com/learn/fuse#ux-property but fuse-preview displays errors on OSX 10.11,

repro repo: https://github.com/346/fuse_property_bug

errors below:

Connected to fuse daemon
Build started: FullCompile
Configuring
MainView.ux(3): E8001: 'MyButton' does not have a property called 'CornerRadius'
/Users/flytales/Projects/fuse_property_bug/MainView.ux(3,1): Error E8001: 'MyButton' does not have a property called 'CornerRadius'
MainView.ux(3): E8001: 'MyButton' does not have a property called 'Text'
/Users/flytales/Projects/fuse_property_bug/MainView.ux(3,1): Error E8001: 'MyButton' does not have a property called 'Text'
MainView.ux(3): E8001: 'MyButton' does not have a property called 'TextColor'
/Users/flytales/Projects/fuse_property_bug/MainView.ux(3,1): Error E8001: 'MyButton' does not have a property called 'TextColor'
MainView.ux(4): E8001: 'MyButton' does not have a property called 'BackgroundColor'
/Users/flytales/Projects/fuse_property_bug/MainView.ux(4,1): Error E8001: 'MyButton' does not have a property called 'BackgroundColor'
(5,454.65 ms)

Build completed in 5.47 seconds.
    0 Warning(s)
    4 Error(s)

Error Summary
-------------

MainView.ux(3): E8001: 'MyButton' does not have a property called 'CornerRadius'
MainView.ux(3): E8001: 'MyButton' does not have a property called 'Text'
MainView.ux(3): E8001: 'MyButton' does not have a property called 'TextColor'
MainView.ux(4): E8001: 'MyButton' does not have a property called 'BackgroundColor'
Build ended
fuse: Failed to compile project

Probably a uno code generator problem : commenting the <MyButton> in MainView.ux, building, then uncommenting and waiting for live reload from preview engine makes it appear fine.

@Engu: Notice that this behaviour is a “feature” in the live reload, and not a uno code generator problem. The bug that @mishirock experiences also comes when doing uno build. There looks to be a bug in the ux compiler so that it doesn’t expose the properties when separating into files. The generated .uno code would be correct if we could just force the ux compiler to accept it. :slight_smile:

Thanks for reporting this. We’re on it!

This has now been fixed, and will roll out in the next release after 0.9.5

Hello, I’m wondering if this is already released in current version (0.9.7), I’m pretty much having the same problem:

Configuring
/Users/oskar/projects/native-app/app/components/BottomToolbar.ux(10): E8001: 'BottomMenuItem' does not have a property called 'BackgroundColor'
/Users/oskar/projects/native-app/app/components/BottomToolbar.ux(10): E8001: 'BottomMenuItem' does not have a property called 'Color'

This will be working again in the next beta release.