Change icon (advanced?!)

Hi all,
I have just finished an application and even created installer(all the needed certificates, languages etc.) for it. All of my application's icons are custom, so I was wondering if I can change the PackageMaker's default (.pkg) icon - the orange box with something yellow coming out of it - to the same(consistent) with my application icon? Is there any chance of doing that? I tried all the simple things - read some package maker manuals, googled my question, checked the archive in the forum and tried to ctrl-click on the installer's .pkg with the hope there will be the magic(windows) option change icon No success until now. Any ideas?
Regards
- artOf...

Thank you very much! Magic indeed
The image is changed but to something that I can only describe as the default .icns or default .pgn image (i tried both). So, now my installer icon looks either like a default .icns file or default .pgn file(it lacks the nice "preview" functionality that shows me the actual image in the .icns/.pgn file). I am still missing something, should the image be of specific format(other than .icns) or should it have certain size? Sorry about my newbie questions.
Respect
- artOf...

Similar Messages

  • How to change icons of a JTree node dynamically

    Hi all!
    I want to change icon associated with a node dynamically ( i.e. after the tree has being displayed). How can i achieve this?
    Can any one provide me a sample code snippet.
    Thanks in advance
    Murali

    I have created CustomCellRenderer and i'm calling this class as follows
    tree.setCellRenderer((TreeCellRenderer) new CustomCellRenderer(true));
    The boolean value for the constructor (in this case it's true) will be set to
    a local variable in the CustomCellRenderer class. Then upon clicking a node in the tree the boolean value (true) is set and the icon for that node should be changed as specified in the CustomCellRenderer class.
    When i click on a node all the icons of that tree are disappearing.
    Can any one help me in this issue
    public class CustomCellRenderer
              extends          JLabel
              implements     TreeCellRenderer
    private ImageIcon          grayfolderImage;
    private ImageIcon          greenfolderImage;
    private ImageIcon          bluefolderImage;
    private ImageIcon          redfolderImage;
    private ImageIcon          whitefolderImage;
    private boolean               bSelected;
    boolean logfileDeleted;
         public CustomCellRenderer()
              grayfolderImage = new ImageIcon("C:\\images\\grayFolder.gif");     
              greenfolderImage = new ImageIcon("C:\\images\\greenFolder.gif");     
              bluefolderImage = new ImageIcon("C:\\images\\blueFolder.gif");     
              redfolderImage = new ImageIcon("C:\\images\\redFolder.gif");
              whitefolderImage = new ImageIcon("C:\\images\\whiteFolder.gif");     
         public CustomCellRenderer(boolean logfileDeleted){
              this.logfileDeleted = logfileDeleted;
         public Component getTreeCellRendererComponent( JTree tree,
                             Object value, boolean bSelected, boolean bExpanded,
                                       boolean bLeaf, int iRow, boolean bHasFocus )
              // Find out which node we are rendering and get its text
              DefaultMutableTreeNode node = (DefaultMutableTreeNode)value;
              String     labelText = (String)node.getUserObject();
              this.bSelected = bSelected;
              // Set the correct foreground color
              /*if( !bSelected )
                   setForeground( Color.black );
              else
                   setForeground( Color.red ); */
              // Determine the correct icon to display
              if( labelText.equals( "ioexception001" ) )
                   setIcon( redfolderImage );
              else if( labelText.equals( "ioexception002" ) )
                   setIcon( greenfolderImage );
              else if( logfileDeleted ==true )
                   setIcon( whitefolderImage );
              else if( labelText.equals( "ioexception004" ) )
                   setIcon( redfolderImage );
              else
                   setIcon(bluefolderImage);
              // Add the text to the cell
              setText( labelText );
              return this;
         // This is a hack to paint the background. Normally a JLabel can
         // paint its own background, but due to an apparent bug or
         // limitation in the TreeCellRenderer, the paint method is
         // required to handle this.
         public void paint( Graphics g )
              Color          bColor;
              Icon          currentI = getIcon();
              // Set the correct background color
              bColor = bSelected ? SystemColor.textHighlight : Color.white;
              g.setColor( bColor );
              // Draw a rectangle in the background of the cell
              g.fillRect( 0, 0, getWidth() - 1, getHeight() - 1 );
              super.paint( g );
    }

  • Multiple windows open in safari when click on web site.  Also can't change/edit DNS servers or any other changes in advance window of network tab

    macbook pro
    osx - mavericks
    multiple windows open in safari when click on web site.  Also can't change/edit DNS servers or any other changes in advance window of network tab.
    Basically every time i click on website other windows open and get redirected to other websites selling something (same as that mackeeper site which seems to open often)  Really ***** as in just a few minutes on the web I have many windows open and many are the same pages.  Can't make changes in the advanced tab of network as options are greyed out and the + & - symbols do nothing when clicked.  Hope there is an easy answer as surfing net is really sucking right now

    I hope to get some more info on a similar situation.
    I have a new Mac Pro, less than 2 months old. OSX 10.5 updated to 10.5.2. Quicktime updated too. When I use the Desktop and Screen Saver system pref, I can easily select and use one of the Apple supplied desktop pictures as a desktop background.
    But I wish to use a Photo from an iPhoto (iLife 08) folder / album as the desktop background. I can find all the albums, I can see all the icons for the pictures, I can select an iconed pciture and it appears in the top left of the preference pane (showing the effect of "fit to window" or "stretch to fit", etc). But all I get is a pale blue screen (which might be my default desktop colour). I don't get any of my iPhoto album pics to appear as a dektop background.
    There is one minor note on this, I don't keep the pictures in my iPhoto Library, I just reference them, and the originals are on a different internal disk.
    I've tried the suggestions above, trashing finder and desktop plists, killall Finder, etc. restart. Nothing gets it working again. It did work originally, for most of the time I've had the Mac Pro, then I changed the dektop to an Apple supplied picture of Earth.
    This affects both an Admin, and a standard user. The photos (and enclosing folders) are read / writable by the admin user, and readable by the Standard user. Both users can easily access the photos in their iPhoto. They open the original files on the second internal drive, and performing a right click - Show File shows the original file as expected. I've even emptied the iPhoto library completely and rebuilt it, just in case there was an issue here.
    Any ideas ? or anyone else seen this ? I don't really want to start reformatting disks and reinstalling the OS, but any suggestions short of this are extremely welcome.

  • ITunes Media Folder location can't be changed in Advanced Settings

    I used to keep the iTunes Media Folder on an external hard drive. Now I copied the iTunes folder to the default location on my local hard drive. Once I changed the folder location in the Advanced Settings to the default settings everything worked fine for a week. Suddenly iTunes can no longer find the files unless I connect my old external hard drive. Reveal in Finder shows that iTunes is still looking at the old folder location despite the change to the local hard disk location in Advanced Settings. I tried changing the Advanced Settings folder locations back and forth but iTunes keeps pointing to the old external hard drive. Software Update is up to date. What can I do? Thanks.

    I just looked at the "iTunes Music Library.xml" file with TextEdit. There are references to the external hard drive everywhere. It appears that the path to the iTunes Media folder just does not reflect the location selected in Advanced Settings.

  • Add change Icon in the Table Control tool bar.

    Hi Abapers,
    I need to add "change" icon in the table control. I added it but when I click on it is not working.
    My requirement is that when I run my custom report, all the fields should be shown is in display mode. Then when I click on the "change" icon, all fields should be enabled for change.
    I have already referred to the standard progs BCALV_* but it does not have the "change" icon.
    plz give me any reference prg or sample code.
    Thanks
    Nani.

    Hi Nani,
    Track the function code of change icon in user command. if it is clicked then put a flag eq X.
    check that flag in PBO, if it is eq X then screen-input = 1 or vice versa.
    try this code:
    in PBO:
    LOOP AT SCREEN
    IF WS_EDIT = 'X'
    SCREEN-INPUT = 1
    ELSE
    SCREEN-INPUT = 0
    ENDIF
    MODIFY SCREEN
    ENDLOOP
    Hope it will work fine
    Regards
    Krishnendu

  • How to change icon of a Folder-track?

    By Folder-track I mean the Folder in Arrange window that is created from "packing reions". Is that even possible in LogicPro7 - to change it's icon?
    I mean I know how to change icons for my audio tracks, audio-instrument tracks. And it would be nice if I can assign different icons for different Folder-tracks.
    I did not find how to do that

    It is possible... use option-command-hold on the icon of the folder in a track in the arrange and up pops the many icons to choose from.
    You can set the icon to something other than the folder.
    To make different folders I guess you would have to do some image editing
    and make your own icons but that is pretty easy.
    Put your user create icons here...
    ~/Library/Application Support/Logic/Images/Icons
    and logic will load your numbered image file instead of the default ones that
    Logic would normaly use.
    Note: 1.png is the file name of the regular folder icon.

  • Change icon for file type

    how to change icon for all of the tile type? not just one, but all!

    Changing the file icon will not enable Quicktime to play Matroska files. Changing the file suffix might.
    It could be a 'difficult' form of Matroska file. FYI Matroska is just a container like MOV or AVI, and some mkv have the video encoded with Real Video Codec (RV9 RV10). Perian+QT can't decode this, but VLC will play .mkv files just fine on OS X, as long as they don't use H.264!
    It's a bit of a lottery until Matroska decide to support the Apple platform. I have found this:
    http://mkv4mac.free.fr/index.php?lang=en&p=lec
    which may help.
    But there may be another workaround: 1. Get Info the mkv file
    2. Change to extension to wmv. Save as wmv and that could work better.
    Or this link may be helpful:
    http://www.squidoo.com/mkv-converter-mac
    Recently, a poster (ZachP14) suggested this:
    "There's a program called Plex that runs .mkv files awesome on my 2.0 ghz macbook."
    http://www.plexapp.com/
    Maybe worth a try?
    More information here:
    ttp://en.wikipedia.org/wiki/Matroska

  • Change Icon missing in the existing SC in ITS URL

    Hi Gurus
    User is trying to change some details in existing SC, user is able to find the SC in Check status and clicked the details button   it will display the document item details, but the Change Icon is missed for the user.
    Until last week, user was able to make changes before the cart was approved, also I verified the change details in SU01D, and nothing has been changed.
    Also I verified my user ID in testing client, I am able to see the change Icon .
    Please advice
    Thanks & Regards
    Sada

    Hi,
    Please check the value of the parameter BBP_WFL_SECURITY  in trascn PFCG for the EMPLOYEE role. See whether that is set to value  low/medium/high so that the employee sees the CHANGE button.
    BR,
    Disha.
    Do reward points for  useful answers.

  • JTree changing Icons of leaves of a node

    I have a Jtree with root node as "Project"
    I have nodes as "color", "sports", "food" which in turn have leaves.
    I have to set an Icon "Icon1" for all the leaves of node "color"
    I have to set another Icon "Icon2" for all leaves of node "sports"
    and have to set another Icon3" for all the leaves of node "food"
    How do I go about doing it? Thanks.

    Take a look at the Swing Tutorial, specifically http://web2.java.sun.com/docs/books/tutorial/uiswing/components/tree.html#display. This gives a straightforward example of changing icons (or anything on the node) by using a cell renderer.

  • Trouble changing icon in any application, file, etc etc

    I've followed the instructions to change an icon and have done it before with success. But it's not working anymore? Here are the steps i'm doing.... Am I missing something?
    1. right click on icon that i want to use as the "new icon"
    (i believe this is the problem... preview.app is opening the icon. with in get info, the "icon" at the top is just your generic "jpeg" icon. In the "preview" window towards the bottom shows a picture of the icon)
    2. select get info
    3. right click on "icon" at top of preview window
    4. cmd c to copy (also tried copy from file drop down)
    5. repeated step on target app to chang icon
    6. cmnd v to paste (also tried to paste from file drop down)
    doesn't change the icon on the target app or file etc etc....
    signed.... confused?

    OK, try doing both a SMC and PRAM reset and see if either takes care of the problem.
    iMac
    SMC & PRAM Resets
    There are a couple of things you can do before heading off to the Apple store, a SMC and PRAM resets. To do these:
    _SMC RESET_
    • Shut down the computer.
    • Unplug the computer's power cord and all peripherals.
    • Press and hold the power button for 5 seconds.
    • Release the power button.
    • Attach the computers power cable.
    • Press the power button to turn on the computer.
    _PRAM RESET_
    • Shut down the computer.
    • Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    • Turn on the computer.
    • Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    • Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    If it still doesn't work then try restarting in Safe Mode, this will clear out some caches which have become corrupted. http://support.apple.com/kb/HT1455

  • Changing Icons & Reverting to Old?

    Can someone please explain how to change icons on both the dock and desktop as well as a good site with cool new icons?
    Also - if I change an icon, how do I go about reverting to the old one?
    Thanks.

    click on the icon or folder...
    Press Apple+i
    The window will pop up
    Find the icon you WANT
    Do the same - select it, press Apple+i
    Then in the top left corner you will see a mini icon. Click that so it's selected.
    Hit Apple+C
    Then select the icon you want to replace. Click on that so it's selected
    Hit Apple+V
    If it doesn't show up, just do it again.
    To REMOVE an icon - same thing - press apple+i on the file you want to remove the icon on
    Click the little icon in the top left corner so it's selected
    Hit Apple+X
    The icon reverts to the ORIGINAL icon.
    As mentioned above, there are other programs, that you pay for, that can do this for you automatically, and can change icons within say browsers and such (like your little finder icons, etc). It's cool for about 10 minutes, but I don't think it's worth the money.
    Make sure to check out apple.com downloads, iconfactory, and many other websites for apple icons, there are a TON out there.

  • After updating to newest, firefox the change icon in properties (bookmarks) is missing, can I get it again somehow? Since I like to make my own icons in bookmark toolbar

    I have made a bookmark toolbar with all my fav sites, a lot of sites have not made a icon logo, so I make one,,, By using the change icon in properties (right click on the icon) But this feature is not in the newest firefox update.
    How can I get it again? is there a specific extension fx??

    Perform the suggestions mentioned in the following articles:
    * [[Latest Firefox issues#os=mac&browser=fx9|Icons missing in the Bookmarks menu]]
    Or use this extension to restore missing Favicons --> '''CheckPlaces 2.6.1'''
    * https://addons.mozilla.org/en-US/firefox/addon/checkplaces/
    Check and tell if its working.

  • [SOLVED] change icons in thunar (XFCE)

    Hello all,
    Me again.  Is there a way to change the icon colors in Thunar?  I copied the gnome-wine, gnome-wise, etc. from my Xubuntu test box and copied them to /usr/share/icons.  I can see they show up under System Settings, Appearance/Icons.  I can even select them, but only the icons on the desktop change colors (call me crazy, but I like the green folder icons).  However, the icons in thunar are still the grayish brown standard icons. 
    Is there a way to have the thunar icons use the XFCE system icons?
    --nixIT
    Last edited by nixIT (2011-06-03 16:17:00)

    in xfce4 (4.8.0.3, the version I am using in ubuntu):
    You can do this to chang the icons in thunar and through the xfce desktop
    1) Click the main menu (Xfce menu at the bottom-left of the screen)
    2) Click Settings -> Appearance
    On Appearance dialog:
    1) Click Icons tab (or press alt+i)
    2) if you have icon themes installed you can selec them (such as Tango)
    -- this will change iconds for the entire desktop:
    Thunar, Xfce menu, etc
    EDIT: I now realize that this was about changing icon colors and the above was already noted in the first post
    .. any way it helped me change my icon theme to Tango...thanks
    Last edited by NeoH4x0r (2012-07-01 23:32:11)

  • Mission impossible:  changing icons in dialogs?

    Hi, Is it really impossible to change icons in dialogs in a straightforward manner? I am new to Java Swing but have used most GUI:s and really never encountered any problems changing icons in the caption part of a window frame (upper left corner). If such common practice is as hard as it seems in Java, it must be considered a major flaw! Please take a look at the problem and enlighten me.
    It is easy to replace the default �coffee cup� icon in the main application window (a JFrame) with a new icon in file "main.gif",
    Toolkit kit = Toolkit.getDefaultToolkit();
    Image icon = kit.getImage(�main.gif");
    setIconImage(icon);
    The following creates a non-modal dialog window (one the user mustn't close before doing something else),
    Dialog status = new JDialog(this,"Status",false);
    The dialog will have the main JFrame as its parent and inherit its icon. Fine, but I want some other icon in this dialog, for example a toolbar icon in file "status16.gif". The only way to do it seems to be to introduce a �dummy� Jframe like this,
    JFrame frame = new JFrame();
    Image icon = kit.getImage("status16.gif");
    frame.setIconImage(icon);
    Dialog status = new JDialog(frame,"Status",false);
    The dialog now sports the status icon, but there is a dire side-effect of this fix. The main JFrame will no longer be the parent of the dialog (the 'dummy' JFrame will) and this has consequences. For example when the user activates the application main window by clicking on it, the dialog window will no longer automatically place itself on top. A work-around would involve explicitly writing dialog window management code.
    It shouldn�t be this complicated to accomplish something as simple as an icons change. I must have missed something important here.
    Best Regards, Ulf Johansson

    DOMO, I too can't get the bug links to work. I suspect many have encountered my "icon in dialog"-problem but given up. It's a frustrating flaw. If nobody comes up with a soulution I'll file a bug report for what it's worth. Sun should take these 'minor' issues seriously. In C# it's a breeze.
    /Ulf Johansson

  • Task Bar Mahem - Changing Icons on M$ task bar

    Hi,
    In Windows XP (Windows NT), when you open multiple windows of a program, the programs become inconisized and grouped together under one menu icon with a name. For instance, opening Windows Explorer multiple times creates a menu on the task bar that displays the Windows Explorer Icon, the number of windows open, and the title of the program--Windows Explorer.
    However, when I run my Java programs multiple times (or make many frames within a program) and iconisized them, they appear on the task bar as a menu with a little white window icon with a blue title, the number of windows (frames) open, and "java" or "javaw" beside it.
    I know how to add icons to frames. What I don't know is how to keep my icon and application name on the task bar when windows (frames) or applications become grouped. Any helpful information would be greatly appreciated. Spent 4 hours looking all over Sun's site, trying to find an answer. I've even tried to download some open source programs and tried to disect them to find the code. Sample code would be greatly appreciated.
    Thanks,
    J Apprentice

    I know how to change icons on frames and task bars. It's when they frames become grouped that the task bar icon magically chnages.

Maybe you are looking for

  • WS12300111: Leave Request Approval - Multiple Approvals

    Hello. I am part of a project, trying to implement ESS/MSS at a large international NPO Customer, and have encountered a problem. I plan to use the WS12300111 Workflow for the approval process of Leave Requests, but since the customer in some situati

  • Static thumbnail images not functioning (Encore 1.5.1)

    I've been using Encore 1.5.1 (Build 42735) for many years now on this PC (AMD X2, Shuttle XPC P2500G), and have had no problems. However, in the last couple of weeks, the following symptom has developed... My typical workflow is to encode M2V files u

  • How to create xml signature in oracle ERP 11.5.10

    Hi All, I've an requirement to sign the xml file and as per the specs http://www.w3.org/2000/09/xmldsig#. or canonicalization method (rsa-sha1)... Can anybody pls help how to do it in 11.5.10 ? DB version .. 11g (11.2.0.3.0) 64 bit JAVA version java

  • Create a variant in SM30

    Hi All!! Could anyone please let me know how to create a variant in SM30? I want to save some input so that I need not enter it everytime I run the tcode SM30, so how do I do it? Thanks.

  • My serial number provided won't work

    Hello, The reason for me contacting you is because I've had this Adobe Creative Suite 5.5 Master Collection for about 2 years now and have just found a need to use these programs. Unfortunately, when I received my serial number and tried to submit, t