Re: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-08 Thread Alex Harui
g" Subject: Re: UIComponents set visible positioner.style.visibility = null not working wir IE11 Hi Nicolas, You have two options to build framework. 1) Using ANT - instruction can be found here [1] 2) Using Apache Maven - I personally recommend to use that one, but that's just a prefere

Re: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-08 Thread Piotr Zarzycki
Hi Nicolas, You have two options to build framework. 1) Using ANT - instruction can be found here [1] 2) Using Apache Maven - I personally recommend to use that one, but that's just a preference [2]. There is special parameter which allows you to output Royale binaries which can be used in your I

RE: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-08 Thread tranquiliste
Hello, No I am not compiling from source, how should I do? my current compiler options are (with visual studio code) { "compilerOptions": { "targets": ["JSRoyale"], "source-path": ["src"], "source-map": true, "output": "../Pr

RE: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-08 Thread Yishay Weiss
> Subject: Re: UIComponents set visible positioner.style.visibility = null not working wir IE11 Thanks Harbs, I don't want to use the nightly build for the project to avoid regression, so I was thinking to backport the 2 lines modification in the 0.9.7 and I was wondering if/what I ne

Re: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-08 Thread tranquiliste
Thanks Harbs, I don't want to use the nightly build for the project to avoid regression, so I was thinking to backport the 2 lines modification in the 0.9.7 and I was wondering if/what I need to compile the patched 0.9.7? Nicolas - Nicolas -- Sent from: http://apache-royale-users.20374.n8

Re: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-07 Thread Harbs
As soon as I get my act together… ;-) Harbs > On Jul 7, 2020, at 5:21 PM, tranquiliste wrote: > > I confirm that it is corrected in the nightly build. > > Do you know when 0.9.8 is expected to be released? > > Nicolas > > > > - > Nicolas > -- > Sent from: http://apache-royale-users.203

RE: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-07 Thread tranquiliste
I confirm that it is corrected in the nightly build. Do you know when 0.9.8 is expected to be released? Nicolas - Nicolas -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

RE: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-07 Thread tranquiliste
Hello, Thanks for your quick answer. I am using 0.9.7. Il will install the nightly build to see if it has been corrected Nioclas - Nicolas -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

RE: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-07 Thread Yishay Weiss
set visible positioner.style.visibility = null not working wir IE11 Hello all, I was testing my application on IE11 and I noticed that set visible was not working correctly in IE11 as the container had still the visibility at 'hidden' (with errorContainer.visible=true; fir instance) Loo

UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-07 Thread tranquiliste
Hello all, I was testing my application on IE11 and I noticed that set visible was not working correctly in IE11 as the container had still the visibility at 'hidden' (with errorContainer.visible=true; fir instance) Looking in more detail to the source of UIComponents.js I saw that the set visib