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 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 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. 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 Void() or main() equivalence - LucaMs (first post)    May 09, 2018   (1 reaction) That's me :( :D 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 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. B4A Question PayPal.me API or URL - DonManfred (first post)    Aug 10, 2020   (1 reaction) https://www.paypal.com/us/smarthelp/article/what-is-paypal.me-faq3025
Start here. Maybe post a Question in Paypal Community. Probably better suited there than here. Bug? Me in class module - Informatix    Aug 03, 2017 Hello,
In one of my classes, "Me" returns N/A instead of the reference to the instance. It seems it does not like the type of some data.
This code reproduces the issue (it requires SimpleGameEngine):
For main:
Sub AppStart (Form1 As Form, Args() As String)
MainForm = Form1
MainForm.Show
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 |