Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Logo and Background Browser......

  1. #1
    MGD
    MGD is offline
    FLAC
    Auto Apps:loading...
    MGD's Avatar
    Join Date
    Feb 2005
    Location
    Los Angeles
    Posts
    1,731

    Logo and Background Browser......

    I've managed to preview the Logos and backgrounds in the two skins if you want to change the logo or background. IT DOES NOT USE A PIC VIEWER!
    It just works with "LOADIMG" and an "A" definition in the skin. In the logo browser you have to load also a black image before you display the logo because the logos are transparent and would overlap each other. The background browser also overlaps with the Menu.png and shows the background through it.
    Here are two sreens of it.
    You also need this line in your exectbl.ini file.
    "ONFILECLICK","SETVARBYCODE;LISTTEXT;LISTTEXT||LOA DIMG;20;96;445;332;$LISTTEXT$;OUT||LOADIMG;20;96;4 45;332;Menu_Off.png;OUT",Background_Browser.skin
    The only drawback is you need the images in your skin folder NOT a sub folder.

    Attatched is the background_browser.skin if you want to play with it.
    Attached Images Attached Images   
    Attached Files Attached Files

  2. #2
    FLAC Sal R.'s Avatar
    Join Date
    Aug 2006
    Location
    Sun Diego
    Posts
    1,448
    If you manage to figure out how to keep an image's aspect ratio, let me know.

    Also, just got through looking at your code, seems to filter only .jpg's.

    You happen to know how to filter all image files like picviewer.skin does (bmp, png, gif, etc.)? Or know how picviewer does it?

    I've been struggling w/ these issues on my skin's image browser for quite some time now as described here.

    I'd really like to clean up the functionality of that skin.
    Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2

  3. #3
    MGD
    MGD is offline
    FLAC
    Auto Apps:loading...
    MGD's Avatar
    Join Date
    Feb 2005
    Location
    Los Angeles
    Posts
    1,731
    I have not seen a command for this as of yet. If you define an area for a picture or application it will shrink or stretch it to the specified size.

  4. #4
    FLAC Sal R.'s Avatar
    Join Date
    Aug 2006
    Location
    Sun Diego
    Posts
    1,448
    Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2

  5. #5
    Super Moderator
    Auto Apps:loading...
    JohnWPB's Avatar
    Join Date
    Sep 2005
    Location
    West Palm Beach, Florida
    Posts
    4,658
    Blog Entries
    1
    Maybe this will help, From the SkinCommands.txt file:
    It is also possible to keep the aspect ratio of an image loaded as an indicator, simply add :A to the indicator code Example: "PICTURE:A"
    It mentions "indicator" but I think it will work with any image displayed in RR.
    Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DFX5.1 Skin Available in the Mobile App Mart

    My Fiero Build Thread

  6. #6
    Maximum Bitrate jonessc's Avatar
    Join Date
    Nov 2006
    Location
    Wales, UK
    Posts
    787
    Quote Originally Posted by Sal R. View Post
    If you manage to figure out how to keep an image's aspect ratio, let me know.

    Also, just got through looking at your code, seems to filter only .jpg's.

    You happen to know how to filter all image files like picviewer.skin does (bmp, png, gif, etc.)? Or know how picviewer does it?

    I've been struggling w/ these issues on my skin's image browser for quite some time now as described here.

    I'd really like to clean up the functionality of that skin.
    Wot skins that? looks nice!
    CarPuter Progress:
    Planning:-----> [||||||||||] 100%
    Hardware Buying:-> [||||||||||] 100%
    Software:-----> [||||||||||] 100%
    Installing:-----> [||||||||||] 100%
    Current Project= Making skins in photoshop...

  7. #7
    MGD
    MGD is offline
    FLAC
    Auto Apps:loading...
    MGD's Avatar
    Join Date
    Feb 2005
    Location
    Los Angeles
    Posts
    1,731

    Filter

    Sal R.
    look at the screen shot. The Picture "Cave" is a jpg file, all the others are png files. If I add this to the SD definition it will show *.png and *.jpg.
    /, SD, Alignment;Alignment, Disp;MODE, Icon Width, Icon Heigth, Path
    SD,00,00,50,50,"$skinpath$Logos","*.png;*.jpg",
    Hope that helps with your filter.
    Attached Images Attached Images  

  8. #8
    FreeDrive Creator CdRsKuLL's Avatar
    Join Date
    Feb 2004
    Location
    Manchester
    Posts
    3,443
    I managed to keep the aspect ratio in ultimate by doing..

    /, I, x, y, w, h, Code;INDICATORCODES
    I,0,0,800,480,"PICTURE:A"

    which made it full screen


    Steve

  9. #9
    MGD
    MGD is offline
    FLAC
    Auto Apps:loading...
    MGD's Avatar
    Join Date
    Feb 2005
    Location
    Los Angeles
    Posts
    1,731
    I just made a test with a button to set a var to show only *.png files.
    B10,736,522,64,75,"SETVAR;PIC;*.png||SAVETOSKIN;PI C;$PIC$",
    then the SD definition looks like this
    SD,00,00,50,50,"$skinpath$Logos","$PIC$",
    now it shows only png files. If you change the var above to *.jpg it will only show jpg files.

  10. #10
    FLAC Sal R.'s Avatar
    Join Date
    Aug 2006
    Location
    Sun Diego
    Posts
    1,448
    Quote Originally Posted by MGD View Post
    Sal R.
    look at the screen shot. The Picture "Cave" is a jpg file, all the others are png files. If I add this to the SD definition it will show *.png and *.jpg.
    /, SD, Alignment;Alignment, Disp;MODE, Icon Width, Icon Heigth, Path
    SD,00,00,50,50,"$skinpath$Logos","*.png;*.jpg",
    Hope that helps with your filter.
    Ah HA! I was using "," to separate the different file types. Didn't think to use ";".

    And it WORKS!

    Awesome!

    Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2

Page 1 of 2 12 LastLast

Similar Threads

  1. Tutorial: How to change the FlashDeck logo
    By DiNASTY in forum Software FAQs, Solutions, Tutorials
    Replies: 9
    Last Post: 05-06-2007, 12:19 PM
  2. White background with the logo
    By zaccaro in forum Road Runner
    Replies: 2
    Last Post: 09-08-2006, 12:21 AM
  3. Flash Spnning Logo / Weird Background
    By mnetwork in forum RR Bug Tracker
    Replies: 5
    Last Post: 06-14-2006, 08:04 PM
  4. [HOWTO] Automatically paint my car logo on a module
    By netsuo in forum NeoCar Media Center
    Replies: 8
    Last Post: 08-12-2005, 09:03 PM
  5. New Bios Logo Problem
    By phatbenny in forum Software & Software Development
    Replies: 5
    Last Post: 01-11-2005, 10:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •