|
 |
|
06-17-2009, 01:04 AM
|
#1
|
|
Constant Bitrate
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
|
[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.
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
06-17-2009, 01:23 AM
|
#2
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
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.
|
|
|
06-17-2009, 01:49 AM
|
#3
|
|
Raw Wave
Join Date: Oct 2004
Posts: 2,129
|
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
|
|
|
06-17-2009, 01:50 AM
|
#4
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
and thats how i have it direct copy from carwings, no changes made except adding ilist line
|
|
|
06-17-2009, 02:23 AM
|
#5
|
|
Raw Wave
Join Date: Oct 2004
Posts: 2,129
|
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
|
|
|
06-17-2009, 02:51 AM
|
#6
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
/, IL, LIST, SelImg, UnselImg, EndImg, LimitMode, Drag, MaxSpeed
IL,DL,transparent.bmp,sel.bmp,end.bmp,0,50,60
|
|
|
06-17-2009, 03:02 AM
|
#7
|
|
Raw Wave
Join Date: Oct 2004
Posts: 2,129
|
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
|
|
|
06-17-2009, 04:21 AM
|
#8
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
well done mitch all good
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
06-17-2009, 05:06 AM
|
#9
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
Ondirclick works ,but I noticed that the up/down buttons don't update labels could it be the same bug
|
|
|
06-17-2009, 10:46 AM
|
#10
|
|
Raw Wave
Join Date: Oct 2004
Posts: 2,129
|
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
|
|
|
06-17-2009, 10:48 AM
|
#11
|
|
Constant Bitrate
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
|
If you need another tester, I'd be more than happy to help.
|
|
|
06-17-2009, 11:01 AM
|
#12
|
|
Raw Wave
Join Date: Oct 2004
Posts: 2,129
|
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
|
|
|
06-17-2009, 11:03 AM
|
#13
|
|
Raw Wave
Join Date: Oct 2004
Posts: 2,129
|
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
|
|
|
06-17-2009, 11:28 AM
|
#14
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
all good working cheers mitch
|
|
|
06-17-2009, 12:12 PM
|
#15
|
|
Raw Wave
Join Date: Oct 2004
Posts: 2,129
|
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
|
|
|
|
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:16 AM.
| |