B4A Library [B4X] [XUI] AS Clock - Analog Clock or Digital - Alexander Stolte Jan 16, 2025 (22 reactions) 1.03 (read more)
Add SleepDuration to ClockMode
Github: github.com/StolteX/AS_Clock
Have Fun :)
https://www.b4x.-donate-button-png-clipart-png.79848/ Share My Creation Clock - vali khandangoll Nov 23, 2023 (12 reactions) Hi all of you.
This project is a Clock that can set current time and wake up time.
We can select mode with one push button.(clock setting mode or wake up setting mode) and can change in with two push button.
one of that for hour and another for minute.
finally there is a push button for enable or di B4A Library Clock 24 - MarkusR Feb 09, 2018 (14 reactions) as the title said, a custom view of my 24 hour clock (just for fun) build into a library.
unzip Clock24.zip into libraries folder or your extra librarys folder,
then refresh library list in ide and select Clock24.
for download link please scroll to 1.04
the idea behind my 24 hour clock view is th B4A Example Another Analog Clock - Johan Schoeman (first post) Jul 07, 2015 (1 reaction) 33338
Added a hand for seconds to the analog clock. New lib files are in the /files folder of the attached project. The clock at top left should be the time of your device. The next 3 clocks to the right should be your device time minus 1 hour, device time minus 2 hours, device time minus 3 hour. T Share My Creation B4A My Rolex - Grinaute Jun 27, 2024 (23 reactions) Hello everyone,
I'd like to share with the community a piece of code I've developed to create an analog clock in B4A. This clock displays hours, minutes, seconds, and the date of the month.
This project can serve as a foundation for those who want to integrate an analog clock into their applicatio B4A Code Snippet DIY NTP Network Atomic Clock Time - emexes Feb 25, 2024 (3 reactions) 1, 1, 1, False) & _
" ms)" _
)
DateTime.TimeFormat = "hh:mm:ss.SSS"
Dim N As Long = DateTime.Now
Log("Device clock = " & DateTime.Time(N))
Log("NTP clock = " & DateTime.Time(N + DeviceToNTPOffset))
End Sub Share My Creation [B4X] A Not-So-Simple Clock - William Lancee Mar 19, 2021 (21 reactions) I appreciate the beauty of simplicity, and it is often the key to finding solutions, but it isn’t everything. I am often drawn to the ingenious creations of artists like Rube Goldberg and Heath Robinson.
https://en.wikipedia.
The present project was inspired by an item on the Arduino Blog:
ojEFL B4J Question [ABM] Entering wind direction - Rob White (first post) Jul 01, 2021 fill clock.strokeStyleRadialGradient(0,0,Radius*0.95,0,0,Radius*1.05, Array As Double(0,0.5,1), Array As String("#333", "green", "#333")) clock.lineWidth(Radius*0.1) clock.stroke() clock.beginPath clock.arc(0, 0, Radius*0.1, 0, 2*cPI) clock.fillStyleColor("#333") 'cl B4J Tutorial Simple analog Clock - Johan Schoeman Oct 08, 2022 (25 reactions) 1000, uur) 'animate the hour and to the correct new angle Sleep(0) 'sleep a bit more RotateViewShortestArc(ImageView1, 1000, minuut) 'animate the second hand to the correct new angle Sleep(0) B4J Code Snippet [ABMaterial] Clock on Canvas - rwblinn Jan 29, 2019 (8 reactions) Custom Component for a Canvas Knob Control. This ABMaterial Custom Component is wrapped from the jQuery-Knob project (thanks to the author). The knob is turned by using the mouse, but can also be updated dynamically. A nice dynamic example is a running clock using 3 knobs: green = seconds, light blu Page: 1 2 3 4 5 6 7 Powered by ColBERT |