Editing RCOXML Objects
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 1: | Line 1: | ||
=Description= | =Description= | ||
'''RCOXML Objects''' are defined in the | '''RCOXML Objects''' are defined in the XML code embedded inside .rco files. See [[Resource Container (RCO)]] | ||
There are a lot of objects, should be considered the "construction blocks" of the [[XMB]] | |||
{{BoxwarningRCOXMLObjects}} | |||
== | =ObjectTree= | ||
{{ | ==Page== | ||
{{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (5)}}<br><br> | |||
= | {| class="wikitable" | ||
|+specific object attributes (Page) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
|- | |- | ||
| {{ | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| pageUnknownInt0 || int || 0x1110000 || ? || used 1174 times in retail firmware 4.76 all them with value: 0x1110000 | |||
|- | |- | ||
| | | pageOnInit || event || event:native:/OnControlPanelButtonInit || || | ||
|- | |- | ||
| | | pageOnCancel || event || event:native:/OnControlPanelButtonCancel || || | ||
|- | |- | ||
| | | pageOnContext || event || event:native:/OnControlPanelButtonContextMenu || || | ||
|- | |- | ||
| | | pageOnActivate || event || event:native:/OnControlPanelButtonActivate || || | ||
|} | |} | ||
===Plane=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (2)}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | |||
|+specific object attributes (Plane) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
|- | |||
! Name !! Type !! Examples | |||
{{ | |||
{| class="wikitable | |||
|+ | |||
! | |||
|- | |- | ||
| | | planeImage || image || image:tex_indi_message || Loads a image from [[RCOXML Images|ImageTree]] || | ||
|- | |- | ||
| | | planeDisplayMode || int || 0x0<br>0x1<br>0x3<br>0xffff0000 || || used 2599 times in firmware 4.76 with values: "0x0" (2426 times), "0x1" (38 times), "0x3" (123 times), "0xffff0000" (12 times) | ||
|} | |} | ||
== | ===Button=== | ||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (13)}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{{ | {| class="wikitable" | ||
|+specific object attributes (Button) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
{| class="wikitable | |||
|+ | |||
! | |||
|- | |- | ||
! Name !! Type !! Examples | |||
|- | |- | ||
| | | buttonImage || image || image:tex_cp_volume || Loads a image from [[RCOXML Images|ImageTree]] || | ||
|- | |- | ||
| | | buttonShadow || image || image:tex_cp_volume_shadow || Loads a image from [[RCOXML Images|ImageTree]] || | ||
|- | |- | ||
| | | buttonFocus || image || image:tex_cp_volume_focus || Loads a image from [[RCOXML Images|ImageTree]] || | ||
|- | |- | ||
| | | buttonText || text || text:msg_ok || Loads a text from [[RCOXML Texts|TextTree]] || | ||
|- | |- | ||
| | | buttonOnPush || event || event:native:/AudioPlayerPlugin::OnVolumeButtonPush || || | ||
|- | |- | ||
| | | buttonOnFocusIn || event || event:native:/AudioPlayerPlugin::OnViewControlPanelButtonFocusIn || || | ||
|- | |- | ||
| | | buttonOnFocusOut || event || event:native:/AudioPlayerPlugin::OnViewControlPanelButtonFocusOut || || | ||
|- | |- | ||
| | | buttonOnFocusLeft || event || event:native:/AudioPlayerPlugin::OnControlPanelButtonFocusNaviLeft || || | ||
|- | |- | ||
| | | buttonOnFocusRight || event || event:native:/AudioPlayerPlugin::OnControlPanelButtonFocusNaviRight || || | ||
|- | |- | ||
| | | buttonOnFocusUp || event || event:native:/AudioPlayerPlugin::OnControlPanelButtonFocusNaviUp || || | ||
|- | |- | ||
| | | buttonOnFocusDown || event || event:native:/AudioPlayerPlugin::OnControlPanelButtonFocusNaviDown || || | ||
|- | |- | ||
| | | buttonOnContext || event || event:native:/VideoEditorUpload::ServiceSelect::OnContextMenuButton1 || || | ||
|-{{cellcolors|#DD6666}} | |||
| buttonUnknownInt47 || int || 0x0<br>0xffffffff || ? || used 624 times in firmware 4.76 with values: "0x0" (560 times), or "0xffffffff" (64 times) | |||
|} | |} | ||
===XMenu=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (6)}}<br><br> | |||
{| class="wikitable" | {{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | ||
| | {| class="wikitable" | ||
! | |+specific object attributes (XMenu) | ||
! colspan="3" | Attribute !! rowspan="2" | How it works | |||
|- | |||
! Name !! Type !! Examples | |||
|- | |- | ||
| | | xmenuMenus || int || 0xa || number of main icons of XMB (10 categories) | ||
|- | |- | ||
| | | xmenuOnPush || event || event:native:/Bar::onPush || | ||
| | |||
| | |||
|- | |- | ||
| | | xmenuOnContext || event || event:native:/Bar::onContextMenu || | ||
|- | |- | ||
| | | xmenuOnCursorMove || event || event:native:/Bar::onCursorMove || | ||
|- | |- | ||
| | | xmenuOnScrollIn || event || event:native:/Bar::onScrollIn || | ||
|- | |- | ||
| | | xmenuOnScrollOut || event || event:native:/Bar::onScrollOut || | ||
|} | |} | ||
===XMList=== | |||
{{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (3)}}<br><br> | |||
" | {| class="wikitable" | ||
|+specific object attributes (XMList) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
| | |||
|- | |- | ||
| | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| xmlistUnknown0 || unk || 0x0 || ? || used 20 times in firmware 4.76 all them with value "0x0" | |||
|- | |- | ||
| | | xmlistImage || image || image:tex_game || Loads a image from [[RCOXML Images|ImageTree]] || | ||
|- | |- | ||
| | | xmlistText || text || text:msg_game || Loads a text from [[RCOXML Texts|TextTree]] || | ||
| | |||
| | |||
|} | |} | ||
===XList=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (8)}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | |||
|+specific object attributes (XList) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
{{ | |||
{| class="wikitable | |||
|+ | |||
! | |||
|- | |- | ||
| | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| xlistUnknownInt23 || int || 0x0 || ? || used 18 times in firmware 4.76 all them with value "0x0" | |||
|- | |- | ||
| | | xlistOnCursorMove || event || event:native:/XmbMenu::OnCursorMoveXmList || || | ||
|- | |- | ||
| | | xlistOnScrollIn || event || event:native:/XmbMenu::OnScrollInXmList || || | ||
|- | |- | ||
| | | xlistOnScrollOut || event || event:native:/OnScrollOut_VmcAppearSettingList || || | ||
|- | |- | ||
| | | xlistOnPush || event || event:native:/OnPush_VmcAppearSettingList || || | ||
|- | |- | ||
| | | xlistOnContext || event || || || used 18 times in 4.76 firmware all them with value "nothing" (so no example available). Maybe is "onDecide" ? (because onDecide uses to appear before onCancel) | ||
|- | |- | ||
| | | xlistOnCancel || event || event:native:/OnCancelMenuGameConfig || || | ||
|-{{cellcolors|#DD6666}} | |||
| xlistUnknownEvent36 || event || nothing || ? || used 18 times in firmware 4.76 all them with value "nothing" | |||
|- | |||
| | |||
|} | |} | ||
=== | ===Progress=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (5)}}<br><br> | ||
{| class="wikitable | {{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | ||
|+ | {| class="wikitable" | ||
! | |+specific object attributes (Progress) | ||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
|- | |- | ||
| | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| progressUnknownFloat23 || float || 100<br>1 || ? || used 52 times in 4.76 firmware with values: "100" (50 times), "1" (2 times) | |||
|-{{cellcolors|#DD6666}} | |||
| progressUnknown24 || unk || || ? || used 52 times in 4.76 firmware all them wit value "0x0" | |||
|- | |- | ||
| | | progressImage || image|| image:tex_progress_bar || || empty progress bar | ||
|- | |- | ||
| | | progressImage2 || image || image:tex_progress_bar_in || || filled progress bar | ||
| | |-{{cellcolors|#DD6666}} | ||
| | | progressUnknownRef29 || ref || || ? || used 52 times in 4.76 firmware all them wit value "nothing" | ||
|- | |||
| | |||
|} | |} | ||
===Scroll=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (8)}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | |||
|+specific object attributes (Scroll) | |||
{{ | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
{| class="wikitable | |||
|+ | |||
! | |||
|- | |- | ||
! Name !! Type !! Examples | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownFloat23 || float || || ? || used 88 times in 4.76 firmware all them with value "100" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownFloat24 || float || || ? || used 88 times in 4.76 firmware all them with value "100" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknown25 || unk || || ? || used 88 times in 4.76 firmware all them with value "0x0" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownRef26 || ref || || ? || used 88 times in 4.76 firmware all them with value "nothing" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownRef28 || ref || || ? || used 88 times in 4.76 firmware all them with value "nothing" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownRef30 || ref || || ? || used 88 times in 4.76 firmware all them with value "nothing" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownRef32 || ref || || ? || used 88 times in 4.76 firmware all them with value "nothing" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownRef34 || ref || || ? || used 88 times in 4.76 firmware all them with value "nothing" | ||
|} | |} | ||
=== | ===MList=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (19)}}<br><br> | ||
{| class="wikitable | {{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | ||
|+ | {| class="wikitable" | ||
! | |+specific object attributes (MList) | ||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
|- | |- | ||
| | ! Name !! Type !! Examples | ||
| | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown23 || unk || || ? || used 409 times in 4.76 firmware with values: 0x17000000 (1 time), 0x16000000 (1 time), 0x15000000 (127 times), 0x12000000 (14 times), 0x10000000 (4 times), 0xe000000 (31 times), 0xc000000 (5 times), 0xa000000 (2 times), 0x9000000 (5 times), 0x8000000 (6 times), 0x7000000 (20 times), 0x6000000 (104 times), 0x5000000 (3 times), 0x4000000 (9 times), 0x3000000 (13 times), 0x2000000 (39 times), 0x1000000 (20 times), 0x0 (5 times) | ||
|- | |-{{cellcolors|#DD6666}} | ||
| mlistUnknown24 || unk || || ? || used 409 times in 4.76 firmware all them with value "0x0" | |||
| | |||
| | |||
| | |||
| | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown25 || unk || || ? || used 409 times in 4.76 firmware with values: 0x0 (7 times), 0x1 (7 times), 0x2 (8 times), 0x3 (6 times), 0x4 (4 times), 0x5 (6 times), 0x6 (2 times), 0xa (2 times), 0xb (2 times), 0xd (2 times), 0xffffffff (363 times) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown26 || unk || || ? || used 409 times in 4.76 firmware with values: 0x0 (395 times), 0x1000000 (10 times), 0x2000000 (4 times) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown27 || unk || || ? || used 409 times in 4.76 firmware all them with value "0x0" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown28 || unk || || ? || used 409 times in 4.76 firmware with values: 0x0 (333 times), 0x4c090100 (6 times), 0x7f090100 (1 times), 0x1f070100 (8 times), 0x1f070000 (14 times), 0x69070000 (39 times), 0xc4040000 (8 times) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown29 || unk || || ? || used 409 times in 4.76 firmware with values: 0x0 (208 times)... | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown30 || unk || || ? || used 409 times in 4.76 firmware with values: 0x0 (282 times)... | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknownRef32 || ref || || ? || used 409 times in 4.76 firmware | ||
|- | |- | ||
| | | mlistOnPush || event || || || | ||
|- | |- | ||
| | | mlistOnCursorMove || event || || || | ||
|- | |- | ||
| | | mlistOnFocusIn || event || || || | ||
|- | |- | ||
| | | mlistOnFocusOut || event || || || | ||
|- | |- | ||
| | | mlistOnFocusLeft || event || || || | ||
|- | |- | ||
| | | mlistOnFocusRight || event || || || | ||
|- | |- | ||
| | | mlistOnFocusUp || event || || || | ||
| | |||
|- | |- | ||
| mlistOnFocusDown || event || || || | |||
| | |||
| | |||
|- | |- | ||
| | | mlistOnScrollIn || event || || || | ||
|- | |- | ||
| | | mlistOnScrollOut || event || || || | ||
|} | |} | ||
===MItem=== | |||
{{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (3)}}<br><br> | |||
=== | |||
{{ | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (MItem) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type | ! Name !! Type !! Examples | ||
|- | |- | ||
| | | mitemText || text || || || | ||
|- | |- | ||
| | | mitemTextAlt || text || || || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mitemUnknownRef4 || ref || || ? || | ||
|} | |} | ||
=== | ===ObjUnknown0xB=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Unknown<br />'''Specific object attributes''': Unknown}}<br><br> | ||
=== | ===XItem=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (3)}}<br><br> | ||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (XItem) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type | ! Name !! Type !! Examples | ||
|- | |- | ||
| | | xitemImage || image || || || | ||
|- | |- | ||
| xitemText || text || || || | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | xitemUnknownRef4 || ref || || ? || | ||
|} | |} | ||
=== | ===Text=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (34)}}<br><br> | ||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Text) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type | ! Name !! Type !! Examples | ||
|- | |- | ||
| | | textText || text || || || | ||
|- | |- | ||
| | | textFont || ref || || || | ||
|- | |-{{cellcolors|#DD6666}} | ||
| textUnknownInt27 || int || || ? || | |||
| | |||
| | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownInt29 || int || || ? || | ||
|- | |- | ||
| | | textSize || float || || || | ||
|- | |- | ||
| | | textTopRed || float || || || | ||
|- | |- | ||
| | | textTopGreen || float || || || | ||
|- | |- | ||
| | | textTopBlue || float || || || | ||
|- | |- | ||
| | | textBottomRed || float || || || | ||
|- | |- | ||
| | | textBottomGreen || float || || || | ||
|- | |- | ||
| | | textBottomBlue || float || || || | ||
|- | |- | ||
| | | textSpacingHorizontal || float || || || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown37 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown38 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown39 || unk || || ? || | ||
|- | |- | ||
| | | textSpacingVertical || float || || || | ||
|- | |- | ||
| | | textShadowX || float || || || | ||
|- | |- | ||
| | | textShadowY || float || || || | ||
|- | |- | ||
| | | textShadowPerspective || float || || || | ||
|- | |- | ||
| | | textShadowRed || float || || || | ||
|- | |- | ||
| | | textShadowGreen || float || || || | ||
|- | |- | ||
| | | textShadowBlue || float || || || | ||
|- | |- | ||
| | | textShadowAlpha || float || || || | ||
|-{{cellcolors|#DD6666}} | |||
| textUnknown48 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown49 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown50 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownFloat51 || float || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownFloat52 || float || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownFloat53 || float || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownFloat54 || float || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown55 || unk || || ? || | ||
| | |||
| | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownInt56 || int || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownInt57 || int || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown58 || unk || || ? || | ||
|} | |} | ||
===ModelObject=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (1)}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | |||
|+specific object attributes (ModelObject) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works | |||
|- | |||
! Name !! Type !! Examples | |||
|- | |||
| modelobjectModel || model || || | |||
|} | |||
===Spin=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (14)}}<br><br> | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Spin) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! Examples | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknown23 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownInt24 || int || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef25 || ref || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef27 || ref || || ? || | ||
|- | |- | ||
| | | spinOnDecide || event || || || | ||
|- | |- | ||
| | | spinOnCancel || event || || || | ||
|- | |- | ||
| | | spinOnRollIn || event || || || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef35 || ref || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef37 || ref || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef39 || ref || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef41 || ref || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef43 || ref || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef45 || ref || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef47 || ref || || ? || | ||
|} | |} | ||
===Action=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (1)}}<br><br> | |||
== | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Action) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works | ||
|- | |- | ||
! Name !! Type !! Examples | |||
|- | |- | ||
| | | actionText || text || || | ||
|} | |} | ||
===ItemSpin=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (18)}}<br><br> | |||
=== | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (ItemSpin) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! {{ | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownInt23 || int || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownInt24 || int || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownInt25 || int || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownInt26 || int || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownInt27 || int || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownFloat28 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownRef29 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownRef31 || ref || || ? || | |||
|- | |- | ||
| | | itemspinOnDecide || event || || || | ||
|- | |- | ||
| | | itemspinOnCancel || event || || || | ||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownRef37 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownRef39 || ref || || ? || | |||
|- | |- | ||
| | | itemspinOnFocusIn || event || || || | ||
|- | |- | ||
| | | itemspinOnFocusOut || event || || || | ||
|- | |- | ||
| | | itemspinOnFocusLeft || event || || || | ||
|- | |- | ||
| | | itemspinOnFocusRight || event || || || | ||
|- | |- | ||
| | | itemspinObjPrev || object || || || | ||
|- | |- | ||
| | | itemspinObjNext || object || || || | ||
|} | |} | ||
===Group=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': No}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
=== | ===LList=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (13)}}<br><br> | ||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (LList) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! {{ | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownInt23 || int || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknown24 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownFloat25 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownUnk26 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownUnk27 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownRef28 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownRef30 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownRef32 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownRef34 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | llistUnknownRef36 || ref || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | llistUnknownRef38 || ref || || ? || | ||
|- | |- | ||
| | | llistOnScrollIn || event || event:native:/OnScrollInListEdyViewer || ? || | ||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownRef42 || ref || || ? || OnScrollOut ? | |||
|} | |||
===LItem=== | |||
{{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (3)}}<br><br> | |||
{| class="wikitable" | |||
|+specific object attributes (LItem) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
|- | |- | ||
! Name !! Type !! Examples | |||
|- | |- | ||
| | | litemText || text || || || | ||
|-{{cellcolors|#DD6666}} | |||
| litemUnknownRef2 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| litemUnknownRef4 || ref || || ? || | |||
|} | |} | ||
===Edit=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (15)}}<br><br> | |||
=== | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Edit) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! {{ | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| editUnknown23 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editUnknown24 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editUnknown25 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editUnknown26 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editUnknownRef27 || ref || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editUnknownRef29 || ref || || ? || | ||
|- | |- | ||
| | | editOnDecide || event || || || | ||
|- | |||
| editOnCancel || event || || || | |||
|-{{cellcolors|#DD6666}} | |||
| editUnknownRef35 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editUnknownRef37 || ref || || ? || | |||
|- | |- | ||
| | | editOnFocusLeft || event || || || | ||
|- | |- | ||
| | | editOnFocusRight || event || || || | ||
|- | |- | ||
| | | editObject1 || object || object2:ipaddr_network_address_setting_ipaddress || ? || "object2" used here replacing pad directions ? | ||
|- | |- | ||
| | | editObject2 || object || object2:ipaddr_network_address_setting_defaultrooter || ? || "object2" used here replacing pad directions ? | ||
|-{{cellcolors|#DD6666}} | |||
| editUnknownRef47 || ref || || ? || | |||
|} | |} | ||
===Clock=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (15)}}<br><br> | |||
=== | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Clock) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | clockUnknownInt23 || int || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | clockUnknownFloat24 || float || || ? || | ||
|- | |- | ||
| | | clockText || text || || || | ||
|- | |- | ||
| | | clockTextAlt || text || || || | ||
|-{{cellcolors|#DD6666}} | |||
| clockUnknownRef29 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| clockUnknownRef31 || ref || || ? || | |||
|- | |- | ||
| | | clockOnDecide || event || || || | ||
|- | |- | ||
| | | clockOnCancel || event || || || | ||
|-{{cellcolors|#DD6666}} | |||
| clockUnknownRef37 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| clockUnknownRef39 || ref || || ? || | |||
|- | |- | ||
| | | clockOnFocusLeft || event || || || | ||
|- | |- | ||
| | | clockOnFocusRight || event || || || | ||
|- | |-{{cellcolors|#DD6666}} | ||
| clockUnknownRef45 || ref || || ? || | |||
| | |-{{cellcolors|#DD6666}} | ||
| clockUnknownRef47 || ref || || ? || | |||
|- | |||
| | |||
|- | |- | ||
| | | clockOnTickClock || event || || || | ||
|} | |} | ||
=== | ===IList=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (9)}}<br><br> | ||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (IList) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | ilistUnknown23 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | ilistUnknown24 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | ilistUnknownRef25 || ref || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | ilistUnknownRef27 || ref || || ? || | ||
|- | |- | ||
| | | ilistOnFocusLeft || event || || || | ||
|- | |- | ||
| | | ilistOnFocusRight || event || || || | ||
|-{{cellcolors|#DD6666}} | |||
| ilistUnknownRef33 || ref || || ? || onFocusUp ? | |||
|- | |- | ||
| | | ilistOnFocusDown || event || || || | ||
|-{{cellcolors|#DD6666}} | |||
| ilistUnknownRef37 || ref || || ? || | |||
|- | |||
| | |||
|} | |} | ||
===IItem=== | |||
{{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (3)}}<br><br> | |||
= | |||
{{ | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (IItem) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |||
! Name !! Type !! Examples | |||
|-{{cellcolors|#DD6666}} | |||
| iitemUnknown1 || unk || 0x0 || ? || used 136 times in firmware 4.76 all them with value "0x0" | |||
|- | |- | ||
| iitemText || text || || || | |||
|- | |- | ||
| | | iitemTextAlt || text || || || | ||
|} | |} | ||
===Icon=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (3)}}<br><br> | |||
=== | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Icon) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type | ! Name !! Type !! Examples | ||
|- | |- | ||
| | | iconImage || image || || || | ||
|-{{cellcolors|#DD6666}} | |||
| iconUnknownImage25 || image || || ? || shadow ? | |||
|-{{cellcolors|#DD6666}} | |||
| iconUnknownImage27 || image || || ? || focus ? | |||
|} | |} | ||
=== | ===UButton=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (9)}}<br><br> | ||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (UButton) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type | ! Name !! Type !! Examples | ||
|- | |- | ||
| | | ubuttonImage || image || || || | ||
|- | |- | ||
| | | ubuttonOnPush || event || || || | ||
|- | |- | ||
| | | ubuttonOnFocusIn || event || || || | ||
|- | |- | ||
| | | ubuttonOnFocusOut || event || || || | ||
|- | |- | ||
| | | ubuttonOnFocusLeft || event || || || | ||
|- | |- | ||
| | | ubuttonOnFocusRight || event || || || | ||
|- | |- | ||
| | | ubuttonOnFocusUp || event || || || | ||
|- | |- | ||
| | | ubuttonOnFocusDown || event || || || | ||
|-{{cellcolors|#DD6666}} | |||
| ubuttonUnknownInt39 || int || || ? || | |||
|- | |||
| | |||
|} | |} | ||
===ObjUnknown0x1B=== | |||
{{Boxinfo2|content='''Standard object attributes''': Unknown<br />'''Specific object attributes''': Unknown}}<br><br> | |||
=== | |||
{{ | |||
===CheckboxGroup=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (19)}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (CheckboxGroup) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! {{ | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown23 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown24 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown25 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown26 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown27 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown28 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown29 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown30 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | checkboxgroupUnknownRef31 || ref || nothing || ? || used 23 times in firmware 4.76, all them with the value "nothing" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | checkboxgroupUnknownRef33 || ref || || ? || | ||
|- | |- | ||
| | | checkboxgroupOnCursorMove || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnFocusIn || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnFocusOut || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnFocusLeft || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnFocusRight || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnFocusUp || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnFocusDown || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnScrollIn || event || || || | ||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknownRef51 || ref || nothing || ? || used 23 times in firmware 4.76, all them with the value "nothing" (onScrollOut ?) | |||
|} | |||
===CheckboxItem=== | |||
{{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (3)}}<br><br> | |||
{| class="wikitable" | |||
|+specific object attributes (CheckboxItem) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
|- | |- | ||
! Name !! Type !! Examples | |||
|- | |- | ||
| | | checkboxitemText || text || || || | ||
|-{{cellcolors|#DD6666}} | |||
| | | checkboxitemUnknownRef3 || ref || nothing || ? || used 2 times in 4.76 firmware, all them with the value "nothing" | ||
|- | |-{{cellcolors|#DD6666}} | ||
| checkboxitemUnknownRef5 || ref || nothing || ? || used 2 times in 4.76 firmware, all them with the value "nothing" | |||
| | |||
| | |||
|} | |} | ||
===Meter=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (9)}}<br><br> | |||
=== | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Meter) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! {{ | ! Name !! Type !! Examples | ||
| | |-{{cellcolors|#DD6666}} | ||
| | | meterUnknown23 || unk || || ? || | ||
| | |-{{cellcolors|#DD6666}} | ||
| | | meterUnknown24 || unk || || ? || | ||
| | |-{{cellcolors|#DD6666}} | ||
| | | meterUnknown25 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |||
| meterUnknown26 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| meterUnknown27 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| meterUnknownRef28 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| meterUnknownRef30 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| meterUnknownRef32 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| meterUnknownRef34 || unk || || ? || | |||
|} | |} | ||
=== | ===EditBox=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (43)}}<br><br> | ||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (EditBox) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! {{ | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownRef23 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownRef25 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown27 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown28 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown29 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat30 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat31 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat32 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat33 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat34 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat35 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown36 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown37 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown38 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown39 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown40 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat41 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown42 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown43 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat44 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat45 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat46 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat47 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown48 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown49 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown50 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat51 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat52 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editboxUnknownFloat53 || float || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editboxUnknownFloat54 || float || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editboxUnknown55 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editboxUnknown56 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editboxUnknown57 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown58 || unk || || ? || | |||
|- | |||
| editboxImage || image || image:avc2_main_back_paper || || | |||
|- | |||
| editboxImage2 || image || image:avc2_main_back_paper || || name is too generic, is better a more explicit name as "focus" or "shadow" | |||
|- | |||
| editboxOnPush || event || || || | |||
|- | |||
| editboxOnFocusIn || event || || || | |||
|- | |||
| editboxOnFocusOut || event || || || | |||
|- | |- | ||
| | | editboxOnFocusLeft || event || || || | ||
|- | |- | ||
| | | editboxOnFocusRight || event || || || | ||
|- | |- | ||
| | | editboxOnFocusUp || event || || || | ||
|- | |- | ||
| | | editboxOnFocusDown || event || || || | ||
|} | |} | ||
=Object examples= | |||
==Changing color, size & shadow of TEXTS==<!-- iirc there is a setting for the font type too --> | |||
== | Tutorial link: [http://www.tortuga-cove.com/forums/viewtopic.php?f=128&t=5361&p=28094#p28094 Changing the XMB Colour] | ||
== | Located into .xml files of .rco files, scale <span style="color:#ff0000"> R </span><span style="color:#008000"> G </span><span style="color:#0000ff"> B </span>α colors go between 0 to 1. | ||
e.g.: Decimal value divided by 255 to get into this scale. | |||
{{File Formats}} | {{File Formats}} | ||
<noinclude>[[Category:Main]]</noinclude> | <noinclude>[[Category:Main]]</noinclude> |