[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.ve] Re: Broken GUI Editor after adding field to frame.

Hi,

You should be able to add custom fields with no problem. The problem was probably due to the change to the constructor from the default to one that takes a parameter. Typically to be able to be used in the VE there should be at least a default ctor that doesn't take any parameters.

mnbv wrote:
I was able to fix the problem by closing the editor, cleaning the project, then reopening the editor.

Thanks,
MB


-- Thanks, Rich Kulp