Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ve-dev] Extra line when generating code for a new component etc.


Hi,

To modify something on drop you would use an IContainmentHandler (this is VE 1.2, VE 1.1.0.1 doesn't have this capability). See awt/label.override and LabelContainmentHandler.

Please note that if a class and a subclass each provide an IContainmentHandler, only the subclass's IContainmentHandler will be called. The subclass's IContainmentHandler hides the superclass's IContainmentHandler.

Rich

Back to the top