B4A Code Snippet Using Java 8+ lambdas with inline Java code - Daestrum (first post)    Apr 17, 2024 Is it Me.As(JavaObject). ... or (Me).As(JavaObject). ... As 'Me' doesn't appear to have .As as a method. After-thought: it could be in the jar I forgot to add :) B4A Question More file Provider issues... [solved] - Didier9 (first post)    Mar 19, 2021 Edsfl is me (actually eds-fl.com), FuzeX is my app. Can't uninstall it and still debug it :) B4A Question [SOLVED][SMM] Autoplay can't in B4A default - teddybear (first post)    Jun 13, 2023   (2 reactions) Erel has explained Here Post #10 Notes: 1. The callback (Me in this case) must be a class, such as a B4XPages page. Me is used just in B4XPages page. For default project, you have to add a class module to do CallBack Note: The default project is not recommended. B4J Question Cannot convert custom class to object - William Lancee (first post)    Feb 10, 2022 Are you sure the instance of GameServerSocket is properly initialized?
"Me" is an instance of that class, not the class itself.
Somewhere you need something like
Private XXXX as GameServerSocket
XXXX.Initialize(...)
I can't really test the setup that you have. So others may be better able to hel B4A Library SD: Floating Button StandOut - Star-Dust (first post)    Apr 24, 2021 Sure
standout.Snotif.SetInfo("Hallo","Float",Me) ' Me is Main Activity B4A Question Problems with B4XPages, UltimateWebView and SDK 31 (Android 12) - max123 (first post)    Sep 14, 2022 Here an anteprima: To view the error log please try the attached project and you can see it yourself. I think it is related to B4XPages or Android SDK 31. Maybe 'Me' is not the right identifier for Activity module (Root on B4XPages) ? My B4A enviroment is set right, all other apps works. Many th B4A Question PostString - walterf25 (first post)    Jan 21, 2020   (4 reactions) the following works for me job.Initialize("picture", Me) job.PostString("http://scanplate.dyndns.org/cgi-bin/readplate.php?plate=car2.jpg", Null) wait for (job) JobDone(j As HttpJob) If j.Success Then Log("response: " & j.GetString) Else Log("Error: " & j.ErrorMessage) B4A Question B4A 8.3 Beta - App Crashing - Erel (first post)    Jun 04, 2018   (2 reactions) 'Me' was added together with class modules. While it is better to always use 'Me', for historic reasons you can use "" in activities and services. B4i Question B4XPages - GetNativeParent(Me) is crashing - Alexander Stolte    Jul 28, 2020 Hello,
on B4A this code works, but on B4I i get this error:
Copying updated assets files (2)
Application_Start
Application_Active
Error occurred on line: 276 (B4XPagesManager)
Expected: UIView, object type: B4IViewController
Stack Trace: (
CoreFoundation __exceptionPreprocess + 350
libobjc B4A Question B4A v.7.01 - Sub jobdone was not found. - ronell (first post)    Jun 13, 2017   (1 reaction) OttieniEmail.Initialize("OttieniEmail", Me) <- Me = current module with the jobdone event Page: 1   2   3   4   5   6   7   Powered by ColBERT |