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: 615
  • CoolFrame.bas
    7 KB · Views: 619
Last edited:

rraswisak

Active Member
Licensed User
Longtime User
version update v0.2:
  • Replace property name Panel Theme to Frame Theme
  • Fix color appearance when you set no border on predefined Theme
Please replace CoolFrame.bas in the sample zip file with newly one class in first post.
Open designer and click every Frame view to update its properties list
 
Top