MUIRoyale Hollywood class not working for 6.1 under AROS.

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

MUIRoyale Hollywood class not working for 6.1 under AROS.

Post by ntromans »

Looking at the MUIRoyale examples which use Hollywood class in preparation for using it myself, I found that the examples were not displaying anything, e.g. for the Amin example, where the animation should be is just a blank space with the background window colour. This is the same for both 'Display' and 'Compile'. I've double checked that all of the new files from the 6.1 package are installed and checked (using version) that the MUIRoyale plugin is 1.3. Trying the examples again but with the old 6.0 and they work fine.

This is under Icaros 2.03.

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

Re: MUIRoyale Hollywood class not working for 6.1 under AROS

Post by airsoftsoftwair »

Yes. This was fixed some months ago already:

Code: Select all

- Fix [AROS]: Hollywood class didn't handle satellite bitmap pixel formats correctly; this
  didn't have any practical consequences for Hollywood versions <= 6.0 because of a bug in
  these Hollywood versions; this bug was fixed in Hollywood 6.1, though, and then prevented
  embedded Hollywood displays from working correctly
But I haven't released MUI Royale 1.4 so far... I guess I really should do this now :)
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: MUIRoyale Hollywood class not working for 6.1 under AROS

Post by airsoftsoftwair »

Hmm, now I see why I haven't released MUI Royale 1.4 so far:

Code: Select all

- Change: TextEditor.SetColor() and TextEditor.Color use TextEditor.mcc's inbuilt RGB text
  mode now which is a much better solution than the previous pen-based approach; as a result,
  TextEditor.mcc 15.47 is now required by MUI Royale! 
Somebody really needs to nag the TextEditor.mcc team to release the next update for TextEditor.mcc because otherwise I can't release MUI Royale 1.4.
ntromans
Posts: 54
Joined: Fri Jan 11, 2013 12:06 am

Re: MUIRoyale Hollywood class not working for 6.1 under AROS

Post by ntromans »

Thanks for letting me know - I'll look forwards to the release of 1.4.

Cheers,
Nigel.
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Re: MUIRoyale Hollywood class not working for 6.1 under AROS

Post by lazi »

It seems that TextEditor.mcc 15.47 is out.

Is it enough for green light to MUIRoyale 1.4?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: MUIRoyale Hollywood class not working for 6.1 under AROS

Post by airsoftsoftwair »

I see, that's very good. I'll try to get MUI Royale 1.4 tidied up for release then (finally)...
Post Reply