This is a migrated thread and some comments may be shown as answers.

DelegateCommand function..

2 Answers 103 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
TMLP
Top achievements
Rank 1
TMLP asked on 04 Aug 2011, 09:00 PM
Hi I'm trying a code from your demo site at http://demos.telerik.com/silverlight/#TransitionControl/PerspectiveTransitions

In "BusinessCards.cs" code,
public BusinessCards()
{
    this.SelectNext = new DelegateCommand(this.SelectNextPerson);
    this.SelectPrevious = new DelegateCommand(this.SelectPreviousPerson);
    ....
}
It doesn't recognize "DelegateCommand" function. Error:The type or namespace name 'DelegateCommand' could not be found (are you missing a using directive or an assembly reference?)...
Can you advise me about this? Thank you.

I'm running Silverlight Q2 2010 version.

2 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 08 Aug 2011, 02:12 PM
Hello,

It seems that you're using too old version of the controls where DelegateCommand was not available.
Is it possible for you to upgrade to a more recent version?

Greetings,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
TMLP
Top achievements
Rank 1
answered on 08 Aug 2011, 11:49 PM
yes, I figured DelegateCommand was not available before SL4. Downloaded the cureent version and it's working fine. Thanks.
Tags
TransitionControl
Asked by
TMLP
Top achievements
Rank 1
Answers by
Yana
Telerik team
TMLP
Top achievements
Rank 1
Share this question
or