ویژگی ها
یک شمارنده کاراکتر به ویرایشگر متن غنی اضافه می کند
برای مشاهده نیاز به مجوز دارد
سبک شمارنده از طریق ویژگی های سبک قابل کنترل است
Features
Adds a character counter to the rich-text editor
Requires a permission to view
Counter style is controllable via style properties
I'm trying to get my 5year old b4a project into the actual IDE (Version 10).
I got it running on a tablet connected via the B4A Bridge again, however I'm recieving Errors which I can't understand:
Error:
Error occurred on line: 50 (clKarte)
java.io.FileNotFoundException...
I'm trying to get my 5year old b4a project into the actual IDE (Version 10).
I got it running on a tablet connected via the B4A Bridge again, however I'm recieving Errors which I can't understand:
Error:
Error occurred on line: 50 (clKarte)
java.io.FileNotFoundException...
HI,
I am facing a strange result with a very simple test.
I am running a very simple code.
B4X:
Private Sub AppStart
Serial1.Initialize(115200)
Log("AppStart")
Dim ii As ULong, Counter As ULong = 0, StartMils As ULong, EndMils As ULong
StartMils = Millis
Log("begin")...
Nowadays it is very easy to display numbers and letters across multiple LED displays using micro-controllers, such as the Arduino or Raspberry-Pi, along with a small bit of software related code to display the required digits. But sometimes as an Electronics student or hobbyist we want to...