Editing RCOXML Objects

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

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 89: Line 89:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| {{RCO TOC entry common area|08 00|FF FF FF FF|ObjectTree|00 00 00 00|00 00 00 28|unnamed}}
| {{RCO TOC entry common area|08 00|FF FF FF FF|<syntaxhighlight lang="xml" enclose="none"><ObjectTree /></syntaxhighlight>|00 00 00 00|00 00 00 28}}
|}
|}


Line 110: Line 110:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| {{RCO TOC entry common area|08 01|00 00 00 00|Page|00 00 00 28|00 00 00 4C}}
| {{RCO TOC entry common area|08 01|00 00 00 00|<syntaxhighlight lang="xml" enclose="none"><Page name="label" /></syntaxhighlight>|00 00 00 28|00 00 00 4C}}
|-
|-
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| 0x28 || 0x04 || unk || {{cellcolors|#ff9999}} '''pageMode''' || {{yes}} || {{yes}} || 01 11 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> || <syntaxhighlight lang="xml" inline><Page pageMode="0x1101" /></syntaxhighlight> || First 2 bytes = pageMode (see below), last 2 bytes padding
| 0x28 || 0x04 || unk || {{cellcolors|#ff9999}} '''pageMode''' || {{yes}} || {{yes}} || 01 11 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> || <syntaxhighlight lang="xml" enclose="none"><Page pageMode="0x1101" /></syntaxhighlight> || First 2 bytes = pageMode (see below), last 2 bytes padding
|-
|-
| 0x2C || 0x08 || event || '''pageOnInit''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 78 || <syntaxhighlight lang="xml" inline><Page pageOnInit="event:native:/OnControlPanelButtonInit" /></syntaxhighlight> || rowspan="4" | Triggers an event, see [[RCOXML Coding]] (first 4 bytes '''reference_type''', last 4 bytes '''string_offset''')
| 0x2C || 0x08 || event || '''pageOnInit''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 78 || <syntaxhighlight lang="xml" enclose="none"><Page pageOnInit="event:native:/OnControlPanelButtonInit" /></syntaxhighlight> || rowspan="4" | Triggers an event, see [[RCOXML Coding]] (first 4 bytes '''reference_type''', last 4 bytes '''string_offset''')
|-
|-
| 0x34 || 0x08 || event || '''pageOnCancel''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 88 || <syntaxhighlight lang="xml" inline><Page pageOnCancel="event:native:/OnControlPanelButtonCancel" /></syntaxhighlight>
| 0x34 || 0x08 || event || '''pageOnCancel''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 88 || <syntaxhighlight lang="xml" enclose="none"><Page pageOnCancel="event:native:/OnControlPanelButtonCancel" /></syntaxhighlight>
|-
|-
| 0x3C || 0x08 || event || '''pageOnContext''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 98 || <syntaxhighlight lang="xml" inline><Page pageOnContext="event:native:/OnControlPanelButtonContextMenu" /></syntaxhighlight>
| 0x3C || 0x08 || event || '''pageOnContext''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 98 || <syntaxhighlight lang="xml" enclose="none"><Page pageOnContext="event:native:/OnControlPanelButtonContextMenu" /></syntaxhighlight>
|-
|-
| 0x44 || 0x08 || event || '''pageOnActivate''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 A8 || <syntaxhighlight lang="xml" inline><Page pageOnActivate="event:native:/OnControlPanelButtonActivate" /></syntaxhighlight>
| 0x44 || 0x08 || event || '''pageOnActivate''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 A8 || <syntaxhighlight lang="xml" enclose="none"><Page pageOnActivate="event:native:/OnControlPanelButtonActivate" /></syntaxhighlight>
|}
|}


Line 148: Line 148:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| {{RCO TOC entry common area|08 02|00 00 00 00|Plane|00 00 00 28|00 00 00 8C}}
| {{RCO TOC entry common area|08 02|00 00 00 00|<syntaxhighlight lang="xml" enclose="none"><Plane name="label" /></syntaxhighlight>|00 00 00 28|00 00 00 8C}}
|-
|-
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
Line 156: Line 156:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| 0x80 || 0x08 || image || '''planeImage''' || {{yes}} || {{yes}} || 04 02 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 78 || <syntaxhighlight lang="xml" inline><Plane planeImage="image:tex_indi_message" /></syntaxhighlight> || Loads a image from [[RCOXML Images|ImageTree]] (first 4 bytes '''reference_type''', last 4 bytes '''string_offset''')
| 0x80 || 0x08 || image || '''planeImage''' || {{yes}} || {{yes}} || 04 02 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 78 || <syntaxhighlight lang="xml" enclose="none"><Plane planeImage="image:tex_indi_message" /></syntaxhighlight> || Loads a image from [[RCOXML Images|ImageTree]] (first 4 bytes '''reference_type''', last 4 bytes '''string_offset''')
|-
|-
| 0x88 || 0x04 || int || {{cellcolors|#ff9999}} '''planeResizeMode''' || {{yes}} || {{yes}} || 00 00 / 00 01 || <syntaxhighlight lang="xml" inline><Plane planeResizeMode="0x1" /></syntaxhighlight> || see below (first 2 bytes '''unknown''', last 2 bytes '''mode''')
| 0x88 || 0x04 || int || {{cellcolors|#ff9999}} '''planeResizeMode''' || {{yes}} || {{yes}} || 00 00 / 00 01 || <syntaxhighlight lang="xml" enclose="none"><Plane planeResizeMode="0x1" /></syntaxhighlight> || see below (first 2 bytes '''unknown''', last 2 bytes '''mode''')
|}
|}


Line 230: Line 230:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| {{RCO TOC entry common area|08 12|00 00 00 00|Group|00 00 00 28|00 00 00 80}}
| {{RCO TOC entry common area|08 12|00 00 00 00|<syntaxhighlight lang="xml" enclose="none"><Group name="label" /></syntaxhighlight>|00 00 00 28|00 00 00 80}}
|-
|-
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
Line 262: Line 262:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| {{RCO TOC entry common area|08 04|00 00 00 00|XMenu|00 00 00 28|00 00 00 AC}}
| {{RCO TOC entry common area|08 04|00 00 00 00|<syntaxhighlight lang="xml" enclose="none"><XMenu name="label" /></syntaxhighlight>|00 00 00 28|00 00 00 AC}}
|-
|-
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
Line 270: Line 270:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| 0x80 || 0x04 || int || '''xmenuItemNum''' || {{yes}} || {{yes}} || 00 00 00 0A || <syntaxhighlight lang="xml" inline><XMenu xmenuItemNum="0xa" /></syntaxhighlight> || Number of main items of XMB Menu
| 0x80 || 0x04 || int || '''xmenuItemNum''' || {{yes}} || {{yes}} || 00 00 00 0A || <syntaxhighlight lang="xml" enclose="none"><XMenu xmenuItemNum="0xa" /></syntaxhighlight> || Number of main items of XMB Menu
|-
|-
| 0x84 || 0x08 || event || '''xmenuOnPush''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 79 || <syntaxhighlight lang="xml" inline><XMenu xmenuOnPush="event:native:/Bar::onPush" /></syntaxhighlight> || rowspan="5" | Triggers an event, see [[RCOXML Coding]]
| 0x84 || 0x08 || event || '''xmenuOnPush''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 79 || <syntaxhighlight lang="xml" enclose="none"><XMenu xmenuOnPush="event:native:/Bar::onPush" /></syntaxhighlight> || rowspan="5" | Triggers an event, see [[RCOXML Coding]]
|-
|-
| 0x8C || 0x08 || event || '''xmenuOnContext''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7A || <syntaxhighlight lang="xml" inline><XMenu xmenuOnContext="event:native:/Bar::onContextMenu" /></syntaxhighlight>
| 0x8C || 0x08 || event || '''xmenuOnContext''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7A || <syntaxhighlight lang="xml" enclose="none"><XMenu xmenuOnContext="event:native:/Bar::onContextMenu" /></syntaxhighlight>
|-
|-
| 0x94 || 0x08 || event || '''xmenuOnCursorMove''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7B || <syntaxhighlight lang="xml" inline><XMenu xmenuOnCursorMove="event:native:/Bar::onCursorMove" /></syntaxhighlight>
| 0x94 || 0x08 || event || '''xmenuOnCursorMove''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7B || <syntaxhighlight lang="xml" enclose="none"><XMenu xmenuOnCursorMove="event:native:/Bar::onCursorMove" /></syntaxhighlight>
|-
|-
| 0x9C || 0x08 || event || '''xmenuOnScrollIn''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7C || <syntaxhighlight lang="xml" inline><XMenu xmenuOnScrollIn="event:native:/Bar::onScrollIn" /></syntaxhighlight>
| 0x9C || 0x08 || event || '''xmenuOnScrollIn''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7C || <syntaxhighlight lang="xml" enclose="none"><XMenu xmenuOnScrollIn="event:native:/Bar::onScrollIn" /></syntaxhighlight>
|-
|-
| 0xA4 || 0x08 || event || '''xmenuOnScrollOut''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7D || <syntaxhighlight lang="xml" inline><XMenu xmenuOnScrollOut="event:native:/Bar::onScrollOut" /></syntaxhighlight>
| 0xA4 || 0x08 || event || '''xmenuOnScrollOut''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7D || <syntaxhighlight lang="xml" enclose="none"><XMenu xmenuOnScrollOut="event:native:/Bar::onScrollOut" /></syntaxhighlight>
|}
|}


Line 292: Line 292:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| {{RCO TOC entry common area|08 06|00 00 00 00|XList|00 00 00 28|00 00 00 BC}}
| {{RCO TOC entry common area|08 06|00 00 00 00|<syntaxhighlight lang="xml" enclose="none"><XList name="label" /></syntaxhighlight>|00 00 00 28|00 00 00 BC}}
|-
|-
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
Line 300: Line 300:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| 0x80 || 0x04 || int || '''xlistItemNum''' ? || {{yes}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" inline><XList xlistItemNum="0x0" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 48 times in PSP 6.61 ofw with value: "0x0"<br>{{icon content ps3|50px}} Unknown. Used 18 times in PS3 4.76 ofw with value: "0x0"
| 0x80 || 0x04 || int || '''xlistItemNum''' ? || {{yes}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" enclose="none"><XList xlistItemNum="0x0" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 48 times in PSP 6.61 ofw with value: "0x0"<br>{{icon content ps3|50px}} Unknown. Used 18 times in PS3 4.76 ofw with value: "0x0"
|-
|-
| 0x84 || 0x08 || event || '''xlistOnCursorMove''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 78 || <syntaxhighlight lang="xml" inline><XList xlistOnCursorMove="event:native:/XmbMenu::OnCursorMoveXmList" /></syntaxhighlight> || rowspan="7" | Triggers an event, see [[RCOXML Coding]]
| 0x84 || 0x08 || event || '''xlistOnCursorMove''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 78 || <syntaxhighlight lang="xml" enclose="none"><XList xlistOnCursorMove="event:native:/XmbMenu::OnCursorMoveXmList" /></syntaxhighlight> || rowspan="7" | Triggers an event, see [[RCOXML Coding]]
|-
|-
| 0x8C || 0x08 || event || '''xlistOnScrollIn''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 79 || <syntaxhighlight lang="xml" inline><XList xlistOnScrollIn="event:native:/XmbMenu::OnScrollInXmList" /></syntaxhighlight>
| 0x8C || 0x08 || event || '''xlistOnScrollIn''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 79 || <syntaxhighlight lang="xml" enclose="none"><XList xlistOnScrollIn="event:native:/XmbMenu::OnScrollInXmList" /></syntaxhighlight>
|-
|-
| 0x94 || 0x08 || event || '''xlistOnScrollOut''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7A || <syntaxhighlight lang="xml" inline><XList xlistOnScrollOut="event:native:/OnScrollOut_VmcAppearSettingList" /></syntaxhighlight>
| 0x94 || 0x08 || event || '''xlistOnScrollOut''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7A || <syntaxhighlight lang="xml" enclose="none"><XList xlistOnScrollOut="event:native:/OnScrollOut_VmcAppearSettingList" /></syntaxhighlight>
|-
|-
| 0x9C || 0x08 || event || '''xlistOnPush''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7B || <syntaxhighlight lang="xml" inline><XList xlistOnPush="event:native:/OnPush_VmcAppearSettingList" /></syntaxhighlight>
| 0x9C || 0x08 || event || '''xlistOnPush''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7B || <syntaxhighlight lang="xml" enclose="none"><XList xlistOnPush="event:native:/OnPush_VmcAppearSettingList" /></syntaxhighlight>
|-
|-
| 0xA4 || 0x08 || event || '''xlistOnContext''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7C || <syntaxhighlight lang="xml" inline><XList xlistOnContext="event:native:/OnContextMenuContentListFirstListPage" /></syntaxhighlight>
| 0xA4 || 0x08 || event || '''xlistOnContext''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7C || <syntaxhighlight lang="xml" enclose="none"><XList xlistOnContext="event:native:/OnContextMenuContentListFirstListPage" /></syntaxhighlight>
|-
|-
| 0xAC || 0x08 || event || '''xlistOnFocusLeft''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7D || <syntaxhighlight lang="xml" inline><XList xlistOnFocusLeft="event:native:/XmbMenu::OnFocusLeftXmList" /></syntaxhighlight>
| 0xAC || 0x08 || event || '''xlistOnFocusLeft''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7D || <syntaxhighlight lang="xml" enclose="none"><XList xlistOnFocusLeft="event:native:/XmbMenu::OnFocusLeftXmList" /></syntaxhighlight>
|-
|-
| 0xB4 || 0x08 || event || '''xlistOnFocusRight''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7E || <syntaxhighlight lang="xml" inline><XList xlistOnFocusRight="event:native:/OnFocusRightContentListFirstListPage" /></syntaxhighlight>
| 0xB4 || 0x08 || event || '''xlistOnFocusRight''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7E || <syntaxhighlight lang="xml" enclose="none"><XList xlistOnFocusRight="event:native:/OnFocusRightContentListFirstListPage" /></syntaxhighlight>
|}
|}


*In XMB vertical lists, when clicking left is using a "onCancel" because moves 1 level up in the hierarchy (used around 14 times on PS3 firmware this way), but is replacing the event "onFocusLeft" (used only 1 time in PS3 firmware this way, but this is the correct codename)
*In XMB vertical lists, when clicking left is using a "onCancel" because moves 1 level up in the hierarchy (used around 14 times on PS3 firmware this way), but is replacing the event "onFocusLeft" (used only 1 time in PS3 firmware this way, but this is the correct codename)
*Used in sysconf_plugin.rco as the children of page_xmb_menu and associated with event:native:/XmbMenu::OnInitXmList


===(0x809) MList===
===(0x809) MList===
Line 330: Line 328:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| {{RCO TOC entry common area|08 09|00 00 00 00|MList|00 00 00 28|00 00 00 F8}}
| {{RCO TOC entry common area|08 09|00 00 00 00|<syntaxhighlight lang="xml" enclose="none"><MList name="label" /></syntaxhighlight>|00 00 00 28|00 00 00 F8}}
|-
|-
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
Line 338: Line 336:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| 0x80 || 0x04 || int || '''mlistItemNum''' || {{yes}} || {{yes}} || 00 00 00 15 || <syntaxhighlight lang="xml" inline><MList mlistItemNum="0x15" /></syntaxhighlight> || Number of items in the list
| 0x80 || 0x04 || int || '''mlistItemNum''' || {{yes}} || {{yes}} || 00 00 00 15 || <syntaxhighlight lang="xml" enclose="none"><MList mlistItemNum="0x15" /></syntaxhighlight> || Number of items in the list
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x84 || 0x04 || unk || '''mlistUnk24''' || {{yes}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" inline><MList mlistUnk24="0x0" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 184 times in PSP 6.61 ofw with value: "0x0"<br>{{icon content ps3|50px}} Unknown. Used 409 times in PS3 4.76 ofw with value: "0x0"
| 0x84 || 0x04 || unk || '''mlistUnk24''' || {{yes}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" enclose="none"><MList mlistUnk24="0x0" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 184 times in PSP 6.61 ofw with value: "0x0"<br>{{icon content ps3|50px}} Unknown. Used 409 times in PS3 4.76 ofw with value: "0x0"
|-
|-
| 0x88 || 0x04 || int || '''mlistItemDefault''' || {{yes}} || {{yes}} || FF FF FF FF || <syntaxhighlight lang="xml" inline><MList mlistItemDefault="0xffffffff" /></syntaxhighlight> || See below. (on objattribdef-psp.ini is named '''initTopPadding''', the initial position of the cursor)
| 0x88 || 0x04 || int || '''mlistItemDefault''' || {{yes}} || {{yes}} || FF FF FF FF || <syntaxhighlight lang="xml" enclose="none"><MList mlistItemDefault="0xffffffff" /></syntaxhighlight> || See below. (on objattribdef-psp.ini is named '''initTopPadding''', the initial position of the cursor)
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x8C || 0x04 || int || '''mlistUnkInt26''' || {{yes}} || {{yes}} || 00 00 00 02 || <syntaxhighlight lang="xml" inline><MList mlistUnkInt26="0x2" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 184 times in PSP 6.61 ofw with values:<br>"0x0" (180 times), "0x1" (2 times), "0x2" (2 times)<br>{{icon content ps3|50px}} Unknown. Used 409 times in PS3 4.76 ofw with values:<br>"0x0" (395 times), "0x1" (10 times), "0x2" (4 times)
| 0x8C || 0x04 || int || '''mlistUnkInt26''' || {{yes}} || {{yes}} || 00 00 00 02 || <syntaxhighlight lang="xml" enclose="none"><MList mlistUnkInt26="0x2" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 184 times in PSP 6.61 ofw with values:<br>"0x0" (180 times), "0x1" (2 times), "0x2" (2 times)<br>{{icon content ps3|50px}} Unknown. Used 409 times in PS3 4.76 ofw with values:<br>"0x0" (395 times), "0x1" (10 times), "0x2" (4 times)
|-
|-
| 0x90 || 0x04 || float || '''mlistItemSpacing''' || {{yes}} || {{yes}} ||  || <syntaxhighlight lang="xml" inline><MList mlistItemSpacing="24" /></syntaxhighlight> || See below
| 0x90 || 0x04 || float || '''mlistItemSpacing''' || {{yes}} || {{yes}} ||  || <syntaxhighlight lang="xml" enclose="none"><MList mlistItemSpacing="24" /></syntaxhighlight> || See below
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x94 || 0x04 || unk || '''mlistOverrideUnk28''' || {{no}} || {{yes}} || 3A 12 / 00 00 || <syntaxhighlight lang="xml" inline><MList mlistOverrideUnk28="0x3A120100" /></syntaxhighlight> || see below ('''mlistOverridePositionX''' with values from [[XMB Layouts]] ?)
| 0x94 || 0x04 || unk || '''mlistOverrideUnk28''' || {{no}} || {{yes}} || 3A 12 / 00 00 || <syntaxhighlight lang="xml" enclose="none"><MList mlistOverrideUnk28="0x3A120100" /></syntaxhighlight> || see below ('''mlistOverridePositionX''' with values from [[XMB Layouts]] ?)
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x98 || 0x04 || unk || '''mlistOverrideUnk29''' || {{no}} || {{yes}} || 3B 12 / 00 00 || <syntaxhighlight lang="xml" inline><MList mlistOverrideUnk29="0x3B120100" /></syntaxhighlight> || see below ('''mlistOverridePositionY''' with values from [[XMB Layouts]] ?)
| 0x98 || 0x04 || unk || '''mlistOverrideUnk29''' || {{no}} || {{yes}} || 3B 12 / 00 00 || <syntaxhighlight lang="xml" enclose="none"><MList mlistOverrideUnk29="0x3B120100" /></syntaxhighlight> || see below ('''mlistOverridePositionY''' with values from [[XMB Layouts]] ?)
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x9C || 0x04 || unk || '''mlistOverrideUnk30''' || {{no}} || {{yes}} || 3C 12 / 00 00 || <syntaxhighlight lang="xml" inline><MList mlistOverrideUnk30="0x3C120100" /></syntaxhighlight> || see below ('''mlistOverridePositionZ''' with values from [[XMB Layouts]] ?)
| 0x9C || 0x04 || unk || '''mlistOverrideUnk30''' || {{no}} || {{yes}} || 3C 12 / 00 00 || <syntaxhighlight lang="xml" enclose="none"><MList mlistOverrideUnk30="0x3C120100" /></syntaxhighlight> || see below ('''mlistOverridePositionZ''' with values from [[XMB Layouts]] ?)
|-
|-
| 0xA0 || 0x08 || image || '''mlistImage''' || {{yes}} || {{yes}} || 04 02 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 79 || <syntaxhighlight lang="xml" inline><MList mlistImage="image:tex_default_text_focus" /></syntaxhighlight> || Loads a image from [[RCOXML Images|ImageTree]]
| 0xA0 || 0x08 || image || '''mlistImage''' || {{yes}} || {{yes}} || 04 02 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 79 || <syntaxhighlight lang="xml" enclose="none"><MList mlistImage="image:tex_default_text_focus" /></syntaxhighlight> || Loads a image from [[RCOXML Images|ImageTree]]
|-
|-
| 0xA8 || 0x08 || event || '''mlistOnPush''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7A || <syntaxhighlight lang="xml" inline><MList mlistOnPush="event:native:/OnSettingPagePushList" /></syntaxhighlight> || rowspan="10" | Triggers an event, see [[RCOXML Coding]]
| 0xA8 || 0x08 || event || '''mlistOnPush''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7A || <syntaxhighlight lang="xml" enclose="none"><MList mlistOnPush="event:native:/OnSettingPagePushList" /></syntaxhighlight> || rowspan="10" | Triggers an event, see [[RCOXML Coding]]
|-
|-
| 0xB0 || 0x08 || event || '''mlistOnCursorMove''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7B || <syntaxhighlight lang="xml" inline><MList mlistOnCursorMove="event:native:/OnSettingPageCursorMoveList" /></syntaxhighlight>
| 0xB0 || 0x08 || event || '''mlistOnCursorMove''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7B || <syntaxhighlight lang="xml" enclose="none"><MList mlistOnCursorMove="event:native:/OnSettingPageCursorMoveList" /></syntaxhighlight>
|-
|-
| 0xB8 || 0x08 || event || '''mlistOnFocusIn''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7C || <syntaxhighlight lang="xml" inline><MList mlistOnFocusIn="event:native:/Bookmark::onBookmarkListFocusIn" /></syntaxhighlight>
| 0xB8 || 0x08 || event || '''mlistOnFocusIn''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7C || <syntaxhighlight lang="xml" enclose="none"><MList mlistOnFocusIn="event:native:/Bookmark::onBookmarkListFocusIn" /></syntaxhighlight>
|-
|-
| 0xC0 || 0x08 || event || '''mlistOnFocusOut''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7D || <syntaxhighlight lang="xml" inline><MList mlistOnFocusOut="event:native:/Menu::cbFocusOut" /></syntaxhighlight>
| 0xC0 || 0x08 || event || '''mlistOnFocusOut''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7D || <syntaxhighlight lang="xml" enclose="none"><MList mlistOnFocusOut="event:native:/Menu::cbFocusOut" /></syntaxhighlight>
|-
|-
| 0xC8 || 0x08 || event || '''mlistOnFocusLeft''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7E || <syntaxhighlight lang="xml" inline><MList mlistOnFocusLeft="event:native:/Menu::cbFocusLeft" /></syntaxhighlight>
| 0xC8 || 0x08 || event || '''mlistOnFocusLeft''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7E || <syntaxhighlight lang="xml" enclose="none"><MList mlistOnFocusLeft="event:native:/Menu::cbFocusLeft" /></syntaxhighlight>
|-
|-
| 0xD0 || 0x08 || event || '''mlistOnFocusRight''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7F || <syntaxhighlight lang="xml" inline><MList mlistOnFocusRight="event:native:/Menu::cbFocusRight" /></syntaxhighlight>
| 0xD0 || 0x08 || event || '''mlistOnFocusRight''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7F || <syntaxhighlight lang="xml" enclose="none"><MList mlistOnFocusRight="event:native:/Menu::cbFocusRight" /></syntaxhighlight>
|-
|-
| 0xD8 || 0x08 || event || '''mlistOnFocusUp''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 80 || <syntaxhighlight lang="xml" inline><MList mlistOnFocusUp="event:native:/Menu::cbFocusUp" /></syntaxhighlight>
| 0xD8 || 0x08 || event || '''mlistOnFocusUp''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 80 || <syntaxhighlight lang="xml" enclose="none"><MList mlistOnFocusUp="event:native:/Menu::cbFocusUp" /></syntaxhighlight>
|-
|-
| 0xE0 || 0x08 || event || '''mlistOnFocusDown''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 81 || <syntaxhighlight lang="xml" inline><MList mlistOnFocusDown="event:native:/cbFocusDown" /></syntaxhighlight>
| 0xE0 || 0x08 || event || '''mlistOnFocusDown''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 81 || <syntaxhighlight lang="xml" enclose="none"><MList mlistOnFocusDown="event:native:/cbFocusDown" /></syntaxhighlight>
|-
|-
| 0xE8 || 0x08 || event || '''mlistOnScrollIn''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 82 || <syntaxhighlight lang="xml" inline><MList mlistOnScrollIn="event:native:/cbScrollIn" /></syntaxhighlight>
| 0xE8 || 0x08 || event || '''mlistOnScrollIn''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 82 || <syntaxhighlight lang="xml" enclose="none"><MList mlistOnScrollIn="event:native:/cbScrollIn" /></syntaxhighlight>
|-
|-
| 0xF0 || 0x08 || event || '''mlistOnScrollOut''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 83 || <syntaxhighlight lang="xml" inline><MList mlistOnScrollOut="event:native:/cbScrollOut" /></syntaxhighlight>
| 0xF0 || 0x08 || event || '''mlistOnScrollOut''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 83 || <syntaxhighlight lang="xml" enclose="none"><MList mlistOnScrollOut="event:native:/cbScrollOut" /></syntaxhighlight>
|}
|}


Line 405: Line 403:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| {{RCO TOC entry common area|08 13|00 00 00 00|LList|00 00 00 28|00 00 00 D4}}
| {{RCO TOC entry common area|08 13|00 00 00 00|<syntaxhighlight lang="xml" enclose="none"><LList name="label" /></syntaxhighlight>|00 00 00 28|00 00 00 D4}}
|-
|-
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
Line 413: Line 411:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| 0x80 || 0x04 || int || '''llistItemNum''' ? || {{yes}} || {{yes}} || 00 00 00 06 || <syntaxhighlight lang="xml" inline><LList llistItemNum="0x6" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 8 times in PSP 6.61 ofw with values: "0x2" (5 times), "0x5" (3 times)<br>{{icon content ps3|50px}} Unknown. Used 1 time in PS3 4.76 ofw with value: "0x6"
| 0x80 || 0x04 || int || '''llistItemNum''' ? || {{yes}} || {{yes}} || 00 00 00 06 || <syntaxhighlight lang="xml" enclose="none"><LList llistItemNum="0x6" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 8 times in PSP 6.61 ofw with values: "0x2" (5 times), "0x5" (3 times)<br>{{icon content ps3|50px}} Unknown. Used 1 time in PS3 4.76 ofw with value: "0x6"
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x84 || 0x04 || unk || '''llistUnk24''' || {{yes}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" inline><LList llistUnk24="0x0" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 8 times in PSP 6.61 ofw with value: "0x0"<br>{{icon content ps3|50px}} Unknown. Used 1 time in PS3 4.76 ofw with value: "0x0"
| 0x84 || 0x04 || unk || '''llistUnk24''' || {{yes}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" enclose="none"><LList llistUnk24="0x0" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 8 times in PSP 6.61 ofw with value: "0x0"<br>{{icon content ps3|50px}} Unknown. Used 1 time in PS3 4.76 ofw with value: "0x0"
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x88 || 0x04 || float || '''llistUnkFloat25''' || {{yes}} || {{yes}} ||  || <syntaxhighlight lang="xml" inline><LList llistUnkFloat25="42" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 8 times in PSP 6.61 ofw with values:<br>"0" (1 time), "24" (3 times), "42" (4 times)<br>{{icon content ps3|50px}} Unknown. Used 1 time in PS3 4.76 ofw with value: "0"
| 0x88 || 0x04 || float || '''llistUnkFloat25''' || {{yes}} || {{yes}} ||  || <syntaxhighlight lang="xml" enclose="none"><LList llistUnkFloat25="42" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 8 times in PSP 6.61 ofw with values:<br>"0" (1 time), "24" (3 times), "42" (4 times)<br>{{icon content ps3|50px}} Unknown. Used 1 time in PS3 4.76 ofw with value: "0"
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x8C || 0x04 || unk || '''llistOverrideUnk26''' || {{no}} || {{yes}} || 3A 12 / 00 00 || <syntaxhighlight lang="xml" inline><LList llistOverrideUnk26="0x3A120000" /></syntaxhighlight> || Used 1 time in PS3 4.76 ofw with value: "0x0"
| 0x8C || 0x04 || unk || '''llistOverrideUnk26''' || {{no}} || {{yes}} || 3A 12 / 00 00 || <syntaxhighlight lang="xml" enclose="none"><LList llistOverrideUnk26="0x3A120000" /></syntaxhighlight> || Used 1 time in PS3 4.76 ofw with value: "0x0"
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x90 || 0x04 || unk || '''llistOverrideUnk27''' || {{no}} || {{yes}} || 3B 12 / 00 00 || <syntaxhighlight lang="xml" inline><LList llistOverrideUnk27="0x3B120000" /></syntaxhighlight> || Used 1 time in PS3 4.76 ofw with value: "0x3a040000"
| 0x90 || 0x04 || unk || '''llistOverrideUnk27''' || {{no}} || {{yes}} || 3B 12 / 00 00 || <syntaxhighlight lang="xml" enclose="none"><LList llistOverrideUnk27="0x3B120000" /></syntaxhighlight> || Used 1 time in PS3 4.76 ofw with value: "0x3a040000"
|-
|-
| 0x94 || 0x08 || event || '''llistOnFocusIn''' ? || {{yes}} || {{yes}} ||  ||  || {{icon content psp|50px}} Unknown. Used 8 times in PSP 6.61 ofw with value: "nothing"<br>{{icon content ps3|50px}} Unknown. Used 1 time in PS3 4.76 ofw with value: "nothing"
| 0x94 || 0x08 || event || '''llistOnFocusIn''' ? || {{yes}} || {{yes}} ||  ||  || {{icon content psp|50px}} Unknown. Used 8 times in PSP 6.61 ofw with value: "nothing"<br>{{icon content ps3|50px}} Unknown. Used 1 time in PS3 4.76 ofw with value: "nothing"
Line 435: Line 433:
| 0xBC || 0x08 || event || '''llistOnFocusDown''' ? || {{yes}} || {{yes}} ||  ||  || {{icon content psp|50px}} Unknown. Used 8 times in PSP 6.61 ofw with value: "nothing"<br>{{icon content ps3|50px}} Unknown. Used 1 time in PS3 4.76 ofw with value: "nothing"
| 0xBC || 0x08 || event || '''llistOnFocusDown''' ? || {{yes}} || {{yes}} ||  ||  || {{icon content psp|50px}} Unknown. Used 8 times in PSP 6.61 ofw with value: "nothing"<br>{{icon content ps3|50px}} Unknown. Used 1 time in PS3 4.76 ofw with value: "nothing"
|-
|-
| 0xC4 || 0x08 || event || '''llistOnScrollIn''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7F || <syntaxhighlight lang="xml" inline><LList llistOnScrollIn="event:native:/OnScrollInListEdyViewer" /></syntaxhighlight> || Triggers an event, see [[RCOXML Coding]]
| 0xC4 || 0x08 || event || '''llistOnScrollIn''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7F || <syntaxhighlight lang="xml" enclose="none"><LList llistOnScrollIn="event:native:/OnScrollInListEdyViewer" /></syntaxhighlight> || Triggers an event, see [[RCOXML Coding]]
|-
|-
| 0xCC || 0x08 || event || '''llistOnScrollOut''' ? || {{yes}} || {{yes}} ||  ||  || {{icon content psp|50px}} Unknown. Used 8 times in PSP 6.61 ofw with value: "nothing"<br>{{icon content ps3|50px}} Unknown. Used 1 time in PS3 4.76 ofw with value: "nothing"
| 0xCC || 0x08 || event || '''llistOnScrollOut''' ? || {{yes}} || {{yes}} ||  ||  || {{icon content psp|50px}} Unknown. Used 8 times in PSP 6.61 ofw with value: "nothing"<br>{{icon content ps3|50px}} Unknown. Used 1 time in PS3 4.76 ofw with value: "nothing"
Line 449: Line 447:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| {{RCO TOC entry common area|08 17|00 00 00 00|IList|00 00 00 28|00 00 00 C0}}
| {{RCO TOC entry common area|08 17|00 00 00 00|<syntaxhighlight lang="xml" enclose="none"><IList name="label" /></syntaxhighlight>|00 00 00 28|00 00 00 C0}}
|-
|-
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
Line 457: Line 455:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x80 || 0x04 || float || '''ilistUnkFloat23''' || {{yes}} || {{yes}} ||  || <syntaxhighlight lang="xml" inline><IList ilistUnkFloat23="24" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 41 times in PSP 6.61 ofw with values:<br>"0" (30 times), "20" (6 times), "24" (5 times)<br>{{icon content ps3|50px}} Unknown. Used 54 times in PS3 4.76 ofw with value: "0x0"<br>('''ilistItemNum''' ? <abbr title="in the other lists ItemNum is data type int, not a float">not probable</abbr>)
| 0x80 || 0x04 || float || '''ilistUnkFloat23''' || {{yes}} || {{yes}} ||  || <syntaxhighlight lang="xml" enclose="none"><IList ilistUnkFloat23="24" /></syntaxhighlight> || {{icon content psp|50px}} Unknown. Used 41 times in PSP 6.61 ofw with values:<br>"0" (30 times), "20" (6 times), "24" (5 times)<br>{{icon content ps3|50px}} Unknown. Used 54 times in PS3 4.76 ofw with value: "0x0"<br>('''ilistItemNum''' ? <abbr title="in the other lists ItemNum is data type int, not a float">not probable</abbr>)
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x84 || 0x04 || unk || '''ilistOverrideUnk24''' || {{no}} || {{yes}} ||  ||  || Used 54 times in PS3 4.76 ofw with values: "0x0" (53 times), or "0x80090100" (1 time)
| 0x84 || 0x04 || unk || '''ilistOverrideUnk24''' || {{no}} || {{yes}} ||  ||  || Used 54 times in PS3 4.76 ofw with values: "0x0" (53 times), or "0x80090100" (1 time)
Line 465: Line 463:
| 0x90 || 0x08 || event || '''ilistOnFocusOut''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7A ||  || {{icon content psp|50px}} Unknown. Used 41 times in PSP 6.61 ofw with value: "nothing"<br>{{icon content ps3|50px}} Unknown. Used 54 times in PS3 4.76 ofw with value: "nothing".<br>(on objattribdef-psp.ini is named '''OnFocusOut''')
| 0x90 || 0x08 || event || '''ilistOnFocusOut''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7A ||  || {{icon content psp|50px}} Unknown. Used 41 times in PSP 6.61 ofw with value: "nothing"<br>{{icon content ps3|50px}} Unknown. Used 54 times in PS3 4.76 ofw with value: "nothing".<br>(on objattribdef-psp.ini is named '''OnFocusOut''')
|-
|-
| 0x98 || 0x08 || event || '''ilistOnFocusLeft''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7B || <syntaxhighlight lang="xml" inline><IList ilistOnFocusLeft="event:native:/EulaLicensingWizard::onFocusLeft" /></syntaxhighlight> || rowspan="2" | Triggers an event, see [[RCOXML Coding]]
| 0x98 || 0x08 || event || '''ilistOnFocusLeft''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7B || <syntaxhighlight lang="xml" enclose="none"><IList ilistOnFocusLeft="event:native:/EulaLicensingWizard::onFocusLeft" /></syntaxhighlight> || rowspan="2" | Triggers an event, see [[RCOXML Coding]]
|-
|-
| 0xA0 || 0x08 || event || '''ilistOnFocusRight''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7C || <syntaxhighlight lang="xml" inline><IList ilistOnFocusRight="event:native:/EulaLicensingWizard::onFocusRight" /></syntaxhighlight>
| 0xA0 || 0x08 || event || '''ilistOnFocusRight''' || {{yes}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7C || <syntaxhighlight lang="xml" enclose="none"><IList ilistOnFocusRight="event:native:/EulaLicensingWizard::onFocusRight" /></syntaxhighlight>
|-
|-
| 0xA8 || 0x08 || event || '''ilistOnFocusUp''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7D ||  || Used 54 times in PS3 4.76 ofw with value: "nothing". ('''ilistOnFocusUp''' ?)
| 0xA8 || 0x08 || event || '''ilistOnFocusUp''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7D ||  || Used 54 times in PS3 4.76 ofw with value: "nothing". ('''ilistOnFocusUp''' ?)
|-
|-
| 0xB0 || 0x08 || event || '''ilistOnFocusDown''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7E || <syntaxhighlight lang="xml" inline><IList ilistOnFocusDown="event:native:/ConsoleAutoPowerOffPage::OnFocusDownIlist" /></syntaxhighlight> || Triggers an event, see [[RCOXML Coding]]
| 0xB0 || 0x08 || event || '''ilistOnFocusDown''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7E || <syntaxhighlight lang="xml" enclose="none"><IList ilistOnFocusDown="event:native:/ConsoleAutoPowerOffPage::OnFocusDownIlist" /></syntaxhighlight> || Triggers an event, see [[RCOXML Coding]]
|-
|-
| 0xB8 || 0x08 || event || '''ilistOnPush''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7F || <syntaxhighlight lang="xml" inline><IList ilistOnPush="event:native:/OnPushIlistBtDeviceManager" /></syntaxhighlight> || maybe OnPush is replacing an event here. ('''OnContext'''?)
| 0xB8 || 0x08 || event || '''ilistOnPush''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7F || <syntaxhighlight lang="xml" enclose="none"><IList ilistOnPush="event:native:/OnPushIlistBtDeviceManager" /></syntaxhighlight> || maybe OnPush is replacing an event here. ('''OnContext'''?)
|}
|}


Line 486: Line 484:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| {{RCO TOC entry common area|08 1C|00 00 00 00|CheckboxGroup|00 00 00 28|00 00 00 F8}}
| {{RCO TOC entry common area|08 1C|00 00 00 00|<syntaxhighlight lang="xml" enclose="none"><CheckboxGroup name="label" /></syntaxhighlight>|00 00 00 28|00 00 00 F8}}
|-
|-
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
Line 494: Line 492:
| colspan="9" {{cellcolors|lightgrey}}
| colspan="9" {{cellcolors|lightgrey}}
|-
|-
| 0x80 || 0x04 || int || '''checkboxgroupItemNum''' ? || {{no}} || {{yes}} || 00 00 00 14 || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupItemNum="0x14" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (1 time), "0x1" (11 times), "0x2" (2 times)<br>, "0x6" (1 time), "0xa" (7 times), "0x14" (1 time).
| 0x80 || 0x04 || int || '''checkboxgroupItemNum''' ? || {{no}} || {{yes}} || 00 00 00 14 || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupItemNum="0x14" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (1 time), "0x1" (11 times), "0x2" (2 times)<br>, "0x6" (1 time), "0xa" (7 times), "0x14" (1 time).
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x84 || 0x04 || unk || '''checkboxgroupUnk24''' || {{no}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupUnk24="0x0" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (all)
| 0x84 || 0x04 || unk || '''checkboxgroupUnk24''' || {{no}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupUnk24="0x0" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (all)
|-
|-
| 0x88 || 0x04 || int || '''checkboxgroupItemDefault''' ? || {{no}} || {{yes}} || FF FF FF FF || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupItemDefault="0xffffffff" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0xffffffff" (all).'''related with animations''' ?
| 0x88 || 0x04 || int || '''checkboxgroupItemDefault''' ? || {{no}} || {{yes}} || FF FF FF FF || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupItemDefault="0xffffffff" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0xffffffff" (all).'''related with animations''' ?
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x8C || 0x04 || int || '''checkboxgroupUnk26''' || {{no}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupUnk26="0x0" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (all)
| 0x8C || 0x04 || int || '''checkboxgroupUnk26''' || {{no}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupUnk26="0x0" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (all)
|-
|-
| 0x90 || 0x04 || float || '''checkboxgroupItemSpacing''' ? || {{no}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupItemSpacing="0x0" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (all)
| 0x90 || 0x04 || float || '''checkboxgroupItemSpacing''' ? || {{no}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupItemSpacing="0x0" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (all)
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x94 || 0x04 || unk || '''checkboxgroupOverrUnk28''' ? || {{no}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupOverrUnk28="0x0" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (all)
| 0x94 || 0x04 || unk || '''checkboxgroupOverrUnk28''' ? || {{no}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupOverrUnk28="0x0" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (all)
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x98 || 0x04 || unk || '''checkboxgroupOverrUnk29''' ? || {{no}} || {{yes}} || 17 04 00 00 || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupOverrUnk29="0x17040000" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (16 times), "0x17040000" (7 times)
| 0x98 || 0x04 || unk || '''checkboxgroupOverrUnk29''' ? || {{no}} || {{yes}} || 17 04 00 00 || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupOverrUnk29="0x17040000" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (16 times), "0x17040000" (7 times)
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| 0x9C || 0x04 || unk || '''checkboxgroupOverrUnk30''' ? || {{no}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupOverrUnk30="0x0" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (all)
| 0x9C || 0x04 || unk || '''checkboxgroupOverrUnk30''' ? || {{no}} || {{yes}} || 00 00 00 00 || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupOverrUnk30="0x0" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"0x0" (all)
|-
|-
| 0xA0 || 0x08 || image || '''checkboxgroupImage''' ? || {{no}} || {{yes}} || 04 02 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 79 || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupImage="nothing" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"nothing" (all)
| 0xA0 || 0x08 || image || '''checkboxgroupImage''' ? || {{no}} || {{yes}} || 04 02 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 79 || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupImage="nothing" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"nothing" (all)
|-
|-
| 0xA8 || 0x08 || event || '''checkboxgroupOnPush''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7A || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupOnPush="event:native:/VideoEditorUpload::ServiceLogin::OnPushSavePassword" /></syntaxhighlight> || rowspan="9" | Triggers an event, see [[RCOXML Coding]]
| 0xA8 || 0x08 || event || '''checkboxgroupOnPush''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7A || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupOnPush="event:native:/VideoEditorUpload::ServiceLogin::OnPushSavePassword" /></syntaxhighlight> || rowspan="9" | Triggers an event, see [[RCOXML Coding]]
|-
|-
| 0xB0 || 0x08 || event || '''checkboxgroupOnCursorMove''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7B || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupOnCursorMove="event:native:/OnCursorMoveClistCoreDumpUtility" /></syntaxhighlight>
| 0xB0 || 0x08 || event || '''checkboxgroupOnCursorMove''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7B || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupOnCursorMove="event:native:/OnCursorMoveClistCoreDumpUtility" /></syntaxhighlight>
|-
|-
| 0xB8 || 0x08 || event || '''checkboxgroupOnFocusIn''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7C || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupOnFocusIn="event:native:/OnFocusInClistRegPSVitaConfig" /></syntaxhighlight>
| 0xB8 || 0x08 || event || '''checkboxgroupOnFocusIn''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7C || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupOnFocusIn="event:native:/OnFocusInClistRegPSVitaConfig" /></syntaxhighlight>
|-
|-
| 0xC0 || 0x08 || event || '''checkboxgroupOnFocusOut''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7D || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupOnFocusOut="event:native:/OnFocusOutClistRegPSVitaConfig" /></syntaxhighlight>
| 0xC0 || 0x08 || event || '''checkboxgroupOnFocusOut''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7D || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupOnFocusOut="event:native:/OnFocusOutClistRegPSVitaConfig" /></syntaxhighlight>
|-
|-
| 0xC8 || 0x08 || event || '''checkboxgroupOnFocusLeft''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7E || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupOnFocusLeft="event:native:/onFocusLeftUpdaterSelectList" /></syntaxhighlight>
| 0xC8 || 0x08 || event || '''checkboxgroupOnFocusLeft''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7E || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupOnFocusLeft="event:native:/onFocusLeftUpdaterSelectList" /></syntaxhighlight>
|-
|-
| 0xD0 || 0x08 || event || '''checkboxgroupOnFocusRight''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7F || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupOnFocusRight="event:native:/OnFocusRightClistDisplayOutputConfig" /></syntaxhighlight>
| 0xD0 || 0x08 || event || '''checkboxgroupOnFocusRight''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 7F || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupOnFocusRight="event:native:/OnFocusRightClistDisplayOutputConfig" /></syntaxhighlight>
|-
|-
| 0xD8 || 0x08 || event || '''checkboxgroupOnFocusUp''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 80 || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupOnFocusUp="event:native:/onFocusUpUpdaterSelectList" /></syntaxhighlight>
| 0xD8 || 0x08 || event || '''checkboxgroupOnFocusUp''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 80 || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupOnFocusUp="event:native:/onFocusUpUpdaterSelectList" /></syntaxhighlight>
|-
|-
| 0xE0 || 0x08 || event || '''checkboxgroupOnFocusDown''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 81 || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupOnFocusDown="event:native:/UIManager::OnFocusDownCBListShareTrophies" /></syntaxhighlight>
| 0xE0 || 0x08 || event || '''checkboxgroupOnFocusDown''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 81 || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupOnFocusDown="event:native:/UIManager::OnFocusDownCBListShareTrophies" /></syntaxhighlight>
|-
|-
| 0xE8 || 0x08 || event || '''checkboxgroupOnScrollIn''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 82 || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupOnScrollIn="event:native:/OnScrollInClistDisplayOutputConfig" /></syntaxhighlight>
| 0xE8 || 0x08 || event || '''checkboxgroupOnScrollIn''' || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 82 || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupOnScrollIn="event:native:/OnScrollInClistDisplayOutputConfig" /></syntaxhighlight>
|-
|-
| 0xF0 || 0x08 || event || '''checkboxgroupOnScrollOut''' ? || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 83 || <syntaxhighlight lang="xml" inline><CheckboxGroup checkboxgroupOnScrollOut="nothing" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"nothing" (all)
| 0xF0 || 0x08 || event || '''checkboxgroupOnScrollOut''' ? || {{no}} || {{yes}} || 04 00 / <abbr title="Padding, always 0x00 0x00">00 00</abbr> / 12 34 56 83 || <syntaxhighlight lang="xml" enclose="none"><CheckboxGroup checkboxgroupOnScrollOut="nothing" /></syntaxhighlight> || Used 23 times in PS3 4.76 ofw with values:<br>"nothing" (all)
|}
|}


Line 637: Line 635:
| checkboxitemImageShadow ? || image || {{no}} || {{yes}} || nothing || ? || Used 2 times in PS3 4.76 ofw with values: "nothing" (all)
| checkboxitemImageShadow ? || image || {{no}} || {{yes}} || nothing || ? || Used 2 times in PS3 4.76 ofw with values: "nothing" (all)
|}
|}
The images are animated when displayed, this is a preview scaled up in photoshop: https://www.psdevwiki.com/ps3/File:hcB8lXN.jpg (inside system_plugin.rco tex_default_check.gim/tex_default_check_shadow.gim)
The images are animated when displayed, this is a preview scaled up in photoshop: https://i.imgur.com/hcB8lXN.jpg (inside system_plugin.rco tex_default_check.gim/tex_default_check_shadow.gim)


