Color picker in iOS 8 app built against AIR 16 not showing up correctly

I am using Flash CS6 to publish a coloring book app for Android and iOS. As of AIR SDK 15, the ColorPicker no longer shows up correctly in iOS, though the code continues to work correctly on Android. I have tried both AIR 15 and 16, and neither works correctly on iOS (only tested against iOS 8).
The color picker from iOS8, AIR SDK 14 (as it should appear):
The color picker from iOS 8, AIR SDK 16 (with black boxes covering each sample):
Functionally they both work and there was no change to the code between the two builds. Anyone experience a similar issue or have ideas on navigating around it?
Oh, here is the code I use to generate the colorpicker, in case it is useful:
//Color picker colorPicker = new ColorPicker();
colorPicker.setStyle("swatchWidth", swatchWidth);
colorPicker.setStyle("swatchHeight", swatchHeight);
colorPicker.setStyle("selectedColor", 0xffffff);
colorPicker.colors = [0x330033, 0x000066, 0x330099, 0x3300cc, 0x3300ff, 0x6600ff, 0x6600cc, 0x660099, 0x660066, 0x660033,0x660000,0x330000,0x000000, 0x000033, 0x000066, 0x000099, 0x0000cc, 0x0000ff, 0x333333, 0x333366, 0x333399, 0x3333cc, 0x3333ff, 0x6633ff, 0x6633cc, 0x663399, 0x663366, 0x663333,0x663300,0x333300,0x003300, 0x003333, 0x003366, 0x003399, 0x0033cc, 0x0033ff, 0x336633, 0x336666, 0x336699, 0x3366cc, 0x3366ff, 0x6666ff, 0x6666cc, 0x666699, 0x666666, 0x666633,0x666600,0x336600,0x006600, 0x006633, 0x006666, 0x006699, 0x0066cc, 0x0066ff, 0x339933, 0x339966, 0x339999, 0x3399cc, 0x3399ff, 0x6699ff, 0x6699cc, 0x669999, 0x669966, 0x669933,0x669900,0x339900,0x009900, 0x009933, 0x009966, 0x009999, 0x0099cc, 0x0099ff, 0x33cc33, 0x33cc66, 0x33cc99, 0x33cccc, 0x33ccff, 0x66ccff, 0x66cccc, 0x66cc99, 0x66cc66, 0x66cc33,0x66cc00,0x33cc00,0x00cc00, 0x00cc33, 0x00cc66, 0x00cc99, 0x00cccc, 0x00ccff, 0x33ff33, 0x33ff66, 0x33ff99, 0x33ffcc, 0x33ffff, 0x66ffff, 0x66ffcc, 0x66ff99, 0x66ff66, 0x66ff33,0x66ff00,0x33ff00,0x00ff00, 0x00ff33, 0x00ff66, 0x00ff99, 0x00ffcc, 0x00ffff, 0xccff33, 0xccff66, 0xccff99, 0xccffcc, 0xccffff, 0xffffff, 0xffffcc, 0xffff99, 0xffff66, 0xffff33, 0xffff00, 0xccff00,0x99ff00, 0x99ff33, 0x99ff66, 0x99ff99, 0x99ffcc, 0x99ffff, 0xcccc33, 0xcccc66, 0xcccc99, 0xcccccc, 0xccccff, 0xffccff, 0xffcccc, 0xffcc99, 0xffcc66, 0xffcc33, 0xffcc00, 0xcccc00,0x99cc00, 0x99cc33, 0x99cc66, 0x99cc99, 0x99cccc, 0x99ccff, 0xcc9933, 0xcc9966, 0xcc9999, 0xcc99cc, 0xcc99ff, 0xff99ff, 0xff99cc, 0xff9999, 0xff9966, 0xff9933, 0xff9900, 0xcc9900,0x999900, 0x999933, 0x999966, 0x999999, 0x9999cc, 0x9999ff, 0xcc6633, 0xcc6666, 0xcc6699, 0xcc66cc, 0xcc66ff, 0xff66ff, 0xff66cc, 0xff6699, 0xff6666, 0xff6633, 0xff6600, 0xcc6600,0x996600, 0x996633, 0x996666, 0x996699, 0x9966cc, 0x9966ff, 0xcc3333, 0xcc3366, 0xcc3399, 0xcc33cc, 0xcc33ff, 0xff33ff, 0xff33cc, 0xff3399, 0xff3366, 0xff3333, 0xff3300, 0xcc3300,0x993300, 0x993333, 0x993366, 0x993399, 0x9933cc, 0x9933ff, 0xcc0033, 0xcc0066, 0xcc0099, 0xcc00cc, 0xcc00ff, 0xff00ff, 0xff00cc, 0xff0099, 0xff0066, 0xff0033, 0xff0000, 0xcc0000,0x990000, 0x990033, 0x990066, 0x990099, 0x9900cc, 0x9900ff, 0x000000, 0x333333, 0x666666, 0x999999, 0xcccccc, 0xffffff, 0xff0000, 0x00ff33, 0x0000ff, 0xffff00, 0xff00ff, 0x00ffff];
colorPicker.selectedColor = color;
colorPicker.x = gWidth - buttonSize - 10; colorPicker.y = 5;
colorPicker.addEventListener(ColorPickerEvent.CHANGE, changeHandler);
//Colorpicker button;
colorPicker.width = buttonSize;
colorPicker.height = buttonSize;
shapeTransform = new ColorTransform();
shapeTransform.color = color;
addChild(colorPicker);

I have exactly the same problem in one of my apps - it worked perfectly well when published with air 14 but I am getting the black squares when published with air 15 or 16.
Anyone know how to get around this or whether there is a solution to the issue?

Similar Messages

  • Apps built with AIR 3.4 release SDK for AppStore?

    Hello,
    Here's my question -
    Can we publish apps built with AIR 3.4 release SDK to the Apple AppStore?
    We need to use AIR 3.4 SDK as the AIR 3.3 SDK results in problems on iOS 6.
    Also, was going through the AIR 3.4 SDK release notes ... Can you detail how do these affect iOS development -
    http://helpx.adobe.com/en/flash-player/release-note/fp_114_air_34_release_notes.html#known _issues
    Thank you.

    I am likewise having this issue and have posted a thread here: http://forums.adobe.com/message/4732647#4732647
    Any solutions/suggestions are greatly appreciated!
    thank you,
    Alex

  • IPad 3, iOS 8.1 (current), does not show" Handoff and Suggested Apps"

    iPad 3, iOS 8.1 (current), does not show" Handoff and Suggested Apps" in my "Settings / General" tab.  I've turned it off, restarted to no avail.  Any suggestions?

    The iPad 3 does not support Handoff or Continuity.
    http://support.apple.com/kb/HT6337
    "Handoff is supported by the following iOS devices and requires iOS 8. Instant Hotspot requires one of these iPhone or iPad devices with cellular connectivity and iOS 8.1. Instant Hotspot also requires Personal Hotspot service through your carrier.
    Phone 5 or later
    iPhone 4s (sharing iPhone calls only)
    iPad (4th generation), iPad Air, iPad Air 2
    iPad mini, iPad mini with Retina display, iPad mini 3
    iPod touch (5th generation)"

  • My mini with IOS 7.0.6 is not showing an option for wish list in the options. What is happening?

    My mini with IOS 7.0.6 is not showing an option for wish list in the options. What is happening?

    The three Rs to IOS, try them in order until the issue is resolved;
    Restart - Press and hold the Power button until the red Power Off stripe appears. Swipe to power off. Press and hold the Power button to turn the device back on.
    Reset - Press & hold the Power and Home buttons simultaneously, ignoring the red power off slider, until the Apple logo appears. Then release both buttons.
    Restore - Connect the device to the Mac or PC with which it is usualy synced and use the iTunes app to restore the device to the factory settings. You can then restore the device with a previously made backup or set it up as new.

  • HT201272 I have purchased some apps but they are not showing in the purchase tab, have updated it as well. Have receipt for these purchase, will I be recharged if I try & download from app store again

    I have purchased apps recently which are not showing against my purchases. If I went into app again & downloaded them will I be recharged. I have a receipt for the purchases?

    iTunes Store: Hiding and unhiding purchases
    http://support.apple.com/kb/HT4919

  • App store updates are not showing

    App store updates are not showing since yesterday

    Agreed. Since installing iOS 7 I seem to have to open the App Store before available updates show. I currently have background app refreshes switched "on" but no apps actually selected from the list.

  • Iphone 4 ios 7.0.4 does not show in my pc

    just my iphone 4 ios 7.0.4 does not show in my pc, but my friends iphone are showing. I think my iphone has a problem.
    please help me
    thank you

    Hello artahmed,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    Best of luck,
    Mario

  • New iMovie app for iPhone 4 not showing up in Location Services (Settings)

    iMovie app for iPhone 4 not showing up in Location Services (Settings). It apprently needs to be both viaible and turned on in Settings/General/Location Services in order for the app to discover previously taken video (Location Services correctly recognizes other apps of mine that utilize location-aware services).
    I think the following is related to and caused by this problem above: iMovie App for iPhone 4 is not recognizing video clips I have made, whether they're in Photo Album, or iPhone 4 native movies that have been throughout this process: [sync with iPhoto on Mac > save to to iPhoto album > sync album to iPhone 4].

    Just had this same problem. The solution is to turn Location Services on before launching iPhone iMovie.
    Yes, iMovie needing GPS coordinates is crazy, as is the error message that doesn't correctly explain the problem. Looks like a bit of a rush job.

  • HT4759 My iPad was lost. I am using the Find my iPhone app, but it is not showing there (though the iPhones, even one that is not iCloud enabled, is). What can I do?

    My iPad was lost today. I am using the Find My iPhone app, but it is not showing on the device list or the map (though my iPhones, even one that is not iCloud enabled, is). What can I do?

    The only thing you might do is enable Lost Mode, which will allow you to set a passcode on it (as well as a message and phone number where you can be reached) so it will be locked when and if it does go online.  You can also receive an email informing you if it goes online so you can track it on icloud.com.  See http://help.apple.com/icloud/#mmfc0f0165.
    In the meantime, you may want to change your passwords.

  • All apps need to update not showing in iTunes

    All apps need to update not showing in iTunes. For example, 50 apps need to update. On section "Updates" shows only 10 programs. If you click on the "Update all programs" is updating all 50 programs. Last version of iTunes (11.1.5) installed.

    On your MacBook yes, but not on another device. That should take place when your phone syncs with your iTunes. I wonder if what you are observing is due to the fact that you have turned off Wi-Fi syncing with your phone. Connect the phone to iTunes with the USB cable, select the summary tab and ensure that the option to sync over Wi-Fi is checked.

  • Can you launch an android app from an android app built with air?

    Hi I might a have project coming up soon where one of the requirements is that the android air application can launch another application on the device...
    In pure java this would look something like this....
    Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("com.rpg.rbar");
    startActivity(LaunchIntent);
    Does anyone no if I can perform a similar method using as3
    Thanks
      Aidan

    Try the below.  Found this at the below link. 
    http://www.blogbyben.com/2013/04/launching-android-app-from-adobe-air-app.html
    var url:String = ("intent:#Intent;" + "action=android.intent.action.MAIN;" + "category=android.intent.category.LAUNCHER;" + "component=com.android.settings/.Settings;" + "end");  navigateToURL(new URLRequest(url));
    Question I have is, is there any way to get a list of currently installed apps?

  • Testing iOS apps made in AIR 3.0

    im wondering if theres a way to open a swf of an iOS app in device central, i cant find a device in the list that supports it, it says that it uses flash player 11, but the list of devices wont go futher than flash player 10.2, im using cs5.5, so how can i test my app without having to sync it everytime?, i really wish i could use it in device central

    If you do a test movie, it's testing in ADT, and that might be good enough.
    You can do faster device testing by unzipping the IPA file, and then drag the Payload/app file onto your device in the Organizer window of Xcode. That saves a lot of time.
    Or you can use tools like this one:
    http://itunes.apple.com/us/app/betabuilder-for-ios-apps/id415348946?mt=12
    It can take the IPA file build a set of files that you put onto your server, and then just email the URL to your devices. You only have to view the web page in Safari on the iPhone or iPad, and touch the link, and the app gets installed straight to the device.
    It's the same trick that TestFlight.com uses, but you can have the files on your own server, and not have to sign up with someone else's service.

  • Flash CC crashes after publishing iOS app + publish settings are not being saved to file

    I have two issues:
    1. Flash CC crashes every time I publish an iOS app
    2. My Publish Settings are not being saved
    1. Flash CC crashes every time I publish an iOS app
    Since yesterday Flash CC keeps crashing right after I publish an iOS app. The app is published correctly though. I tried everything from restarting my MAC, reinstalling Flash, removing the folder "Flash CC 2014" inside Application Support/Adobe. But all this did not work.
    2. My Publish Settings are not being saved
    Since the first day I installed Flash CC, it did not save my publish settings along with the .fla-file. I never had this issue with Flash CS 5.5. This was not a very big issue, but now every time I publish an app and Flash CC crashes I have to fill in all the publish settings manually. Now I'm getting frustrated. Even saving my settings as a preset, storing it inside a folder and importing it again, won't help. Then I will get the message: "Import failed: invalid profile file."
    Can please anyone help me with these issues? It is quite time consuming to continuously enter the settings manually after every crash.
    Thanks!

    reset your preferences -
    after effects:  http://helpx.adobe.com/after-effects/using/preferences.html
    dreamweaver:  https://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs6-cc.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    illustrator:  http://helpx.adobe.com/illustrator/using/setting-preferences.html
    indesign:  https://forums.adobe.com/thread/526990
    photoshop:  https://forums.adobe.com/thread/375776
    photoshop elements:  http://www.photokaboom.com/photography/learn/Photoshop_Elements/troubleshooting/1_delete_p references_file.htm
    premiere pro: http://www.mediacollege.com/adobe/premiere/pro/troubleshooter/trash-preferences.html

  • IOS - Error - Playlists on desktop not showing up in mobile app

    Hi,I've upgraded to the latest ios app and have lost all the playlists I have on my desktop. DescriptionPlaylists on my desktop (mac) do not show up on my mobile app (ios) A more detailed description, using numbered steps1. I have done a clean reinstall of the app on mobile2. I have opened the app, then used the slide power off / home button exercise to close the app Have no idea what else to do.  What I expected to happenThat the playists I have saved on my desktop would be available on my ios app What actually happenedI go to Your Music > Playlists and there is no data. My iPad/iPhone modeliPhone 6 Device’s Operating SystemiOS 8.3 Is your device jailbroken?No Approximately how many playlists do you have?74 playlistsApprx 10 synced for offline mode My mobile Spotify versionVersion 3.3.0.1640 My desktop Spotify version (if applicable)Version 1.0.7.157.g2a6526f9 My provider and countryUK accountLiving in Australia My usernameSamuel Tait Do you have any screenshots you can attach to more clearly explain your issue?attached

    Hey there, can you confirm if there is any songs showing up in Your Music? Can you test if they are still syncing between the apps by creating a new playlist and seeing if that appears?

  • Apps in Library are not showing in Apps tab

    I have had a few rounds of restoring my 3G and then fresh start with a 3GS phone. It's been going along well, I've been able to sync most all of my apps back onto my new phone, but there was one I wanted that I know I purchased when it was free. I see it in my apps library, but it does not show up in my apps tab to sync to my phone. I am leery to repurchase because I now see that it costs $2.99 to download and I don't want to buy, just use the old app I had.
    How does one get an app from the apps library into my apps tab for my phone? It was purchased on the same itunes account. Any help is appreciated!

    Providing it is the same app, you can download it again without being charged. It does not matter what price you paid (even if the app was free) - even if the app is no longer free this will be a free download.
    To ensure it is the same app, go to (on your computer):
    iTunes Store > Account > Purchase History
    It's also possible that the app does not appear under the Apps tab if that app is not compatible with your iOS version.

