Lya wrote:
For the moment, i can't figure how to splash popups windows in front of some screens.
Yann,
Not sure if this is exactly what you're looking for regarding popup windows, but I usually simulate popups by creating a composite that contains the popup window contents, then put a border around the contents, then place the composite on the screen.
Like, say I want to simulate a dialog that asks the user "Are you sure you want to delete that?" I create a landscape-style composite, add a Bold label that says "Are you sure...?" and below that, two buttons, one for Yes and one for No. Then I put a goruping border around all of those, and save the composite as something like "Confirm dialog". Then in the screen, I just place that composite like any other component.
Does that help?