B4i Question NativeObject - where can i find the methods i can set - Alexander Stolte    Jul 19, 2022 I often see in the forum that someone is using the nativeobject to make settings, but I always wonder where to get this information from the commands I can put there?
Dim no As NativeObject = tv_TextView
no.SetField("LeftPadding",0)... B4i Question [Solved] Problems with NativeObject - angel_    Feb 7, 2021 How can I use NativeObject with B4XPages in this code?:
Private no As NativeObject = Me
Log(no...("preferredLanguages", Null).RunMethod("objectAtIndex:", Array(0)).AsString)
Log... B4i Question Strange nativeObject.RunMethod results - Semen Matusovskiy    Apr 3, 2020 I need to convert UIColor to CGColor (to set border color in a layer).
At first, I used Objective-C.
- (NSObject *) UIColorToCGColor: (UIColor *) u { return ; }
Worked as expected (result was <CGColor 0x600002a3e1c0>...).
But then I tried u.RunMethod ("CGColor", Null)). Result: <B4INativeObject: {length = 8, bytes = 0xc0e1a30200600000}>. As I understand... B4i Question NativeObject CreateBlock - narek adonts    Dec 21, 2018 Hi
few issues with the NativeObject.CreateBlock method
1. why max param size is 2 ? I need more
2.
Dim n as NativeObject
n1=n1.CreateBlock(…)
n.RunMethodWithBlock(…)
Sub Block_Event(args() object... B4i Library Firebase + AdMob v3.00 - Erel    Mar 21, 2023   (7 reactions) A new package with an updated Firebase and AdMob sdks is available. The new version requires Xcode 14+ Mac: https://www.b4x.com/b4i/files/Firebase300.zip Internal libraries: attached. Note that there are many changes under the hood, especially in iAdMob. OBJC code or NativeObject calls are likely to require changes. For example, to get the sdk version: Dim no As NativeObject no.Initialize("GADMobileAds") Log(no.RunMethod("sharedInstance", Null).RunMethod("sdkVersion... Bug? Typo In Docs (B4X JavaObject-NativeObject) - klaus (first post)    Aug 17, 2022   (2 reactions) Thank you Andrew, sorry I did not see this.
We need quite some often, at least me, other eyes to see... B4i Question NativeObject target in a class? - JackKirk    Mar 23, 2016 Hi,
Dim no As NativeObject = Me
Dim bmp_bytes() As Byte = no.NSDataToArray(no.RunMethod("BitmapToArray:", Array(bmp)))
I have run this bit of code successfully in Main to convert a bitmap... B4A Question Where is NativeObject located? - a_carignan (first post)    Dec 2, 2021 Oops, I'm with B4A... Bug? NativeObject with BOOL as return type - stevel05    Nov 17, 2014 These return 1 for true and 0 for false, the IDE complains that Types Do Not Match when testing for ... B4i Question NativeObject - stevel05    Nov 16, 2014 Over the last few days I have been looking at NativeObject and have come across a problem more than... is two fold. First, would it be possible to add something like MakeUInt to the NativeObject methods? and... Page: 1   2   3   4   5   6   7   |