Code snippet - number of issues

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

Re: Code snippet - number of issues

Post by djrikki »

Amiga Kit despatched FE yesterday just waiting for it to arrive through the post. I'll let you know.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: Code snippet - number of issues

Post by djrikki »

Trying to change the ID of a listree node/leaf produces the same result, i.e. won't update.

Code: Select all

    Case "menuitem-id" ; a string object on Acknowledge event

           Local found, table = mui.DoMethod("MENU" .. page, "getentry", "active", "active", "")
           debugprint(table.id) ; before
		    	    	    						
           mui.Set(table.id,"id",mui.Get(msg.id,"contents"))
							
           debugprint(table.id) ; after.. did not change :(
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Code snippet - number of issues

Post by airsoftsoftwair »

This is normal. IDs can only be set at initialization time. See here:
http://www.hollywood-mal.com/docs/html/ ... fyID_.html
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: Code snippet - number of issues

Post by djrikki »

RE: Missing Images

Unfortunately the missing images as per page 1 are still randomily not loading into the GUI regardless of FE being installed, I'll have to report it on the MUI forum.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Code snippet - number of issues

Post by airsoftsoftwair »

This has now been identified as a bug in MUI and it should be fixed now. See here:
https://muidev.de/ticket/133
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: Code snippet - number of issues

Post by djrikki »

Yup, I've been following the ticket closely, thanks, nice to see tboeckel being so pro-active.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
Post Reply