Re: DataGridSkin not working

2018-04-18 Thread Alex P
Fixed - my mistake.   The skin was in a library project linked to Flex 4.6. 



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


DataGridSkin not working

2018-04-13 Thread Alex P
Blank DataGrids led me to the new DataGridSkin implementation, but when I
merged my changes with the Apache Flex changes, the compiler cannot find


Should 

import spark.components.gridClasses.GridView; GridView;

be added to the SparkClasses.as file in frameworks\projects\spark\src ?



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


Re: Unable to find Embedded CFF Font

2018-04-13 Thread Alex P
Unfortunately I wasn't able to get the installer to work, so I'm doing
everything by hand.
Should the leave the original files (all but flex-fontkit were there) in the
lib directory?



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


Unable to find Embedded CFF Font

2018-04-12 Thread Alex P
Migrating from Adobe Flex 4.6 to Apache Flex 4.16 I have lost the ability for
find Embedded CFF fonts. In my mxml file I have load the same font twice,
once as CFF

@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
@font-face {
src: url("C:\Users\...\src\fonts\Maretron.ttf");
fontFamily: "Maretron";
fontStyle: normal;
fontWeight: bold;
advancedAntiAliasing: false;
embedAsCFF:false;
}

@font-face {
src: url("C:\Users\...\src\fonts\Maretron.ttf");
fontFamily: "Maretron Embedded";
fontStyle: normal;
fontWeight: bold;
advancedAntiAliasing: false;
embedAsCFF:true;
}


In my code I go looking for the fonts using Font.enumerateFonts(false), and
get 
   Font name:'Maretron', style: 'bold', type: 'embedded'
   Font name:'Maretron Embedded', style: 'bold', type: 'embedded'

Previously the font type of the second was 'embeddedCFF'.
Is there something I need to include to recognize CFF fonts?





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


Re: mx:VDividedBox not resolved

2018-04-12 Thread Alex P
My component set was correct at MX+Spark

I figured it out - mainly from you pointing me to the mx.swc in the
frameworks directory, although I still have no idea why it works in Adobe
4.6 and not in Apache 1.16.

I added the frameworks\libs\mx directory to my library path and then Flash
Builder could see them. So I have one entry in the library pointing to the
SDK, and a second with a full file descriptor pointing around the SDK to the
sub-directory.  If I change the SDK, I'm going to have to change this link
as well.  Previously I think that sub-directories may have been included
automatically in the search.

Thanks for your help, awesome job with the port.





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


Re: mx:VDividedBox not resolved

2018-04-11 Thread Alex P
Thanks for the reply Alex.

I have always downloaded the Flex SDK and the AIR SDK separately and then
combined them just by unzipping  them to the same directory according to
<> 
 

Today I tried using the ant script as directed by Piotr, but that failed
redirecting from http:// to https://.  I did see from his instructions that
we need AIR 29, so I'm going to abort using previous versions.

I looked in the frameworks, and VDividedBox is definitely there.  

So, now I'm think that Flash Builder is not accessing the frameworks file
correctly. mx.swc is not overwritten by AIR

Alex



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


Re: mx:VDividedBox not resolved

2018-04-11 Thread Alex P
I apologize, that should have been .   I was getting
desperate and saw ns somewhere and tried it.   I didn't realize that version
was posted.This code works great if I just switch back to Adobe Flex
4.6.  It just does not find it in the Apache version which makes me think
there is something wrong with my Apache Flex install.



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


mx:VDividedBox not resolved

2018-04-11 Thread Alex P
I have just started to move an Adobe Flex 4.6.0 to Apache Flex, but cannot
get mx:VDividedBox or mx:DividedBox to be recognized. I built the sdk by
unzipping the Apache Flex 4.16.1 SDK, and then overlaying the AIR 27 SDK.

Is there something I am missing?


http://ns.adobe.com/mxml/2009; 
   xmlns:s="library://ns.adobe.com/flex/spark" 
   xmlns:mx="library://ns.adobe.com/flex/mx" >













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


mx:VDividedBox not resolved

2018-04-09 Thread Alex P
I have just started to move an Adobe Flex 4.6.0 to Apache Flex, but cannot
get mx:VDividedBox or mx:DividedBox to be recognized. I built the sdk by
unzipping the Apache Flex 4.16.1 SDK, and then overlaying the AIR 27 SDK.

Is there something I am missing?


http://ns.adobe.com/mxml/2009; 
   xmlns:s="library://ns.adobe.com/flex/spark" 
   xmlns:mx="library://ns.adobe.com/flex/mx" >













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


mx:VDividedBox not resolved

2018-04-09 Thread Alex P
I have just started to move an Adobe Flex 4.6.0 to Apache Flex, but cannot
get mx:VDividedBox or mx:DividedBox to be recognized. I built the sdk by
unzipping the Apache Flex 4.16.1 SDK, and then overlaying the AIR 27 SDK.

Is there something I am missing?


http://ns.adobe.com/mxml/2009; 
   xmlns:s="library://ns.adobe.com/flex/spark" 
   xmlns:mx="library://ns.adobe.com/flex/mx" >













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