On Aug 11, 2014 1:20 AM, "Christofer Dutz" <[email protected]> wrote: > > Hi Om ... > > for testing I replaced the content of default.css with that of your android4.css but that didn't help. > I had to explicitly list the classes of android4 in the MobileThemeClasses class and now the classes are in the swc ... but I have to admit, that I'm sort of surprised that I have to do something like that ... If I create a swc library using flexmojos I never had to list the files ... I only need to do that for SWFs ... has something changed here or has this always been that way and it's simply something Flexmojos automates? >
I haven't gone so far as to create the swc. I have been working with the source files directly. But this does not surprise me. Since the skin files are not directly referenced in code, the compiler will not automatically link them. So adding references in MobileThemeClasses becomes necessary. Can you please commit the changes to MobileThemeClasses into my branch? Thanks, Om > Chris > ________________________________________ > Von: [email protected] <[email protected]> im Auftrag von OmPrakash Muppirala <[email protected]> > Gesendet: Montag, 11. August 2014 10:06 > An: [email protected] > Betreff: Re: AW: AW: Showcase for IOs and Android skins? > > On Aug 11, 2014 1:01 AM, "Christofer Dutz" <[email protected]> > wrote: > > > > Hi Om, > > > > I whipped up a demo application and wanted to replace the normal mobile > theme with your version, so I switched the FDK to your branch and built it > (After fixing the MobileBusyIndicator class). Unfortunately the resulting > swc never seems to contain your android4 classes ... do I have to do > anything special in order to test your android skins? > > > > I am in the middle if merging all the new styles into mobiletheme's > defaults.css. > > In the meantime, you need to manually include the android4.css file in your > app. It is in the mobiletheme/src folder. > > What was wrong with MobileBusyIndicator? > > Thanks, > Om > > > Chris > > > > > > ________________________________________ > > Von: [email protected] <[email protected]> im Auftrag von OmPrakash > Muppirala <[email protected]> > > Gesendet: Dienstag, 5. August 2014 16:43 > > An: [email protected] > > Betreff: Re: AW: Showcase for IOs and Android skins? > > > > On Aug 5, 2014 1:20 AM, "Christofer Dutz" <[email protected]> > wrote: > > > > > > Hi, > > > > > > Yeah, I already saw that, but is there any work put into IOs or will > this > > be started as soon as the Android stuff is finished? > > > > Yes Chris, that is my plan. I am very close to merging the new Android > > skins into the develop branch. So, that should almost certainly go out > > with the next release. I plan to start with the iOS 7 skins soon after > > that. > > > > > > > > Well as the customer wants Android now and IOs later I think I could > whip > > up a rapid prototype using the android skins and hopefully show off how > > fast you can do stuff like this with Flex ans simply use the older IOs > > skins that are already available as a start. > > > > Sounds like a good plan. You could perhaps use the TourDeFlexMobile code > > available in the flex-examples git repo as a starting point for your > > prototype. > > > > All the best for your new gig! > > > > Thanks, > > Om > > > > > > > > Chris > > > ________________________________________ > > > Von: Deepak MS <[email protected]> > > > Gesendet: Dienstag, 5. August 2014 08:39 > > > An: [email protected] > > > Betreff: Re: Showcase for IOs and Android skins? > > > > > > Android skinning is in progress currently. > > > > > > You can look into this thread for details: > > > > > > http://apache-flex-development.2333347.n4.nabble.com/Re-IOS-7-and-Android-4-3-Skinning-td37835.html > > > > > > Source: > > > > > > https://github.com/apache/flex-sdk/tree/new_android_skins/frameworks/projects/mobiletheme/src/spark/skins/android4 > > > > > > > > > > > > > > > On Mon, Aug 4, 2014 at 7:10 PM, Christofer Dutz < > [email protected] > > > > > > wrote: > > > > > > > Hi, > > > > > > > > > > > > I started working for my new employer 1 day ago and I might already > > have a > > > > chance to do a project using Apache Flex. I already did the convincing > > that > > > > using flex we'll be able to ship a cross-platform solution with > > individual > > > > skinning for IOs and Android, but unfortunately I couldn't find an > > example > > > > of the current state of these skin types. > > > > > > > > > > > > Is there some tourdemobile available that demonstrates this? Or is it > > even > > > > included in our tourdeflex and all I have to do, is to build the > > > > application? > > > > > > > > > > > > Chris > > > >
