| View previous topic :: View next topic |
| Author |
Message |
Invalid User
Joined: 14 Feb 2005 Posts: 442 Location: Texas, Usa
|
Posted: Fri Feb 17, 2006 5:54 am Post subject: Active Controls |
|
|
When a Botton is active it contains a inner border made up of a dotted line. How can I remove this effect from specfic windows only, and not the entire enviroment? _________________ my lame sig  |
|
| Back to top |
|
 |
Micha
Joined: 15 Nov 2005 Posts: 440 Location: Germany
|
Posted: Fri Feb 17, 2006 11:15 am Post subject: |
|
|
Hi,
the dotted line says, that that button currently has the focus.
If the button has a thick black line around, that button is the default button. It means, if you are in an editcontrol on a dialog and you press ok, the action of the thick-bordered button is executes, as like as you click on the button.
I'm not sure, if you can remove that.
Ciao
Micha |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Fri Feb 17, 2006 1:01 pm Post subject: |
|
|
Use ControlFocus to set focus to a Static label (Text). _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
ManualLukeWarmkey
Joined: 01 Aug 2008 Posts: 3
|
Posted: Sat Aug 23, 2008 2:48 am Post subject: |
|
|
| How about removing it from a button before, during and after clicking the button? In other words so it is never seen on a particular button. |
|
| Back to top |
|
 |
|