B4A Question Notification icon - jvrh_1 (first post)    Apr 06, 2020 The last one, the background is white (not transparency). Background is a rectangle white with red letters. B4A Question Background Service Is running When App is Closed - DonManfred (first post)    Nov 24, 2020   (1 reaction) Automatic Foreground Mode B4A Question send an email in the background - Erel (first post)    Oct 18, 2023   (4 reactions) You cannot use the user's email settings without user intervention. Start here: https://www.b4x.com/android/forum/threads/b4x-sending-emails-with-gmail-rest-api.81736/#content Another "background" option is to make a http call to your server and send an email from the server. This is much better t B4A Question OpenCV Setting Color Background - JordiCP (first post)    Aug 31, 2020   (1 reaction) The key here is to programatically identify what is foreground and what is a background for a given image. For instance, If foreground is a person and background is a single color (Chroma key), it is easy to do it by getting contours and then performing some operations on the Mats that hold the imag B4A Question Best approach to create a custom bus schedule app? - fredo (first post)    Sep 17, 2021 Thanks @f0raster0 and @oparra for the tips. In the meantime I have decided to use a Google Maps solution. Background is the worldwide availability with a highly flexible API. As it looks, the transport companies of the regions deliver their timetables to Google on a daily basis, which then calcula B4J Question error declaring a variable - michaelleewebb (first post)    Sep 09, 2021 was doing this: Dim BackSub As OCVBackgroundSubtractorMOG2 reading the java code i came up with this: Dim mVideo As OCVVideo Dim BackSub As OCVBackgroundSubtractorMOG2 = mVideo.(10,25,False) that doesn't make it do what i want yet but it does get me past the error message. interesting stuff i' B4A Question Set radios for imageview & Picasso - Javaneh (first post)    Sep 25, 2024 Background
If v.Background Is ColorDrawable Or v.Background Is GradientDrawable Then
jo.RunMethod("setCornerRadii", Array As Object(Array As Float(Rx_TopLeft, Ry_TopLeft, Rx_TopRight, Ry_TopRight, Rx_BottomRight, Ry_BottomRight, Rx_BottomLeft, Ry_BottomLeft)))
End If
End Sub
157292 B4A Question [SOLVED]How to find and paint same values in a B4XTable? - Erel (first post)    May 30, 2023   (3 reactions) Nice! Better to keep the background in all cases: Dim background As Int = IIF(row Mod 2 = 0, B4XTable1.EvenRowColor, B4XTable1.OddRowColor) If Value = V Then pnl.SetColorAndBorder(background, 7dip, xui.Color_Red, 5dip) Else pnl.SetColorAndBorder(background, 0dip, xui.Color_transparent, 0dip) End B4A Question EditText not quite Transparent [Solved, sort of....] - LucaMs (first post)    Feb 23, 2020   (1 reaction) Edit1.Background = Null B4A Question How to make the app working in background? - OliverA (first post)    Jan 12, 2022   (2 reactions) But the service that you are trying to run in the "background" needs to show a notification in order to run. Therefore it's a foreground service (the user is aware of it's existence due to the notification icon). The naming is from Google itself, so blame them for such wording. True background servi Page: 1   2   3   4   5   6   7   Powered by ColBERT |