MUIRoyale listview problems - zune limitations?

Report any Hollywood bugs here
Post Reply
ntromans
Posts: 69
Joined: Fri Jan 11, 2013 12:06 am

MUIRoyale listview problems - zune limitations?

Post by ntromans »

I'm having pproblems working with MUIRoyale listviews on AROS/Zune - quite a few of the methods don't seem to work (selectcontets notification, clickcolumn notifocation, getselection and a few others). Could I ask, are these due to Zune limitations?

Thanks,
Nigel.
ntromans
Posts: 69
Joined: Fri Jan 11, 2013 12:06 am

Re: MUIRoyale listview problems - zune limitations?

Post by ntromans »

Sorry - cant't seem to edit the previous message, I meant selectchange, not selectcontents.

Nigel.
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: MUIRoyale listview problems - zune limitations?

Post by airsoftsoftwair »

Yes, Zune functionality is not on par with MUI 3.8 but I don't know any details about the things that are missing. Contact the AROS team for more info on that.
ntromans
Posts: 69
Joined: Fri Jan 11, 2013 12:06 am

Re: MUIRoyale listview problems - zune limitations?

Post by ntromans »

I expect it is a Zune limitation. However, I've hit another issue with using TheBar.mcc. The MUIRoyale text-editor demo will not launch complaining it needs TheBar.mcc version 26,11 or better, but this is installed - the version in memory was checked using Scout and confirmed as 26.11. Is there any way around this problem?

Thanks,
Nigel.

P.S. many thanks for releasing APNG - looks like it will be very useful.
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: MUIRoyale listview problems - zune limitations?

Post by airsoftsoftwair »

Hmm, where is the file on your AROS installation? MUI Royale checks for it in "Sys:Classes/Zune/TheBar.mcc". Did AROS change class paths?
Mazze
Posts: 69
Joined: Thu May 06, 2010 8:08 pm

Re: MUIRoyale listview problems - zune limitations?

Post by Mazze »

Search path for MCC on AROS is:
LIBS:Zune
LIBS:Classes/Zune
LIBS:MUI

Please don't use absolute paths as they can change.
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: MUIRoyale listview problems - zune limitations?

Post by airsoftsoftwair »

Ok, I've now changed MUI Royale to use these relative search paths instead.
Post Reply