Modify

Opened 17 years ago

Closed 17 years ago

#418 closed Bug (No Bug)

GUICreate: $WS_EX_LAYERED documentation error

Reported by: kenn Owned by:
Milestone: Component: Documentation
Version: 3.2.12.0 Severity: None
Keywords: $WS_EX_LAYERED Cc:

Description

"$WS_EX_LAYERED Creates a layered window. Note that this cannot be used for child windows."

And yet example 2 uses $WS_EX_LAYERED in a child window.

Change History (2)

comment:1 Changed 17 years ago by Gary

It uses it in an MDI Child Window not a Normal Child window

The example needs to be changed tho. The extended styles should be bitor'ed together not added.

comment:2 Changed 17 years ago by Gary

  • Resolution set to No Bug
  • Status changed from new to closed

Changed example 2, extended styles are not BitOr'ed. Also changed comment to:

; transparent MDI child window

Don't think the documentation needs to be changed. Setting as no bug.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.