Page 2 of 2

Re: Code snippet - number of issues

Posted: Tue Dec 30, 2014 3:33 pm
by djrikki
Amiga Kit despatched FE yesterday just waiting for it to arrive through the post. I'll let you know.

Re: Code snippet - number of issues

Posted: Tue Dec 30, 2014 4:29 pm
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 :(

Re: Code snippet - number of issues

Posted: Fri Jan 02, 2015 11:40 am
by airsoftsoftwair
This is normal. IDs can only be set at initialization time. See here:
http://www.hollywood-mal.com/docs/html/ ... fyID_.html

Re: Code snippet - number of issues

Posted: Sun Jan 04, 2015 5:22 pm
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.

Re: Code snippet - number of issues

Posted: Wed Jan 21, 2015 6:00 pm
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

Re: Code snippet - number of issues

Posted: Wed Jan 21, 2015 8:59 pm
by djrikki
Yup, I've been following the ticket closely, thanks, nice to see tboeckel being so pro-active.