eugenparaschiv
21 Aug 2008, 6:23 AM
Ok, I've tried to use the AnchorData example in the help center and it doesn't work (the code is deprecated); First, it would be great if the examples were updated, but until that happens:
panel.setData(new AnchorData("50% 60px") ); is deprecated and it has to be replaced by:
panel1.setData("key", new AnchorData("50% 60px") );
my question is, what do I use for the key String?
panel.setData(new AnchorData("50% 60px") ); is deprecated and it has to be replaced by:
panel1.setData("key", new AnchorData("50% 60px") );
my question is, what do I use for the key String?