B4A Library [B4X] BCToast - Cross platform custom toast message - Erel    Dec 6, 2020   (34 reactions) BCToast is a custom "toast" message implementation based on BCTextEngine: https://www... be displayed from an Activity.
Usage example:
Sub Globals
Private toast As BCToast
End Sub
Sub... B4A Question B4XPages - BCToast keep visible if i close a page - Alexander Stolte    Jul 20, 2020   (2 reactions) Hey,
it would be nice if you have the possibility to use the BCToast across all pages and it stays visible when you close the page like in the native ToastMessage.... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (16 reactions) What is Mastodon? IPSbNdBmWKE Pleroma is a lightweight implementation that extends Mastodon. B4X Pleroma is a client for these social networks. More information here: https://www.b4x.com/android/forum/threads/119426/#content It is based on quite a few B4X components including: BCTextEngine, BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer, B4XGifView, B4XPreferencesDialog, BCToast, xCustomListView, BitmapsAsync, RequestsManager and... B4A Example [B4X] [B4XPages] Barcode Reader - Erel    Jul 12, 2021   (41 reactions) 97444 https://www.b4x.com/basic4android/images/i_view64_HkncBfNNKe.png B4A + B4i barcode reader. Don't miss: - #PlistExtra in B4i. - Manifest code + #AdditionalJar in B4A Depends on BCToast: https://www.b4x.com/android/forum/threads/b4x-bctoast-cross-platform-custom-toast-message.111046/#content (BCToast will be an internal library in the near future) While the camera related code is platform specific, the main program logic can still be shared. In this case there isn't too much... B4A Code Snippet [B4X] BCToast with additional views and pause. - MrKim    Jun 22, 2021   (5 reactions) I like BCToast but frequently for us they are used as an educational tool to tell the user what to do next or confirm that he has accomplished a task, etc. After you are more experienced you may not want to be "batting down" these messages any more so I can add a button or check box "Don't Show This Again". 115324 So I modified Erel's BCToast so you can add additional views - for me it is buttons but it can be anything. It also extends the length of time the message... B4i Question BCToast initialize - Scantech    Aug 18, 2022 I can't seem to figure out the simple things like initializing for bctoast. toast.Initialize(??? Need it in b4xMainpage Update: It cannot be global and should use root to initialize.... Bug? BCToast have bug with Thai language.(English is complete) - Theera    Jun 8, 2022 After I change text to be Thai language. it show not complete correctly.
toast.Show($"ไฟล์เก่... B4A Question Hide BCToast that not hide automatically - asales    Jul 14, 2021 Due this change in the new versions of the Android, I need to change the custom toast message.
I created the code below - based in ShowCustomToast with BCToast - that I can call of any activity... the BCToast in a panel and the user close the panel, before the toast disapears, if I open the panel... As Boolean, BackgroundColor As Int, TxtColor As Int)
Private toast As BCToast
toast.Initialize(act... B4J Question Display BCToast Across Multiple B4XPages - MrKim    May 8, 2021 RE: https://www.b4x.com/android/forum/threads/b4xpages-bctoast-keep-visible-if-i-close-a-page.120390/
This solution: Toast.Initialize(B4XPages.GetNativeParent(Me))
Is fine for B4A but fails in B4J (Have not yet tested B4i)
I am writing a cross platform solution. Is there a way to do this in... Bug? BCToast in B4a - klaus    Apr 28, 2020 Hi Erel,
When using the BCToast b4xlib in B4A I get this error:
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (edit) Create, isFirst = true **
** Activity (edit) Resume **
Error occurred on line: 877 (BCTextEngine)
java.io.FileNotFoundException... Page: 1   2   3   4   5   6   7   |