B4A Class CoolFrame Class

Hi All,

I'm on progress almost finish converting unfinished earlier project into B4XPage, in the development phase i create my own custom view for my need and think if this can be useful for other, so i share it with you.

CoolFrame is not panel like which can hold other view as child, it just a view with some properties you can setup such as color and border, nothing else.

This class require additional library:
- XUI (2.00)
- B4A - BitmapCreator (4.73)
- B4J - jBitmapCreator (4.73)

coolframe.jpeg


I hope everyone find it useful,

+ v0.2
  • Replace property name Panel Theme to Frame Theme
  • Fix color appearance when you set no border on predefined Theme

+ v0.1
  • initial release
 

Attachments

  • CoolFrame.zip
    12.2 KB · Views: 282
  • CoolFrame.bas
    7 KB · Views: 240
Last edited:
Top