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 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 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 Library SD: Floating Button StandOut - Star-Dust (first post) Apr 24, 2021 Sure standout.Snotif.SetInfo("Hallo","Float",Me) ' Me is Main Activity B4A Library Automated FTP Library - DonManfred (first post) Apr 13, 2015 i think in a service you can use "me" as first parameter in the initialize-call 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 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. B4A Question Using Me in B4XPages - Sergey_New Nov 11, 2023 To receive data from different Activities, I send it to the MenuList class module
Dim ML As MenuList
Dim data As Map
data.Initialize
data.Put(...)
ML.Initialize(Me, data)
This class returns some values to each Activity
Public Sub Initialize(CallBack As Object, m As Map)
...
CallSub2(CallBack, "set Page: 1 2 3 4 5 6 7 Powered by ColBERT |