I have created a project with iron python and .net under sharp develop but I want to use the project to be run with VS 2010. I have installed the python tool for visual studio 2010.
When I build the project and run it, I can see the program executed that means, I can see the GUI which I have created and the menu also works.
But, what I cant do is switch to the Designer mode and move some buttons etc. because there is no Design view available for any of the source files.
In the source code however, I see the buttons etc. with specific coordinates, size and other properties, but there is simply no Design view where I can edit the button.
Can anyone know where the problem is?
As far as I know python tools fo VS2010 just does not support the designer ie the designer cannot generate or understand python code.
From the documentation
the easiest way I have found is do the GUI in C# and call IronPython classes to do the rest.
I woud aslo note this SO question which seems to show that you can do some things in the GUI using XAML