Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
608 views

Weird resharper issue with action lists that don't work

So we had a power outage at work the other day and ever since then ReSharper and Visual Studio just aren't playing nicely. The issue occurs when I try to click on one of the light bulb action lists, ...
4
votes
1answer
171 views

Delphi action list equivalent in C#

in Delphi there's action list , what's the equivalent to it in C# 3 winforms application I searched a lot but didn't find any proper way
4
votes
2answers
901 views

Is there .NET equivalent to Delphi's ActionList?

We're currently using Delphi 5 and Delphi 2005 for development, and investigate of going the .NET route via Delphi Prism. Is there a .NET equivalent to Delphi's ActionList? For those not familiar ...
1
vote
0answers
16 views

ActionLists for Windows.Forms in runtime

I tried those sites http://www.codeproject.com/KB/miscctrl/actionlist.aspx http://www.codeproject.com/KB/miscctrl/CradsActions.aspx to create actionlist, it work well if I use buttons in design ...
1
vote
3answers
264 views

Why does adding Action cause Fatal Error in Delphi

I'm using Delphi 2009. My program has been compiling and running fine. I use Action lists and have them built into my program - although I haven't changed them in a while. So today I go to simply add ...
0
votes
0answers
24 views

Winforms SmartTag Resizable Dropdown

I have a Custom Winforms Control with a property that has an ObjectSelectorEditor associated via attributes, and if I override the IsDropDownResizable property on the editor, I can make the combobox ...
0
votes
1answer
97 views

Custom UITypeEditor on ActionList / Smart Tag panel

I have a custom UserControl with a property called ParentNode of type OptionsNode, which inherits TreeNode. My control contains a TreeView in which many of these nodes are shown during design-time. ...
0
votes
1answer
186 views

Delphi: ToolButton & Action - funny

I have a tool button and an assigned to it action. But the action doesn't have an on click event, there is no code for a click. Therefor the button is disabled, how to change it to be enabled? ...