"Nothing" as parameter of the events ?!? |
Post Reply |
Author | |
MNovaro
Groupie Joined: 20 June 2006 Status: Offline Points: 71 |
Post Options
Thanks(0)
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? |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |