design-time
Someway to override Delphi default procedures at Design Time?
Someway to override Delphi default procedures at Design Time ? I need to override the InstanceSize at design time, I did it run开发者_StackOverflow中文版time using FastCode method:[详细]
2022-12-17 08:21 分类:问答How to get the application path at design time in winforms, .net?
If you use Application.StartupPath in a referenced dll, the path points to the path of the IDE. Is there anyway to get the path of the actual application?[详细]
2022-12-17 03:44 分类:问答Silverlight/WPF and Blend: DataBind a text field, but define a design-time value?
Hopefully this is simple - I DataBind a bunch of labels and text controls in a Silverlight application (to DependencyProperties that I create in my class), but of course the text is empty at design ti[详细]
2022-12-17 02:32 分类:问答Design-time moving of a child control owned by a composite user control
I have a Windows Forms user control, which (for various reasons irrelevant to this issue) are exposed in the designer, much like the panels in a split panel. Most everything works nicely, except for d[详细]
2022-12-14 13:50 分类:问答Hide User-Control in Design Mode
Controls in my ASP.Net (3.5) pages to simulate popups (Visual-Studio 2008). The problem is that all these popups are positioned over the normal controls in the page in design mode.[详细]
2022-12-12 10:14 分类:问答Custom control generate code at design time
Is it possible to write a control which can create/ modify a code file in the same project - (Along the lines of the how the form designer works). I can\'t see the actual creating / modification of fi[详细]
2022-12-12 04:53 分类:问答PropertyValueEditor and DependencyObject in Blend 3 - Silverlight DesignTime support
I\'m working on a set of controls that has a number of DependencyProperties. The properties are themselves DependencyObjects and created during the get method of the properties. During the Get method,[详细]
2022-12-12 04:38 分类:问答Detect design time in NetBeans
When using the Swing graphical editor in NetBeans is it possible for a custom component to detect that it\'s design time? E.g.[详细]
2022-12-11 12:55 分类:问答Windows Mobile Gradient Fill Button - UserControl vs Subclassing Button
I\'ve started looking at Windows Mobile development and I\'m struggling to make a pleasing UI using the def开发者_如何学JAVAault controls (they really are ugly). I\'ve looked at a handful of UI \'fram[详细]
2022-12-10 23:28 分类:问答How to initialize my web control properties at design-time?
I need a way to initialize my web control\'s properties when it\'s dropped on the designer area. As \"initialize\" I mean: If my control has a property Prop1. I need to assign a value to Prop1 and I n[详细]
2022-12-10 02:34 分类:问答