Bug? [Solved] something is not completed , only with pause - klaus (first post)    Jan 31, 2024   (4 reactions) With this code it works: If p * q < 0 Or q = 0 Then With Erels code I get 4 items in the List. Because when i = 1 then q = fx(1 + 1) = 0 and p * q < Epsilon And when i = 2 then p = 0 and p * q < Epsilon. B4A Question [SOLVED] - Extracting a value from downloaded JSON data - rleiman (first post)    Oct 24, 2020 At least that part is now solved. :) Can you tell why the processing is not getting past the Job.Success line? B4J Question [ABMaterial] [Solved] Sorting a table - alwaysbusy (first post)    Oct 12, 2021   (2 reactions) Those parameters are in the tblCases.Initialize() method. B4i Question Solved - I don't understand what to put for page reference when initializing things - tsteward (first post)    Sep 05, 2021 Okay so the answer to my question on "What Goes Here" is
B4XPages.GetNativeParent(Me) to get the current page.
giving you
cam.Initialize("cam",B4XPages.GetNativeParent(Me)) B4J Question SOLVED [websocket] Receive the click event or change - dar2o3 (first post)    Feb 12, 2016 Sorry, it was a silly decision on my part, a variable misnamed.
I almost went crazy B4A Question SDK33 - how to get unique number of phone - max123 (first post)    Aug 14, 2023 Please, put SOLVED in the thread title when you solved a question, so other peoples can see it. Bug? [Solved]In debug, re-using a variable previously used in a for declaration - alwaysbusy (first post)    Mar 05, 2018   (1 reaction) Sure, probably does. Just want to point out the difference in Debug/Release mode. Works in release, does not in Debug. B4J Question [Solved][ABMaterial] Read values from a table within a table - alwaysbusy (first post)    Nov 25, 2020   (2 reactions) I would think something like that to get the sub table (untested)
Dim SubTable as ABMTable = StockSearchTable.GetComponent(row, "UID247)
Alwaysbusy B4J Question ["Solved"] Only a sad comment (obfuscation) - LucaMs (first post)    Mar 30, 2016   (1 reaction) Well, first of all, I should ask to Erel to change the obfuscator so it can create prefixes to distinguish the names of the routines from variable names
(this would not be essential, just to avoid using all obfuscated names on server side).
Then, the server would need to distinguish between new and Bug? [Solved 'ish]Division by Zero - emexes (first post)    Feb 09, 2024   (1 reaction) Change c from Int to Double for a clue as to what's happening. Page: 1   2   3   4   5   6   7   Powered by ColBERT |