Strange Element in MobileGrid Header

2016-10-20 Thread bilbosax
I don't know if this has happened to anyone else, but I thought I would bring it up here and see if anyone has noticed it. I created a MobileGrid and thanks to everyone here, it it working awesome! But I noticed something odd in the header. If you do not change the widths of the columns, the

Re: How to Create A MobilGrid ItemRenderer?

2016-10-20 Thread bilbosax
I figured it out. You can set the headerStyleName for each column, and then change the CSS for the style name that you create. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/How-to-Create-A-MobilGrid-ItemRenderer-tp13883p13890.html Sent from the Apache Flex

Re: How to Create A MobilGrid ItemRenderer?

2016-10-20 Thread bilbosax
Does anyone happen to know if there is an easy way to change the header font size and color in the MobileGrid just simply using CSS? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/How-to-Create-A-MobilGrid-ItemRenderer-tp13883p13889.html Sent from the Apache

Re: How to Create A MobilGrid ItemRenderer?

2016-10-20 Thread bilbosax
alright, so this is pretty cool. I got this up and working pretty quickly! You are my hero Om! Thanks, Bill -- View this message in context: http://apache-flex-users.246.n4.nabble.com/How-to-Create-A-MobilGrid-ItemRenderer-tp13883p13888.html Sent from the Apache Flex Users mailing list

Re: How to Create A MobilGrid ItemRenderer?

2016-10-20 Thread OmPrakash Muppirala
You could do this as well: //Ensure that all IMobileGridCellRenderer methods are implemented //Some of it will be available in s:Button. The IDE should tell you what is missing //Or, you could simply copy the function definitions from the AS3 example Thanks,

Re: How to Create A MobilGrid ItemRenderer?

2016-10-20 Thread bilbosax
Om, I am glad that you replied because I saw some of your responses on other forums regarding this. Unfortunately, I need to create a button in an itemRenderer that will allow a user to drill down and actually get more information in another component if they want it. Although I dread doing it,

Re: How to Create A MobilGrid ItemRenderer?

2016-10-20 Thread OmPrakash Muppirala
I believe this is a case of Flash Builder not supporting this new type of ItemRenderer as it was a recently added feature. Although, in the examples, I see this: Have you tried

How to Create A MobilGrid ItemRenderer?

2016-10-20 Thread bilbosax
So I want to try creating 3 MobileGrids in my application so I can create the illusion of "paging" through the data by changing the visibility of each MobileGrid as I have been discussing on the board. I created my MobileGrid - no problem. Then I tried to create an MXML itemRenderer for it. The

Re: How to Create A MobilGrid ItemRenderer?

2016-10-20 Thread bilbosax
If I try and create an inline itemRenderer, I am given the option to create a ns:MobileGridBitmapsCellRenderer, but if I try and create a tag in a custom itemRenderer that starts with ns:MobileGridBitmapsCellRenderer, it is not accepted??? -- View this message in context:

Strange problem moving columns in ADG

2016-10-20 Thread mark goldin
When I drag a column then its proxy is moving into an opposite direction. Is that a known problem? If not, any idea? Thanks

Re: Release Build Performance on Mobile

2016-10-20 Thread bilbosax
megharajdeepak, this sounds like an interesting idea as well, but I am not sure that I understand exactly what you are saying. Are you saying that you formatted the data in your dataprovider before you sent it to the grid??? Can you explain in a little more detail how you made the scrolling

Re: Release Build Performance on Mobile

2016-10-20 Thread bilbosax
It is an interesting thought, I just don't know how I would do it in a way that is useful to the final user. It is a real estate comparison app, and people want a lot of information about the properties. I have the data tabulated so that it is easy to see 40 properties and to quickly compare

How Flex font fallback is working?

2016-10-20 Thread GhaziTriki
Hello, I have been trying to embed fonts to my Flex application. The application is multi-lingual and have Arabic, Russian, Chinese and a lot of other languages that are not supported by a lot of fonts. I want to understand how the font fallback is working for a Flex Application because we have

ADG - restore highlight after row is deleted

2016-10-20 Thread mark goldin
I have adg where a user can hightlight a row and delete. After deleting the row the front-end will refresh underlying data source with data from the server without reassigning dataProvider. How can I hightlight a row that is either before or after the deleted row? My problem is that I dont know

Re: Unzip ANE for Flex\AIR Desktop App

2016-10-20 Thread Fréderic Cox
I successfully used 7za for both Mac and Windows. You don't need a native extension for desktop but you can just use the NativeProcess API with the extendedDesktop profile. On Thu, Oct 20, 2016 at 10:48 AM, Deepak MS wrote: > Hi Hans, > Yes, I did try that. It works

Re: Unzip ANE for Flex\AIR Desktop App

2016-10-20 Thread Deepak MS
Hi Hans, Yes, I did try that. It works fine for smaller files. But unfortunately, unzipping process crashes if we use it for bigger files. My zip file size is around 500MB. It fails at ByteArray.uncompress() as it tries to uncompress entire file at a time. That is the reason I was looking out for

Re: Unzip ANE for Flex\AIR Desktop App

2016-10-20 Thread Hans Nuecke
Hi, I use an openSource Library for that: http://flex.coltware.com/2010/05/01/as3-zip-unzip-lib-airxzip/ Search for keywords "coltware airxzip" and you'll find some nice posts at stackoverflow with links to the sources or a swc file. And also hints how to use it. BTW: What unzipt ANE are

Re: Release Build Performance on Mobile

2016-10-20 Thread OK
Hi, this is not an answer to your question but maybe it is still helpful: No matter if you're using a mobile device or desktop, having too many columns might be a bad user expericence and not very ergonomic for the users. E.g. if you have over 50 columns and hundreds or thousands of rows I don't