B4i Question B4i PhoneWakeState .KeepAlive(True) - cambol    Aug 23, 2019 how to set B4i
I can do in B4A
Dim pws As PhoneWakeState
pws.KeepAlive(True)
pws.ReleaseKeepAlive B4i Question Lack of services in ios - Erel (first post)    May 11, 2021   (2 reactions) Yes, see the first search result: https://www.b4x./?query=b4i+KeepAlive B4i Question Is it possible to have a Timer that can run all the time, even when app is not in the forground. - aeric (first post)    Jun 25, 2021 How about KeepAlive? https://www.b4x.com/android/forum/threads/b4i-phonewakestate-keepalive-true.108907/ B4i Code Snippet Prevent the display from turning off - Cadenzo    Oct 31, 2024 This is the B4i solution for this thread. In an OS specific class for B4i you define this method. Sub KeepScreenAlive(active As Boolean) Main.App.IdleTimerDisabled = active End Sub B4i Library iPOP - Email Protocol - Easy way to retrieve email (GMAIL,POP3, etc) - wl (first post)    Apr 07, 2018 I'm downloading all mails and in the DownloadCompleted event I delete all mails using DeleteAllMessages. When using non ssl this works but using SSL the DeleteAllMessages blocks. It fails and waits for a timeout (30s): This is the log: ChilkatLog: GetUidls: DllDate: Jun 23 2015 ChilkatV B4i Library AS Alarm - Alarm clock or keep app active in the background - Alexander Stolte    Oct 17, 2024   (16 reactions) Please reopen so your alarms can be rescheduled.") Example project is attached Examples Private Sub xlbl_Start_Click 'Trigger the alarm in one minute CreateAlarm(1,DateTime.Now + DateTime.TicksPerMinute*1,File.Combine(File.DirAssets,"alarm_1.mp3"),False) End Sub Private Sub CreateAlarm B4i Question Error in appstoreconnect upload - gjoisa    Dec 01, 2024 "com.apple.itunes.connect.ITunesPackage" = "7.006 (15006)"; }; OSIdentifier = "Mac OS X 14.2.1 (x86_64)"; Password = **hidden value**; Username = "[email protected]"; Version = "7.006 (15006)"; }; } ======================= 2024-12-01 09:50:28.081 ======== B4i Library SD: iHttpServer (beta) - Star-Dust    Mar 29, 2021   (15 reactions) ServletRequest
Fields:
CharacterEncoding As NSString*
ConnectionAlive As BOOL
ContentLength As Long long
ContentType As NSString*
ID As NSString*
LogActive As BOOL
LogFirstRefuse As BOOL
MultipartFilename As B4IMap*
RequestCookies As B4IMap*
RequestHeader As B4IMap*
RequestParameter As B4IMap*
Tim B4i Question Problem upload ipa file - RanSoft    May 06, 2024 "com.apple.itunes.connect.ITunesPackage" = "7.006 (15006)"; }; OSIdentifier = "Mac OS X 14.2.1 (x86_64)"; Password = "**hidden value**"; Username = "[email protected]"; Version = "7.006 (15006)"; }; } ======================= 2024-05-06 03:07:59.802 === B4i Question Problem uploading to itunes - davemorris    Jan 06, 2024 "com.apple.itunes.connect.ITunesPackage" = "7.006 (15006)"; }; OSIdentifier = "Mac OS X 14.2.1 (x86_64)"; Password = **hidden value**; Username = "[email protected]"; Version = "7.006 (15006)"; }; } ======================= 2024-01-06 22:41:47.127 Page: 1   2   3   4   5   6   7   Powered by ColBERT |