Re: Problem installing SDK

2018-01-09 Thread Piotr Zarzycki
What version of Installer are you using? Can you send full logs?

On Wed, Jan 10, 2018, 01:25 chris_flex  wrote:

> Okay... after some time the same error appeared
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


Re: Problem installing SDK

2018-01-09 Thread chris_flex
Okay... after some time the same error appeared



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Problem installing SDK

2018-01-09 Thread chris_flex
Now it is stopping (full progress bar but stop continuing) here without any
error...

...
"unzipping": xxx\apache-flex-sdk-4.16.1-bin.zip
"unzip finished" abgeschlossen:
...path...\temp\apache-flex-sdk-4.16.1-bin.zip
"Loading Adobe AIR Runtime Kit for Windows from":
http://airdownload.adobe.com/air/win/download/28.0//AdobeAIRSDK.zip




--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: State Change Event

2018-01-09 Thread Erik J. Thomas
Yes, I frequently listen for updateComplete event to hide a spinner showing 
busy states, especially if the lists are long and use complex item renderers, 
anything that makes them slow to update onscreen. It's reliable if (and only 
if) you have records in the underlying dataProvider. I found through trial and 
error though, that if the dataProvider list is empty, then updateComplete 
doesn't get fired. Again, for initial loading of lists, or if you are updating 
the underlying collection in a way that will cause the list to update.

For example:

Cheers,

Erik

On Jan 9, 2018, at 2:23 PM, bilbosax  wrote:

I don't know if this how anybody else would do it, but it seems to be working
at this point.  I have a list in the state that I am moving to from the
state that contains the map.  I listen to the updateComplete event on the
list, and when that fires, I dispatch an event that hides the map.  This has
the effect of making it look like the map and the new state change at the
same time, which is what I wanted.  Even though this is working, I am
curious if there is a more standard event that most people would react to. 
Let me know if you have any thoughts.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/




Re: State Change Event

2018-01-09 Thread OmPrakash Muppirala
I was going to suggest using the `updateComplete` event.  Looks like you
did the same :-)

Thanks,
Om

On Tue, Jan 9, 2018 at 2:23 PM, bilbosax  wrote:

> I don't know if this how anybody else would do it, but it seems to be
> working
> at this point.  I have a list in the state that I am moving to from the
> state that contains the map.  I listen to the updateComplete event on the
> list, and when that fires, I dispatch an event that hides the map.  This
> has
> the effect of making it look like the map and the new state change at the
> same time, which is what I wanted.  Even though this is working, I am
> curious if there is a more standard event that most people would react to.
> Let me know if you have any thoughts.
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


Re: State Change Event

2018-01-09 Thread bilbosax
I don't know if this how anybody else would do it, but it seems to be working
at this point.  I have a list in the state that I am moving to from the
state that contains the map.  I listen to the updateComplete event on the
list, and when that fires, I dispatch an event that hides the map.  This has
the effect of making it look like the map and the new state change at the
same time, which is what I wanted.  Even though this is working, I am
curious if there is a more standard event that most people would react to. 
Let me know if you have any thoughts.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Problem installing SDK

2018-01-09 Thread Piotr Zarzycki
Hi Chris,

I got that error once. I did clean up my Temp directory and it helped. Try
to do it and let me know.

Thanks, Piotr

2018-01-09 20:48 GMT+01:00 chris_flex :

> Hi,
>
> I get the error
>
> Flash SDK download failed
> Installation aborted:
> http://flex.apache.org/track-installer.html?failure=true=Apache Flex
> SDK
> 4.16.1=4.16.1=windows=3.3.
> 0==Flash%20SDK%20download%20failed
>
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


State Change Event

2018-01-09 Thread bilbosax
I'm looking for help finding the right event to listen for, if there actually
is one.

My application has several states, with a custom component that displays in
each of the individual states.  In one of the components, I have a webview
that shows a google map with a list next to it.  Webviews are always on top
in the z-order, so when I move to another state, I actually have to change
the visibility of the map to false because it doesn't disappear when I leave
the state where the map exists.  The problem is that when I leave the state
where the map exists, the map disappears first, then the rest of the state
transition happens which makes it look very clumsy and lazy.

What I would like to do is find an event that fires when the transition from
one state to the other is complete.  Then I could immediately react to that
and change the map visibility.  This would make the state and the map
disappear at the same time.  Is there an event that fires when a state
change is 100% complete, or when the displaylist is done updating for a new
state???

I already tried reacting to the stateChangeComplete event in my main
application where the states are defined, but it is firing long before the
display list is actually updated.  So is there an event that fires when the
display list is actually done generating the display after a state is
entered???

Thanks!!



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Problem installing SDK

2018-01-09 Thread chris_flex
Hi,

I get the error 

Flash SDK download failed
Installation aborted:
http://flex.apache.org/track-installer.html?failure=true=Apache Flex
SDK
4.16.1=4.16.1=windows=3.3.0==Flash%20SDK%20download%20failed





--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Retiring Apache FlexJS section from Flex wiki

2018-01-09 Thread Tom Chiverton

This seems a good compromise ?

Tom


On 09/01/18 06:47, Olaf Krueger wrote:

Maybe you could move (and rename) the FlexJS root page one level down and
insert a new root FlexJS root page that contains the link to the Royale
Wiki?