M mscientist33 Active Member Licensed User Oct 4, 2021 #1 Has anyone got an example of this B4X Drawers using B4X not B4A? The example uses activities but I get an error: java.lang.ClassCastException: com.ata.devo.main cannot be cast to androidx.appcompat.app.AppCompatActivity on this line: B4X: ToolbarHelper.Initialize I've tried inserting the exact code into the "Main" of a B4X application.
Has anyone got an example of this B4X Drawers using B4X not B4A? The example uses activities but I get an error: java.lang.ClassCastException: com.ata.devo.main cannot be cast to androidx.appcompat.app.AppCompatActivity on this line: B4X: ToolbarHelper.Initialize I've tried inserting the exact code into the "Main" of a B4X application.
Erel B4X founder Staff member Licensed User Longtime User Oct 5, 2021 #2 mscientist33 said: Has anyone got an example of this B4X Drawers using B4X not B4A? Click to expand... See the first line in that tutorial. It will take you to this cross platform example: https://www.b4x.com/android/forum/threads/b4x-b4xpages-b4xdrawer.120246/ Upvote 0
mscientist33 said: Has anyone got an example of this B4X Drawers using B4X not B4A? Click to expand... See the first line in that tutorial. It will take you to this cross platform example: https://www.b4x.com/android/forum/threads/b4x-b4xpages-b4xdrawer.120246/