B4A Question Strange problem - emexes (first post)    Dec 03, 2024 True, but 64-bit integers are built-in to most languages, whereas BCD and Currency types are non-standard extensions.
Although the VB and PowerBasic Currency type is actually a 64-bit integer with 4 decimal places, so the amount of mucking around is minimal - just use the same scaling (10000 rather B4A Question GPS Leap Seconds and wrong time - emexes (first post)    Dec 07, 2024 You'll get back a 48-byte packet from the server, with a timestamp of the NTP server time when the packet was transmitted to you as a 64-bit integer per:
https://www.meinbergglobal.com/english/info/ntp-packet.htm
I think the bytes are big-endian, but then again so is Java and thus B4A and B4J, so B4A Question Please help me wrap these libraries (in java) to run on B4A - Johan Schoeman (first post)    Nov 30, 2024   (1 reaction) 73
2016-03-03T07:20:00.000Z 2.70 2.70
2016-03-03T07:30:00.000Z 1.70 1.70
2016-03-03T07:40:00.000Z 1.62 1.63
2016-03-03T07:50:00.000Z 1.82 1.82
2016-03-03T08:00:00.000Z 1.87 1.87
2016-03-03T08:10:00.000Z 1.90 1.90
2016-03-03T08:20:00.000Z 2.03 2.03
2016-03-03T08:30:00.000Z 1.91 1.91
2016-03-03T08:40: B4A Question Method: getBA Crash - hanyelmehy (first post)    Nov 27, 2024 google.firebase.crashlytics.internal.common.ExecutorUtils$1$1.onRun(ExecutorUtils.java:64) at com.google.firebase.crashlytics.internal.common.BackgroundPriorityRunnable.run(BackgroundPriorityRunnable.java:27) at java.lang.Thread.run(Thread.java:1012) Crashlytics Exception Handler1: B4A Question After updating to version 13 I can't start debugging via USB - red30    Nov 29, 2024 Download the latest version of B4A, also updated OpenJDK 19 and Android SDK + Required Resources. Old versions located in the path C:\java and C:\Android were deleted. Now when I try to start debugging I get an error Installing file to device. Error * daemon not running; starting now at tcp:5037 B4A Question Converting map lat/lng to screen point when close to 180 degrees meridian (Solved) - RB Smissaert (first post)    Dec 19, 2024 5 Then
dxPositionDiff = dxPositionDiff + 1
strPositionDiffChange = "add one"
bPositionDiffChanged = True
Else
If dxPositionDiff > 0.5 Then
dxPositionDiff = dxPositionDiff - 1
strPositionDiffChange = "minus one"
bPositionDiffChan B4A Question Retrieve a string from webview - drgottjr (first post)    Dec 08, 2024   (2 reactions) Dim status As String = $"{"ble":{},"bthome":{},"cloud":{"connected":True},"input:0":{"id":0,"state":True},"knx":{},"mqtt":{"connected":False},"switch:0":{"id":0,"source":"switch","output":True,"temperature":{"tC":59.3,"tF":138.7}},"sys":{"mac":"34B7DA8E0BB0","restart_required":False,"time":"18:42"," B4A Question Select Case - LucaMs (first post)    Dec 20, 2024   (1 reaction) Tested with a million integers.
B4XSet = about 1 ms
List = about 2 ms B4A Question how to remove limit of the AS RangeSeekBar library? - Alexander Stolte (first post)    Dec 08, 2024 I only test my libraries with B4XPages, as this has been the way to go for 4 years. And I strongly advise you to do the same. This code works great in B4A: ASRangeSeekBar1.MaxValue = 200 ASRangeSeekBar1.Update B4A Question Filling chart - emexes (first post)    Nov 30, 2024   (1 reaction) 0.2% is still effectively empty :oops: and nothing like the accompanying visual 🤔 maybe it's a fraction, not a percentage 🍻 Page: 1   2   Powered by ColBERT |