Hi,
I'm hoping someone can help... I've been using the (very useful) gwt-
fx library (by Adam Tacy) and have run into a couple of problems and
I'm not sure if it's how I'm structuring my code.
I'm trying to layout a bunch of boxes (absolutely positioned) and then
animate each of them independently
e.g.
FlowPanel container = new FlowPanel();
container.setStylePrimaryName("my-container");
Box boxA = new Box();
container.add(boxA);
Box boxB = new Box();
container.add(boxB);
...
The Box Class is a Composite that contains an NEffectPanel as it's
"initWidget" and I add a bunch of other Widgets to the NEffectPanel
(and I'm styling the NEffectPanel with a border, background etc).
If I try and animate the position one of the Boxes it all goes a bit
pear shaped - rather than the Box moving, its contents moves...?
Is this the correct behaviour and if so is there a way of doing what I
want?
Hope this makes sense!
Cheers,
Rodders
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---