Print Page | Close Window

"Nothing" as parameter of the events ?!?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=6984
Printed Date: 17 November 2024 at 2:32am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: "Nothing" as parameter of the events ?!?
Posted By: MNovaro
Subject: "Nothing" as parameter of the events ?!?
Date 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?




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net