Subscribe to library updates

Dominex

Active Member
Licensed User
Longtime User
New library AlternativeNinePatch

The NinePatch is a useful tool is interesting, unfortunately I find it inconvenient as healthy images to be included in a specific folder, and are also to be edited with an external tool. I made a simpler system for convenience and immediate, form of library. I hope I find it useful.
 

lonleystar

Well-Known Member
Licensed User
Longtime User
Hi Guys, the v1.1 of ToastMessageShow is released.

What´s new:


ToastNotificationOwner = MainForm (this is important to anchor the toast in main form so it´ll not show the message out of the main form.)

ToastIconSize16x16 (will show the icon with this size )
ToastIconSize24x24 (will show the icon with this size )
ToastIconSize32x32 (will show the icon with this size )
ToastIconSize40x40 (will show the icon with this size )
ToastIconSize48x48 (will show the icon with this size )


ToastMessageColor = fx.Colors.White (changes the color of the message)

ToastTitleColor = fx.Colors.Cyan (changes the color of the title)


http://www.b4x.com/android/forum/threads/toastmessageshow-library.36086/
 

lonleystar

Well-Known Member
Licensed User
Longtime User
Hi guys, the JCoverFlow v1.2 is released


Add:
SetCacheFolder(dir As String, cache As String)

Now you decide, in which folder you want to create the cache, and the name of the folder you want to give to the cache.

When the coverflow builds the cache, the size is reduced mean (700 MB) in just (16 MB) with excellent quality, minor bug fixed.


http://www.b4x.com/android/forum/threads/jcoverflow-library-v1-2.36027/
 
Last edited:

lonleystar

Well-Known Member
Licensed User
Longtime User
CoverFlow updated to v1.60.

Add:

ShowText = True - if u want to show the text by default is hide

TextColor = Colors.Yellow - change the color to the text by default is white

TextSize = 20 - change the color to the text by default is white

Carousel = True - this work only with InitializeCoverFlow as no effect with InitializeCarousel

Reverse = True - this work only with InitializeCarousel as no effect InitializeCoverFlow fixed


http://www.b4x.com/android/forum/threads/lib-coverflow-v1-60.27696/
 

Attachments

  • CoverFlow with Text.jpg
    CoverFlow with Text.jpg
    115.6 KB · Views: 175
Top