Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-34109

Bevel 120DPI back-arrow design problem

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Apache Flex 4.11.0
    • Apache Flex 4.12.0
    • Mobile: ActionBar
    • None
    • Air Mobile, AIR 4.0, units with DPI120 (fx old iPads)

    Description

      The beveled navigation button (back button) needs a little fixup on 120DPI. It has a triangle sticking out.

      Apply following to your css to get the beveled action buttons:
      ActionBar{
      defaultButtonAppearance: beveled;
      }

      Problem located:
      spark.skins.mobile120.assets.BeveledBackButton_up.fxg
      spark.skins.mobile120.assets.BeveledBackButton_down.fxg

      Workarround:
      Monkey patching a file to use mobile160 assets. See below.

      BeveledBackButtinSkin.as (DPIClassification.DPI_120)
      upBorderSkin = spark.skins.mobile160.assets.BeveledBackButton_up;
      downBorderSkin = spark.skins.mobile160.assets.BeveledBackButton_down;

      Attachments

        1. SampleMobileProject.fxp
          14 kB
          Morten Gorm Madsen
        2. arrow.png
          11 kB
          Morten Gorm Madsen
        3. arrow.png
          61 kB
          Morten Gorm Madsen

        Activity

          People

            bigosmallm Om
            mortengormmadsen Morten Gorm Madsen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: