Page 59 of 101 FirstFirst ... 9495051525354555657585960616263646566676869 ... LastLast
Results 581 to 590 of 1002

Thread: 'Freedom' skin beta progress (Flash Based)

  1. #581
    Variable Bitrate
    Join Date
    Mar 2005
    Location
    Sweden/Vaxjo
    Posts
    419
    Quote Originally Posted by Philhop View Post
    Wow that looks great! just what it needs!
    What about the pics path for the pics browser? and it seems to save some settings like Limit going back in the audio explorer on exit the only way i fixed this was to make rr ini readonly. Sorry to hassle! lol its the best skin out!
    This have been answered earlier in this thread, about the pictures, I know since I asked about it...

    What u do is open the file RR.ini and put in this line somewhere there:
    Code:
    picspath=D:\down\Digital Blasphemy\Wallpapers
    Change the path to wherever u have the pics that u wanna see... works real great and it's damned fun getting another background into the skin...

    I just love it...
    @CDR
    I dont wanna be a ***** nagging u about it, but is there any chance of seeing any ripple effects in the future, no stress, just want to know if I can keep dreaming of it...
    Swedish site for CarPC's
    http://www.bilpc.info

  2. #582
    FreeDrive Creator CdRsKuLL's Avatar
    Join Date
    Feb 2004
    Location
    Manchester
    Posts
    3,443
    Quote Originally Posted by Naesstrom View Post
    I dont wanna be a ***** nagging u about it, but is there any chance of seeing any ripple effects in the future, no stress, just want to know if I can keep dreaming of it...
    sadly not to be honest, this would require complete recoding on all of the skins and would also cause higher cpu usage.. I'm sure I did answer this before but pages have been stacking up really quickly :-)

    Instead of having a simple onpress action code, it would require a sprite for each button which in itself would take ages to do, and I dont think the results would help those with the epia boards.

    CdR

  3. #583
    Variable Bitrate
    Join Date
    Mar 2005
    Location
    Sweden/Vaxjo
    Posts
    419
    Quote Originally Posted by CdRsKuLL View Post
    sadly not to be honest, this would require complete recoding on all of the skins and would also cause higher cpu usage.. I'm sure I did answer this before but pages have been stacking up really quickly :-)

    Instead of having a simple onpress action code, it would require a sprite for each button which in itself would take ages to do, and I dont think the results would help those with the epia boards.

    CdR
    Ofc, didnt think of that... pretty stupid of me, only done some flash for homepages so it's true, u would need to do it to everyone, and I didn't think of the ones running on lower cpu boards either since I'm running a full size board...

    Well nothing more to it then... I totally love your skin, and I agree to what someone said earlier, it's not only a skin, it's almost a totally new Frontend...
    Damned nice work man
    Swedish site for CarPC's
    http://www.bilpc.info

  4. #584
    Maximum Bitrate pyros's Avatar
    Join Date
    Mar 2004
    Location
    Toronto, Canada
    Posts
    500
    CdRsKuLL... I'm about to start working on the XM.. been very busy as of late.. few questions...

    For the playlist on the audio player screen, if the playlist is changed by RR without user interaction, will the flash list be updated as well?

    I'm asking b/c XM uses the same playlist variable I believe.. and if it doesn't automatically update... I'll have to figure out another way around it...

    I also have the same question in regards to a regular label... if RR updates it without user interaction, will the flash object that gets its content be updated also?

    Thx,
    Chris
    2004 Ford Mustang Mach 1
    Specs: Epia M2-1000, 512mb ram, SB Audigy NX, Lilliput 7" Touchscreen, M2-ATX, DVD, 160gb HDD, gps, obdII, wifi, bluetooth, XM radio, HQCT and Logitech wireless gamepad.
    Install Status: DONE

    My XM FAQ

  5. #585
    FreeDrive Creator CdRsKuLL's Avatar
    Join Date
    Feb 2004
    Location
    Manchester
    Posts
    3,443
    Quote Originally Posted by pyros View Post
    CdRsKuLL... I'm about to start working on the XM.. been very busy as of late.. few questions...

    For the playlist on the audio player screen, if the playlist is changed by RR without user interaction, will the flash list be updated as well?

    I'm asking b/c XM uses the same playlist variable I believe.. and if it doesn't automatically update... I'll have to figure out another way around it...

    I also have the same question in regards to a regular label... if RR updates it without user interaction, will the flash object that gets its content be updated also?

    Thx,
    Chris
    Hi Chris, yes i have coded it so the playlist checks 10 times a second and updates if needed.. same with the labels as well.. any addition coding wont be a problem either really.. :-)

  6. #586
    Maximum Bitrate pyros's Avatar
    Join Date
    Mar 2004
    Location
    Toronto, Canada
    Posts
    500
    10 times per second? Do you mean 10 times per minute? Per second sounds like some crazy overhead lol...

    Did you do this with RAD also? That is what I'm working with since it's the only one I have the source to..

    THanks,
    Chris
    2004 Ford Mustang Mach 1
    Specs: Epia M2-1000, 512mb ram, SB Audigy NX, Lilliput 7" Touchscreen, M2-ATX, DVD, 160gb HDD, gps, obdII, wifi, bluetooth, XM radio, HQCT and Logitech wireless gamepad.
    Install Status: DONE

    My XM FAQ

  7. #587
    FreeDrive Creator CdRsKuLL's Avatar
    Join Date
    Feb 2004
    Location
    Manchester
    Posts
    3,443
    yeah just use the Playlist sprite and you should be fine, dont think I have changed much in that code to be honest.. :-)

    hmm wonder why I can no longer edit my first post.. maybe as its 30 days old now. O well might need to start a new thread as this ones kinda long now.

    I just need to tidy things up now and make sure its all working as it should be, then I will be releasing the next version in a new thread most likely. There will be a couple more skins added, but most are bug fixs and improvements to current skins.

    CdR

  8. #588
    Newbie
    Join Date
    Aug 2006
    Posts
    6
    How do I get the weather-function to work? I live in Sweden, so do I need some plugin or special program to read the weather? Iow, how do I get the weather-information to show in rr?

  9. #589
    FreeDrive Creator CdRsKuLL's Avatar
    Join Date
    Feb 2004
    Location
    Manchester
    Posts
    3,443
    Quote Originally Posted by Murre View Post
    How do I get the weather-function to work? I live in Sweden, so do I need some plugin or special program to read the weather? Iow, how do I get the weather-information to show in rr?
    in rr.ini in the roadrunner folder add something like..
    cityweather=Bolton,UK
    weatherunits=UK

    (answer was posted at 214 of this thread.. but I wont flame u for not reading all of it.. as I wouldnt of either ;-p )

    CdR

  10. #590
    Maximum Bitrate pyros's Avatar
    Join Date
    Mar 2004
    Location
    Toronto, Canada
    Posts
    500
    Quote Originally Posted by CdRsKuLL View Post
    yeah just use the Playlist sprite and you should be fine, dont think I have changed much in that code to be honest.. :-)

    hmm wonder why I can no longer edit my first post.. maybe as its 30 days old now. O well might need to start a new thread as this ones kinda long now.

    I just need to tidy things up now and make sure its all working as it should be, then I will be releasing the next version in a new thread most likely. There will be a couple more skins added, but most are bug fixs and improvements to current skins.

    CdR
    Perfect.. thanks!

    And yeah.. time for a new thread.. this one is huuuuuuuuuuuuuge!
    2004 Ford Mustang Mach 1
    Specs: Epia M2-1000, 512mb ram, SB Audigy NX, Lilliput 7" Touchscreen, M2-ATX, DVD, 160gb HDD, gps, obdII, wifi, bluetooth, XM radio, HQCT and Logitech wireless gamepad.
    Install Status: DONE

    My XM FAQ

Similar Threads

  1. Simplistique Skin Release - download and screenshots
    By lloydy in forum RR Released Skins
    Replies: 500
    Last Post: 12-07-2010, 08:32 PM
  2. Flash based commercial front end discussion
    By DavidL in forum Other Cool Front Ends
    Replies: 19
    Last Post: 04-05-2006, 03:20 PM
  3. "System Error(Blue)" beta skin D/L Now
    By systemerror in forum RR Skins
    Replies: 4
    Last Post: 09-16-2005, 01:28 PM
  4. Skin based on Vladien's Land Rover Skin
    By SpacemanSpiff in forum MediaCar
    Replies: 0
    Last Post: 01-02-2005, 01:49 PM
  5. ** New Flash Based Media Player **
    By jcraig in forum Software & Software Development
    Replies: 18
    Last Post: 08-20-2004, 11:58 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
  •