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

RadialMenu From Code

3 Answers 94 Views
RadialMenu
This is a migrated thread and some comments may be shown as answers.
Nitzan
Top achievements
Rank 1
Nitzan asked on 03 Nov 2014, 10:05 PM
is it possible to create and call the radial menu just straight from code ?

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 05 Nov 2014, 08:49 AM
Hi Nitzan,

You could create the RadialMenu in code-behind without a problem as shown here. However, I'd ask you to explain the required approach in more details - do you need to use it as a ContextMenu ( attached to a Target element and shown on a concrete action)?

Looking forward to your reply.

Regards,
Yana
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Nitzan
Top achievements
Rank 1
answered on 05 Nov 2014, 03:46 PM
Hi Yana
we need to do few things.
1 radial menu as submenu in form ( we are changing the default "close" button with our one and when this button is pressed we wan to show the radial)
2 alway shown radial menu on the screen with our background pictures as shown in my post

the problem is that we can not  use wpf  / win8 UI !!! only winforms application.
and we need touch screen support as well . 

i will appreciate your help

Best regards
Mitzan Levy
ISRTransit CTO 





0
Yana
Telerik team
answered on 07 Nov 2014, 02:10 PM
Hello Mitzan,

Since you have a WinForms application, the only way to use RadRadialMenu for WPF inside it is through the ElementHost control ( you can check here for more details).  You can, for example, change the Visibility of this ElementHost when the button is clicked.

As to the second question - could you please explain the requirement in more details?

Regards,
Yana
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
RadialMenu
Asked by
Nitzan
Top achievements
Rank 1
Answers by
Yana
Telerik team
Nitzan
Top achievements
Rank 1
Share this question
or