Jump to content

No heavy border on default push button


Recommended Posts

I've created an AutoIt script with a single GUI that includes a set of push buttons, one of which is the default. I can get the default button to operate as desired, but it renders without the heavy black border described in the AutoIt help (GUI Control Styles appendix) and the user has no visual cue for the default. The button creation code:

$idSrchBtn = GUICtrlCreateButton("Search", 710, 120, 60, -1, $BS_DEFPUSHBUTTON)

With an accelerator associating {ENTER} and $idSrchButton, I get the desired behavior; removing the accelerator causes the button having the focus to be clicked on ENTER. (The colored border for the focus is the only [static] button highlighting.)

Is this a case of programmer error? A bug? If so, is there a workaround?

When the going gets tough, the tough start coding.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...