Listview Embed other class object

Discuss GUI programming with the MUI Royale plugin here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Listview Embed other class object

Post 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.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Listview Embed other class object

Post by airsoftsoftwair »

I don't think that this is possible.
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: Listview Embed other class object

Post 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.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
evil
Posts: 177
Joined: Mon Jun 14, 2010 1:38 pm

Re: Listview Embed other class object

Post 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
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: Listview Embed other class object

Post 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.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
evil
Posts: 177
Joined: Mon Jun 14, 2010 1:38 pm

Re: Listview Embed other class object

Post by evil »

Thats cool! Cant await the new version!
Thanks and regards!!

George
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: Listview Embed other class object

Post 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
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Listview Embed other class object

Post 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)
Post Reply