designer

User control containing child control, deisgn mode edit child control

此生再无相见时 提交于 2020-02-24 12:28:05
问题 I have a control, within that control there is a collection of other controls (a bit like a tab control - but not a tab control). So I have my control on a form. I can add new child controls using a custom collection designer form, no problem. I would like to be able to add controls to the child control in design mode from the form view. At present if I select the child control and drop say, a checkbox, the checkbox gets added to the parent control not the child control and then sits over the

Qt Designer: could not find custom PyQt widget plugins

≡放荡痞女 提交于 2020-02-23 07:04:59
问题 I wrote a lot of custom widget plug-ins for using them in the Qt Designer and my Pipeline. This is working fine on my Mac (Mavericks, PyQt4, Python 2.7), and this week I wanted to implement those plugins on my Windows environment as well. But it wasn't working. The plug-ins are not appear in the Qt Designer's Widget Box on the left (Windows 7, PyQt4, Python 2.7). After a lot of try's, I downloaded the PyQt4 example files and followed the instructions from: PyQt Reference Guide and also the

Qt Designer: could not find custom PyQt widget plugins

女生的网名这么多〃 提交于 2020-02-23 07:04:23
问题 I wrote a lot of custom widget plug-ins for using them in the Qt Designer and my Pipeline. This is working fine on my Mac (Mavericks, PyQt4, Python 2.7), and this week I wanted to implement those plugins on my Windows environment as well. But it wasn't working. The plug-ins are not appear in the Qt Designer's Widget Box on the left (Windows 7, PyQt4, Python 2.7). After a lot of try's, I downloaded the PyQt4 example files and followed the instructions from: PyQt Reference Guide and also the

How does the Winforms Designer instantiate my form?

夙愿已清 提交于 2020-01-21 05:20:07
问题 I'm developing my own WinForms designer. It must be able to load existing custom form types. One of the issues I hit is forms without a default ctor: My code currently instantiates the form before it can load it into the designer, which requires a default ctor. OTOH, VS2008 is able to load such forms. I believe it doesn't actually instantiate my form (as noted in this question): Even default ctors are not executed. And it doesn't truly execute InitializeComponent(). I just added a messagebox

VB.NET 2005 problems with Designer not being able to process a code line

南笙酒味 提交于 2020-01-16 09:46:26
问题 I have a problem in my project with the .designer which as everyone know is autogenerated and I ahvent changed at all. One day I was working fine, I did a back up and next day boom! the project suddenly stops working and sends a message that the designer cant procees a code line... and due to this I get more errores (2 in my case), I even had a back up from the day it was working and is useless too, I get the same error, I tryed in my laptop and the same problem comes. How can I delete the

Xamarin.Android - adding versions to the layout designer

陌路散爱 提交于 2020-01-15 05:31:09
问题 Earlier today I had an issue where controls weren't rendering in the layout designer (see here) - I managed to fix this by setting the target framework of the app to 8.0 to match the version set at the top of the designer. Problem is I need the target framework to be 9.0 and I only have 8.0 available in the designer. How do you add versions here? I have 9.0 installed in Tools/Android/Android SDK Manager/Platforms. Any help would be appreciated. 来源: https://stackoverflow.com/questions/55186949

Xamarin.Android - adding versions to the layout designer

给你一囗甜甜゛ 提交于 2020-01-15 05:30:02
问题 Earlier today I had an issue where controls weren't rendering in the layout designer (see here) - I managed to fix this by setting the target framework of the app to 8.0 to match the version set at the top of the designer. Problem is I need the target framework to be 9.0 and I only have 8.0 available in the designer. How do you add versions here? I have 9.0 installed in Tools/Android/Android SDK Manager/Platforms. Any help would be appreciated. 来源: https://stackoverflow.com/questions/55186949

Visual Studio keeps resizing my form without me telling it to, help! [duplicate]

纵饮孤独 提交于 2020-01-13 03:26:43
问题 This question already has answers here : visual studio 2005 designer moves controls and resizes Form (10 answers) Closed 4 years ago . I am running visual studio 2008. Every so often when I go to the designer view of one of my forms, the designer will make the form slightly larger. This happens on forms where I have a minimum size. I want the form to be the minimum size so why does it keep adjusting the size on me? 回答1: I was having this issue with a particular form that hosted a user control

Visual Studio keeps resizing my form without me telling it to, help! [duplicate]

空扰寡人 提交于 2020-01-13 03:26:31
问题 This question already has answers here : visual studio 2005 designer moves controls and resizes Form (10 answers) Closed 4 years ago . I am running visual studio 2008. Every so often when I go to the designer view of one of my forms, the designer will make the form slightly larger. This happens on forms where I have a minimum size. I want the form to be the minimum size so why does it keep adjusting the size on me? 回答1: I was having this issue with a particular form that hosted a user control

Is there a designer for Xamarin xaml files?

送分小仙女□ 提交于 2020-01-11 09:46:48
问题 I am currently starting an Xamarin Application. Now i wonder if there is any form of designer for the UI, so I do not have to start the application over and over again to test the UI while designing? 回答1: Unfortunately there is no designer. The closest thing will be the Xamarin Live Player which is currently in Preview. Another alternative is the Xaml Previewer for Xamarin.Forms 回答2: There are two tools used as said by cheddy - Gorilla Player and Live XAML. I have tried the gorilla player but