Maybe you are looking for

  • Some iCal events disappear when in week view

    Hello all, I recently had a double agenda booking. Today I found out why: In week view some iCal events disappear... When i switch to month view, they reappear. So, depending on the view i have open time slots. Not very reliable. Anyone know what i c

  • Fullview RAW/JPG Images in Aperture appear fractured and/or solid black

    Hey guys, I'm very close to throw something out of the window. I changed from iPhoto to Aperture 3.5.1 a few month ago and imports from my 400D Canon and iPhone/iPad worked finde until recently, when Aperture decided not to show thefull view anymore.

  • Convert hashmap (containing null values) to hashtable

    hi the following code gives me java.lang.NullPointerException how can i convert a hashmap ( contaiing null values ) to hashtable... ?? and vice versa ?           HashMap hm =new HashMap();           hm.put("1","one");           hm.put("2","two");    

  • Maintaining WebUI Business Roles in PFCG/Infotype 1263

    Hello there, we are migrating from CRM 4.0 to CRM 7.0 and have to maintain the Business Roles for our users in the organization modell (PPOMA_CRM). Usually we have to assign the business role to the position. All users under this position will get th

  • Show days in a calendar

    Hey! I have a table showing the amount of days needed to develop a project. Feature 1: 6 days Feature 2: 16 days Feature 3: 69 days Now I would like to show an calendar overview with a dynamic starting date... Any ideas on how I can do that?