Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Regular Contributor
GaneshPachpind
Posts: 66
Registered: 08-16-2011
My Carrier: Reliance
Accepted Solution

SeperatorField grooveeffect

SeparatorField s1;
 VerticalFieldManager seperator=new VerticalFieldManager(Manager.USE_ALL_WIDTH);
seperator.setPadding(0, 0, 0, 0);
seperator.add(s1=new SeparatorField());

 s1.setMargin(0, 0, 0, 0);
seperator.add(s1=new SeparatorField());
s1.setMargin(0, 0, 0, 0);

 loginscreen.add(seperator);

 

I  am trying to attch two seperator field to get grooveline effect as shown bvellow 

 

But Space between twofield is not set two zero??

 

how can i achive this seperator effect ??

 

Please use plain text.
Regular Contributor
GaneshPachpind
Posts: 66
Registered: 08-16-2011
My Carrier: Reliance
Please use plain text.