Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 06-17-2009, 01:04 AM   #1
Constant Bitrate
 
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
spamminator is an unknown quantity at this point
[RESOLVED] Plugin manager does not update labels when using iList

I'm working on the plugin manager screen for my skin, working off of the carwings dynamic lite as a base. I noticed that if I leave the list as a standard DL then the associated plugin labels (version, description, status, etc.) get updated as I click on different items in the list. However, if I change the list to be an iList those labels no longer get updated.

I'm using the same label codes as are used in carwings:

L,710,175,80,30,#LCDR#,#LCDG#,#LCDB#,18,#LCDFont#, "pluginmgr|version|$DLPLUGINNAME$","LEFT"

My guess is that somewhere in the plugin it updates $DLPLUGINNAME$ with the currently selected item name on each click of the list, but maybe not on every click of an iList?

I haven't been able to find that variable anywhere in the exectbl or .ini files for carwings, so I apologize if there's some simple explanation/solution I'm missing...

Thanks.

Last edited by mitchjs; 06-17-2009 at 02:54 PM.
spamminator is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 06-17-2009, 01:23 AM   #2
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
snap i found this problem way back when mitch built it, i have managed to get 1 out of 6 comp's to accept ilist in plugin manager, but it was short lived, i did bring this to mithc's attention , and we have found no solution for it as yet, but it only seems to be a very small amount of users that have this problem, as no 1 else apart from you has pubilcly mentioned this. i have even re-built 3 pc's and still get the same result,but if you select in the list then refresh the list you will see the labels update ,||pluginmgr;list

but your right the PI dose up-date the $DLPLUGINNAME$ ondirclick,

sorry i know its no help to you but just wanted to add that your not alone,

Last edited by carputer1; 06-17-2009 at 01:26 AM.
carputer1 is offline   Reply With Quote
Old 06-17-2009, 01:49 AM   #3
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
ok, here how it works

the SKIN must me named: "pluginmgr.skin" and a DL type
and when a MouseDown of a item ("ONDIRCLICK" happens)
dlpluginname gets set

if skin isnt named that, it wont happen

i dont know anything about ilist... if u send me the .skin file with ur change to ilist, i can eval

mitch
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 06-17-2009, 01:50 AM   #4
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
and thats how i have it direct copy from carwings, no changes made except adding ilist line
carputer1 is offline   Reply With Quote
Old 06-17-2009, 02:23 AM   #5
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
show me the line please

i have found a bug in RR, that if the TYPE is "LST" it is tried to get ID3 for
since its not a song, it gets corrupted in the internal list

i can fix... but i need to fully understand lists
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 06-17-2009, 02:51 AM   #6
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
/, IL, LIST, SelImg, UnselImg, EndImg, LimitMode, Drag, MaxSpeed
IL,DL,transparent.bmp,sel.bmp,end.bmp,0,50,60
carputer1 is offline   Reply With Quote
Old 06-17-2009, 03:02 AM   #7
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
thanks!

i have a test build, i would like you to test it... do u know where to find me?
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 06-17-2009, 04:21 AM   #8
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
well done mitch all good
carputer1 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-17-2009, 05:06 AM   #9
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
Ondirclick works ,but I noticed that the up/down buttons don't update labels could it be the same bug
carputer1 is offline   Reply With Quote
Old 06-17-2009, 10:46 AM   #10
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
carputer1, those look like they never worked
geeze, i got some bad beta testers, and ME too!!!
you would think i would try the arrows... not just click on the damm list
i will figure out what to fix
and post u a new build
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 06-17-2009, 10:48 AM   #11
Constant Bitrate
 
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
spamminator is an unknown quantity at this point
If you need another tester, I'd be more than happy to help.
spamminator is offline   Reply With Quote
Old 06-17-2009, 11:01 AM   #12
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
carputer1, its posted on my FTP

thanks for finding this OLD bug!!!! (more like an omission, i just never added the code for it)
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 06-17-2009, 11:03 AM   #13
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
spamm, WE really do need testers...
and when i mean testers, i mean someone who can test stuff within a few hours...
not "ill put it in my car and test, and get back to you in a few days"
hopefully most people have say have a setup of ther carputer and run it on desktop maybe in a Virtual machine, or on the real machine (as i do, since i have no carpc)

mitch
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 06-17-2009, 11:28 AM   #14
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
all good working cheers mitch
carputer1 is offline   Reply With Quote
Old 06-17-2009, 12:12 PM   #15
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
I posted one more build

i cleaned up a IF statement that was really confusing, and root of this issue

please test new build, also test audio_browser make sure no id3 issues...
shouldnt be, its simpler code now
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs 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
.net Bluetooth Mobilephone Plugin lambosprit RR Released Plugins 614 11-19-2009 05:34 PM
Chuck's Skins lots of pics Update 7-16-07 Chuck RR Released Skins 289 03-25-2009 07:06 AM
Source Help: New labels dont update in flash Sonicxtacy02 Road Runner 0 03-23-2007 12:09 PM
Wireless Connection Manager Plugin buurin Centrafuse 9 02-07-2006 05:34 PM
Winamp LCD display plugin / IRMan plugin - together? Jarrod Software & Software Development 9 06-03-2002 06:39 AM



All times are GMT -5. The time now is 11:16 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