In old firmwares the shadow was a separated image, but it seems at some point they sticked the shadow at bottom of the main image to reduce memory footprint, most probably this same procedure happened with other attributes from other objects that originally was intended to display "shadows"
In old firmwares the shadow was a separated image, but it seems at some point they sticked the shadow at bottom of the main image to reduce memory footprint, most probably this same procedure happened with other attributes from other objects that originally was intended to display "shadows"
Line 720: Line 718:
| textResizeMode ? || int || {{yes}} || {{yes}} ||  || See below. ('''textGlowSpreadMode''' ?)
| textResizeMode ? || int || {{yes}} || {{yes}} ||  || See below. ('''textGlowSpreadMode''' ?)
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| textOverrideUnk56 || unk || {{no}} || {{yes}} ||  || Used 1305 times in PS3 4.76 ofw with values: more info below the table. ('''textOverrideFontSizeY''')
| textOverrideUnk56 || unk || {{no}} || {{yes}} ||  || Used 1305 times in PS3 4.76 ofw with values: more info below the table. ('''textOverrideOffsetsX''' ?. Overrides '''textShadowOffsetX''' and '''textGlowOffsetX''' ?)
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| textOverrideUnk57 || unk || {{no}} || {{yes}} ||  || Used 1305 times in PS3 4.76 ofw with values: more info below the table. ('''textOverrideOffsetsY''' ?. Overrides '''textShadowOffsetY''' and '''textGlowOffsetY''' ?)
| textOverrideUnk57 || unk || {{no}} || {{yes}} ||  || Used 1305 times in PS3 4.76 ofw with values: more info below the table. ('''textOverrideOffsetsY''' ?. Overrides '''textShadowOffsetY''' and '''textGlowOffsetY''' ?)
Line 757: Line 755:
**{{icon content psp|50px}} Used 1357 times in PSP 6.61 ofw with values: "0xffffffff" (600 times), "0x0" (757 times)
**{{icon content psp|50px}} Used 1357 times in PSP 6.61 ofw with values: "0xffffffff" (600 times), "0x0" (757 times)


