Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - "Nothing" as parameter of the events ?!?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

"Nothing" as parameter of the events ?!?

 Post Reply Post Reply
Author
Message
MNovaro View Drop Down
Groupie
Groupie
Avatar

Joined: 20 June 2006
Status: Offline
Points: 71
Post Options Post Options   Thanks (0) Thanks(0)   Quote MNovaro Quote  Post ReplyReply Direct Link To This Post Topic: "Nothing" as parameter of the events ?!?
    Posted: 26 April 2007 at 4:42am
Hello, everybody

I've got a strange problem with the SuitePro.
In "random" situations, I get "Nothing" as the parameter of the events of some controls.

In particular, I noticed a problem first with CommandBars, where I got the event

CommandBars_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)

with Control = Nothing. This caused an error on my side; adding the check

If Control Is Nothing Then Exit Sub

at the beginning of the event, I noticed that no other control in the commandbars was working, that is: every control was returning "Nothing".
Today, I got the same problem with the TabControl: the event:

TabControl_SelectedChanged(ByVal Item As XtremeSuiteControls.ITabControlItem)

with the parameter Item = Nothing.
I saw this issue first with 11.1.0: never saw before.
Any idea about this?

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.156 seconds.