Re: MobileGrid Skins

2017-04-13 Thread leswoolsey
Clearly this isn't working the way you think it is. If I comment out the line in MobileGridSkin.as dataGroup.itemRenderer = new ClassFactory(spark.skins.android5.LabelItemRenderer); it has absolutely no effect on the results. I can breakpoint through that and see that the code isn't executed

Re: MobileGrid Skins

2017-04-12 Thread leswoolsey
The justification stuff worked OK. I figured the simplest way to override LabelItemRenderer was to simply duplicate your actionscript version and rename it. Then in MobileGrid.as I changed the reference to point to the new one I created. But no matter what I do in my new class, nothing seems to af

Re: MobileGrid Skins

2017-04-12 Thread quick6black
1. the text is center aligned because ButtonSkinBase has "protected var useCenterAlignment:Boolean = true;" if you add this line of code "useCenterAlignment = false;" into ButtonBarButtonSkin after super(); it will align the text to the left. 2. if you want to change the row height you will ne

Re: MobileGrid Skins

2017-04-12 Thread leswoolsey
For changing the row height, the suggestion earlier in the thread (height: 50; ) doesn't work. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MobileGrid-Skins-tp5693p15036.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: MobileGrid Skins

2017-04-11 Thread leswoolsey
OK. So now I have more questions. 1. The column headers are center aligned. How do I set them so they are left aligned? I expected to be able to set that in the CSS somewhere but I can't see how. 2. How do I change the rowheight? I need to make better use of the screen and the mobilegrid has a lot

Re: MobileGrid Skins

2017-03-30 Thread leswoolsey
Got it. By using your example and playing with the css file I understand how its done. Thanks for your help. I appreciate it! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MobileGrid-Skins-tp5693p14950.html Sent from the Apache Flex Users mailing list archive

Re: MobileGrid Skins

2017-03-28 Thread quick6black
In my github repository there are new skins that flatten the header. Here is the link to the repository Here is a link

Re: MobileGrid Skins

2017-03-27 Thread leswoolsey
I looked at the List. It doesn't support columns. So no joy with it. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MobileGrid-Skins-tp5693p14933.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: MobileGrid Skins

2017-03-27 Thread leswoolsey
Yes, I could have used List. I'll look at that. But I have a different project where I'd like to be able to make the grid header look a little simpler. I've looked at the project Christian uploaded but I can't figure out how he got the shadow to disappear. I've gone through his code trying to se

Re: MobileGrid Skins

2017-03-09 Thread quick6black
this question was asked a few posts above. Follow the link to the github repository and use those skins in your project, they remove the shadow and flatten the header. If you do not need the header then why not just use a mobile list? -- View this message in context: http://apache-flex-users.23

Re: MobileGrid Skins

2017-03-09 Thread LesGWoolsey
Any thoughts on how to get rid of the header shadow on MobileGrid or at least change the color to white so it isn't visible. I got rid of the header by setting it's height to 0 but the shadow remains. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MobileGrid-Ski

Re: MobileGrid Skins

2017-03-08 Thread quick6black
sorry about that just added in labelitemrenderer, I had it in the animations branch forgot to upload it to the master branch. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MobileGrid-Skins-tp5693p14792.html Sent from the Apache Flex Users mailing list archive

Re: MobileGrid Skins

2017-03-08 Thread Paul Moreau
Nice work! I had the same issue as Olaf but I just used spark.compoenents.LabelItemRenderer to get it to build. I also had an issue with the fonts. I got the following error: *-unable to build font 'RobotoBold'* *-exception during transcoding:* *-Unable to transcode /Users/paulmoreau/Documents/A

Re: MobileGrid Skins

2017-03-08 Thread OK
quick6black wrote > I posted a new skin for the mobile grid on github > > https://github.com/quick6black/flex-Android-Material-Skins > > it replicates the android material design Hi, thanks for sharing this! I've just checked it out and it seems to me that the LabelItemRenderer class is missing

Re: MobileGrid Skins

2017-03-07 Thread quick6black
I posted a new skin for the mobile grid on github https://github.com/quick6black/flex-Android-Material-Skins it replicates the android material design -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MobileGrid-Skins-tp5693p14789.html Sent from the Apache Flex

Re: MobileGrid Skins

2017-03-07 Thread leswoolsey
Hi. I'm trying to get a very simple mobilegrid and I've managed fairly well to get rid of the header and change the row colors to plain white. But I still get the headershadow. How can I get rid of that? Thanks Les -- View this message in context: http://apache-flex-users.246.n4.nabble.co

Re: MobileGrid Skins

