state change component strange behavior

2020-02-26 Thread Serkan Taş

Hi,

There is a strange related with state changes.

I realized that the component that should not have been created during 
the initial load;


1. is created
2. And when the state is changed it is re-created and ends up with 
double component in layout.


It can be observed on the view also.

I do not have time for today to create a test case but can give some 
details just for beginning.


initial state is : loggedOutState
after login state becomes : "anaSayfaState"

the problematic component : excludeFrom="anaSayfaState, jobDetailState, loggedOutState, dummyState" 
id="jobListDetail" />


current view of layout(in state anaSayfaState ):



when state is switched from "anaSayfaState" to "jobListState" the 
component is recreated :


the line is executed in debugger :






if this give an idea about the issue than it is ok, if not I am going to 
prepare a case for this tomorrow.


Note : I debugged the flex version did not see any duplication in view.

Thanks
Serkan


Re: compiler build failed...

2020-02-26 Thread Serkan Taş

Your welcome Alex, it looks like fixed.
Serkan

26.02.2020 22:36 tarihinde Alex Harui yazdı:


OK, thanks for finding that.  Should be fixed now.

-Alex

*From: *Serkan Taş 
*Date: *Wednesday, February 26, 2020 at 11:14 AM
*To: *"users@royale.apache.org" , Alex Harui 


*Subject: *Re: compiler build failed...

Not sure

Full output  : 
https://drive.google.com/open?id=1_6-rBQqTISbeoLvS2-yV8bSFkvS_ApxZ 



26.02.2020 22:03 tarihinde Alex Harui yazdı:

Which tests failed?

*From: *Serkan Taş 

*Reply-To: *"users@royale.apache.org"
 

*Date: *Wednesday, February 26, 2020 at 10:41 AM
*To: *"users@royale.apache.org" 
 
*Subject: *compiler build failed...

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-compiler\build.xml:108:
The following error occurred while executing this line:

D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\build.xml:171:
The following error occurred while executing this line:

D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\src\test\build.xml:92:
Tests failed







Re: compiler build failed...

2020-02-26 Thread Alex Harui
OK, thanks for finding that.  Should be fixed now.

-Alex

From: Serkan Taş 
Date: Wednesday, February 26, 2020 at 11:14 AM
To: "users@royale.apache.org" , Alex Harui 

Subject: Re: compiler build failed...

Not sure

Full output  : 
https://drive.google.com/open?id=1_6-rBQqTISbeoLvS2-yV8bSFkvS_ApxZ

26.02.2020 22:03 tarihinde Alex Harui yazdı:
Which tests failed?

From: Serkan Taş 

Reply-To: "users@royale.apache.org" 

Date: Wednesday, February 26, 2020 at 10:41 AM
To: "users@royale.apache.org" 

Subject: compiler build failed...

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-compiler\build.xml:108: The 
following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\build.xml:171: 
The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\src\test\build.xml:92:
 Tests failed




Re: style : overflow : auto

2020-02-26 Thread Serkan Taş

Thanks Alex,

Serkan.

25.02.2020 21:31 tarihinde Alex Harui yazdı:


I have pushed changes to emulate this behavior.  Royale may not be 
100% backward-compatible so if this change causes other issues, we may 
revert it.


-Alex

*From: *Serkan Taş 
*Date: *Monday, February 24, 2020 at 11:06 PM
*To: *"users@royale.apache.org" , Alex Harui 


*Subject: *Re: style : overflow : auto

I am trying to be sure that you got the mail Alex, nothing more.

Sorry for the missunderstanding.

Serkan

25.02.2020 09:37 tarihinde Alex Harui yazdı:

I am investigating.  Some problems are not quick to resolve.

-Alex

*From: *Serkan Taş 

*Date: *Monday, February 24, 2020 at 10:25 PM
*To: *"users@royale.apache.org" 
 , Alex
Harui  
*Subject: *Re: style : overflow : auto

Kindly remind.

Android için Outlook

'u
edinin




On Mon, Feb 24, 2020 at 11:54 PM +0300, "Serkan Taş"
mailto:serkan@likyateknoloji.com>> wrote:

It is true that there is missunderstanding.

The below code is not showing text in header just a green
panel is shown, but it should.

If you jave time may please check it ?

Android için Outlook

'u
edinin



*Kimden:* Alex Harui  
*Gönderildi:* 24 Şubat 2020 Pazartesi 23:48
*Kime:* Serkan Taş; users@royale.apache.org

*Konu:* Re: style : overflow : auto




I may not be understanding you.  If it is working in Royale
like it works in Flex, then we probably fixed a bug and you
are getting correct behavior.

-Alex

*From: *Serkan Taş 

*Date: *Monday, February 24, 2020 at 11:04 AM
*To: *"users@royale.apache.org"
 
, Alex Harui
 
*Subject: *Re: style : overflow : auto

It is same in flex Alex. But I do not get why you ask flex.

It was working for royale afa i remember.

The source is complete example you can test the header is
invisible.

Serkan

24.02.2020 19:59 tarihinde Alex Harui yazdı:

If the Panel’s height is 20, then the content height
should be 0.  All you should see is the titlebar.

What is the height of the Panel in Flex?

-Alex

*From: *Serkan Taş 

*Reply-To: *"users@royale.apache.org"
 

*Date: *Monday, February 24, 2020 at 2:25 AM
*To: *"users@royale.apache.org"
 
, Alex Harui
 
*Subject: *Re: style : overflow : auto

Here is the sample code for the case, I can not discover
what makes the header invisible :

http://ns.adobe.com/mxml/2009;


xmlns:s="library://ns.apache.org/royale/spark"
xmlns:mx="library://ns.apache.org/royale/mx"
               paddingBottom="0" paddingTop="0"
paddingLeft="0" paddingRight="0"
               height="100%" width="100%"
               >
    
        
    

    
        

        
        
        

        
        
        

    


24.02.2020 09:11 tarihinde Serkan Taş yazdı:

I'll try to find out.

24.02.2020 08:00 tarihinde Alex Harui yazdı:

The height probably shouldn’t end up as 0px.  We
   

Re: compiler build failed...

2020-02-26 Thread Serkan Taş

Not sure

Full output  : 
https://drive.google.com/open?id=1_6-rBQqTISbeoLvS2-yV8bSFkvS_ApxZ



26.02.2020 22:03 tarihinde Alex Harui yazdı:


Which tests failed?

*From: *Serkan Taş 
*Reply-To: *"users@royale.apache.org" 
*Date: *Wednesday, February 26, 2020 at 10:41 AM
*To: *"users@royale.apache.org" 
*Subject: *compiler build failed...

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-compiler\build.xml:108: 
The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\build.xml:171: 
The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\src\test\build.xml:92: 
Tests failed






Re: compiler build failed...

2020-02-26 Thread Alex Harui
Which tests failed?

From: Serkan Taş 
Reply-To: "users@royale.apache.org" 
Date: Wednesday, February 26, 2020 at 10:41 AM
To: "users@royale.apache.org" 
Subject: compiler build failed...

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-compiler\build.xml:108: The 
following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\build.xml:171: 
The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\src\test\build.xml:92:
 Tests failed


compiler build failed...

2020-02-26 Thread Serkan Taş

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-compiler\build.xml:108: The 
following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\build.xml:171: 
The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\src\test\build.xml:92: 
Tests failed


Moonshine IDE 2.6.0 Released with Apache Royale API report helper generator

2020-02-26 Thread Piotr Zarzycki
Hello Royale Community,

We are pleased to announce that Moonshine IDE 2.6.0 has been released. You
can download it from our website: https://moonshine-ide.com/

Report bug or feature requests on our GitHub:
https://github.com/prominic/Moonshine-IDE

We have bring with that release a couple of new features for Apache Royale:
- Generate a report for a Flex project to see what is needed to convert it
to Apache Royale
- Quickly download the latest nightly build for Apache Royale
- Debug Apache Royale applications in Moonshine using the Chrome debug
adapter.

You can find more information in release notes: https://bit.ly/2VsvYcz


Thanks,
-- 

Piotr Zarzycki

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