*'''textOverrideUnk56''' <strike>valid values extracted as data type "int", found in PS3 4.76 ofw (valid but pointless because needs to be extracted as "unk" and i dont care in converting them, was just random examples)
*'''textOverrideUnk56''' valid values extracted as data type "int", found in PS3 4.76 ofw (valid but pointless because needs to be extracted as "unk" and i dont care in converting them, was just random examples)
**"0x3", "0x13", "0x14", "0x15", "0x17", "0x10013", "0x10014", "0x10015", "0x10016", "0x5f2", "0x5f5", "0x6bd", "0x6d7", etc...</strike>
**"0x3", "0x13", "0x14", "0x15", "0x17", "0x10013", "0x10014", "0x10015", "0x10016", "0x5f2", "0x5f5", "0x6bd", "0x6d7", etc...
**"0x13000100", "0x14000100" (extracted as data type = unk)
**"0x13000100", "0x14000100" (extracted as data type = unk)
**This attribute needs to be renamed '''textOverrideFontSizeY''', is used to load the font size from the [[XMB Layouts]]:
*'''textOverrideUnk57''' valid values extracted as data type "int", found in PS3 4.76 ofw (valid but pointless because needs to be extracted as "unk" and i dont care in converting them, was just random examples)
0x12000100 = 32 pixels font size (loaded from line 19 of the [[XMB Layouts|layout_grid_table_1080.txt]] from 4.70~4.88)
**0x3" (1235 times), "0x1be" (2 times), "0x1039a" (19 times), "0x10b48" (4 times), "0x10f77" (2 times), etc...
0x13000100 = 26 pixels font size (loaded from line 20 of the [[XMB Layouts|layout_grid_table_1080.txt]] from 4.70~4.88)
**"0x3000000" (extracted as data type = unk)
0x14000100 = 23 pixels font size (loaded from line 21 of the [[XMB Layouts|layout_grid_table_1080.txt]] from 4.70~4.88)
0x15000100 = 21 pixels font size (loaded from line 22 of the [[XMB Layouts|layout_grid_table_1080.txt]] from 4.70~4.88)
0x16000100 = 19 pixels font size (loaded from line 23 of the [[XMB Layouts|layout_grid_table_1080.txt]] from 4.70~4.88)
0x17000100 = 18 pixels font size (loaded from line 24 of the [[XMB Layouts|layout_grid_table_1080.txt]] from 4.70~4.88)
*'''textOverrideUnk57''' valid values extracted as data type "unk", found in PS3 4.76 ofw
**It seems this object could be renamed '''textOverrideGlowSize'''
**"0x3000000" (1235 times), "0x1be0000" (2 times), "0x39a0010" (19 times), "0xb480010" (4 times), "0xf770010" (2 times), etc...
0x3000000 = 0 pixels (loaded from line 4 of the [[XMB Layouts|layout_grid_table_1080.txt]] from 4.70~4.88)
0x1be0000 = 7 pixels (loaded from line 3612 of the [[XMB Layouts|layout_grid_table_1080.txt]] from 4.70~4.88)
0x39a0010 = 11 pixels (loaded from line 2618 of the [[XMB Layouts|layout_grid_table_1080.txt]] from 4.70~4.88)
0xb480010 = unknown (loaded from line 2889 of the [[XMB Layouts|layout_grid_table_1080.txt]] from 4.70~4.88)
0xf770010 = unknown (loaded from line 3960 of the [[XMB Layouts|layout_grid_table_1080.txt]] from 4.70~4.88)


