sandungas
Developer
Damn, bad luck, this is exactly what was needed for webman covers, when i saw it for first time it inmediatly came to mind webmanYeah, deleted both of those.
I have done some tests with
and no luck, does not work any way I use it.Code:<Pair key="icon_fixed_width"><String>181</String></Pair> <Pair key="icon_fixed_height"><String>11</String></Pair>
Nice, this is very important because is a general feature (there are lot of places where can be used)But, this does work:
Code:<View id="seg_string_viewer"> <Attributes> <Table key="add_to_all"> <Pair key="info"><String>info test</String></Pair> </Table> <Table key="StrViewer" include="add_to_all"> <Pair key="icon_rsc"><String>item_tex_ms_icon</String></Pair> <Pair key="title"><String>String Viewer</String></Pair> <Pair key="module_name"><String>strviewer_plugin</String></Pair> <Pair key="module_action"><String>1</String></Pair> </Table> </Attributes> <Items> <Item class="type:x-xmb/module-action" key="StrViewer" attr="StrViewer" /> </Items> </View>
So we can use the "include" to reduce xml size lots, but not to resize icons from I can see.
If you test more experiments with this please remember the other 2 variants i mentioned
-Using several includes in the same line (so a single item includes several others)
-Prepare a "cascade" of includes (so item1 includes item2... and item2 includes item3... item3 includes item4... and so on)
Im guessing both should work... but is just a theory, if you confirm please tell
Not sure why this called your attention... are you thinking the "grid" name is some kind of reserved "keyword" that triggers some special features ?Im interested in the "child grid" view, but don't think it works in newer FW.
Code:<Table key="GridTest"> <Pair key="icon_rsc"><String>item_tex_ms_icon</String></Pair> <Pair key="title"><String>Grid Test</String></Pair> <Pair key="child"><String>grid</String></Pair> </Table>
What i think is a special keyword is the name "segmentize" (used like one of that "view_id")... i think is "splitting" the horizontal XMB bar... but i have no idea how is made
And probably is very related with the category_settings.sprx so i guess is needed to reverse that sprx (and maybe some more stuff) to look at all info together to have a good overview... and then to compare with retail firmwares (because this changed in retail)
So is a hard challengue, is over my skills XD
In scetool try to resign it by using the option "template". And for the template you have to select a .sprx from 4.82 firmware, this way your resigned sprx "should" work on 4.82btw, I found a copy of the xmb_debug_plugin.sprx in one of those old dev_flash dumps.Cant seem to get it to do much though except crash ps3 (only does that if I rename it to an existing plugin)
\o/ call hostAlso found lots of typos, who ever wrote old pre release FW is worse than me
Code:<Query class="type:x-xmb/folder-pixmap" key="GridTest" attr="GridTest" src="host://lolcalhost/app_home/data/art/GridTest" />
"lol" , no wonder they never included it in the FW, they broke it with a typo![]()
Good typo



