Jump to content

OBD:WMDD: Difference between revisions

m
oops etc ^^
m (tips by SFeLi)
m (oops etc ^^)
Line 32: Line 32:
| ALIGN=LEFT | window status flags: 1 - visible
| ALIGN=LEFT | window status flags: 1 - visible
|- ALIGN=CENTER VALIGN=TOP
|- ALIGN=CENTER VALIGN=TOP
|0x110||bool32|| BGCOLOR="#FFC8C8" | 00 00  
|0x110||bool32|| BGCOLOR="#FFC8C8" | 00 00 00 00
| 0
| 0x00000000
| ALIGN=LEFT | window style flags:
| ALIGN=LEFT | window style flags:
{| BORDER=0 WIDTH=100%
{| BORDER=0 WIDTH=100%
|- VALIGN=TOP
|- VALIGN=TOP
| ALIGN=RIGHT | 01 00 -  
| ALIGN=RIGHT | 0x00000001 -  
| thin light blue coloured border around the window (background)
| thin light blue coloured border around the window (background)
|- VALIGN=TOP
|- VALIGN=TOP
| ALIGN=RIGHT | 02 00 -  
| ALIGN=RIGHT | 0x00000002 -  
| thick light lila coloured border around the window (foreground)
| thick light lila coloured border around the window (foreground)
|- VALIGN=TOP
|- VALIGN=TOP
| ALIGN=RIGHT | 04 00 -  
| ALIGN=RIGHT | 0x00000004 -  
| light lila coloured title bar
| light lila coloured title bar
|- VALIGN=TOP
|- VALIGN=TOP
| ALIGN=RIGHT | 08 00 -  
| ALIGN=RIGHT | 0x00000008 -  
| title
| title
|- VALIGN=TOP
|- VALIGN=TOP
| ALIGN=RIGHT | 10 00 -  
| ALIGN=RIGHT | 0x00000010 -  
| disabled "close the window" box
| disabled "close the window" box
|- VALIGN=TOP
|- VALIGN=TOP
| ALIGN=RIGHT | 20 00 -  
| ALIGN=RIGHT | 0x00000020 -  
| disabled "restore the window" box
| disabled "restore the window" box
|- VALIGN=TOP
|- VALIGN=TOP
| ALIGN=RIGHT | 40 00 -  
| ALIGN=RIGHT | 0x00000040 -  
| disabled "minimize the window" box
| disabled "minimize the window" box
|- VALIGN=TOP
|- VALIGN=TOP
| ALIGN=RIGHT | 00 00 01 00-  
| ALIGN=RIGHT | 0x00010000 -  
| window is centered (ignoring the coordinates)
| window is centered (ignoring the coordinates)
|}
|}
Line 102: Line 102:
|- VALIGN=TOP ALIGN=CENTER
|- VALIGN=TOP ALIGN=CENTER
|0x108||bool32|| BGCOLOR="#B0C3D4" | 00 00 03 00
|0x108||bool32|| BGCOLOR="#B0C3D4" | 00 00 03 00
| 2^16 + 2^17
| 0x00030000<br>2^16 + 2^17
| ALIGN=LEFT | item style flags (same as above + 0x20000 : show text)
| ALIGN=LEFT | item style flags (same as above + 0x00020000 : show text)
|- VALIGN=TOP ALIGN=CENTER
|- VALIGN=TOP ALIGN=CENTER
|0x10C||int16|| BGCOLOR="#64AAAA" | 5E 01
|0x10C||int16|| BGCOLOR="#64AAAA" | 5E 01