Modify

Opened 18 years ago

Closed 17 years ago

#354 closed Feature Request (Rejected)

Transparency with images

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description (last modified by J-Paul Mesnage)

Transparency with autoit is different on computers based on that computers color settings. To me this seems like a serious flaw because in designing an app you can't take into consideration what colors someone could set which can make your app look very ugly. I saw a post once which suggested an option that allows you to define which color you want transparent...like an option of instead of setting GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT), with an image you can put GUICtrlSetTransparent(-1, 0xff0000). To me that seems like a great idea and generally makes sense. Also allows someone not to have to fiddle with transparency in an image editor.

Original post:http://www.autoitscript.com/forum/index.php?showtopic=72928

Attachments (0)

Change History (4)

comment:1 by J-Paul Mesnage, 18 years ago

Type: BugFeature Request

move to feature request

comment:2 by TicketCleanup, 18 years ago

Version: 3.2.12.0

Automatic ticket cleanup.

comment:3 by J-Paul Mesnage, 17 years ago

Description: modified (diff)

comment:4 by J-Paul Mesnage, 17 years ago

Resolution: Rejected
Status: newclosed

In fact transparency is applied to the parent window so GUICtrlSetTransparent will be override by the next one.
The current strategy of choosing the pixel 0,0 of the control for pic seems the not the worst one.
I am closing it

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.