B4A Library [B4X] [XUI] AS Clock - Analog Clock or Digital - Alexander Stolte    Feb 24, 2024   (22 reactions) Thanks to @wonder for his nice "Analog Clock with Sound", this safes me a lot of time.
I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal or with a coffee. 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 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 B4A Example World Time - 7 segment digital clocks x 6 - Johan Schoeman    Jul 07, 2015   (9 reactions) 34633 The attached project creates 6 x digital clocks (simulating 7 segment display). It will display the default time of your device on all 6 the clocks when the app is launched. Click on any of the clocks: 1. A spinner will appear. Click on the spinner and scroll through the list of time zones 2. B4J Tutorial Simple analog Clock - Johan Schoeman    Oct 08, 2022   (25 reactions) GetMinute(DateTime.Now) 'get the current value of Minute cnthr = DateTime.GetHour(DateTime.Now) 'get the current value of Hour If cnthr > 12 Then cnthr = cnthr - 12 'we are dealing with a 12hr clock - so subtract 12 from B4A Example Clock - 24hr analogue clock - Johan Schoeman    Jul 08, 2015   (3 reactions) 35734 This was done just for fun. It is a 24 hour analogue clock/watch. Have used the GPS Example from @klaus as base for this clock. JHS CLOCK V1 => a 24 hour clock running clockwise JHS CLOCK TIME TRAVE => a 24 hour clock running anti-clockwise JHS CLOCK PANELS => A digital clock making use of t 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 Wish Better time picker for B4X Dialogs - Alexander Stolte (first post)    Apr 22, 2022   (1 reaction) Thats only the clock for hours. After you select a hour, the minute clock appears. try it here https://mdbootstrap.com/docs/b4/jquery/forms/time-picker1/ B4A Example [B4X] AS RangeSlider + AS Clock = Sleep Schedule Picker - Alexander Stolte    Feb 24, 2024   (11 reactions) 124148 This is a short Example of what is possible with this 2 views. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal or with a coffee. :) https://www.b4x.com/andr 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 Page: 1   2   3   4   5   6   7   Powered by ColBERT |