Kope Active Member Licensed User Longtime User Apr 20, 2020 #1 Please I need help with this Dialog implemented in Facebook and on WhatsApp I want it on B4i as well thanks Attachments 6BBA9BC8-6C5D-49BD-8182-722DE9A28FEB.jpeg 162.5 KB · Views: 275 ACB132EA-168D-44A6-AB26-6F89F6116B1F.jpeg 107.9 KB · Views: 293
Please I need help with this Dialog implemented in Facebook and on WhatsApp I want it on B4i as well thanks
Erel B4X founder Staff member Licensed User Longtime User Apr 21, 2020 #2 Example of creating a custom template for B4XDialog. Should be very simple to port to B4i. Attachments CustomB4XDialogTemplate.zip 12.7 KB · Views: 268 Upvote 0
Kope Active Member Licensed User Longtime User Apr 22, 2020 #3 Thanks soo much Erel, you just saved me. Please i need help in adding icons to listed items Thank You Upvote 0
Thanks soo much Erel, you just saved me. Please i need help in adding icons to listed items Thank You
DonManfred Expert Licensed User Longtime User Apr 22, 2020 #4 Kope said: Please i need help in adding icons to listed items Click to expand... Check the templatecode. It is internal using a xCLV for the Items. Replace AddItem sub with new code to add a Icon too. Upvote 0
Kope said: Please i need help in adding icons to listed items Click to expand... Check the templatecode. It is internal using a xCLV for the Items. Replace AddItem sub with new code to add a Icon too.
Kope Active Member Licensed User Longtime User Apr 22, 2020 #5 DonManfred said: WHERE is the Problem? Did you checked the Example provided? B4X: mt.Initialize mt.Items.Add("View saved items") mt.Items.Add("Open in Safari") mt.Items.Add("Copy link") mt.Items.Add("Mark link as suspicious") ADD more Items here if you want Click to expand... there is no problem, just wanted to add icons to the items Upvote 0
DonManfred said: WHERE is the Problem? Did you checked the Example provided? B4X: mt.Initialize mt.Items.Add("View saved items") mt.Items.Add("Open in Safari") mt.Items.Add("Copy link") mt.Items.Add("Mark link as suspicious") ADD more Items here if you want Click to expand... there is no problem, just wanted to add icons to the items
DonManfred Expert Licensed User Longtime User Apr 22, 2020 #6 I edited my post after i realized you need to add icons and not only "add new items" I answered 1st to add new items like in the example. check the templatecode. It is internal using a xCLV for the Items. Replace AddItem sub in the Class MyTemplate with new code to add a Icon too. Last edited: Apr 22, 2020 Upvote 0
I edited my post after i realized you need to add icons and not only "add new items" I answered 1st to add new items like in the example. check the templatecode. It is internal using a xCLV for the Items. Replace AddItem sub in the Class MyTemplate with new code to add a Icon too.
Erel B4X founder Staff member Licensed User Longtime User Apr 22, 2020 #7 You can also configure the CLV typeface to FontAwesome and then add the icons directly, or use CSBuilder for the items. Upvote 0
You can also configure the CLV typeface to FontAwesome and then add the icons directly, or use CSBuilder for the items.