2015-08-04 Thread OmPrakash Muppirala
Try setting this in your CSS file: supportClasses|MobileGridRowRenderer { height: 50; } On Tue, Aug 4, 2015 at 6:04 AM, leokan23 wrote: > Is there a way to change the height of each row? i am trying to figure it > out > but nothing seems to work. > > Thank you, > > Leo > > > > -- > View thi

RE: MobileGrid Skins

2015-08-04 Thread leokan23
Is there a way to change the height of each row? i am trying to figure it out but nothing seems to work. Thank you, Leo -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MobileGrid-Skins-tp5693p10894.html Sent from the Apache Flex Users mailing list archive at Na

RE: MobileGrid Skins

2014-04-02 Thread Jonathan Christian
Thanks Maurice I was able to set up a sharp looking Mobile Grid header, one thing I noticed is when you select the second row down and try to sort the data - any rows above it flicker to the change, and there is no flickering when the last row is selected. Just a little peculiar so I thought I'd l

RE: MobileGrid Skins

2014-04-01 Thread Maurice Amsellem
- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : mardi 1 avril 2014 16:25 À : users@flex.apache.org Objet : RE: MobileGrid Skins MobileGrid is entirely based on Spark List (with only a custom renderer). Maurice -Message d'origine- De : Jonathan Christian [mailt

Re: MobileGrid Skins

2014-04-01 Thread Jonathan Christian
idden > email]<http://user/SendEmail.jtp?type=node&node=5875&i=0>] > > Envoyé : mardi 1 avril 2014 15:18 > À : [hidden email] <http://user/SendEmail.jtp?type=node&node=5875&i=1> > Objet : RE: MobileGrid Skins > > Yeah you're right, I

RE: MobileGrid Skins

2014-04-01 Thread Maurice Amsellem
MobileGrid is entirely based on Spark List (with only a custom renderer). Maurice -Message d'origine- De : Jonathan Christian [mailto:jcisinthehous...@gmail.com] Envoyé : mardi 1 avril 2014 16:12 À : users@flex.apache.org Objet : Re: MobileGrid Skins Does the MobileGrid provid

RE: MobileGrid Skins

2014-04-01 Thread Maurice Amsellem
jet : RE: MobileGrid Skins Yeah you're right, I zipped the wrong project sorry! here is the new link - https://drive.google.com/file/d/0B4quPL0V-7sBS3ZIbl83eEJTU2c/edit?usp=sharing I tried editing the headerGroup in the skin and was only able to remove the shadow, and using CSS I was abl

RE: MobileGrid Skins

2014-04-01 Thread Jonathan Christian
Yeah you're right, I zipped the wrong project sorry! here is the new link - https://drive.google.com/file/d/0B4quPL0V-7sBS3ZIbl83eEJTU2c/edit?usp=sharing I tried editing the headerGroup in the skin and was only able to remove the shadow, and using CSS I was able to set up a white column color with

RE: MobileGrid Skins

2014-03-31 Thread Maurice Amsellem
eGrid.html#includeExamplesSummary So please send me the right code, so that I can help you. Regards, Maurice -Message d'origine- De : Jonathan Christian [mailto:jcisinthehous...@gmail.com] Envoyé : lundi 31 mars 2014 21:26 À : users@flex.apache.org Objet : RE: MobileGrid Skin

RE: MobileGrid Skins

2014-03-31 Thread Jonathan Christian
Here - https://drive.google.com/file/d/0B4quPL0V-7sBUjREOEdoMjUxbXc/edit?usp=sharing I am only using the CSS as a stylename at the moment, as I am not sure how to use the Mobile Grid skin class -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MobileGrid-Skins-tp5

RE: MobileGrid Skins

2014-03-31 Thread Maurice Amsellem
css) and share it via DropBox or the like, so that I can review it. Regards, Maurice -Message d'origine- De : Jonathan Christian [mailto:jcisinthehous...@gmail.com] Envoyé : lundi 31 mars 2014 17:46 À : users@flex.apache.org Objet : RE: MobileGrid Skins Thanks Maurice, I have a

RE: MobileGrid Skins

2014-03-31 Thread Jonathan Christian
Thanks Maurice, I have attempted to override the CSS and apply the style /.Mobileg/ to the MobileGrid, and /.MobileGridHeader/ to the MobileGridColumn. This approach seems to partially work - any CSS in the header doesn't seem to take any effect. Am I doing this correctly? @namespac

RE: MobileGrid Skins

2014-03-24 Thread Maurice Amsellem
Look at spark.skins.MobileGridSkin implementation and defaults.css for MobileGrid in experimental_mobile: https://github.com/apache/flex-sdk/blob/develop/frameworks/projects/experimental_mobile/defaults.css https://github.com/apache/flex-sdk/blob/develop/frameworks/projects/experimental_mobile/sr