Toolbutton – MouseEnter Root › Discussions › AlphaControls This topic has 2 replies, 2 voices, and was last updated 15 years, 8 months ago by schwa226. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 22, 2009 at 12:22 pm #40866 SupportKeymaster Hi In the sConst.pas unit declared the MouseForbidden : boolean = False variable.Try to set this variable to True. October 22, 2009 at 1:40 pm #40876 schwa226Participant QUOTE (Support @ Oct 22 2009, 02:22 PM) Hi In the sConst.pas unit declared the MouseForbidden : boolean = False variable.Try to set this variable to True. Great! It works! CODE uses sConst,… MouseForbidden := False/True; Changing the MouseForbidden while the app is running is no problem. Thanks for the help! Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaControls