|
 |
|
01-26-2009, 01:45 PM
|
#76
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
Quote: Originally Posted by GizmoQ 
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.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
01-26-2009, 02:57 PM
|
#77
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
|
Quote: Originally Posted by ThunderStick 
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
|
|
|
01-26-2009, 03:29 PM
|
#78
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
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?
|
|
|
01-26-2009, 05:50 PM
|
#79
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
|
Quote: Originally Posted by ThunderStick 
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
|
|
|
01-26-2009, 06:09 PM
|
#80
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
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.
|
|
|
01-27-2009, 10:58 AM
|
#81
|
|
Newbie
Join Date: Jul 2006
Posts: 35
|
Doing it
Quote: Originally Posted by ThunderStick 
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.
|
|
|
01-27-2009, 03:47 PM
|
#82
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
|
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.
__________________
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
|
|
|
01-27-2009, 06:01 PM
|
#83
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
Quote: Originally Posted by montgomeryt 
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.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
01-27-2009, 07:03 PM
|
#84
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
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.
|
|
|
01-27-2009, 07:52 PM
|
#85
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
|
Quote: Originally Posted by ThunderStick 
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
|
|
|
01-27-2009, 07:57 PM
|
#86
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
OK got it figured out, check it out in the first post.
Uploading now
|
|
|
02-06-2009, 10:45 PM
|
#87
|
|
Newbie
Join Date: Sep 2008
Posts: 9
|
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!
|
|
|
02-08-2009, 01:33 PM
|
#88
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
Quote: Originally Posted by JQFletcher 
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.
|
|
|
02-14-2009, 11:16 AM
|
#89
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
New Release = Bug Fix for Movie Times Navigation and Big iLists in Radio and XM
|
|
|
02-14-2009, 12:32 PM
|
#90
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
New youtube preview updating now...
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:26 AM.
| |