Customize menu themes

everyone probably knows this:
i wanted a simple single menu for a 'one chapter' type project.
e.g., Brushstroke... /Library/Application Support/iDVD/...
i wanted to remove the drop zone (the was only one). you can show contents on a theme and start experimenting with removing whatever you want, rinse, repeat.
i simply removed the the Patch file of the DZ1 and also the patch file that make s the highlight over the main play button, save as favorite. put files back and youre all set! the only patch i had to keep out until after burn was the button highlight.
the two folders i played in are BrushstrokeDZ1.pox and then shopwing contents (again) of Brushstroke-Main.theme and inside that BrushstrokeButton.Media.pox.
you can probably remove some entire dirs but i just went for specific files and did not work back to find out.
ymmv

Hi Ted!
I am pretty sure that not everybody knew that!
Thanks for taking the trouble to post it here!

Similar Messages

  • [SOLVED] XFCE customize menu help: applications and directory menu

    I've been trying to make some progress with customizing XFCE menus. There are two menus I'm trying to create, listed below.
    Yes, i have read http://wiki.xfce.org/howto/customize-menu
    No, I'm not saying I understood all of it.
    1. I want to have a custom Applications menu that lists all installed applications, without categorization. Preferably alphabetical. I'm guessing it has a lot to do with adding a lot of <include> directives.
    Here's what I've tinkered with so far, which produces categories of apps.
    <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
    "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
    <Menu>
    <Name>Xfce</Name>
    <DefaultAppDirs/>
    <DefaultDirectoryDirs/>
    <DefaultMergeDirs/>
    <Include>
    <Filename>xfce4-run.desktop</Filename>
    </Include>
    <Layout>
    <Merge type="all"/>
    <Separator/>
    <Menuname>Settings</Menuname>
    <Filename>xfce4-run.desktop</Filename>
    </Layout>
    <Menu>
    <Name>Settings</Name>
    <Directory>xfce-settings.directory</Directory>
    <Include>
    <Category>Settings</Category>
    </Include>
    <Layout>
    <Filename>xfce-settings-manager.desktop</Filename>
    <Separator/>
    <Merge type="all"/>
    </Layout>
    <Menu>
    <Name>Screensavers</Name>
    <Directory>xfce-screensavers.directory</Directory>
    <Include>
    <Category>Screensaver</Category>
    </Include>
    </Menu>
    </Menu>
    <Menu>
    <Name>Accessories</Name>
    <Directory>xfce-accessories.directory</Directory>
    <Include>
    <Or>
    <Category>Accessibility</Category>
    <Category>Core</Category>
    <Category>Legacy</Category>
    <Category>Utility</Category>
    </Or>
    </Include>
    <Exclude>
    <Or>
    <Filename>exo-file-manager.desktop</Filename>
    <Filename>exo-terminal-emulator.desktop</Filename>
    <Filename>xfce4-about.desktop</Filename>
    <Filename>xfce4-run.desktop</Filename>
    </Or>
    </Exclude>
    </Menu>
    <Menu>
    <Name>Development</Name>
    <Directory>xfce-development.directory</Directory>
    <Include>
    <Category>Development</Category>
    </Include>
    </Menu>
    <Menu>
    <Name>Education</Name>
    <Directory>xfce-education.directory</Directory>
    <Include>
    <Category>Education</Category>
    </Include>
    </Menu>
    <Menu>
    <Name>Games</Name>
    <Directory>xfce-games.directory</Directory>
    <Include>
    <Category>Game</Category>
    </Include>
    </Menu>
    <Menu>
    <Name>Graphics</Name>
    <Directory>xfce-graphics.directory</Directory>
    <Include>
    <Category>Graphics</Category>
    </Include>
    </Menu>
    <Menu>
    <Name>Multimedia</Name>
    <Directory>xfce-multimedia.directory</Directory>
    <Include>
    <Category>Audio</Category>
    <Category>Video</Category>
    <Category>AudioVideo</Category>
    </Include>
    </Menu>
    <Menu>
    <Name>Network</Name>
    <Directory>xfce-network.directory</Directory>
    <Include>
    <Category>Network</Category>
    </Include>
    <Exclude>
    <Or>
    <Filename>exo-mail-reader.desktop</Filename>
    <Filename>exo-web-browser.desktop</Filename>
    </Or>
    </Exclude>
    </Menu>
    <Menu>
    <Name>Office</Name>
    <Directory>xfce-office.directory</Directory>
    <Include>
    <Category>Office</Category>
    </Include>
    </Menu>
    <Menu>
    <Name>System</Name>
    <Directory>xfce-system.directory</Directory>
    <Include>
    <Or>
    <Category>Emulator</Category>
    <Category>System</Category>
    </Or>
    </Include>
    <Exclude>
    <Or>
    <Filename>xfce4-session-logout.desktop</Filename>
    </Or>
    </Exclude>
    </Menu>
    <Menu>
    <Name>Other</Name>
    <Directory>xfce-other.directory</Directory>
    <OnlyUnallocated/>
    <Include>
    <All/>
    </Include>
    </Menu>
    </Menu>
    2. I want to make a different Directory menu, possibly by implicating a custom Applications menu. If I could locate the .menu file for the Directory menu panel item, I would like to make minor adjustments to the menu, and invoke it through the Applications menu panel item.
    I should state that what I'm trying to accomplish is
    a) to remove the submenu-like options with the Directory menu (open Folder, open in Terminal) to have one-click to open the folder directory
    b) to add a label next to the panel icon (aesthetics), which would be accomplished through using the Applications menu panel item.
    Edit: clarity
    Last edited by heyitstallchris (2014-07-31 02:02:36)

    Firstly, I'll tackle menu 1.
    No need to create an include line for every .desktop file. Do the following:
    $ mkdir ~/.config/menus
    $ cd ~/.config/menus
    $ touch custom-apps.menu
    Edit the file we have just created and populate it with the following:
    <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
    "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
    <Menu>
    <Name>Applications</Name>
    <DefaultAppDirs/>
    <DefaultDirectoryDirs/>
    <DefaultMergeDirs/>
    <Include>
    <Category>X-Xfce-Toplevel</Category>
    <Category>Settings</Category>
    <Category>Accessibility</Category>
    <Category>Core</Category>
    <Category>Legacy</Category>
    <Category>Utility</Category>
    <Category>Development</Category>
    <Category>Education</Category>
    <Category>Game</Category>
    <Category>Graphics</Category>
    <Category>Audio</Category>
    <Category>Video</Category>
    <Category>AudioVideo</Category>
    <Category>Network</Category>
    <Category>Office</Category>
    <Category>System</Category>
    </Include>
    <Layout>
    <Merge type="all"/>
    </Layout>
    </Menu>
    Now just create an application menu panel item and point it to the custom menu file we just created.
    This will display every application installed on your system, and any custom .desktop entries you may create (as long as they are set in one of the categories in the menu file). Add or remove categories as you need.
    If you want to have the "Run Program" and other "Action" items that are in the default Xfce menu, add a category line for "X-Xfce-Toplevel"
    Alternatively, you can forego all the <Category></Category> lines and simply use <All/>
    [EDIT] and since this is using garcon (Xfce's menu library), the apps will be in alphabetical order [/EDIT]
    Cheers.
    Last edited by Padfoot (2014-07-17 09:42:16)

  • Disc Menu theme and duration of audio file

    Hi,
    I've downloaded the Disc Menu Theme "Christmas" into my Premiere Elements 12 project.
    In this menu I want a song to play in the background, so I imported the song into the Audio part of Menu Background adjustments.
    However, the duration is not possible to adjust. It's "stuck" on 13 seconds.
    Is this duration set by the menu theme or is it possible to adjust it in any other way?

    Trond Skarpeid
    This is not a problem specific to Premiere Elements 12 and all menus.
    The problem that you have is related to how the Christmas background in the  main menu .psd file was created. Its creation is based on a video file with the duration of 13.4 seconds, not a still image.
    Your answer could be to replace the original video being used with one that has a duration of 29.29 seconds or to take the original video and extend its duration from 13.4 seconds to 29.29 seconds.
    Your target is the christmas_w_mm_bg.mpg or christmas_hd_mm.bg.mpg file in the Christmas Folder in the route
    Local Disc C
    Program Files
    Adobe
    Premiere Elements
    12.0
    Online
    DVD Templates
    All_Lang
    Holiday and Events
    (V) Christmas
    The file duration can be altered in Premiere Elements and exported as Publish+Share/Computer/MPEG PAL whether you are NTSC or PAL based.
    More details later today if you are interested.
    This is an easy one to fix.
    Please let us know the outcome.
    Thanks.
    ATR
    (This has been road tested by me.)

  • Modifying CSS code to customize a theme

    Hello:
    I'm trying to change some CSS code to customize a theme for an application. I make my change, upload, and the change takes into effect. I make additional changes, click Apply Changes, and the changes do not take affect.
    I then go back to my CSS file, make the additional changes, upload the file, and the changes do not take into effect.
    My issue is that some of the time when I make a change to the CSS code, the changes take into effect. Other times, they do not.
    I installed Firebug which lets me print the HTML and CSS code for a page that is being currently viewed on the screen. I reviewed the HTML and found the "id" that I want to change. I make my changes, upload the CSS file, and the changes do not take into effect.
    What is the secret with the CSS code in these themes that will not take my changes?
    Here's an example of what happens:
    I change the background color for a table. I then want to change the font-color. Instead of displaying both changes; my page reverts to the original colors of the theme.
    I am at a complete loss. I have experience in CSS coding and I just don't understand why these changes aren't working all the time.
    Can someone give me some insight as to the secret of customizing these themes?
    Thanks,

    Hi,
    You can find your uploaded file in the table APEX_APPLICATION_FILES (or HTMLDB_APPLICATION_FILES in older versions of Apex) - search for your css filename in the FILENAME column.
    I tend to upload custom stylesheets through Shared Components, Cascading Style Sheets and then replace the existing LINK tag in the page template with:
    &lt;link rel="stylesheet" href="#WORKSPACE_IMAGES#MyThemeFileName.css" type="text/css"/&gt;Then, when I need to change the css, I do so using a text editor, delete the file through Shared Components and add in the new version. Sometimes the browser's cache holds an old copy of the stylesheet, but clearing the cache sorts that out. Otherwise, I've not had any problems doing it this way.
    The css files you're seeing in your images folder will be referenced within the page templates. As these may be updated with any upgrade to Apex, you should avoid updating these.
    Andy

  • I downloaded the Valentines Day DVD menu theme in Adobe Premiere Elements 11, but won't work

    It's downloaded but it won't set everything up like the other DVD menu themes when you click on them. Why is this happening?

    pnasty09
    Thanks for the reply. How many of the other themes have you tried so that you know it is just this one theme that has a problem?
    Assuming that your Premiere Elements 11 is on Windows 7, 8, or 8.1 64 bit computer, let us try deleting the Premiere Elements 11 settings file which is named Adobe Premiere Elements Prefs.
    With Premiere Elements 11 closed,
    Local Disc C
    Users
    Owner
    AppData
    Roaming
    Adobe
    Premiere Elements
    11.0
    and in the 11.0 Folder is the Adobe Premiere Elements Prefs file that you delete. If that does not work, then delete the whole 11.0 Folder in which the Adobe Premiere Elements Prefs file exists. In order to see the complete path cited above, be sure to be working with Folder Option Show Hidden Files, Folders, and Drives active.
    Thanks.
    ATR

  • Audio changes for Menu themes

    The menu themes in Premiere Elements 12 do not allow a change to the volume on the preset music scores in the Main Menu page; or allow for a change-out to another music choice on the presets for the "Scene Selection" page – how do I do those two things?
    The menu theme I selected for my video is SCREAMING loud and prompts the viewer to quickly turn down the volume, but then they have to crank it back up to hear the video.  I converted a VHS tape to a DVD video and then I added photos at the end for a wedding project.  This sound thing is driving me nuts every time I preview it and does the same thing on the DVD when I burn it.
    All of the tutorials I've checked, and the manual, show how to alter the pictures, but absolutely nothing about the audio needing to be corrected.  :-(

    TKpix
    Fine-Tuned....
    Premiere Elements 12/12.1
    Windows 7 64 bit
    Movie Menu: Entertainment/(A) Art-in-Motion
    Finding the theme's audio file to lower its volume
    Local Disk C
    Program Data
    Adobe
    Premiere Elements
    12.0
    Online
    DVD Templates
    All_Lang
    Entertainment
    (A) Art-in-Motion
    and in the (A) Art-in-Motion Folder is the music file that we seek....its name is Artistic Theme Menu_bg_audio.mp3.
    Right click the file, select Copy, and paste it to the computer desktop.
    Changing the Artistic Theme Menu_bg_audio.mp3 volume in Premiere Elements 12/12.1 (Go with the default project preset)
    Expert workspace
    Add Media
    Files and Folders
    Project Assets
    from Project Assets drag the music file to the Soundtrack
    Select/Highlight the music file in the Soundtrack, go to Adjust Tab/Adjustments Palette/Volume Panel expanded and use the
    volume slider there to adjust the music clip volume.
    Then Publish+Share/Computer/Audio with Presets = MP3 - High Quality.
    Replacing Original with volume adjusted one
    Go back to the (A) Art-in-Motion Folder and move the original Artistic Theme Menu_bg_audio.mp3 from there to a place for
    safe keeping, maybe Libraries/Music.
    Then move the volume lowered Artistic Theme Menu_bg_audio.mp3 from its save location that you designated at its export
    from Premiere Elements to the (A) Art-in-Motion Folder.
    Make sure that the name of the music file in the (A) Art-in-Motion Folder is exactly the same before and after all this.
    Note: Adobe has set the file name so that this music file applies to both the main menu and the scene menu.
    Any questions or need clarification, please do not hesitate to ask.
    Looking forward to your results.
    ATR

  • Download Menu Themes fail - Pre 11

    Premier Elements 11
    Desktop, Win7, Intel i7, 16 gig
    NVida GTX460 - this maybe the reason I went to Pre11 from Pre10 last year.
    New project with 7 video clips (Canon 1920x1080 .mts) and several dozen stills (.jpg), approx 1.3 hours.
    After downloading a menu theme (20-40 megs), screen shows a blank pane for Adjustments (see attached).   Tried downloading several different theme files, no good.
    Created several mini projects, same failure after downloading a menu theme.
    Archiving the project (trimmed) and loading to a notebook with Pre11 then was successful in downloading "Stages" menu theme. Made edits with no issues.   Brought revised project back to desktop and getting a "Project not compatible". 
    Loading a existing project created a year ago in Pre11 results in a "Project not compatible"
    Suspect the "menu theme" function in Pre11 has gotten hammered, no big issues with the rest of Pre11.   Question is what is the best course of action?
    My first goal is to preserve the projects I already have. (no Project Archiver versions - my bad)
    Can I de-install Pre11 and re-install w/o losing the many existing video projects going back several years?
    Is it time to move to version 13?   (not looking forward to the learning curve)
    Thanks in advance

    1. If you cleaned out the Adobe Premiere Elements Preview Field Folders, how much free hard drive space would you free up?
         4 gig.   The 11.0 directory on C contains 9.5 gig, including two Trimmed directories (2.5 gig each)
    2. What is this L drive to where the Media Cache (conformed audio) is directed. Free space 21.4 GB seems very low for such an active place.
         Just a 75 gig partition used for temp files and things like Pagefile.sys, have deleted some items now have 63 gig free.
    3. Your desktop system seems to be on the lower side for free hard drive space.
         Here is an overall picture:
    What is your Internet speed rating for Down/Up?
         Down 6 megabit (= 750 megabytes)  Up  650 kilobit
    4. Please remind me what the free hard drive space looks like at location for Adobe Premiere Elements Previews File Folder and Media Cache Files Folder on your computer which does not have this movie menu issue?
         On the laptop all Scratch Disks are pointed to C:, 57 gig empty.
    What happens if you switch out Online Folders - Desktop Online out, copy of other computer's Online Folder into Desktop where its own Online Folder had been previously located?
         Just did that, no change.   When I try to apply the "Stage" theme from Entertainment to a small test project, it instantly goes to the following screen with just gray in the Adjustments panes. Hitting Reset to no avail.
    The "Stage' directory has the same number of files and sizes on both the Laptop and Desktop.
    Currently, what about other Content Downloads, such as graphics, Instant Movies, etc. all the same problem as movie menus?
         Not entirely sure what you are asking.   Just did my first "Instant Movie" downloaded 260 meg of Crystal Glass and it appeared to build correctly.
    Overall,  do not see any indication that I have a failure to download files.   Still feels like Pre11 got damaged somewhere - so I am ready to do an de-install/install if I am not risking the .PREL files.
    Al

  • IDVD, dvd menu themes

    Hi, does anyone know if the iDVD menu themes can be use for commercial purposes?

    The ELA used to be more specific about iDVD themes; now it seems to concentrate on the music.
    This page: http://www.apple.com/legal/contacts.html gives you contact information for Trademark and Copyright issues. To be safe, why not email them and ask for clarification.
    (... and let us know what they say.)

  • IMovie Menu Theme Problem...

    I have made many DVDs happily with iMovie.
    When I started a new project today, however, all the menu themes had dissapeared.
    Only the "Travel" option is now available.
    I've tried looking through the preferences etc. and cannot find any way of opening them again. The help option makes no mention of the problem, either.
    I am running iLife '06 on Panther...

    So, you are writing only about the G5 computer; there is no second unit involved?
    Since you stated "I am running iLife '06 on Panther..." and posted a question in
    a Discussions forum area for the iMac G4 LCD computer with pivoting display,
    the natural assumption based on two provided factoids would point to a second
    computer outside of the one indicated on your signature-line of your posts.
    If that is in error, perhaps the iMovie (iLife) section of the Discussions should be
    visited and the topic addressed in that venue? My post's avatar is an iMac G4.
    {Of course, iMovie would be similar no matter the hardware it is installed into,
    so long as the operating system is the same and the version of iMovie is, too.}
    Was a previous version of iMovie in the computer at an earlier time? Perhaps
    there is a plist or other settings file from a different version; or some other item
    affecting how iMovie works in the computer. Why it would change - is curious.
    Did you boot the computer from the OS X Installer, and run 'repair disk' then also
    run 'repair disk permissions' from the installer's Disk Utility? After quitting the utility,
    and restarting from the computer's hard disk drive, you could re-boot the computer
    and see if SafeBoot mode on startup, plus run the local Disk Utility's 'repair disk
    permissions' then restart normally (SafeBoot= shift key on boot, until login box;
    login and continue to desktop) since you have to exit SafeBoot by restarting.
    In order to re-install iMovie, you would probably have to remove old pkg files for it
    from the receipts folder and plist files from preferences; there are other ways, to
    get just iMovie to reinstall. One is to get and use (in demo) the Pacifist utility; it
    can extract and install just a portion of a software set from the disc.
    I'm not sure why the functions in your iMovie app have changed in such a way.
    There may be some other similar topics in the same section where iLife apps
    are discussed. And some other kinds of maintenance may be required to help
    Leopard function as good as it could be. I'd get and run OnyX from Titanium
    Software, a free download utility tool; the item has a good Automation section
    and that can do a lot of good (and if misused, a little harm) to the OS X system.
    Good luck & happy computing!

  • Sub menu theme in revolution

    I am creating project with chapters in Revolution theme.
    The title of the clip revolves around the image in the rotating cylinder within the main menu and the sub menu.
    But when I go into the chapters submenu the words say <chapters revolution> not the title.
    How can the title be shown on these next levels?
    Thanks!

    This is from iDVD Help:
    +_Adding text to a menu_+
    +You can add nonclickable text (or a “text object”)—including titles, descriptions, personal commentary, and so on—to any menu. You can add as many lines of text as will comfortably fit on the menu and position it where you want.+
    +By default, the style for text added to a menu is the same as the default style of the menu title (that is, the text style that comes with the theme you have chosen). However, you can easily customize the typeface, font size, font style, and color of the text you add. Also, each text object on your menu can have a different appearance.+
    +To add text to a menu:+
    +Make sure the menu to which you want to add text is showing in the iDVD window.+
    +Choose Project > Add Text.+
    +The phrase “Click to edit” appears on the menu.+
    +Click the text once to highlight it, and then type the new text.+
    +An in-place control appears below the text. It has controls for changing the typeface, font style, and font size of the text. You can make changes if you want, or click on the menu outside the text to make the in-place editor disappear.+
    +With the text still selected, drag the text to the place you want it on the menu.+
    I hope this helps.

  • Customize menu mmb colors or background

    Hi all.
    Is there a possibility to customize the menu ? I meant, as a background color, image or a gradient fill.
    thanks for your reply.

    user5691644 wrote:
    Hi all.
    Is there a possibility to customize the menu ? I meant, as a background color, image or a gradient fill.Hello,
    What is your form version ? Do you want to change them together or separately ?
    If together, create a visual attribute first from visual attribute node and then change the menus visual attribute property.
    If separately, change the menus property. (Background color,icon etc.)
    Hope this will help you.
    If someone response's is helpful or correct, please mark it accordingly.

  • When I click to customize firefox (themes and such), the page won't completely load. I only get the words no thumbtabs. And when I click on the words, it does

    on the drop down menu for firefox(in my bookmarks) I used to be able to customize firefox to change my themes. Now when I click on it, it only loads words, no pictures or thumb tabs to hover over or anything. When I click on the words, it does nothing. I have uninstalled and reinstalled Java. What is going on? What else can I do to fix this. And I have Windows Vista, just in case you need to know. Thanks Sharon

    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    You can remove all data stored in Firefox from a specific domain (addons.mozilla.org) via "Forget About This Site" in the right-click context menu of an history entry ("History > Show All History" or "View > Sidebar > History") or via the about:permissions page.
    Using "Forget About This Site" will remove all data stored in Firefox from that domain like bookmarks, cookies, passwords, cache, history, and exceptions, so be cautious and if you have a password or other data from that domain that you do not want to lose then make sure to backup this data or make a note.
    You can't recover from this 'forget' unless you have a backup of the involved files.
    It doesn't have any lasting effect, so if you revisit such a 'forgotten' website then data from that website will be saved once again.

  • GRC AC 10.0 - Customize Menu

    Hello!
    Does anyone know if there is any documentation how to customize the GRC AC Menu? I have achieved to create a launchpad called "Special Transactions" next to the standard launchpads "MyHome", "Setup", "Access Management" and "Reports and Analytics", however I get a runtime error when I click on my custom launchpad. I want to show there some useful transactions that give some additional information.
    Since I didn't find any documentation I don't really know what I've done wrong, and therefore I can't correct it. Has anyone already had some expierience with this or has any additional information?
    Thanks in advance
    Michael Gahler

    Hi David,
    1) First need to check whether the connection test and authorization tests are works fine. Then we can say that no issues with RFC.
    2) Try to run the Sync job through SPRO and please let us know what is the error u r getting, you can see that in job log.
    3) Hope you did the settings (Maintain Connection settings) under Common Component settings -> integration frame work. And along with this, we have to add the connector under Access control -> Maintain Connection settings.
    Check this settings once.
    All the best.
    Thanks,
    Sankar.

  • Want to customize Menu Bar - Where can I find explanations of the almost 200 editable items in the Properties for "ul.MenuBarHorizontal" ?

    I want to design/customize a horizontal Menu Bar. However I'm flying blind on what the meanings (parameters) of each of the almost 200 editable items are in the Properties for "ul.MenuBarHorizontal" ?
    Where can I find each item explained? Have looked on line and in the library.
    Thanks.

    Here's a link to the help pages for the Spry Menu Bar: http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS90E6DF98-60A3-41a4-B427-CD057D57BB7A. html#WS37318579-3916-46db-80D1-A8C5E6777BE5a
    Understanding the CSS for a Spry Menu Bar is an exercise in understanding descendant styles. David Powers has just published a good tutorial on the Spry Menu Bar. His explanations are very good.
    http://foundationphp.com/tutorials/sprymenu/customize1.php will get you there.
    Beth

  • Is it possible to customize TM theme?

    Hi,
    I like to customize my Mac, and my last, probably not possible, idea was to try to change the Time Machine Vortex theme with let's say a moving Spiral (kind of Austin Power's back in time machine). Well, it's just an idea, maybe better will arise ... but I don't know if it's possible.
    I found the folder where all images are saved (in Snow Leopard, I think in Leopard it was elsewhere):
    HD>System>Library>PrivateFrameworks>Backup.framework>Versions>A>Resources
    I haven't tried to change whatever cause my knowledge in this thing is not very big. And thus I'm writing here to ask if somebody managed this delicate operation. If yes I would appreciate if one can share the procedure.
    Thanks in advance,
    Sharlo

    Backup the contents of the folder first. However, after that, it's safe to replace any of the images in there with images of the same dimensions and format. As for the OpenGL code in there, I don't know what will happen if you change it.

Maybe you are looking for

  • Do I have to use port forwarding in router to log my essential server 2012 from outside

    hi, 1--do I have to use port forwarding if I have only essential server 2012 in my home? 2- what is exactly the benefit of port forwarding,  besides the converting static IP adres to internal IP adres for clients? thanks johan h.david

  • How to scan barcode using flex?

    We are developing a mobile app. Our requrement is to scan barcode using mobile camera. Any one can give me idea how to do it? Do I need to connect to any third party app? If so How. Or flex have capabilites to read barcode? I have seen this example u

  • How do I retrieve my online gmarks bookmarks after my pc has crashed

    hi I had many bookmarked web pages using the gmarks (I think) or some other online firefox bookmark system I had to log in to view these bookmarks, but then I had a pc crash and the bookmarks are now gone, is there a way to retrieve them Many thanks

  • SAP SRM Category Management

    Dear all, there has been an Business Scenario Category Management within SRM. What happened to  this solution? Any info and input is highly appreciated. Thanks in advance! Kind regards, Claudia

  • Photoshop  CS3 animated image

    hello my friends a have problem with my photoshop i need to creat animated imagee in CS3 can you help me? luuk makharoblishvili Financial expert 22 ave, New York, NY http://onlinedrawinglessons.org