KZero Active Member Licensed User Longtime User Dec 8, 2011 #1 Hello, i have list view and i add item B4X: ListView.AddTwoLinesAndBitmap2("text1", "text2", null , "value") now how to put image in this item ??? i want this cuz i wanna grab bitmaps from URL then put every loaded bitmap into its item waiting any useful reply thanks in advance
Hello, i have list view and i add item B4X: ListView.AddTwoLinesAndBitmap2("text1", "text2", null , "value") now how to put image in this item ??? i want this cuz i wanna grab bitmaps from URL then put every loaded bitmap into its item waiting any useful reply thanks in advance
KZero Active Member Licensed User Longtime User Dec 8, 2011 #3 eps said: Get then Put? Click to expand... exactly i can get the bmp but i can't put it into the item Upvote 0
eps said: Get then Put? Click to expand... exactly i can get the bmp but i can't put it into the item
KZero Active Member Licensed User Longtime User Dec 8, 2011 #4 in the attached project i could add item with image loaded from url but i want to add the item first then when the image loading complete it will be placed in the item Upvote 0
in the attached project i could add item with image loaded from url but i want to add the item first then when the image loading complete it will be placed in the item
eps Expert Licensed User Longtime User Dec 8, 2011 #5 But that's Put then Get.... I don't think ListView works well like that... Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 9, 2011 #7 You can use ScrollView instead. It is much more flexible: ScrollView examples summary Note that you should use File - Export as zip before uploading a project. Upvote 0
You can use ScrollView instead. It is much more flexible: ScrollView examples summary Note that you should use File - Export as zip before uploading a project.
KZero Active Member Licensed User Longtime User Dec 9, 2011 #8 Erel said: You can use ScrollView instead. It is much more flexible: ScrollView examples summary Note that you should use File - Export as zip before uploading a project. Click to expand... i'm already working on it wondering if adding small webview in each row for the picture will consume a lot of ram ? Upvote 0
Erel said: You can use ScrollView instead. It is much more flexible: ScrollView examples summary Note that you should use File - Export as zip before uploading a project. Click to expand... i'm already working on it wondering if adding small webview in each row for the picture will consume a lot of ram ?
eps Expert Licensed User Longtime User Dec 9, 2011 #9 Or what about 2 or more Listviews and flipping them? Upvote 0
KZero Active Member Licensed User Longtime User Dec 9, 2011 #10 eps said: Or what about 2 or more Listviews and flipping them? Click to expand... that's great idea thanks :sign0098: Upvote 0
eps said: Or what about 2 or more Listviews and flipping them? Click to expand... that's great idea thanks :sign0098: