Can't publish with custom icons

Whenever I attempt to publish an AIR app for which I've selected a custom icon, I get an error message, "An attribute or element contains an invalid value in the application descriptor file. (application.icon.image128x128)"
Looking in the file "TL Report processor-app.xml" which is created alongside the app, I see that where presumably the path to the icon file should be, I see:
<image128x128>AppIconsForAIRPublish/AM initials.png</image128x128>
instead of the complete path to the PNG that I entered in the Publish settings.
What the f@*# gives?

Hi Cj
There are a zillion threads on this general problem so you will find plenty of detailed ideas and fixes if you need to go digging. But your problem sounds like one I have from time to time even with 1.1.1. My fix has been to delete the notorious prepublishstate file from the domain package for your iweb site, and then to make minor changes to the pages where comments are not showing. Then republish your site and bingo there they are.
If I have spoken too much in code and riddles and you want to try this fix but need more precise details, just let me know.
Regards

Similar Messages

  • UIX Look&Feel with custom icons

    I am trying to create my own look and feel configuration for a UIX application and I still want to allow customers to easily change the colors of the look and feel by just using a different .xss file.
    This works nicely apart from the icons I used e.g. for the content container.
    Now my question what do I have to do to automatically color my icons in colors defined in the .xss file as the regular BLAF does.
    Can I declare this somehow in my LookAndFeelConfig.xml file? Or do I have to use the
    <instance class="" method=""/> element for the image. If so are there any utility classes from UIX that help me change the color of an image?
    thanks,
    Guido
    Currently what I have is smthg. like this:
    <icon name="contentContainerLightHeaderStart">
    <context-image uri="Images/fti_alternate/cnr_drk_tl.gif"/>
    </icon>
    With the icon having a fixed color idependent of any styles.

    repost. Is this supported or not?
    I decompiled part of the UIX framework and it seems this is not really intended as the class coloring the Icons uses some fixed style names and is only useful for the OracleDesktopLookAndFeel.
    Are you thinking of making something like this available in one of the next releases?
    I think this would a be a very nice feature. At least what I suggest is that for Instance icons the method that returns the icon gets a RenderingContext (and maybe the name of the icon so you can have one method for mulitple icons) - this way a you can implement the code to color the icon in that method.
    Let me know what you think.
    Guido

  • Attachments with custom icons

    If I attach an item with a custom icon to a new message, that custom icon is dropped. Any way of preventing that?
    Comments appreciated.

    @Petteri_Paananen,
    While exporting your AIR application..You will be asked whether to include files or not..(Include Files window appears) in which you need to make sure that they are checked.
    Please refer to the screenshot..
    Thanks,
    Bhasker

  • I used to have iWeb and now my domain has a password even after I ended my account.  I can't publish with sandvox

    I have had iweb for years and since the publishing with mobilme is going away i have since switch to sandvox and hosting with godaddy.  I have set up everything and it said it published but when I go to the site it makes me put in my apple id.  How do I get that to go away?

    I agree, you need to adjust your DNS. I have an important question for you, though. Do you see your site if you visit the domain without the www subdomain? In other words, do you see the site if you go to "YourDomain.com" and only get the MobileMe login box if you visit "www.YourDomain.com"? If that's the case, you only need to make one change. If it doesn't work either way, you'll need to make two changes.
    You said that you host with Go Daddy, but you didn't say whether or not the domain was also registered at Go Daddy. I'm assuming it is and that it's registered in the same Go Daddy account that you used to purchase the hosting account...
    Here's a guide that explains how to access the DNS Manager in Go Daddy and make changes: http://x.co/kTW3
    That guide can look complicated because there's a lot of stuff that *can* be done in the DNS Manager. In your case, you probably just need to access it and choose the "Restore Detaults" option for your CNAMEs. To be sure, though, it's always best to contact Go Daddy Support so they can go over the exact details of your account with you and make sure you're not making any unwanted changes. They're available 24/7, so you can call whenever it's convenient.
    If the site's not coming up without the "www" subdomain, you should also change the nameserver setting. To do that, read this guide: http://x.co/kTXR
    You'll want to follow the steps for "Setting Nameservers for a Domain Name Registered with Us" and choose the "I have a hosting account with these domains". It'll take a little time after you make this change, but our system should automatically set the domain to point to the hosting account properly.
    I hope this helps. As I mentioned before, don't hesitate to contact Go Daddy Support for assistance. They're better equipped to instruct you since they can look at your account settings and walk you through making changes. Phone and email contact info is here: http://x.co/kTYi
    Good luck to you!
    Alon

  • Problem with custom icon on toolbar (iPhone Beta 6 SDK)

    I created two custom icons, using transparency so they are white lines on a transparent background, to add to a toolbar at the bottom of the screen.
    toolbar.barStyle = UIBarStyleDefault;
    UIBarButtonItem *theItem = [[[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"MyImage.png"] style:UIBarButtonItemStylePlain target:self action:@selector(theAction:)] autorelease];
    On the simulator, this shows properly a white icon on the grayish toolbar. On the device itself, it shows a white box the size of the icon. It still works.

    Problem persists in Beta 7. However a workaround (which might have worked in Beta 6, I don't know) is this: use GIF files with transparency, rather than PNG files with transparency. These display properly on both simulator and device.

  • How to use Fireworks JQuery Mobile Theme with Custom Icons in Dreamweaver CS6?

    I understand how to create the custom theme in FW, I created one extra icon using the icon placeholder option. I then export the theme. FW spits out 5 css files and the png sprites. What do I do with the css files for the different png dimensions?? I don't understand how to get what I created in FW to work properly in DW. I can get the theme working but DW creates the jquery folder with the default icons, I need to get my custom png sprite in there. When I do this, it seems that it shifts everything since the dimensions are wrong. The theme css that FW spits out has a @import url for the css files styling the diff sprites but it still doesn't work. I'm at a loss as to how to get it all to work together.

    Sorry, no knowledge of FW themes, but it would seem easier to adjust the positioning code
    than to try redo your sprite image.

  • Toolbar: replace SAP icon with custom icon

    Hello,
    in the account overview (component BP_HEAD, view BPHEADOverview), the implementation class (CL_BP_HEAD_BPHEADOVERVIEW_IMPL) contains method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS where the buttons for the account overview are collected.
    Here you can check which buttons are used by SAP standard, e.g. for the PDF fact sheet, an icon is added:
    ls_button-icon_src = '/sap/bc/bsp/sap/crm_ppm/w_pdf__s.gif' .
    Now, I wanted to replace the given icon by another, customer-specific icon. I've tried to change the given URL to anything else, however, it didn't work. I even found out that the given URL is not necessary, it even works with this:
    ls_button-icon_src = 'w_pdf__s.gif' .
    ls_button-icon_src = 'i_do_not_exist/w_pdf__s.gif' .
    Thus, I assume that there's some kind of mapping of the icon name (e.g. "w_pdf__s.gif") is mapped to any table entry or whatever hard-coded.
    Does anyone having experience with replacing the icon with a custom-specific one and can provide the necessary steps?
    Regards
    Wolfgang

    Hi Wolfgang,
               You can use below sample code to get corresponding url for any standard sap icon:
    lv_icon = 'ICON_LED_GREEN'.
    *   Convert icon code into URL and prepare bee
        lv_icon = cl_bsp_mimes=>sap_icon( id = lv_icon ).
        lr_image->src = lv_icon.
    Also, all the icons are available in the database table 'ICON'.
    I hope that helps.
    Thanks,
    Rohit

  • Can't Publish With Comments

    I recently updated to version 1.1.1, which has allowed me to publish, which I was having problems with before(Go figure!), but no matter how I try, I can publish my site, including my blog and my podcast(Which is full of h264 videos, no audio), but I can't get the new comments feature to appear.
    Any ideas?
    Here's my blog: http://web.mac.com/cjay79/iWeb/Cjayhamehameha_Online./Blog-O%20Tastic-O/Blog-O%2 0Tastic-O.html
    follow th menu link for Video_Podcast for the obvious.
    Imac G5   Mac OS X (10.4.6)  

    Hi Cj
    There are a zillion threads on this general problem so you will find plenty of detailed ideas and fixes if you need to go digging. But your problem sounds like one I have from time to time even with 1.1.1. My fix has been to delete the notorious prepublishstate file from the domain package for your iweb site, and then to make minor changes to the pages where comments are not showing. Then republish your site and bingo there they are.
    If I have spoken too much in code and riddles and you want to try this fix but need more precise details, just let me know.
    Regards

  • Can iWeb publish with JPEGS rather than PNG?

    Is there any way to make iWeb use only jpegs rather than PNG files when publishing? Also, I think a picture quality slider would be helpfull for compression and site size management... thanks

    You can minimize the chances of iWeb converting your jpgs into PNGs if you pay attention to the following things...
    1. Scale your jpgs to the resolution they are to be used...don't let iWeb do the scaling if possible (like dropping a photo in and then adjusting the size handles). Target your resolution and then drop the photo in and select "Use Original Size" in the Inspector Shape tab.
    2. Do not apply effects to your jpgs....if you do, iWeb will automatically convert to PNG and the file size will be even bigger! These effects include drop shadows, rotation, frames, opacity changes, etc.
    3. Be aware that in some templates, dropping a photo into iWeb automatically applies frames, drop shadows, and/or reflections. You can deselect these enhancements in the Inspector panel after dropping the photos in. If you don't, iWeb will convert to PNG.
    4. Do not use the "Use image as background" option. Better to drag an exactly sized jpg photo into iWeb and push it to the very back layer than to use this option.
    You are right, iWeb or at least iPhoto needs to have some sort of user control over jpg compression. I use another app for this purpose called "Downsize". On the plus side, it also lets me apply shadows and frames to photos and saves the finished image with effects and all as a jpg.

  • Captivate 1.0 - can't publish with audio on Vista

    I imported several audio files in my Captivate 1.0 movies
    running on Windows Vista. The problem is that there is no sound
    after the movie is published to SWF. I can hear audio in editing
    mode, when I press space to play the current slide (red playhad
    moves). BTW, only WAV (PCM) can be imported, not mp3.
    Any ideas how to get audio exported to swf with the rest of
    the movie?

    quote:
    Originally posted by:
    jojolina
    Hi there Zozo77
    As far as I can recall, the audio gets exported at the same
    time as the rest of the project and you end up with 2 files (html
    and swf). If you are using the html file to launch your outputs and
    not getting any sound, then I can only assume that it is because of
    Vista. Only Captivate 3 is vista compatable and you say you are
    using Captivate 1. Further, Captivate 1 can import mp3 format
    files, select "Audio" from the menu, then "Import".
    I know this does not help you, but maybe someone else has a
    further idea on teh sound problem.
    Cheers
    Anderw
    I know how to import mp3 but it's not working on Vista with
    Captivate 1.0. It works on WinXP though.
    I know I end up with two files: SWF and html. I tried to open
    swf in stand alone flash player. No sound.
    Unfortunately, I'm afraid my team will have to do the
    publishing on WinXP machines. We have enough Captivate 1.0 licences
    but Captivate 3.0 upgrade is very expensive.

  • Can't publish with Presenter7, only have data folder

    I was publishing a .PPT file with Presenter7, but after publishing, only "data" folder could be found in publish folder, no other files, like .htm, XML, swf...
    How could I solve this problem?
    Thanks!
    Judy

    Hello Judy,
    Have you tested Presenter 7.0.7 version ?
    7.0.7 is the latest version for Presenter 7, it includes solution of some known issues.
    You can download Presenter 7.0.7 from this page :
    http://www.adobe.com/support/downloads/product.jsp?product=153&platform=Windows
    Uninstall Presenter 7 and then install Presenter 7.0.7
    Thanks
    Vikram

  • I can not publish with iWeb.

    I seem to be in a circle of prompts. "sign in to mobile." I do and "your account has been upgraded to iCloud." How do I now publish my website?

    Are you really on 10.5.2 as your signature suggests? - because this does not work with iCloud in any event.
    Assuming you are actually on 10.7.2 and have migrated to iCloud, you need to go to System Preferences>MobileMe and sign in - the migration process tends to sign people out. Then iWeb should work OK, publishing to MobileMe just as before.
    iCloud does not provide any website hosting or general files storage in the manner of iDisk; as MobileMe will be terminated next June your website will disappear then unless you find another host for it. You can publish to another host using iWeb provided it is up to date. More details here:
    http://rfwilmut.net/migrate2

  • How many sites can I publish with my subscription Creative Cloud?

    I have a subscription to Adobe Creative Cloud. I have already published a site with no problems. Trying to publish a second website I get the answer that I must proceed with a new hosting plan for a fee. Considering my Creative Cloud includes the publication of 5 sites how to solve this problem?

    Hi,
    Correct under a purchased CC subscription you will be entitled to 5 "webbasic" plan sites for hosting.  This sounds like the site might be under a higher plan which would require purchasing the higher site plan. 
    To confirm please reach our direct chat support ASAP so this can investigate this further. 
    - http://tinyurl.com/px2h6wu
    Kind regards,
    -Sidney

  • AIR app won't compile with custom icons

    My AIr app won't compile when I choose anything but the
    default icons. I created 4 pngs in Photoshop and it gives me the
    error: Useage error (incorrect arguments)
    Any help? I've tried using only 1 icon, all 4, and no icons.
    Only no icons works.

    You dont have to use the GUI to set it, you can use the air
    appliation XML.
    inside your air-app.xml file look for something like:
    <icon>
    <image128x128>icons/myIcon128.png</image128x128>
    <image48x48>icons/myIcon48.png</image48x48>
    <image32x32>icons/myIcon32.png</image32x32>
    <image16x16>icons/myIcon16.png</image16x16>
    </icon>
    if its not there add it, but replace the myIcon128.png with
    your 128 point png image etc.
    also the above assumes your icons are in a folder called
    "icons" in the same directory as your air file.
    Hope it helps.

  • Create custom folders with custom icons like created by Vibe

    I would like to create a custom folder and sub folder in the GW folder list to link to an outside feature. Ideally, it would display in a custom pane on the right like the email list, forum plugin or calendar view.

    You might want to have a look at Russ Ward's WS Utilities: http://weststreetconsulting.com/WSC_Utils.htm
    ImpGraph by the late Bruce Foster also did most of this, but is no longer available.
    Steve Kubis' AutoText may also provide part of the solution (custom sized Anchored Frames): see: http://www.siliconprairiesoftware.com/Products.html
    You can also create custom anchored frames on your Reference pages and then copy & paste from there. Automatically scaling an imported file to properly fit would require a custom FrameScript or plug-in - FM's auto-scaling on import may distort your graphic.

Maybe you are looking for

  • 3rd-party software to record iChat video?

    There used to be Conference Recorder by iCamm, but it doesn't support OS X 10.6. I'm looking for some software that enables me to record iChat video, but not necessarily while I'm chatting with someone -- I used to use Conference Recorder to record a

  • My adobe flash record works on Internet Ex. won't work on FFox???

    I switched from Internet Explorer to Firefox. I have the latest version of Adobe Flash that's needed to view youtube. I can still watch it on Internet Explorer but can't get it to work on Firefox. I'm told I have to download the program I already hav

  • Moving photos from external drive to iPhoto '11

    OK. I'm going nuts. I recently purchased an iMac and I migrated all of the photos from my old G5 with no problems. All of my photos and their Album structures came along. Now, I also have a lot of different photos on a MacBook that is also running 10

  • Problems with re authentications in a wireless with WLC working with web authentication and a radius server

    Hi everyone, im having problems in a wireless network, the SSID has security layer 2 WPA, layer 3 web authentication (internal default page), and external RADIUS. When a client makes a roaming from one AP to another one or when he has a idle time, he

  • Polling interval for triggering alerts

    Is there a way to set the polling interval for alerts. I'm getting 2 alerts for the same message id. I do not want to supress multiple alerts, our alert config scenario is rather generic.