Editing Talk:Sysconf plugin
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 3: | Line 3: | ||
This lines has been copyed from the .xml at the root of syconf_plugin.rco, the examples here only contains the start of the lines, are not together, and are not complete (only listed the references to texts and images) | This lines has been copyed from the .xml at the root of syconf_plugin.rco, the examples here only contains the start of the lines, are not together, and are not complete (only listed the references to texts and images) | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<Page name="page_console_boot_os" | <Page name="page_console_boot_os" | ||
<Plane name="plane_console_boot_os" | <Plane name="plane_console_boot_os" | ||
Line 63: | Line 63: | ||
And from the .xml for english language | And from the .xml for english language | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<Text name="msg_ps3">PS3™</Text> | <Text name="msg_ps3">PS3™</Text> | ||
<Text name="msg_ex_os">Other OS</Text> | <Text name="msg_ex_os">Other OS</Text> | ||
Line 84: | Line 84: | ||
This pages looks interesting, one of its functions is to work as the theme selector, but seems to be working like some kind of file manager | This pages looks interesting, one of its functions is to work as the theme selector, but seems to be working like some kind of file manager | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<Page name="page_sysconf_filer_wizard" unknownInt0="0x1110000" onInit="event:native:/OnInitSysconfFiler" onCancel="event:native:/OnCancelSysconfFiler" onContextMenu="nothing" onActivate="event:native:/OnActivateSysconfFiler"> | <Page name="page_sysconf_filer_wizard" unknownInt0="0x1110000" onInit="event:native:/OnInitSysconfFiler" onCancel="event:native:/OnCancelSysconfFiler" onContextMenu="nothing" onActivate="event:native:/OnActivateSysconfFiler"> | ||
<Plane name="plane_sysconf_filer_background" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" image="nothing" unknownInt24="0x0"> | <Plane name="plane_sysconf_filer_background" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" unknown17="0x0" unknown18="0x0" unknown19="0x0" unknownInt20="0x0" unknownInt21="0x0" unknown22="0x0" image="nothing" unknownInt24="0x0"> |