[Discontinued] Dots Indicator Extension || Create dots indicator below Image slide show

I have created this with your extension

dots indicator

4 Likes

Nice Creation @iamwsumit

how to use this extenstion? :thinking:

thank you for your contribution

however talking about conventions :upside_down_face: … there is one thing, which is setting the color of the dots using hex codes… in App Inventor and Kodular we usually use the color blocks for colors rather than hex codes… it would be great, if you could change that in your logic, so the extension is compatible with the built-in color blocks, thank you

color

Taifun

2 Likes

All user those are using this extension please update it to the latest version becos it is causing export error now it has been fixed

5 Likes

@Learn_Engineering have you downloaded the latest version

1 Like

@Learn_Engineering is now your apk exporting or not?

1 Like

Hi extension developer. :eagle:
Add this animation to Dots Indictor :love_letter:


3 Likes

I deleted the extension and now i used arrangement to achieve that. my project so important to me and i was almost afraid when built failed LOL

I will try to add this animation in next update

3 Likes

Please @iamwsumit Launch your next update fast I also want this animation

And so some new?

Hello @iamwsumit Its a really great extension. Really useful.
Here is a code suggestion you can use to make your extension more accessible and easy to use:

    private int activeColor = Color.WHITE;
    
   @DesignerProperty(
            editorType = PropertyTypeConstants.PROPERTY_TYPE_COLOR,
            defaultValue = "&HFFFFFFFF"
    )
    @SimpleProperty(description = "")
    public void ActiveColor(final int color) {
        this.activeColor = color;
       // Here change the actual active color of dots
    }
    @SimpleProperty(description = "")
    public int ActiveColor() {
        return this.activeColor ;
    }

And the same code can be used for inactive color.

To understand how to set color is designer property take a look here:
defaultValue = "&HFFFFFFFF"

  • Here ignore first two alphabets &H.
  • The next two FF alphabets represent the transparency of the color.
  • The next 6 Fs represent the hex value of color.

Hope it helps

3 Likes

Nyc extension keep it up
Add the animation fast to your extension

great extension @iamwsumit . but please add blocks to delete the created dotview and blocks to update the lenght of the created dotview

1 Like

As @zainulhassan said for updating the color property for making it simple Today I have updated this
and as @Soham_Shah said for removing the dots It has also added

Version 2

Property Updated

image

Block Added

component_method (35)

This block remove all the created dots

Kindly update the extension for best service
Thanks @zainulhassan and @Soham_Shah
Thank you all for using my extensions

1 Like

why do i always have bugs with this extension
Capture

Well thats a bug on your side @iamwsumit You need to fix issue in the property blocks.

Work on this extension has been stopped. This extension will not be updated any more as I have launched a new one or more customizable version of indicators extension. :slightly_smiling_face:

1 Like