Editing Talk: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: | ||
=Rcomage unknown object attributes= | |||
*See: [[Talk:Rcomage#objattribdef-ps3.ini]] | |||
At the time of documenting the RCO format for wiki it was posible to identify some/lot of unknown attributes, in the link there are a few of them listed as dirty notes (later was identifyed some more that are not included in the link). At this point there is no need for that dirty notes because the new names of the identifyed attributes was used in the tables in wiki, the dirty notes are just kept to have a record of the changes, and liked here because are very related with this page | |||
=Menu lists and menu items= | |||
{| class="wikitable" | |||
|- | |||
! rowspan="2" | <abbr title="in big endian for PS3">Type</abbr> !! colspan="4" | Name !! rowspan="2" | Displayed as !! rowspan="2" | Notes | |||
|- | |||
! Suggested names<br>for Wiki !! <abbr title="invented based on oficial labels">In rcomage</abbr> !! <abbr title="found by reading the labels, it could not be accurate though because official coders had the freedom to use any invented name">In official RCOXML code</abbr> !! <abbr title="this seems to be the best place to get the internal names">In official [[VSH Exports]]</abbr> | |||
|-{{cellcolors|lightgrey}} | |||
| colspan="7" | | |||
|- | |||
| 0x804 || '''XmBar''' ? || {{cellcolors|#ff9999}} <abbr title="following the naming convention of the others this is a list">XMenu</abbr> || {{cellcolors|#ff9999}} <abbr title="Found in PSP firmware 1.00 following the naming convention of the others this is a list">name="xmenu"</abbr> || <abbr title="PhXmBar">XmBar</abbr> || XMB Main Menu, horizontal list placeholder || rowspan="3" | Main XMB | |||
|- | |||
| 0x805 || '''XmItem''' ? || {{cellcolors|#ff9999}} <abbr title="is an item, not a list">XMList</abbr> || {{cellcolors|#ff9999}} <abbr title="Found in PSP firmware 1.00 is an item, not a list">name="list_sysconf"</abbr> || <abbr title="PhXmItem">XmItem</abbr> ? || XMB Main Menu, horizontal list item | |||
|- | |||
| 0x806 || '''XmList''' ? || {{cellcolors|#ff9999}} XList || <abbr title="Found in PSP firmware 1.00">name="xlist_video_config"</abbr> || <abbr title="PhXmList">XmList</abbr> ? || XMB Main Menu, vertical list placeholder | |||
|-{{cellcolors|black}} | |||
| colspan="7" | | |||
|- | |||
| 0x809 || '''MenuList''' || MList || <abbr title="Found in PS3 firmware 4.76">name="mlist_select_update_method"</abbr> || <abbr title="PhMenuList">MenuList</abbr> || Context Menu, vertical list placeholder ||rowspan="2" | Menu when pressing triangle<br>at right side of the screen | |||
|- | |||
| 0x80A || '''MenuItem''' || MItem || <abbr title="Found in PS3 firmware 4.76">name="mitem_select_network"</abbr> || || Context Menu, vertical list item | |||
|-{{cellcolors|lightgrey}} | |||
| colspan="7" | | |||
|- | |||
| {{cellcolors|#ff9999}} 0x80B || '''UnkList''' ? || {{cellcolors|#ff9999}} ObjUnknown0xB || || || || rowspan="2" | 0x80B is the "List"<br>0x80C is the "Item" | |||
|- | |||
| 0x80C || '''UnkItem''' ? || {{cellcolors|#ff9999}} XItem || <abbr title="Found in PSP firmware 1.00">name="item_xlist_video_config_volume"</abbr> || || | |||
|-{{cellcolors|lightgrey}} | |||
| colspan="7" | | |||
|- | |||
| 0x813 || '''List''' || LList || <abbr title="Found in PSP firmware 1.00">name="list_edit_apcnf7"</abbr> || <abbr title="PhList">List</abbr> || Editable Menu, horizontal list placeholder || rowspan="2" | Like in network settings | |||
|- | |||
| 0x814 || '''Item''' || LItem || <abbr title="Found in PSP firmware 1.00">name="litem_edit_apcnf7_0"</abbr> || || Editable Menu, horizontal list item | |||
|-{{cellcolors|lightgrey}} | |||
| colspan="7" | | |||
|- | |||
| 0x817 || '''InfoList''' || IList || <abbr title="Found in PSP firmware 1.00">name="ilist_ms_info"</abbr> || <abbr title="PhInfoList">InfoList</abbr> || Information Menu, vertical list placeholder || rowspan="2" | Like in audio file info | |||
|- | |||
| 0x818 || '''InfoItem''' || IItem || <abbr title="Found in PSP firmware 1.00">name="item_ms_info_size"</abbr> || || Information Menu, vertical list item | |||
|-{{cellcolors|lightgrey}} | |||
| colspan="7" | | |||
|- | |||
| 0x81C || '''CheckList''' || {{cellcolors|#ff9999}} <abbr title="following the naming convention of the others this is a list, not a group, sometimes appears in the official labels as '''clist'''">CheckboxGroup</abbr> || <abbr title="Found in PS3 firmware 4.76, is a list, not a group">name="checkbox_list_npsignin"</abbr> || <abbr title="PhCheckBoxList">CheckBoxList</abbr> || Checkbox Menu, horizontal list placeholder || rowspan="2" | Like in poweroff screen | |||
|- | |||
| 0x81D || '''CheckItem''' || CheckboxItem || <abbr title="Found in PS3 firmware 4.76">name="checkbox_item_select_auto_power_off"</abbr> || <abbr title="PhCheckBox">CheckBox</abbr> ? || Checkbox Menu, horizontal list item | |||
|} | |||
*Problematic names and values are marked in red | |||
*The "Items" '''doesnt''' have standard attributes, '''only''' have 3 specific attributes, and that atributes uses to be a reference (ref/text/image but not always, there are some expections). This is an easy way to identify them | |||
*The "Lists" '''does''' have standard attributes, and a variable number of specific attributes based on its purpose, all the lists (except xmenu and xlist) seems to use specific attributes intended to override the position/size of the list for the different screen resolutions supported by PS3, see: [[XMB Layouts]] | |||
*If the previous sentence is true, it means we know the first 21 attributes of '''ObjUnknown0xB''' (the standard ones, shared by a lot of objects, always located in the same positions) http://www.psdevwiki.com/ps3/Template:RCO_TOC_Objects_standard_attributes and the specific ones can be found by getting inspiration in the specific attributes of the other "list" objects and the test-error method (first one uses to be a "counter" of childrens, then a variable number of "stuff", and at the end a bunch of "events") | |||
=WidgetType= | =WidgetType= | ||
See the "paf" [[VSH Exports]] | See the "paf" [[VSH Exports]] and [https://github.com/TheRouletteBoi/VirtualShell/blob/main/include/vsh/paf.hpp paf.hpp] | ||
It seems the '''Widget''' is an identifyer of what rcomage and this wiki page baptished unnofficially as "objects", of all them or only a group | |||
By looking at the internal RCO structure is obvious that the value used internally to identify every "object" is the first field of what we has been naming [[Template:RCO TOC entry common area]], or in other words, the [[Template:RCO TOC entry types]] | |||
So the question is... all "RCO TOC entry types" should be considered WidgetType ? (and consequentlly needed to be renamed in wiki pages)... or only a group of them are considered "widgets" ? and there is other group (no idea wich one by now, but [[RCOXML Animations]] could have a different name) | |||
By looking [https://gist.github.com/anonymous/331c41b7b60af35c62363700ad88e6b3 at this list] is posible to make a list of the exports that uses the keyword "WidgetType" and deduce the correspondency with the names we have been using in rcomage/wiki. Some of the "unnofficial" names we have been using matches exactlly, others partially, and there are a few "new" names hard to deduce to wich "object" corresponds, and probably are included the 2 infamous '''ObjUnknown0xB''' and '''ObjUnknown0x1B''' that are completlly unknown for rcomage and doesnt seems to be used in any of the official PSP and PS3 firmwares | |||
<div> | <div> | ||
Line 17: | Line 68: | ||
{| class="wikitable" style="line-height:1em; font-size:1em" | {| class="wikitable" style="line-height:1em; font-size:1em" | ||
|- | |- | ||
! rowspan="2" | | ! rowspan="2" | <abbr title="The unique hexadecimal identifyer stored inside the TOC of the RCO file structure">ID</abbr> !! colspan="2" | Name !! colspan="2" | paf [[VSH Exports#paf|VSH Exports]] !! rowspan="2" | Notes | ||
|- | |- | ||
! <abbr title="and name in wiki by now, at some point could be changed">RCOmage</abbr> !! Official !! NID !! Sample | ! <abbr title="and name in wiki by now, at some point could be changed">RCOmage</abbr> !! Official !! NID !! Sample | ||
|- | |- | ||
| | | 0x800 || {{cellcolors|#d53}} ObjectTree || ? || style="font-family:monospace" | ? || ? || | ||
|- | |- | ||
| | | 0x801 || {{cellcolors|#d53}} Page || Scene ? || style="font-family:monospace" | 0x41BBFE5E ? || paf::Ph'''Scene'''::WidgetType(void) ? || | ||
|- | |- | ||
| | | 0x802 || {{cellcolors|#8e8}} Plane || Plane || style="font-family:monospace" | 0x10DEDCC7 || paf::Ph'''Plane'''::WidgetType(void) || | ||
|- | |- | ||
| | | 0x803 || {{cellcolors|#8e8}} Button || Button || style="font-family:monospace" | 0x24A5BD6B || paf::Ph'''Button'''::WidgetType(void) || | ||
|- | |- | ||
| | | 0x804 || {{cellcolors|#f93}} XMenu || XmBar || style="font-family:monospace" | 0x703117AD || paf::Ph'''XmBar'''::WidgetType(void) || | ||
|- | |- | ||
| | | 0x805 || {{cellcolors|#d53}} XMList || XmItem ? || style="font-family:monospace" | 0xC84FD77B ? || paf::Ph'''XmItem'''::WidgetType(void) ? || | ||
|- | |- | ||
| | | 0x806 || {{cellcolors|#d53}} XList || XmList ? || style="font-family:monospace" | 0x4FF7B8A9 ? || paf::Ph'''XmList'''::WidgetType(void) ? || | ||
|- | |- | ||
| | | 0x807 || {{cellcolors|#8e8}} Progress || Progress || style="font-family:monospace" | 0xE801C345 || paf::Ph'''Progress'''::WidgetType(void) || | ||
|- | |- | ||
| | | 0x808 || {{cellcolors|#8e8}} Scroll || Scroll || style="font-family:monospace" | 0x009207F4 || paf::Ph'''Scroll'''::WidgetType(void) || | ||
|- | |- | ||
| | | 0x809 || {{cellcolors|#f93}} MList || MenuList || style="font-family:monospace" | 0xA98865F8 || paf::Ph'''MenuList'''::WidgetType(void) || | ||
|- | |- | ||
| | | 0x80A || {{cellcolors|#f93}} MItem || MenuItem ? || ? || ? || | ||
|- | |- | ||
| | | 0x80B || {{cellcolors|#d53}} ObjUnknown0xB || ? || ? || ? || | ||
|- | |- | ||
| | | 0x80C || {{cellcolors|#d53}} XItem || ? || ? || ? || | ||
|- | |- | ||
| | | 0x80D || {{cellcolors|#8e8}} Text || Text || style="font-family:monospace" | 0xB7DFCE90 || paf::Ph'''Text'''::WidgetType(void) || | ||
|- | |- | ||
| | | 0x80E || {{cellcolors|#d53}} ModelObject || ? || ? || ? || | ||
|- | |- | ||
| | | 0x80F || {{cellcolors|#d53}} Spin || Spin ? || style="font-family:monospace" | ? || ? || | ||
|- | |- | ||
| | | 0x810 || {{cellcolors|#d53}} Action || NumSpin ? || style="font-family:monospace" | 0x59A11C82 ? || paf::Ph'''NumSpin'''::WidgetType(void) ? || | ||
|- | |- | ||
| | | 0x811 || {{cellcolors|#8e8}} ItemSpin || ItemSpin ? || style="font-family:monospace" | 0x4C36ABBB ? || paf::Ph'''ItemSpin'''::WidgetType(void) ? || | ||
|- | |- | ||
| | | 0x812 || {{cellcolors|#d53}} Group || PlaneDiv ? || style="font-family:monospace" | 0xE36C18F5 ? || paf::Ph'''PlaneDiv'''::WidgetType(void) ? || | ||
|- | |- | ||
| | | 0x813 || {{cellcolors|#f93}} LList || List ? || style="font-family:monospace" | 0xD64EDE7C ? || paf::Ph'''List'''::WidgetType(void) ? || | ||
|- | |- | ||
| | | 0x814 || {{cellcolors|#f93}} LItem || Item ? || ? || ? || | ||
|- | |- | ||
| | | 0x815 || {{cellcolors|#f93}} Edit || IPAddr || style="font-family:monospace" | 0x3806365F || paf::Ph'''IPAddr'''::WidgetType(void) || | ||
|- | |- | ||
| | | 0x816 || {{cellcolors|#8e8}} Clock || Clock || style="font-family:monospace" | 0x545D47A2 || paf::Ph'''Clock'''::WidgetType(void) || | ||
|- | |- | ||
| | | 0x817 || {{cellcolors|#f93}} IList || InfoList || style="font-family:monospace" | 0xF7630798 || paf::Ph'''InfoList'''::WidgetType(void) || | ||
|- | |- | ||
| | | 0x818 || {{cellcolors|#f93}} IItem || InfoItem ? || || || | ||
|-{{cellcolors|lightgrey}} | |||
| colspan="7" | | |||
|- | |- | ||
| | ! XmItem | ||
| paf::Ph'''XmItem'''::WidgetType(void) || {{cellcolors|#d53}} '''XMList''' ? || | |||
| colspan="7" | | |||
|- | |- | ||
| | ! CheckBoxList | ||
| paf::Ph'''CheckBoxList'''::WidgetType(void) || {{cellcolors|#f93}} <abbr title="the unnofficial name matches partially with the official name">'''CheckBoxGroup'''</abbr> || "event:native:/VideoEditorUpload::ServiceLogin::OnPushSavePassword" | |||
|-{{cellcolors|lightgrey}} | |||
| colspan="7" | | |||
|- | |- | ||
| | ! CheckBox | ||
| paf::Ph'''CheckBox'''::WidgetType(void) || {{cellcolors|#d53}} <abbr title="the unnofficial name matches partially with the official name, but the unnofficial is more explicit, only problem with the unnofficial name is longer">'''CheckBoxItem'''</abbr> ? || There are 2 reasons why this object is marked as doubtful:<br>1) Because is technically an "item" (children of CheckBoxList) but none of the other items has vsh exports (with the exception of XmItem because is an special item)<br>2) Because following the official naming convention strictly this should be named '''CheckBoxItem''' (<abbr title="maybe at this point they decided to short the name, but doesnt makes much sense to short only this name because CheckBoxList has the same number of characters and the name was not shorted">instead of '''CheckBox'''</abbr>) | |||
|-{{cellcolors|lightgrey}} | |||
| colspan="7" | | |||
|- | |- | ||
| | ! LabelText | ||
| paf::Ph'''LabelText'''::WidgetType(void) || {{cellcolors|#f93}} <abbr title="the unnofficial name doesn't matches with the official name">'''EditBox'''</abbr> || The object named "EditBox" by rcomage is exactly like the object "Text" with some attributes added at the end (for the label) | |||
|- | |- | ||
| | ! LevelMeter | ||
| paf::Ph'''LevelMeter'''::WidgetType(void) || {{cellcolors|#f93}} <abbr title="the unnofficial name matches partially with the official name">'''Meter'''</abbr> || | |||
|- | |- | ||
! Widget | |||
| paf::Ph'''Widget'''::WidgetType(void) || {{cellcolors|#eeee88}} ''ObjUnknown0x1B'' ? || Related with [[Widgets]] ? | |||
|- | |- | ||
! LabelPrim | |||
| paf::Ph'''LabelPrim'''::WidgetType(void) || {{cellcolors|#eeee88}} ''ObjUnknown0xB'' ? || | |||
|- | |- | ||
! LabelPrimDiv | |||
| {{cellcolors|lightgrey|#000000|center}} ''N/A'' || {{cellcolors|#d53}} ''XItem'' ? || | |||
|- | |- | ||
| | ! OskButton | ||
| {{cellcolors|lightgrey|#000000|center}} ''N/A'' || {{cellcolors|#eeee88}} ''UButton'' ? || Is needed to verify with some official example if the object named "UButton" by rcomage has some relationship with the "'''O'''n'''S'''creen'''K'''eyboard" | |||
|- | |||
! Camera | |||
| {{cellcolors|lightgrey|#000000|center}} ''N/A'' || {{cellcolors|#eeee88}} ''ModelObject'' ? || this loads a GMO file (3D model), maybe is considered a camera ? | |||
|- | |||
! Spin | |||
| {{cellcolors|lightgrey|#000000|center}} ''N/A'' || {{cellcolors|#eeee88}} ''Action'' ? || This could be sending a custom text string to trigger an action in the .sprx ? | |||
|} | |} | ||
<center> | <center> | ||
{| class="wikitable" style="font-size:small" | {| class="wikitable" style="font-size:x-small" | ||
|- | |- | ||
!rowspan="5" | Color legend: | !rowspan="5" | Color legend: | ||
|- | |- | ||
! {{cellcolors|#8e8}} Green | ! {{cellcolors|#8e8}} Green | ||
Line 106: | Line 175: | ||
! {{cellcolors|#d53}} Red | ! {{cellcolors|#d53}} Red | ||
| The name in rcomage doesnt matches with the official codename, and is doubtfull which is the correct name | | The name in rcomage doesnt matches with the official codename, and is doubtfull which is the correct name | ||
|- | |||
! {{cellcolors|#eeee88}} Yellow | |||
| This ones are completly speculative, are in the table just to have an start point for brainstorming | |||
|} | |} | ||
</center> | </center> | ||
</div></div><div style="clear:both;"></div> | </div></div><div style="clear:both;"></div> | ||
*Other | *Other unnofficial "object" names that are not in the table above: | ||
** | **General | ||
** | ***type=0x00 '''ObjectTree''' | ||
** | **Items (it seems the items doesnt have VSH exports, because are terminal objects located at bottom of the hierarchy) | ||
** | ***type=0x0C '''XItem''' | ||
***type=0x0A '''MItem''' | |||
***type=0x14 '''LItem''' | |||
***type=0x18 '''IItem''' | |||
**Others | |||
***type=0x19 '''Icon''' (terminal object, same specific attributes than "items"). The difference with standard "items" is "icon" have standard attributes (and standard items doesnt) | |||
***type=0x10 '''Action''' (terminal object, special purpose) | |||
***type=0x0E '''ModelObject''' (terminal object, special purpose) | |||
***type=0x1A '''UButton''' (very similar than '''Button''', is weird there is not any documented VSH export matching with this object) | |||
**Unknowns | |||
***type=0x0B '''ObjUnknown0xB''' | |||
***type=0x1B '''ObjUnknown0x1B''' | |||
* | *Notes | ||
**The | **The codename "Prim" seems to be inherited from PSX->PSP->PS3 and seems to be a [https://en.wikipedia.org/wiki/Geometric_primitive geometric primitive]. In PSX XMB was used with: type="rect", type="line", type="outline" | ||
= | |||
=Some texture using object and attribute names= | |||
The names of this images indicates the attribute names of some RCOXML objects. Are the object attributes with datatype/reftype "image" | |||
<Image name="tex_default_text_field" src="Images\tex_default_text_field.png" format="gim" compression="zlib" unknownByte="0" /> | <Image name="tex_default_text_field" src="Images\tex_default_text_field.png" format="gim" compression="zlib" unknownByte="0" /> | ||
<Image name="tex_default_text_focus" src="Images\tex_default_text_focus.png" format="gim" compression="zlib" unknownByte="0" /> | <Image name="tex_default_text_focus" src="Images\tex_default_text_focus.png" format="gim" compression="zlib" unknownByte="0" /> | ||
Line 267: | Line 227: | ||
<Image name="tex_default_lvmeter_focus" src="Images\tex_default_lvmeter_focus.png" format="gim" compression="zlib" unknownByte="0" /> | <Image name="tex_default_lvmeter_focus" src="Images\tex_default_lvmeter_focus.png" format="gim" compression="zlib" unknownByte="0" /> | ||
<Image name="tex_default_lvmeter_bg" src="Images\tex_default_lvmeter_bg.png" format="gim" compression="zlib" unknownByte="0" /> | <Image name="tex_default_lvmeter_bg" src="Images\tex_default_lvmeter_bg.png" format="gim" compression="zlib" unknownByte="0" /> | ||
=ObjUnknown0xB= | |||
<strike>*Superbrainstorming based on smoke</strike>. '''This brainstorming seems to be wrong''', because the object named "XMList" by rcomage seems to be an "item" so it cant have other xml "item" childrens | |||
<strike>**what about this ?, matches prety fine with how are grouped. Main menu separated because is an special object created specifically for top XMB menu, and the others grouped in pairs for "list" and "item". Also matches how are ordered in rcomage. All this attributes appears consecutivelly in groups of two, at top... XMList and XList... then MList MItem... then ObjUnknown0xB and XItem... then LList and LItem... then IList and IItem. Note how XMList doesnt seems to have an XMItem | |||
XMenu | |||
XMList | |||
ObjUnknown0xB <------ is XMItem ? | |||
XList | |||
XItem | |||
MList | |||
MItem | |||
LList | |||
LItem | |||
IList | |||
IItem | |||
If this is true and ObjUnknown0xB is actually XMItem it seems is posible to deduce the attributes because the other "item" objects uses pretty similar attributes (usually 3 attributes, either images or texts), to verify it are needed some/lot of tests by copying the attributes from the other items and creating a 100% custom object for the experiment also a good understanding of all the other rcoxml code, so is hard to know, im not skilled/brave to build this frankenstein but i think the theory is good enought--[[User:Sandungas|Sandungas]] ([[User talk:Sandungas|talk]]) 08:16, 8 December 2015 (UTC) | |||
</strike> | |||
=Objects using overrides in the "specific" attributes= | |||
The "standard" attributes contains 6 overrides and most objects uses the "standard" attributes, but additionally to this ones some of the objects (seems to) use more overrides in the "specific" attributes | |||
*Lists | |||
**MList (3 ?, override size XYZ ?) | |||
**LList (2 ?, override size XY ?) | |||
**IList (1 ?, override size X ?) | |||
**CheckboxGroup (3 ?, override size XYZ ?)... this object is an expanded/repurposed version of '''Mlist''' intended for PS3 only (not supported in PSP), the 3 override attributes are the same than '''Mlist''' | |||
*Text | |||
**Text (3 ?, override size XYZ ?) | |||
**EditBox (3 ?, override size XYZ ?)... this object is an expanded/repurposed version of '''Text''' intended for PS3 only (not supported in PSP), the 3 override attributes are the same than '''Text''' | |||
*Others | |||
**Meter (1 ?, override size X ?) | |||
=anchorMode= | =anchorMode= | ||
Line 276: | Line 276: | ||
**Extracted as "unk" | **Extracted as "unk" | ||
***anchorMode="0x3200" | ***anchorMode="0x3200" | ||
=Lists ItemNum= | |||
Some of the "list" objects have an attribute (always located at the first position in the group of specific attributes) that indicates how many children "items" objects there are. Rcomage (and this wiki page) names this attribute "ItemsCount", but it seems the codename is "ItemNum", this "list" objects seems to use it: | |||
*paf::PhInfoList::SetItemNum(int) | |||
*paf::PhList::SetItemNum(int) | |||
*paf::PhXmList::SetItemNum(int) | |||
*<strike>paf::PhXmBar::SetItemNum(int)</strike> doesnt exists | |||
*<strike>paf::PhMenuList::SetItemNum(int)</strike> doesnt exists | |||
*<strike>paf::PhCheckBoxList::SetItemNum(int)</strike> doesnt exists | |||
*<strike>paf::PhLabelPrim::SetItemNum(int)</strike> doesnt exists | |||
=Events notes= | =Events notes= | ||
Line 281: | Line 291: | ||
*'''OnScrollIn''' and '''OnScrollOut''' are used in the "list" objects, the "In" and "Out" represents to move the cursor one item in the "list". The confusing detail is the "lists" can be horizontal (along X axis) or vertical (along Y axis). So it seems in a horizontal list (such the main XmBar) the "In/Out" are "Right/Left", and in a vertical list the "In/Out" should be "Down/Up" (this is just a theory based on the existence of vsh exports: ''paf::PhXmBar::ScrollRight(float, paf::PhEvent *)'' ...and... ''paf::PhXmBar::ScrollLeft(float, paf::PhEvent *)'', but has not been verifyed) | *'''OnScrollIn''' and '''OnScrollOut''' are used in the "list" objects, the "In" and "Out" represents to move the cursor one item in the "list". The confusing detail is the "lists" can be horizontal (along X axis) or vertical (along Y axis). So it seems in a horizontal list (such the main XmBar) the "In/Out" are "Right/Left", and in a vertical list the "In/Out" should be "Down/Up" (this is just a theory based on the existence of vsh exports: ''paf::PhXmBar::ScrollRight(float, paf::PhEvent *)'' ...and... ''paf::PhXmBar::ScrollLeft(float, paf::PhEvent *)'', but has not been verifyed) | ||
=Spins identification= | |||
*The object named '''ItemSpin''' by rcomage has been found using event names: | |||
**event:native:/OnFocusLeft'''NumSpin'''WizardEventHandler | |||
**event:native:/OnFocusRight'''NumSpin'''WizardEventHandler | |||
*The object named '''Spin''' by rcomage has been found using event names: | |||
**object2:lftv_page212_group000_'''ispin'''000 <--- this is loading another "object" so the name '''ispin''' belongs to the other object | |||
**object2:lftv_page212_group000_'''ispin'''001 <--- this is loading another "object" so the name '''ispin''' belongs to the other object | |||
The official codenames are '''ItemSpin''' and '''NumSpin''' but it seems in rcomage are swapped | |||
Additionally there is another codename for '''Spin''' that is a bit confusing by now | |||
=Links, etc...= | =Links, etc...= |