N Nitin Joshi Active Member Licensed User Longtime User Feb 22, 2025 #1 Hi everyone, I am using gradientmaker library in B4i for button. can someone help me to know why following message is continuously popping in log?
Hi everyone, I am using gradientmaker library in B4i for button. can someone help me to know why following message is continuously popping in log?
Solution Erel Feb 23, 2025 Better to make the class instance a global variable and keep it, instead of creating a new instance each time.
Better to make the class instance a global variable and keep it, instead of creating a new instance each time.
Erel B4X founder Staff member Licensed User Longtime User Feb 23, 2025 #2 Better to make the class instance a global variable and keep it, instead of creating a new instance each time. Upvote 0 Solution
Better to make the class instance a global variable and keep it, instead of creating a new instance each time.
N Nitin Joshi Active Member Licensed User Longtime User Feb 23, 2025 #3 Erel said: Better to make the class instance a global variable and keep it, instead of creating a new instance each time. Click to expand... Done, Thank you Erel for kind support.... Upvote 0
Erel said: Better to make the class instance a global variable and keep it, instead of creating a new instance each time. Click to expand... Done, Thank you Erel for kind support....