![]() |
Control.Checked |
Post Reply
|
| Author | |
Detlev Schubert
Groupie
Joined: 14 August 2006 Location: Germany Status: Offline Points: 25 |
Post Options
Thanks(0)
Quote Reply
Topic: Control.CheckedPosted: 28 August 2006 at 11:40am |
|
Hello,
I have a menupoint with two sections, how can I do that, that I can check in the fist part max 2 Items, and in the second part only one Item. Sample:
Item 1
Item 2
Item 3
Item 4
Item 5
Item 6
---------
Item 1
Item 2
Item 3 thx Detlev
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 28 August 2006 at 12:11pm |
|
Hello,
Execure and Update event + variable what control was checked.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Detlev Schubert
Groupie
Joined: 14 August 2006 Location: Germany Status: Offline Points: 25 |
Post Options
Thanks(0)
Quote Reply
Posted: 28 August 2006 at 12:18pm |
|
Hello,
nice anwer
, but perhaps you have a sample how I can do that ?thx Detlev
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 28 August 2006 at 12:32pm |
|
Hi,
Here code:
Dim Checked(1 To 3) As Long
Private Sub CommandBars_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl) If (Control.Id >= 120 And Control.Id <= 122) Then Private Sub CommandBars_Update(ByVal Control As XtremeCommandBars.ICommandBarControl) Private Sub Form_Load() |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Detlev Schubert
Groupie
Joined: 14 August 2006 Location: Germany Status: Offline Points: 25 |
Post Options
Thanks(0)
Quote Reply
Posted: 28 August 2006 at 1:42pm |
|
Hello oleg,
you know what you are ?
You are my hero, thx a lot. ![]() Why is there no Description for this Control. I is a very hard work to use this control correctly only with the symbol reference, because this great and fine control is very extensive. In VB you have only a click-event, but here are two, and which is the first event ?
kindly regards
Detlev
|
|
![]() |
|
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 |