Y ykucuk Well-Known Member Licensed User Longtime User Aug 29, 2016 #1 Hello, I have a panel with mapfragment view inside. Panel name is PanelMap. Panel created with visual designer. I want to remove this panel from Activity and add Scrollview with code I got error On line B4X: PanelMap.RemoveView Error is "android.content.res.Resources$NotFoundException: Unable to find resource ID #0x2711" any help ?
Hello, I have a panel with mapfragment view inside. Panel name is PanelMap. Panel created with visual designer. I want to remove this panel from Activity and add Scrollview with code I got error On line B4X: PanelMap.RemoveView Error is "android.content.res.Resources$NotFoundException: Unable to find resource ID #0x2711" any help ?
mangojack Expert Licensed User Longtime User Aug 30, 2016 #2 try Activity.RemoveViewAt(Index) If you added the panel with visual designer , Index should follow the View Tree order for Activity views. 0 to number views Upvote 0
try Activity.RemoveViewAt(Index) If you added the panel with visual designer , Index should follow the View Tree order for Activity views. 0 to number views
Erel B4X founder Staff member Licensed User Longtime User Aug 30, 2016 #3 Can you post the full error message from the logs? Upvote 0