Page 1 of 1
Listview Embed other class object
Posted: Sat Apr 06, 2013 1:16 pm
by djrikki
Hi Andreas,
I think this is likely to be a limitation of MUI itself, however I'll ask anyway. I would like to be able to insert a Gauge object inside a particular column.
Code: Select all
<column title="Size" minwidth="10">
<vgroup>
<gauge horiz="true" infotext=""/>
<scale/>
</vgroup>
</column>
The purpose?
The column shows the total file size of a download, as the file downloads I want to be able to update the gauge which sits in this listview.
Re: Listview Embed other class object
Posted: Sun Apr 07, 2013 10:14 am
by airsoftsoftwair
I don't think that this is possible.
Re: Listview Embed other class object
Posted: Sun Apr 07, 2013 12:23 pm
by djrikki
Hmmm thought so, gonna have to think another way of making this visual to the end user. It also appears I cannot make 'Inactive' a particular item in a listview either.
Re: Listview Embed other class object
Posted: Wed Oct 30, 2013 1:51 pm
by evil
Hello!
I have a similar question, so I post it in this thread!
I want to change a listview-entry.
example: the listview displays some gamenames.
In a string-gadget I want to change the name of a game. After doint that, the changed name should be displayed in the listview.
May be something like listview.setentry should do that.
Is there a way to do this without deleting the old listview-entry and creating a new one with the changed name?
Regards
George
Re: Listview Embed other class object
Posted: Wed Oct 30, 2013 6:17 pm
by djrikki
Hi George,
I've already requested this feature many months ago now, Andreas confirmed it will be available in the next version available soon.
Re: Listview Embed other class object
Posted: Wed Oct 30, 2013 8:52 pm
by evil
Thats cool! Cant await the new version!
Thanks and regards!!
George
Re: Listview Embed other class object
Posted: Wed Oct 30, 2013 9:17 pm
by djrikki
Yeah me too
PS just look at the number of MUI issues I've reported here on the forum... I will be very busy upon release!
Here it is...
viewtopic.php?f=21&t=714
Re: Listview Embed other class object
Posted: Sat Nov 02, 2013 11:18 pm
by airsoftsoftwair
Yep, the new version will have this feature, see here:
Code: Select all
- New: Added Listview.Rename() method that allows you to rename entries in a listview row
(requested by Richard Lake)