B4A Library [B4X] [XUI] SD RevealColorView

This XUI library serves to change color to an animation (XUI) panel.
RevealColor is a panel and has the same methods as an XUI panel.
Required XUI 1.72+

SD_XUI_RevealColorView

Author: Star-Dust
Version: 0.01
  • RevealColorView
    • Functions:
      • AddView (View As B4XView, Left As Int, Top As Int, Width As Int, Height As Int) As String
      • BringToFront As String
      • Class_Globals As String
      • DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String
        Base type must be Object
      • GetAllViewsRecursive As List
      • GetView (Index As Int) As B4XView
      • Initialize (Callback As Object, EventName As String) As String
      • IsInitialized As Boolean
        Verifica se l'oggetto sia stato inizializzato.
      • RemoveAllViews As String
      • RemoveViewFromParent As String
      • RequestFocus As String
      • SendToBack As String
      • setColor (NewColor As Int, x As Int, Y As Int)
      • Snapshot As B4XView
    • Properties:
      • Enable As Boolean
      • Height As Int
      • Left As Int
      • Tag As Object
      • Top As Int
      • Visible As Boolean
      • Width As Int

video1.gif


B4X:
RevealColorView1.setColor(xui.Color_Red,CenterX,BottomY)
 

Attachments

  • Sample1.zip
    9.4 KB · Views: 300
  • SD_XUI_RevealColorView 0.01.zip
    5.4 KB · Views: 286
  • jSD_XUI_RevealColorView.zip
    5.8 KB · Views: 268
  • jSample.zip
    2.2 KB · Views: 289
  • iSD_XUI_RevealColorView.zip
    64.6 KB · Views: 267
  • iSample.zip
    2.7 KB · Views: 268
Last edited:

klaus

Expert
Licensed User
Longtime User
You should not use this prefix in the thread title: [B4X] [XUI]!
It leads to misunderstanding. [B4X] [XUI] means cross platform.
But your project is B4A only!
Even though the code in your module might be cross platform, but, as soon as you compile it to a library it becomes mono platform.
The B4X code can be cross platform, but libraries are always mono platform, they need platform specific code.
 
Top