I'm trying to create a popup at 100% of the width / height of the application. 
But it just ignores these values. I've had to work around the problem by doing:

BindingUtils.bindProperty(popup, "width", this, "width");
BindingUtils.bindProperty(popup, "height", this, "height");

(Where 'this' is the application).

The reason I'm trying to do this is I've got a popup that I want centred in the 
view, but it has different states which change the size of the popup. 

Mark

Reply via email to