[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.ve] Action drop-down list

Hello,

I'm trying to use shared actions in my swing gui but I have encoutered some problems when doing it with VE (1.4.0 build).

1. It is not possible to make shared actions through component property editor (no bean is created, only "aComponent.setAction(new SomeAction())" expression is added). However, there is a bean name displayed in action property but no bean exists at all (there is only reference in .xmi file).

2. I also tried to make action manually by "Choose Bean" command in Palette tab. It worked, but I have expected that actions created in this way will populate action drop-down list in component property editor. Unfortunately the drop-down list remained empty.

Maybe I'm just missing some obvious way to do it...

Thakns, Dusan