Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Skins > RR Released Skins


Reply
 
Share Thread Tools Display Modes
Old 01-26-2009, 01:45 PM   #76
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Quote: Originally Posted by GizmoQ View Post
Why not create a separate button that uses the "menu;" command instead of the "load;" command to creates a popup menu. Then for just that screen set an "ONCLICK" definition in your exectbl.ini that selects and exit.

Will it still be able to display the ilist from the radio menu. I thought the lists were dependent on the name of the screens. I could be wrong but I tried something similar once with the music screen.
ThunderStick is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 01-26-2009, 02:57 PM   #77
The Last Good Gremlin
 
GizmoQ's Avatar
 
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
GizmoQ has a spectacular aura aboutGizmoQ has a spectacular aura about
Quote: Originally Posted by ThunderStick View Post
Will it still be able to display the ilist from the radio menu. I thought the lists were dependent on the name of the screens. I could be wrong but I tried something similar once with the music screen.

You could always create a custom list from the cache.
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
GizmoQ is offline   Reply With Quote
Old 01-26-2009, 03:29 PM   #78
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
How can this be done. Throw me an example.
Dont know what to put for the path? Or how to get the radio playlist to display?
ThunderStick is offline   Reply With Quote
Old 01-26-2009, 05:50 PM   #79
The Last Good Gremlin
 
GizmoQ's Avatar
 
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
GizmoQ has a spectacular aura aboutGizmoQ has a spectacular aura about
Quote: Originally Posted by ThunderStick View Post
How can this be done. Throw me an example.
Dont know what to put for the path? Or how to get the radio playlist to display?

Uh Oh, here's another foot in mouth scenario. I don't know how but it should be possible.

You keep saying radio, I thought we were talking XM/Sirius.

Let me try and mash up something tonight and I'll get back to ya.
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
GizmoQ is offline   Reply With Quote
Old 01-26-2009, 06:09 PM   #80
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
If I can get this figured out for radio, XM and Music or anything else for that matter shouldn't be a problem and that would be prety damn cool to have a pop up Ilist with large print.
ThunderStick is offline   Reply With Quote
Old 01-27-2009, 10:58 AM   #81
Newbie
 
Join Date: Jul 2006
Posts: 35
montgomeryt is an unknown quantity at this point
Doing it

Quote: Originally Posted by ThunderStick View Post
If I can get this figured out for radio, XM and Music or anything else for that matter shouldn't be a problem and that would be prety damn cool to have a pop up Ilist with large print.

I was thinking it would mirror the same functionality as you are already doing with Music. When you hit the music button it opens a pop-up (for lack of a better term) that has a list of the music in the current play list. Or if you hold down the music button to add music to the play list.
montgomeryt is offline   Reply With Quote
Old 01-27-2009, 03:47 PM   #82
The Last Good Gremlin
 
GizmoQ's Avatar
 
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
GizmoQ has a spectacular aura aboutGizmoQ has a spectacular aura about
O.K., this is quick and dirty. I'll let ThunderStick take it from here. The attached includes a new radio_player.skin, xm_player.skin and a biglist_player.skin. The only change on the radio/XM players was replacing the last preset button to popup the biglist player. This somehow loads the radio.ini or xmcache.ini in the same style as the audio player.

Issues:
1. Can't get ilist to work
2. Next/prev plays next/prev - no scrolling (pgup/pgdn buttons would help, but it still plays whats highlighted)
3. Need to create "BYVAR" code to change the biglist_player labels from the radio labels to the XM labels.
Attached Files
File Type: zip BIGLIST.zip (3.4 KB, 6 views)
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
GizmoQ is offline   Reply With Quote
Old 01-27-2009, 06:01 PM   #83
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Quote: Originally Posted by montgomeryt View Post
I was thinking it would mirror the same functionality as you are already doing with Music. When you hit the music button it opens a pop-up (for lack of a better term) that has a list of the music in the current play list. Or if you hold down the music button to add music to the play list.

The way that is working is It uses the audio command to initiate the audio player (needed to auto turn off radio or what ever was on before) then exits the skin file then reloads using a MENU command instead so that it loads ontop of the main menu screen. This will not work when just trying to enlarge the ilist. You still need the radio_player.skin fle in order for the correct playlist to display. Cant have two seperate ones. Carputer1 gave me an idea that may work, and I will take a look at what Gizmo has and see what I can come up with.
Expect an update soon, with enlargable ilists on the picviewer, music menu, radios, anything with an ilist now. This is definitely a needed and very cool feature.
ThunderStick is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 01-27-2009, 07:03 PM   #84
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
GOOD NEWs
Guess what I found in my pile of crap computer parts, XM-PCR USB radio. Now I can test out the XM skin.

