Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Enable/Disable InputBoxes
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Enable/Disable InputBoxes

 Post Reply Post Reply
Author
Message
jamesblast View Drop Down
Groupie
Groupie


Joined: 15 June 2005
Status: Offline
Points: 52
Post Options Post Options   Thanks (0) Thanks(0)   Quote jamesblast Quote  Post ReplyReply Direct Link To This Post Topic: Enable/Disable InputBoxes
    Posted: 09 January 2006 at 9:42am

hello,

enabling an editbox results in a ugly display, see:

disabling anyway does the same, but the opposit way

only insering new text fixes this.

(zoom onto the digit to see the fault)

thank you.

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2006 at 10:28am

Hello

Sorry, we agree this bug of 9.81 version :(

As not good workaround refresh text after you change style:

Set Control = CommandBars.FindControl(, 102)
Control.Enabled = Not Control.Enabled

Dim Text As String
Text = Control.Text
Control.Text = ""
Control.Text = Text

 

Sorry about it :( :( :(

Fixed for future.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.157 seconds.