Share My Creation CSBuilder Generator

Hello,

1) B4J CSBuilder Generator
This tool enable you to create CSBuiler for your B4A applications

2) B4A CSBuilder Generator
This tool enable you to preview what you do with B4J CSBuiler Generator

How it works ?
Launch both programs
on B4A program, your Wifi IP is visible, enter it on the B4J program to connect the applications

b4AScreen_1.png
B4J Screen 1.png


Add node with the Node Menu.

B4J Screen 2.png


Customize each Node with the tableview properties
B4J screen 3.png


You can Cut, Copy and paste node as you want.

Every thing you do on B4J program is previewed on B4A application

You can generate B4A code with the menu File - Generate Code. The code is copied in the clipboard
1589910596406.png
 

Attachments

  • b4acsbuildergenerator.zip
    12.3 KB · Views: 305
  • b4jCSBuilderGenerator.zip
    28 KB · Views: 274

spsp

Active Member
Licensed User
Longtime User
Hello,

New version.

Add support for icon
  • Choose typeface (Materialicons or Fontawesome)
  • Code (enter hexadecimal, 4 characters)
b4J screen 5.png

Attach files in Post #1 updated
 

spsp

Active Member
Licensed User
Longtime User
Hello,

1) Add icon preview to icon node
2) Improve preview image (ratio width/height)

Zip archive updated in post #1

spsp
 

spsp

Active Member
Licensed User
Longtime User
Hello,

New version.
  • Add toolbar
  • Real Time Code generation
  • Customize code generation
    • Var name
    • View name (for clickable node)
  • Save settings in json file
  • The code has been splitted in differents reusable modules
    • cvToolbar
      • use a picture with all icons
      • add tooltip to imageview
    • coJson
      • helper to load and save json from file/string to/from map/list
    • coValue
      • helper to get/set value from complex structure
Zip archive in post #1 has been updated

spsp
 
Last edited:

spsp

Active Member
Licensed User
Longtime User
hello,

First, you need to read the Erel's CharSequence/CSBuilder Tutorial

The goal of this tool is to generate the B4A's code easily.

I attach 3 examples. Use the File Open command to load them. they show how to change color, size, how to use icons, and how to make text clickable.

spsp
 

Attachments

  • examples.zip
    849 bytes · Views: 233

Sergio Castellari

Active Member
Licensed User
hello,

First, you need to read the Erel's CharSequence/CSBuilder Tutorial

The goal of this tool is to generate the B4A's code easily.

I attach 3 examples. Use the File Open command to load them. they show how to change color, size, how to use icons, and how to make text clickable.

spsp


Now I understand !!! ... Thanks @spsp

Lets create CS in an easier way !!!! ....
Thanks for pointing out the Erel tutorial, at some point I saw it, but I didn't quite understand it.
At first I thought it was about creating Dialogues.
Excuse my ignorance.
I always learn something new!

Hugs
 
Top