Modify

Opened 16 years ago

Closed 16 years ago

#481 closed Feature Request (Completed)

Add margin parameter to SplashTextOn

Reported by: dlpirl Owned by: Valik
Milestone: 3.2.13.7 Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

Text in SplashTextOn looks bad because it is too close to the Window border. With considerable programing effort, I believe I could do what I want by using GUICreate()and GUICtrlCreateLabel() instead, but since IMHO SplashTextOn is bad out of the box, the change should be made directly there.

One uniform top, bottom, left, and right margin in pixels would be fine. Using 'en' units would be even better, so the padding could vary with font size.

Attachments (1)

MGHnotify.JPG (19.7 KB) - added by dlpirl 16 years ago.
Example of poor appearance of SplashTextOn without margins

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by dlpirl

Example of poor appearance of SplashTextOn without margins

comment:1 Changed 16 years ago by TicketCleanup

  • Version 3.2.12.0 deleted

Automatic ticket cleanup.

comment:2 Changed 16 years ago by Valik

Well, technically you can just resize the static control used in SplashTextOn to sit where you want inside the window (ControlMove()). However, I will adjust AutoIt to use the Vista-recommended margin of 11 pixels all the way around.

comment:3 Changed 16 years ago by Valik

  • Milestone set to 3.2.13.7
  • Owner set to Valik
  • Resolution set to Completed
  • Status changed from new to closed

Added in version: 3.2.13.7

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

Modify Ticket

Action
as closed The owner will remain Valik.
Author


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

 
Note: See TracTickets for help on using tickets.