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.
MUIRoyale listview problems - zune limitations?
Re: MUIRoyale listview problems - zune limitations?
Sorry - cant't seem to edit the previous message, I meant selectchange, not selectcontents.
Nigel.
Nigel.
- airsoftsoftwair
- Posts: 5834
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: MUIRoyale listview problems - zune limitations?
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.
Re: MUIRoyale listview problems - zune limitations?
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.
Thanks,
Nigel.
P.S. many thanks for releasing APNG - looks like it will be very useful.
- airsoftsoftwair
- Posts: 5834
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: MUIRoyale listview problems - zune limitations?
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?
Re: MUIRoyale listview problems - zune limitations?
Search path for MCC on AROS is:
LIBS:Zune
LIBS:Classes/Zune
LIBS:MUI
Please don't use absolute paths as they can change.
LIBS:Zune
LIBS:Classes/Zune
LIBS:MUI
Please don't use absolute paths as they can change.
- airsoftsoftwair
- Posts: 5834
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: MUIRoyale listview problems - zune limitations?
Ok, I've now changed MUI Royale to use these relative search paths instead.