GMan Well-Known Member Licensed User Longtime User Feb 22, 2023 #1 I have the following code for a ContextMenu of a ListView B4X: [ {Text: "Abspielen", Image: "play.png"}, {Text: "Löschen", Image: "delete.png"} ] But the size of the images is to big - have i resize them manually or can i set a size paramter in the above code ? Last edited: Feb 22, 2023
I have the following code for a ContextMenu of a ListView B4X: [ {Text: "Abspielen", Image: "play.png"}, {Text: "Löschen", Image: "delete.png"} ] But the size of the images is to big - have i resize them manually or can i set a size paramter in the above code ?
DonManfred Expert Licensed User Longtime User Feb 22, 2023 #2 You should use small images. 16x16/24x24 or something similar i guess. Last edited: Feb 22, 2023 Upvote 0
GMan Well-Known Member Licensed User Longtime User Feb 22, 2023 #3 DonManfred said: You should use small images. 16x16/24x24 or something similar i guess. Click to expand... Thanks DonManfred, 16x16 ist OK Upvote 0
DonManfred said: You should use small images. 16x16/24x24 or something similar i guess. Click to expand... Thanks DonManfred, 16x16 ist OK