star-dust

  1. Star-Dust

    B4J Library SD: BindingNavigator (Sqlite GUI Navigator)

    This is a first version of the BindingNavigator Library, which wants to somehow reproduce the corresponding BindingNavigator of VB.NET What is needed? I want to get something similar to the tools available on VB.NET to link the views to the DB. As in the pictures. I am now working on a B4J App...
  2. Star-Dust

    B4J Library SD: SqliteExtra

    This new library is used to add some functions to the already precious SQLite library. Insertion, updating and reading of images in fields of type BLOB. Functions to add a table, a field. Update a field. Delete a row or table. List of tables, fields and typos of the fields contained in the...
  3. Star-Dust

    B4A Library SD: BindingNavigator (Sqlite GUI Navigator)

    This is a first version of the BindingNavigator Library, which wants to somehow reproduce the corresponding BindingNavigator of VB.NET. What is needed? I want to get something similar to the tools available on VB.NET to link the views to the DB. As in the pictures. A DataSet Class is...
  4. Star-Dust

    B4A Library SD: SqliteExtra

    This new library is used to add some functions to the already precious SQL library. Insertion, updating and reading of images in fields of type BLOB. Functions to add a table, a field. Update a field. Delete a row or table. List of tables, fields and typos of the fields contained in the...
  5. Star-Dust

    B4A Library SD: ZipLibrary

    SD_ZipLibray Author: Star-Dust Version: 1.03 SD_ZipLibrary Event finish (Success as Boolean) Functions: Class_Globals As String Initialize (CallBack As Object, EventName As String) As String Initializes the object. You can add parameters to this method if needed. IsInitialized As Boolean...
  6. Star-Dust

    B4J Library SD: ZipLibrary

    jSD_ZipLibray Author: Star-Dust Version: 1.02 SD_ZipLibray Functions: Class_Globals As String Initialize As String Inizializza l'oggetto. Puoi aggiungere parametri a questo metodo,se necessario. IsInitialized As Boolean Verifica se l'oggetto sia stato inizializzato. Zip (FilesTxt As...
  7. Shivito1

    Android Question Floating Button keeps pausing other apps

    My app keeps pausing videos when I try to use the fly menu of the bubble. I attached a picture showing the menu and the paused video. Star-Dust mentioned "force it to go in the background by opening a transparent activity from your app" I do use transparency but my question is how do I force it...
  8. Star-Dust

    B4A Library SD: MenuExtender

    I created a new library that adds new menus that are not in my other libraries. (menu and PanelExtra) The sources are written exclusively in B4A ManagerPanel: This class has been transferred to the PanelExtra Library Catalog: It has a series of articles with relative photos, name, code...
  9. Star-Dust

    B4A Library SD: ViewExtra

    This library adds some elements of view. SwitchView: Android and IOS SD_Spinner: Animated spinner with images UpDown: A view that allows you to increase or decrease a number within the set limits AlfabeticListView: A ListView that places the items in alphabetical order and a separator for each...
  10. Star-Dust

    Italian Panoramica Star-Dust

    Per comodità (mia) raccolgo qui i miei contributi: Warning: Non sono wrap (non saprei farli) , sono realizzate quasi interamente in B4X. Librerie B4A 01 Dialogs 02 Menu 03 Floating Button StandOut 04 DragBoard 05 ViewExtra 06 PanelExtra 07 BT_Printer (Bluetooth & BLE) 08 MenuExtender 09...
  11. Star-Dust

    B4A Library SD: BT Printer Bluetooth

    ANNOUNCEMENT Starting today, this library will be abandoned and will no longer be distributed. A new, more comprehensive Android library for ESC/POS thermal printers will be released. (BT, BLE, LAN, USB) (here) (No WRAP, No Java Only B4A) BT_Printer library allows you to print text and...
  12. Star-Dust

    B4A Library SD: Panel Extra (Slide Swap Scroll)

    (No WRAP, No Java Only B4A) The PanelExtra library contains these classes PanelNavigator (Example) SlidePanel (Example) TitleScrollView (Example) SwipePanel (Example) ManagerPanel (Example) SD_PanelExtra Author: Star-Dust Version: 0.11 PanelNavigator Events: ChangePanel...
  13. Star-Dust

    B4A Library SD: DragBoard

    (No WRAP, No Java Only B4A) I had to change my color, updating and changing different parts. I also called it differently. So if you have previous projects you will need to update the declaration of the variables. This library contains three classes. The first "DragBoard" allows you to move...
  14. Star-Dust

    B4A Library SD: Menu (with Animation)

    (No WRAP, No Java Only B4A) Guillotine is just a swivel guillotine panel that could accommodate a menu but also a panel with all sorts of views. The RollOut Menu and Side Menu are instead menus as you see in the Third Example. There is also a video in post # 6 TreeMenu (Tree ListView): This...
  15. Star-Dust

    B4A Library SD: Floating Button StandOut

    (No WRAP, but B4A) I've been in a new challenge. I reworked a little release published by @JordiCP. Find Here He entered the Java code taken by GitHub (see https://github.com/henrychuangtw/Android-ChatHead) and wrapped it with "#IF JAVA" inside a B4A module. With his permission I extended a...
  16. Star-Dust

    B4A Library SD: Dialogs

    (No WRAP, No Java Only B4A) I finally finished my first Library. I suppose it's full of bugs. I rely on your messages and your benevolence (Do not be too bad with me) There are already many Dialogs libraries already, but since B4A 7.01 is available, the question arises. How do people who have...
  17. Star-Dust

    Android Question Wheel Color Generate

    Hello everyone, I tried to write a code that allows me to draw the attached image on a canvas. But with disappointing results, does anyone know how to give me a hand? or
  18. Star-Dust

    Android Code Snippet SD: Spinner with CustomView

    I've created a new class with CistomView to have the same features on the spinner object as ListView. A second line of text and the ability to add an image beside each item. Also there is the ability to put the screen in gray when you click on the spinner. And finally, the ability to represent...
  19. Star-Dust

    Android Code Snippet SD: Switch ios/MaterialDesign Style with CustomView

    I created SwicthView. I have noticed that you have created a similar object already on the ViewEx library.
  20. Star-Dust

    Android Code Snippet SD: Numeric Up/Down with Designer support

    Description: A brief outline of the purpose of the snippet Add a new Custom View class and copy the code below: Event Sub SdUpDown_ChangeValue 'Beep End Sub
Top