OBD talk:WMDD: Difference between revisions

From OniGalore
Jump to navigation Jump to search
m (New page: 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...)
 
m (localized image)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
   there's is no such thing as "show background" for text fields, that 01 flag is in fact the "draw default background" window style
   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.
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/subfold/bluebox/images/132_setup_player.png http://ssg.oni2.net/oni/tb.png
[[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)
 
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.
 
[[User:Neo|Neo]]
 
  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. [[User:Ssg|Ssg]] 19:56, 27 July 2008 (CEST)
 
{{OBD}}

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.

Tool dialog - Setup Player.png 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.

Neo

 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)