OBD talk:WMDD: Difference between revisions
Jump to navigation
Jump to search
m (marking dead link) |
m (localized image) |
||
Line 4: | Line 4: | ||
So why did you delete it? It changes the style as well: Left image "player name" with 0x00001100. Right image with 0x01001100. | So why did you delete it? It changes the style as well: Left image "player name" with 0x00001100. Right image with 0x01001100. | ||
[[Image:Tool dialog - Setup Player.png]] <nowiki>http://ssg.oni2.net/oni/tb.png</nowiki> (dead link) | |||
[[User:Ssg|Ssg]] 13:29, 25 July 2008 (CEST) | [[User:Ssg|Ssg]] 13:29, 25 July 2008 (CEST) |
Latest revision as of 14:13, 9 May 2022
there's is no such thing as "show background" for text fields, that 01 flag is in fact the "draw default background" window style
So why did you delete it? It changes the style as well: Left image "player name" with 0x00001100. Right image with 0x01001100.
http://ssg.oni2.net/oni/tb.png (dead link)
Ssg 13:29, 25 July 2008 (CEST)
Because it's not control specific:
style; dialog styles and the following control specific styles can be used here:
It's already listed under dialog styles. If you want to add this flag to text field then you need to add it to picture fields too for example. And you also need to add the "resizable window" flag and pretty much all the other dialog styles to all the controls.
style; dialog styles and the following control specific styles can be used here:
Ahhhhh... "dialog styles" refers to the "sytle"-section above. Now I got it. Thanks. Ssg 19:56, 27 July 2008 (CEST)