B4i Question Porting Derez Treeview to B4i - noega33 (first post)    Apr 7, 2024 The attached version works in B4i & B4A (not tested in B4J
Previously posted B4i_Treeview.zip version had a bug and was not scrol... B4A Question Treeview example by Derez - fatman (first post)    Jan 8, 2014 Thank you both!
I will have a look at your new treeview class Erel.
Fatman... B4A Code Snippet New COV-File for the World Magnetic Model is available (WMM2025) - BlueVision    Dec 20, 2024   (3 reactions) the new original COF file here. For Android applications, I recommend this in-depth thread. DEREZ wrote... is the modified COF file for use with the class made by Derez.... B4A Question FCM - Phone - Ariana    Dec 9, 2025 Hi, I have been trying FCM from one phone to another phone - using B4A on both - not B4J. B4J works perfectly - but I need Phones to communicate between themselves. Derez found a solution - but I just can't implement it: Derez Solution How to send FCM from B4A? Thank you.... B4R Question Anyone uses STM32 in B4R ? - Cableguy (first post)    Jul 16, 2025 @derez has made some development on such boards... B4A Question Treeview Class for family tree - Sergey_New    May 20, 2021 The Treeview Class developed by derez displays the parent and children. Please tell me how to change this class to display both parents?... B4A Question Sudoku solver contest: We have a winner!!! - Erel    Oct 2, 2011   (1 reaction) The Sudoku solver contest is now over. We have measured the solvers and you all did a great job! :sign0188: Two solutions were really amazing: 14ms and 18ms per puzzle. The winner is: Markus Stipp (corwin42) :sign0188: I will send you an email about the prize... The other five best results are: clewgsm - 18ms derez - 51ms boten - 66ms Rui - 102ms ertuncb - 113ms I've tested the two best solvers many times and the results were consistent. I've asked corwin42 to explain his... B4J Question Trayicon menu with subitems - ThRuST    Sep 9, 2020   (1 reaction) Is it possible to create submenu items for the popupmenu in a Trayicon menu? If so, maybe Derez menu designer be used for this? The menu designer can be found here... Share My Creation Highland Titles Calculator [Source code] - Roger Daley    May 21, 2020   (4 reactions) I previously posted this App back in 2014 but didn't include the source code. This will correct that oversight. My original post is HERE. I started with the code of SCalculator by Derez, dismantled it and built up HTC from what I learnt from the exercise. A great learning experience. Derez's SCalculator can be found HERE although it has changed a bit over the years. Another calculator example is Tape Calculator by Klaus found HERE. The code for HTC is in the attached zip the App... B4J Question Downloading pictures with non-ui app - drgottjr (first post)    Jul 20, 2024   (2 reactions) count & " bytes") Loop Dim derez() As Byte = out.ToBytesArray out.Close j.Release Log(derez.Length & " raw bytes") File.WriteBytes(File.DirApp,"derez.jpg",derez) Else Log(j.response... Page: 1   2   3   4   5   6   7   |