===(0x81F) EditBox===
===(0x81F) EditBox===
Line 848: Line 834:
| editboxResizeMode ? || int || {{no}} || {{yes}} ||  || ? || Used 74 times in PS3 4.76 ofw with values: "0x0" (all)
| editboxResizeMode ? || int || {{no}} || {{yes}} ||  || ? || Used 74 times in PS3 4.76 ofw with values: "0x0" (all)
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| editboxOverrideUnk56 || unk || {{no}} || {{yes}} ||  || ? || '''editboxOverrideFontSizeY''' Used 74 times in PS3 4.76 ofw with values: "0x3000000" (2 times), "0x13000000" (1 time), "0x13000100" (2 times), "0x14000100" (69 times)
| editboxOverrideUnk56 || unk || {{no}} || {{yes}} ||  || ? || Used 74 times in PS3 4.76 ofw with values: "0x3000000" (2 times), "0x13000000" (1 time), "0x13000100" (2 times), "0x14000100" (69 times)
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| editboxOverrideUnk57 || unk || {{no}} || {{yes}} ||  || ? || Used 74 times in PS3 4.76 ofw with values: "0x3000000" (68 times), "0x52090100" (6 times)
| editboxOverrideUnk57 || unk || {{no}} || {{yes}} ||  || ? || Used 74 times in PS3 4.76 ofw with values: "0x3000000" (68 times), "0x52090100" (6 times)
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)