folder

  1. practicalsoft

    B4X FEED rTM1637Ex

    rTM1637Ex is an open source B4R library for writing to TM1637 7-segment-displays connected to microcontroller, like Arduino. The library provides extended methods based on the library rTM1637 and has been tested with B4R v3.5. Attached rTM1637Ex.zip archive contains the library and B4R sample...
  2. practicalsoft

    B4X FEED [B4X] [XUI] xChart Class and b4xlib

    Current version 8.5 NEW WATERFALL chart CANDLE chart The xChart Class does exist as a class and a B4X libary. It works on all three platforms: B4A, B4i and B4J. The xChart.b4xlib and the xChart.xml files are attached. You need to copy the xChart.b4xlib file to the AdditionlLibraries\B4X...
  3. abass

    برنامه نویسی حذف و کپی یک پوشه و زیر پوشه های آن در b4a

    کد زیر یک پوشه کامل را کپی می کند. Private Sub CopyFolder(Source As String, targetFolder As String) If File.Exists(targetFolder, "") = False Then File.MakeDir(targetFolder, "") For Each f As String In File.ListFiles(Source) If File.IsDirectory(Source, f) Then...
  4. practicalsoft

    B4X FEED [B4X] CopyFolder / DeleteFolder

    A recursive sub that copies a complete folder. B4X: Private Sub CopyFolder(Source As String, targetFolder As String) If File.Exists(targetFolder, "") = False Then File.MakeDir(targetFolder, "") For Each f As String In File.ListFiles(Source) If File.IsDirectory(Source, f) Then...
  5. practicalsoft

    B4X FEED LiveEdgeDetection

    This is a shortcut wrap for this Github project. It will scan a "document" and bring back a bitmap of the scanned "document" to the B4A project via event xxx_scan_result. You need to download the 2 x jar, 1 x xml, and 1x aar from the following link and copy them to your additional library...
  6. practicalsoft

    B4X FEED TextRecognitionAndroid - OCR

    A wrap for this Github project. 1. Jar and XML attached - copy them to your additional libs folder 2. B4A sample project attached 3. resource.zip - extract the folder and copy the folder and its contents to be on the same folder level as that of the /Files folder of the B4A project Click on...
  7. practicalsoft

    B4X FEED Renewing ApplePushService certificate

    Hi guys, I just want a confirmation that these steps are correct when APN certificate is about to expire From Apple developer console generate the new APN certrificate aps.cer and copy it in B4i keys folder in B4i Keys folder, leave only the new aps.cer (move to other folders other existing...
  8. practicalsoft

    B4X FEED TextRecognitionAndroid

    A wrap for this Github project. 1. Jar and XML attached - copy it to your additional libs folder 2. B4A sample project attached 3. resource.zip - extract the folder and copy the folder and its contents to be on the same folder level as that of the /Files folder of the B4A project Click on the...
  9. practicalsoft

    B4X FEED [B4X] [XUI] xChart Class and b4xlib

    Current version 5.7 The xChart Class does exist as a class and a B4X libary. It works on all three products: B4A, B4i and B4J. The xChart.b4xlib and the xChart.xml files are attached. You need to copy the xChart.b4xlib file to the AdditionlLibraries\B4X folder! Don’t copy the xChart.xml file to...
  10. practicalsoft

    B4X FEED how to find custom libraries in the libraries folder

    guys, I have one question about custom libraries. I am currently running B4R 2.51 and Arduino 1.8.10. I would like to upgrade to latest arduino and latest B4R but I want to be sure I don't loose any of the custom libraries I have downloaded and using (I know...I should have used the Additional...
  11. practicalsoft

    B4X FEED [B4X] [XUI] xGauges Class

    The xGauges Class does now also exist as a B4X libary. The xGauges.b4xlib and the xGauges.xml files are attached. You need to copy the xGauges.b4xlib file to the AdditionlLibraries\B4X folder! Don’t copy the xGauges.xml file to the AdditionalLibraries folder, copy it in another folder for all...
  12. practicalsoft

    B4X FEED How to find my EXCEL file ?

    I would like to load parameters from an external EXCEL file. I loaded the file by using B4J files system command. File has been copied in "Files" folder of my program. I understood that external loaded files are in the "DirAssets" folder; But my program (B4J) cannot find it If...
  13. practicalsoft

    B4X FEED FileDialog open with Download-Folder

    Hello everybody, I am trying to open a FileDialog in the download folder. However, I don't really succeed yet. So far I have opened the path as follows: B4X: MyFolder = rp.GetSafeDirDefaultExternal("") fd.FilePath = MyFolder How can I set the FilePath directly to the general download folder...
  14. practicalsoft

    B4X FEED SoundMeter - Real Time display of Sound Level (dB)

    It is a wrap for this Github project. I have combined the attached B4A project with this line chart. Sure you will figure it out. Do at least the following: 1. Extract b4aLibraryFiles.zip and copy the library files to your additional libs folder 2. Extract DemoRes.zip and copy the folder and...
  15. practicalsoft

    B4X FEED [B4X] [XUI] xResizeAndCrop

    The xResizeAndCrop Class does now also exist as a B4X libary. It works on all three platforms: B4A, B4i and B4J. The xResizeAndCrop.b4xlib and the xResizeAndCrop.xml files are attached. You need to copy the xResizeAndCrop.b4xlib file to the AdditionlLibraries\B4X folder! Don’t copy...
  16. practicalsoft

    B4X FEED il_AudioPlayer

    il_AudioPlayer - View I would like to share with you CustonView i have created for my new B4i App. It is an AudioPlayer with a nice UI and lot of functions like playing Songs in background, Playlist, FileDialog and much more. It is still in the testing phase but i think it is already ready for...
عقب
بالا