[Free] auxiliary utility

I am sharing a small extension where the main functions are in different extensions, but for myself (my application) I have collected the most common ones) in order not to use a large number of different extensions, perhaps some of them may be useful to you :slight_smile:


Util1.aix (8.1 KB)

7 Likes

thank you for your contribution
please follow the naming conventions

and adjust the methods accordingly

btw. enable bluetooth and disable bluetooth has been deprecated in SDK33 and therefore will not work anymore

Taifun

1 Like

corrected the function names. Thank you. I can’t check about SDK 33. I don’t have that. and my emulator doesn’t have Bluetooth.

2 Likes

version 2
new blocks:
Util1_v2.aix (10.2 KB)


2 Likes

Good Work :clap:

version 3 :
Util1_v3.java (10.0 KB)

new blocks:

1 Like

thank you for your contribution
unknown

usually you would use a helper block for the direction…
see also Adding Helper Blocks to a Component and How to add a Dropdown Block to a Component
Taifun

Thank you. I get what you mean. I tried to implement, but ran into some problems importing components.common.OptionList in order not to waste time, I redid it easier to choose from blocks