BAD NEWS
Cant get the ilist to work either. I tried using the loadlist command to load up the xmcache.ini with no luck. I did add a button for the biglist popups thought on both the radio and xm screens.
ThunderStick is offline   Reply With Quote
Old 01-27-2009, 07:52 PM   #85
The Last Good Gremlin
 
GizmoQ's Avatar
 
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
GizmoQ has a spectacular aura aboutGizmoQ has a spectacular aura about
Quote: Originally Posted by ThunderStick View Post
GOOD NEWs
Guess what I found in my pile of crap computer parts, XM-PCR USB radio. Now I can test out the XM skin.

BAD NEWS
Cant get the ilist to work either. I tried using the loadlist command to load up the xmcache.ini with no luck. I did add a button for the biglist popups thought on both the radio and xm screens.

If you can't find a way to get the ilists working, you're gonna haveta widen the popup screen and add up, down, pgup, pgdn buttons to the left of the list. To me it was no big deal for the radio (12 presets), but XM is a totally different story.
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
GizmoQ is offline   Reply With Quote
Old 01-27-2009, 07:57 PM   #86
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
OK got it figured out, check it out in the first post.
Uploading now
ThunderStick is offline   Reply With Quote
Old 02-06-2009, 10:45 PM   #87
Newbie
 
Join Date: Sep 2008
Posts: 9
JQFletcher is an unknown quantity at this point
This is a great skin for us Garmin users! I have a quick question. Has anyone had an issue when they fire this skin up of getting error messages? I get three errors made up of 2 of the same and 1 unique. They are:

First:

Line -1:

Error: Variable must be of type "Object".

Second (Happens Twice):

Road Runner must be running for this to work

Also, I have never gotten the backgrounds button to work. It always crashes RR. I have it set in RR and in this skin's skin.ini but it doesn't work. If I go set it statically it will showup but I can't browse them.

I know this seems like a lot, but lastly, if I try to register the plugins i get an error for all of them saying: "LoadLibrary("whatever dll it tries.dll") failed - The specified module could not be found."

I love this skin otherwise. Please help me get it figured out!

Thanks a TON!
JQFletcher is offline   Reply With Quote
Old 02-08-2009, 01:33 PM   #88
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Quote: Originally Posted by JQFletcher View Post
This is a great skin for us Garmin users! I have a quick question. Has anyone had an issue when they fire this skin up of getting error messages? I get three errors made up of 2 of the same and 1 unique. They are:

First:

Line -1:

Error: Variable must be of type "Object".

Second (Happens Twice):

Road Runner must be running for this to work

Also, I have never gotten the backgrounds button to work. It always crashes RR. I have it set in RR and in this skin's skin.ini but it doesn't work. If I go set it statically it will showup but I can't browse them.

I know this seems like a lot, but lastly, if I try to register the plugins i get an error for all of them saying: "LoadLibrary("whatever dll it tries.dll") failed - The specified module could not be found."

I love this skin otherwise. Please help me get it figured out!

Thanks a TON!

More han likely you are using the Road Runner version of the skin with the newest version of Road Runner, Which is Rider Runner. Ride Runner is not backwords compatible with my skin because of the scripts that I use. Download the Rider Runner Skin and try this. If you are using the Ride Runner Version than try the other Road Runner version. This should clear up your problems.
ThunderStick is offline   Reply With Quote
Old 02-14-2009, 11:16 AM   #89
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
New Release = Bug Fix for Movie Times Navigation and Big iLists in Radio and XM
ThunderStick is offline   Reply With Quote
Old 02-14-2009, 12:32 PM   #90
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
New youtube preview updating now...
ThunderStick is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Garmin Mobile PC ptk Garmin Mobile PC 97 08-27-2009 05:05 PM
Garmin Navigation software ported to PC - FINALLY! hd54321 GPS 16 03-18-2009 04:03 AM
New Age - Feature Packed, Movie Listings, Video Preview on YouTUBE,PSD'S Released ThunderStick RR Released Skins 72 07-19-2008 12:28 AM
Garmin announces Mac GPS support for everything! skizot MacCar 11 01-31-2006 04:37 AM



All times are GMT -5. The time now is 11:26 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics