Re: Accordions menu has different margins

2013-01-26 Thread Roger Whitcomb
Hi, Welcome to Pivot and thank you for trying things out. From looking at your code, there is a difference, although you didn't give enough information to see exactly what it is. Your first bxml file has a root element of your "layout" object whose child is the BoxPane, while your second bxml

Re: How to draw Java2D primitives to a window

2013-01-26 Thread Greg Brown
> Drawing functions of Pivot has been used a little, so in 2.0 they have > been removed, so now usually it's used SVG via SVGSalamander. That's true for the shape DOM classes, but you can still perform custom drawing using the Visual#paint() method. This is generally done in the skin and is how

RE: How to draw Java2D primitives to a window

2013-01-26 Thread Sandro Martini
Hi, you can continue the current thread (already in our users mailing list :-) ), or creating a new one, as you prefer. Antialias should already be enabled in text and all other components, and playing with component styles you could enable/disable it ... and there should be some general settings