Android Question @ActivityObject And B4XPages

jahswant

Well-Known Member
Licensed User
Longtime User
I have a custom library this is an ActivityObject that I use across multiple pages in my application. Strangely, when I raise an event on one instance of this object in one page, it seems to trigger the event on all pages, regardless of the specific event name. I'm confused by this behavior and need help understanding why it's happening and how to fix it.
 

jahswant

Well-Known Member
Licensed User
Longtime User
Another
Java:
Bitmap bm1 = BitmapFactory.decodeByteArray(bmpdata, 0, bmpsize);
                BitmapWrapper bm = new BitmapWrapper();
                bm.setObject(bm1);
                ba.raiseEvent(this, eventName + "_FPMNEWIMAGE".toLowerCase(), bm);
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…