Icons of the packaging

icons of packaging of difficulty for a desktop Flex AIR project export.

(1) put the icons by using the default name AIRApp_16.png in a directory called icons.
(2) uncommented entries .xml
(3) add the icons folder to the project build path.

many permutations possible for steps 1, 2 and 3 do not survive to export, that most often produces an ERROR 303.

Best,

-Van
wdv.com

I solved this problem, but as the "showFlexChrome" gray bar bug and the bug 'Please remove my office,' it took more time than it should have to solve.

The solution requires that all three of the following:

(1) add the directory containing the icons to the path of construction. The name is relative and will be generally short, like "icons" or "images". This is done by going to the project--> properties--> Flex Build Path--> add a folder--> "Type the word"icons"in the dialog box."

(2) in the .xml file, remove the prefix "icons /" among the entries to image_16x16.
This is because they will be moved to the bin automatically by the directive of step 1 and they did not need the subdirectory.

(3) to uncomment the image_16x16 and others... the entries under the tag for as many icons you have.

-Van
wdv.com

Tags: Flex

Similar Questions

  • Error, including icons in the package

    I try to include icons in my Air application. Unfortunately, during the phase of the package, I get the following errors:

    (/ Users/gene/Development/Projects/Flex/app/My-app.xml(18): error 303: Source/assets/icons/icon16.png icon does not appear in the package

    (/ Users/gene/Development/Projects/Flex/app/My-app.xml(19): error 303: Source/assets/icons/icon32.png icon does not appear in the package

    (/ Users/gene/Development/Projects/Flex/app/My-app.xml(20): error 303: Source/assets/icons/icon48.png icon does not appear in the package

    (/ Users/gene/Development/Projects/Flex/app/My-app.xml(21): error 303: Source/assets/icons/icon128.png icon does not appear in the package

    I found several threads dealing with this issue, but all say to do what I already do. I write my - app.xml file and the command I use in the hope that someone can see what I'm missing. Thank you.
    -App.xml:
    <? XML version = "1.0" encoding = "UTF-8"? >
    " < application xmlns =" http://ns.Adobe.com/air/application/1.5 ">
    com.baruconsulting.Myapp < id > < /ID >
    < version > 1.0.8 < / version >
    < file_name > Myapp < / name of the file >
    < programMenuFolder > Baru < / programMenuFolder >
    < initialWindow >
    < content > Myapp.swf < / content >
    < visible > true < / visible >
    < systemChrome > no < / systemChrome >
    < clear > false < / transparent >
    < width > 1000 < / width >
    < height > 750 < / height >
    < x > 50 / < x >
    < y > 50 / < y >
    < / initialWindow >
    < icon >
    < Image16x16 > Source/assets/icons/icon16.png < / image16x16 >
    < Image32x32 > Source/assets/icons/icon32.png < / image32x32 >
    < Image48x48 > Source/assets/icons/icon48.png < / image48x48 >
    < Image128x128 > Source/assets/icons/icon128.png < / image128x128 >
    < / icon >
    < / application >
    package command:
    ADT-package - stores pkcs12 - keystore temp.pfx Myapp.swf Myapp.air My - app.xml
    Thank you
    Gene

    Hello

    You must add your icon paths in the ADT command, (because they are not automatically added).

    Hopefully this might solve your problem.

  • EA 4.0 - package icon in the tree view list is not updated

    I have compiled a packet in a sql * plus term without debugging, but the icon in the package tree lists show me the icon with the debug option.

    In the dba_plsql_object_settings there is no debugging.

    After changing the language = en it works well...

  • icon iOS missing in the package? It is not the case!

    FB 4.7 told me that when I try to debug my app which:

    Error occurred during the application of packaging:

    / Users/reidop/Documents/U of Florida/projects/mobile apps/pill Reminder/bin-debug/AOT/MedsReminder-app.xml: error 303: iOS_icons/[email protected] icon does not appear in the package

    as well as all other icons.  Are icons instead they were explicitly included in the package:

    Flash BuilderScreenSnapz001.png

    Why this error occurs?  Anyone have any ideas?

    And Yes, my XML file with the correct tag of icons:

    
    <icon>
            <image29x29>iOS_icons/icon-29.png</image29x29>
            <image57x57>iOS_icons/icon-57.png</image57x57>
            <image114x114>iOS_icons/[email protected]</image114x114>
            <image512x512>iOS_icons/itunes.png</image512x512>
            <image72x72>iOS_icons/icon-72.png</image72x72>
            <image76x76>iOS_icons/icon-76.png</image76x76>
            <image40x40>iOS_icons/icon-40.png</image40x40>
            <image80x80>iOS_icons/[email protected]</image80x80>
            <image50x50>iOS_icons/icon-50.png</image50x50>
            <image100x100>iOS_icons/[email protected]</image100x100>
            <image144x144>iOS_icons/[email protected]</image144x144>
            <image152x152>iOS_icons/[email protected]</image152x152>
            <image1024x1024>iOS_icons/[email protected]</image1024x1024>
            <image58x58>iOS_icons/[email protected]</image58x58>
            <image120x120>iOS_icons/icon-120.png</image120x120>
            <image48x48>iOS_icons/icon-48.png</image48x48>
    </icon>
    
    
    

    When I commented those lines in the XML file, it works perfectly... but without the appropriate icons!

    Can someone tell me what am I leaving out?

    Post edited by: John Reid Perkins Buzo

    Stupid mistake... the path to the file is not correct.  I assumed that the path of the file is compared to my XML descriptor in the project. That XML file is inside the package "basic" with the "iOS_icons" folder, so the path to the file would be "iOS_icons/icon -?.» PNG ".  Instead, the path of the file is relative the descriptor XML FB4.7 file creates for packaging. This ends up to the top and one in the path, apart from the "base" package If the correct path to the file turns out to be "core/iOS_icons/icon -?.» PNG ".  That's what it should be in my XML descriptor:

    
            core/iOS_icons/icon-29.png
            core/iOS_icons/icon-57.png
            core/iOS_icons/[email protected]
            core/iOS_icons/itunes.png
            core/iOS_icons/icon-72.png
            core/iOS_icons/icon-76.png
            core/iOS_icons/icon-40.png
            core/iOS_icons/[email protected]
            core/iOS_icons/icon-50.png
            core/iOS_icons/[email protected]
            core/iOS_icons/[email protected]
            core/iOS_icons/[email protected]
            core/iOS_icons/[email protected]
            core/iOS_icons/[email protected]
            core/iOS_icons/icon-120.png
            core/iOS_icons/icon-48.png
    
    
  • RESOLVED: The Task Manager icon in the system tray

    I always keep my task manager running as an icon in the system tray.  After an update of software that seems to be an update of Windows XP or IE7, I can minimize is no longer my status bar task manager system; the icon is no longer present.  I have not changed the settings view in the Task Manager bar; they are all checked.  Now, I have to keep the Task Manager minimized in the taskbar instead.  [None of the taskbar settings were changed to icons in the system tray as I downloaded the SP3 for XP over 3 years ago.]  Could it have been caused by the update or y at - it a way to get the Task Manager to reduce in the tray system again?  Thank you.

    I tried all types of features troubleshooting before coming here, including a full analysis of the antiviral software from my system & checking event viewer.  I even went in the registry to see if something happened to the system tray.  BUT... The action to be performed by the most obvious and which should have been the first, I failed to do - restart.  Due to an another software update of my antiviral package yesterday, 22/02/2012, I needed to restart.  After the reboot, the Task Manager icon returns to the system tray and minimization has not caused to disappear.

    The only thing I can conclude is that something has gone wrong during the update of the software of MS Windows and installation of KB2660456, KB2647516-IE7, & KB2661637.  It was the only thing that happens so that I was with MS Paint, no browser was opened or other software packages on except what is necessary to update the files over an internet connection.  To take a hit to what it was exactly would be silly because any number of operations might have bothered with or temporarily created a small problem with the properties of the view Task Manager.

    So I chalk it up to did not not the most basic 'Fixer glitch", reboot, in my haste to find a culprit.  I hope that my blunder will remind others not not forget to start with the basics for sudden failures troubleshooting.  Thank you for your time and your advice.

    [I'm sorry; [I broke each problem statement rule with this post by do not detail what I've done, this system that I have, and what software I use and their versions.]

  • How to put the icon of the application of a BlackBerry10 in Flash Builder?

    Hi guys,.

    I migrated my app PlayBook to BlackBerry10 through FlashBuilder successfully and I've been able to run in a Dev Alpha, but I can't put the app icon.  That's what I've done so far:

    1 import my image.  (I tried different sizes without a bit of luck: 150 x 150, 114 x 114, 57 x 57, 86 x 86)

    2. I tried different things in my bar_descriptor.xml without a bit of luck; they are here:

    First try

    Icon.PNG

    Second test

    assets/Icon.png

    Third test

    Icon.PNG

    Icon.PNG

    Could someone help me?  It's the only thing that miss me to present the AppWorld.

    Thank you very much

    Kind regards

    Alejandro

    The icons are 114 x 114.
    Did you include the image as part of the package (contents of packaging)?

    I have:
    Assets/Icons/icon114.png
    in the bar - descriptor.xml

    and


    Assets/Icons/icon114.png

    In - app. XML

  • Try to add an application icon in the burrito

    OK, so im trying to add an icon in the burrito, and when I change the XML file to have

    Icon.PNG

    I get this error:

    The file with the Icon.png path may not be packaged, unless the descriptor field application.icon.image57x57 is the Icon.png Error value: validation of AIR omitted

    Don't know exactly how to set the icon of the application in the fllash burrito generator. Oh, and now I've changed the code back to until I edited it and I still have this error.

    Any help?

    Thank you!

    Alex

    If you really know the error to go away, this thread would recommend rebuild your application. Not ideal, but if you're willing to spend per burrito you.

    http://supportforums.BlackBerry.com/T5/Tablet-OS-SDK-for-Adobe-Air/icon-packaging-validation-error/m...

    Another tip is to try to name your icon blackberry-tablets - icon.png. I know that others have had success with call it something else, but mine works with this naming convention.

    You can always try packing through the command line?

  • White icons on the taskbar

    We have about 3000 + computers and all of a sudden all our icons in the taskbar has started to disappear (volume, usb, video icons) to fix that to delete the "IconStreams" and "PastIconsStream' in the registry then stop explorer.exe and restart to clear everything up. My question is, are at - it a fix for this problem on Win7x64 sp1?

    I have reimagee all computers once already thinking it was a bad image. waited about 90 days, or so and now he made his reappearance ugly again.

    background info: base built with vmware image

    and then we use SCCM to package and deploy all.

    any help is appreciated

    Thank you

    Hello
     
    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query using the link below.
     
    I hope this helps!
  • SQLDev 4.0.2. Duplication of the package in IDE body

    Hello.

    Duplication of the bodies of package in the IDE. In the screenshots:

    1. I open the packages and choice pkg_balance. Open the package spec. So, I click on the 'Open body' icon on the window spec. package. Body is open. Ok.

    2. in pkg_balance tree i the procedure of choice in the body. Second body window is open.

    sc1.png

    sc2.png

    This has been reported before... [4.x] often two Editor Windows open for the same package body

    but seems not have been bugged or fixed yet.

    I logged a bug.

    Thank you

    Gary

    SQL development team

  • Cloud creative icon on the desktop

    How to remove the creating an icon on the desktop for creative cloud during the silent installation of Photoshop CC created by Creative Cloud Packer?

    Thanks for any answers

    ResLi

    There is no functionality with Creative Cloud Packager for that.

    It is possible with Acrobat via the Customization Wizard, but not with Photoshop.

  • Problem with icon of the taskbar with Google Chrome 32

    Hello world

    I have a problem when I try to Google Chrome 32 thinapp. I did the capture with WinXP using Thinapp 5.0. The application works very well, but I only have one problem. The icon of the Chrome in Windows 7 taskbar does not work. Instead, I see the icon included in the screenshot. If Chrome is installed locally on the computer, it works. I tried to capture on a Win7 32 and 64 bit and it gives the same problem. Has anyone had the same problem and found a solution?

    Thank you

    Francis

    Screenshot.jpg

    Google Chrome 34 and 35 are still showing the same behavior...

    Do this test:

    -Launch Chrome packed

    -Right click on the icon 'Virgin '.

    -Right click on "Google Chrome" and select "Properties".

    -Click on "Change icon" and note the error message: Windows cannot find the file %USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default\Google Profile.ico

    This file exists in the package, and if you copy the 'Google' Profile.ico in the capture folder in this location in the native environment, it works!

    As you probably notice, I did it "BOLD" the word "Windows". If you use ProcMon to troubleshoot the behavior and search for "Google Profile.ico", you will see that the process "Explorer.exe" returns "PATH_NOT_FOUND". It is normal, because "Explorer.exe" does not and cannot run in the virtual environment.

    Another solution to the file manually on the background, would be to rename the '% Local Appdata%\Google\Chrome\User Data\Default' '% Local Appdata%\Google\Chrome\User Data\Default.old '.

    Then create a new folder "Default", with a MERGED insulation.

    Once the package is rebuilt, it should work fine. Google Chrome checks if that file exists for this user and if not, recreate. With isolation being MERGED, it creates in the user profile.

    For the Flash bit that does not work, did you follow that Ko... ?

    http://KB.VMware.com/kb/2037251

  • How to develop the Package vSphere Client plug-ins tool

    To the right,.

    Hi, I tried to create a plugin for the CAV, and when I try to package it, my box looks like this:

    plugintool.JPG

    Before I came here, I did this:

    contextmenu.jpg

    What I am looking for is the following:

    fullplugintool.JPG

    Even if this is option, I need to add a file of Java service in my plugin package and as you can see in the first picture, I do not know if the Java service points that I would like to add to the package.

    I need help here. I double clicked on the window, tried ways to resize the window by clicking on every corner and try to find the diagonal arrow icon thing, etc.

    Thank you for your help in advance if someone answers.

    Ah ok!  I missed the cut dialog box image...

    It must be because of your system fonts preferences, because all fields are visible with the default fonts.

    But even if you can not fix the police you should go ahead and create your plugin with just the Flex project package.  Then you can copy in manually your jar file of service in the \plugins directory that was created.

    / Tools/scripts contains a script package-plugin if you are interested.

    Once you become familiar with the environment, you can create your own build scripts tailored to your system.

  • Installation of the icon of the ThinApp Office in view 5.0

    Hello

    For some reason, the 2nd ThinApp application that I have assigned to a pool of desktop installs well but does not create an icon of office on the computer virtual himself.

    My first ThinApp has worked well and has created the icon.

    Anyway is to push the icon on the desktop in view manager?

    I can access the location of the program within the virtual machine and run it from there, but ideally would like created for each installed ThinApp desktop icon.

    Any suggestions?

    Thank you

    Peter.

    Assuming that SAPgui.exe was the entry point.

    Add this to the file package.ini

    Shortcuts=%Desktop%
    
    [SAPgui.exe]
    Shortcut = saplgpad.exe
    Disabled = 1
    Source=%ProgramFilesDir%\SAP\FrontEnd\SAPgui\SAPgui.exe
    ; Change ReadOnlyData to bin\Package.ro.tvr to build in the old versions(4.6.0 or earlier) of tools
    Types of files = .sap
    Shortcuts = % Office

    Now save the file and run build.bat to recompile the package thinapp in the bin directory.  You must run build.bat on the workstation or server you have installed Thinapp on.

  • JDeveloper IDE - display of the packages in the Application browser

    Hi all

    I use JDeveloper 11 g Release 2.

    I want to customize show it packets in Jdeveloper. My application package name starts with com.fireblaze.xfb.appuc001 . and project packages are com.fireblaze.xfb.appuc001.model and com.fireblaze.xfb.appuc001.ui. Now in the package model, I still under packages like com.fireblaze.xfb.appuc001.model.queriesand many more...

    In my case, the Jdeveloper packages are displayed in the browser of the application are given below:
    *....*
    *....*
    com.fireblaze.XFB.appuc001.Model
    com.fireblaze.XFB.appuc001.Model.Queries.main
    com.fireblaze.XFB.appuc001.Model.Queries.Validators
    com.fireblaze.XFB.appuc001.Model.Queries.lovs
    com.fireblaze.XFB.appuc001.Model.services
    *....*
    *....*

    What I want, it's like:

    *....*
    *....*
    com.fireblaze.XFB.appuc001
    --------------------------------------model
    -----------------------------------------------queries
    ----------------------------------------------------------main
    -----------------------------------------------------------------view 1
    -----------------------------------------------------------------...
    -----------------------------------------------------------------view n
    ----------------------------------------------------------validators
    -----------------------------------------------------------------------view 1
    -----------------------------------------------------------------------...
    -----------------------------------------------------------------------view n
    ----------------------------------------------------------lovs
    ---------------------------------------------------------------view 1
    ---------------------------------------------------------------...
    ---------------------------------------------------------------view n
    -----------------------------------------------services
    *....*
    *....*

    How to achieve in JDeveloper 11 g?
    Any help will be appreciated.

    Thanks in advance
    Concerning
    Bilal

    Select your model for example project, and then in the header of the acordion projects Panel, click the icon to the right of the filter icon that looks like a tree. In the menu you have select 'package level', then in the submenu of this 4.

    Now the first four packets are not repeated for each package more.

    Timo

  • Quicken icon has been replaced with textedit icon in the dock of macOS.

    I'm under Quicken as an application of the unit and I keep the Quicken icon in the dock of MacOS.  Recently, the icon in the dock to Quicken changed to the same icon that appears with Text Edit.   I can't think of any material that have been made to my computer change.  I use a Macbook Pro 13 "mid-2009 with Snow Leopard with Vista in the virtual machine.   I keep the operating system and applications to update so I usually use the latest version and patches that are available.

    Here's what I would try to solve the problem...

    From within the guest operating system stop, not suspend the Virtual Machine and then close VMware Fusion.

    Then, delete the following folders that reside within the target computer virtual package and empty the trash. If you need assistance in the virtual computer target package take a look to: collecting information for VMware Fusion

    Remove Applications and records of appListCache who are in the target Virtual Machine package.  They will be rebuilt automatically as needed.

    Restart the Mac.

    Open VMware Fusion and runs the target Virtual Machine and open Quicken in Unity view.

    How do things look now?

Maybe you are looking for