popupwindow - how to remove black color of popup window in Blackberry -


Hi all I have a popup screen with background image. The image is displayed with black border. I like the extra black color Remove the popup screen

Try the code given above by the code @ Mughal, but You will still end up with heaving. Use the code below to remove the limit of popup screens

  Border Seam = Simadhari .createSimpleBorder (new XYEdges (), range. STYLE_TRANSPARENT); This.setBorder (range);    

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -