Jump to content

OBD:WMDD: Difference between revisions

591 bytes removed ,  24 November 2010
m
Reverted edits by Ozyguxij (Talk) to last revision by Iritscen
No edit summary
m (Reverted edits by Ozyguxij (Talk) to last revision by Iritscen)
Line 1: Line 1:
----
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
----
=[http://ycybesav.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]=
----
=[http://ycybesav.co.cc CLICK HERE]=
----
</div>
{{OBD_File_Header|align=center|type=WMDD|prev=WMCL|next=WMM_|name=WM (Window Menu) Dialog Data|family=Global}}
{{OBD_File_Header|align=center|type=WMDD|prev=WMCL|next=WMM_|name=WM (Window Menu) Dialog Data|family=Global}}


Line 51: Line 43:
{{OBDtr| 0x100 | int16    |FFFFC8| 04 00 | 4 | class; the following window classes exist in Oni (values in dec):
{{OBDtr| 0x100 | int16    |FFFFC8| 04 00 | 4 | class; the following window classes exist in Oni (values in dec):
:1 - desktop (not used in dialogs)
:1 - desktop (not used in dialogs)
:3 - box (&lt;nowiki&gt;=&lt;/nowiki&gt; groupbox)
:3 - box (<nowiki>=</nowiki> groupbox)
:4 - button
:4 - button
:5 - checkbox
:5 - checkbox
Line 60: Line 52:
:10 - menu  (not used in dialogs)
:10 - menu  (not used in dialogs)
:11 - picture ([[OBD:TXMB|TXMB]], [[OBD:TXMP|TXMP]] or [[OBD:PSpc|PSpc]])
:11 - picture ([[OBD:TXMB|TXMB]], [[OBD:TXMP|TXMP]] or [[OBD:PSpc|PSpc]])
:12 - popup menu (&lt;nowiki&gt;=&lt;/nowiki&gt; pulldown menu &lt;nowiki&gt;=&lt;/nowiki&gt; drop-down menu) ([[OBD:WMM_|WMM_]])
:12 - popup menu (<nowiki>=</nowiki> pulldown menu <nowiki>=</nowiki> drop-down menu) ([[OBD:WMM_|WMM_]])
:13 - progress bar
:13 - progress bar
:14 - radio button
:14 - radio button
Line 81: Line 73:
:0x00 00 '''01''' 00 -  draw button
:0x00 00 '''01''' 00 -  draw button
:0x00 00 '''02''' 00 -  draw button text
:0x00 00 '''02''' 00 -  draw button text
:0x00 00 '''08''' 00 -  toggle button (like the ones used &quot;in game&quot; for help, diary etc.)
:0x00 00 '''08''' 00 -  toggle button (like the ones used "in game" for help, diary etc.)
:0x00 00 '''10''' 00 -  default button (the button that coresponds to the Enter key)
:0x00 00 '''10''' 00 -  default button (the button that coresponds to the Enter key)


Line 97: Line 89:
:0x00 00 '''02''' 00 -  alphabetical order
:0x00 00 '''02''' 00 -  alphabetical order
:0x00 00 '''04''' 00 -  unselectable
:0x00 00 '''04''' 00 -  unselectable
:0x00 00 '''08''' 00 -  contains text (without this it contains only &quot;custom&quot; data)
:0x00 00 '''08''' 00 -  contains text (without this it contains only "custom" data)
:0x00 00 '''10''' 00 -  owner draw (the owner window will draw the list items)
:0x00 00 '''10''' 00 -  owner draw (the owner window will draw the list items)
:0x00 00 '''20''' 00 -  draw file/folder icons  
:0x00 00 '''20''' 00 -  draw file/folder icons  
Line 109: Line 101:


if text field:
if text field:
:0x00 00 '''02''' 00 -  horizontal text align &lt;nowiki&gt;=&lt;/nowiki&gt; center
:0x00 00 '''02''' 00 -  horizontal text align <nowiki>=</nowiki> center
:0x00 00 '''04''' 00 -  horizontal text align &lt;nowiki&gt;=&lt;/nowiki&gt; right
:0x00 00 '''04''' 00 -  horizontal text align <nowiki>=</nowiki> right
:0x00 00 '''10''' 00 -  vertical text align &lt;nowiki&gt;=&lt;/nowiki&gt; center
:0x00 00 '''10''' 00 -  vertical text align <nowiki>=</nowiki> center
:0x00 00 '''80''' 00 -  owner draw (hides text)
:0x00 00 '''80''' 00 -  owner draw (hides text)


Line 136: Line 128:
;Visible flag (0x10C)
;Visible flag (0x10C)
:A hidden/disabled window can't be activated from Oni, so if you hide the main menu, you'll have to shut down Oni from the Task Manager (or make it Blam ^^).
:A hidden/disabled window can't be activated from Oni, so if you hide the main menu, you'll have to shut down Oni from the Task Manager (or make it Blam ^^).
:With &quot;-noswitch&quot;, you can switch to other applications whenever the mouse pointer is visible in Oni.
:With "-noswitch", you can switch to other applications whenever the mouse pointer is visible in Oni.
;Item IDs (for this example)
;Item IDs (for this example)
:64 - &quot;new game&quot; window
:64 - "new game" window
:65 - &quot;load game&quot; window
:65 - "load game" window
:66 - &quot;options&quot; window
:66 - "options" window
:67 - &quot;quit&quot; window
:67 - "quit" window
:68 - &quot;resume&quot; window
:68 - "resume" window