Search found 74 matches

by ntromans
Mon Jun 29, 2026 8:51 pm
Forum: Announcements
Topic: SoundFX plugin 1.0 released
Replies: 2
Views: 86

Re: SoundFX plugin 1.0 released

Thank you fort his new plugin, will be interesting will can make a little Audacy like program for Amiga systems. I was thinking just that! The functionality of this plugin looks really great, many thanks for releasing it. Cheers, Nigel. P.S. for any other AROS users reading, the Amiga version does ...
by ntromans
Mon Jun 29, 2026 8:46 pm
Forum: Hollywood bugs
Topic: Hollywood 11 GUI and libs:hollywood/ do not work on AROS
Replies: 4
Views: 1422

Re: Hollywood 11 GUI and libs:hollywood/ do not work on AROS

However, I've run straight into a problem using MUIRoyale (version 1.7). Please see the xml and Hollwood code below. Displaying from the GUI or running from the shell, this works fine on Hollywood X but on Hollywood 11 I'm getting 'Unknown attribute 'inputmode'. That doesn't really make sense. Ther...
by ntromans
Mon Jun 22, 2026 9:04 pm
Forum: Hollywood bugs
Topic: Hollywood 11 GUI and libs:hollywood/ do not work on AROS
Replies: 4
Views: 1422

Re: Hollywood 11 GUI and libs:hollywood/ do not work on AROS

Many thanks for the explanation, and apologies for not spotting those points in the documentation. Yes, I did install manually (installer on AROS hasn't worked for me in the past, but I did try it today and it worked as you said). Now the GUI works and I appreciate how to use ibs:Hollywood - I'll sh...
by ntromans
Sun Jun 14, 2026 5:02 pm
Forum: Hollywood bugs
Topic: Hollywood 11 GUI and libs:hollywood/ do not work on AROS
Replies: 4
Views: 1422

Hollywood 11 GUI and libs:hollywood/ do not work on AROS

Fially got round to downloading and installing Hollywood 11 to my AROS machine (x86) but hit some problems: The GUI does not work. 'Display' does nothing and 'Compile' always complains that there are errors in the script and compilation has failed. This is with both the supplied examples and other k...
by ntromans
Mon Dec 01, 2025 11:26 pm
Forum: Wishlist
Topic: AROS x86_64 bit
Replies: 2
Views: 40496

Re: AROS x86_64 bit

Hopefully with 64 bit being now stable, usable and with a very capable modern web-browser, the user base will grow.

Cheers,
Nigel.
by ntromans
Mon May 12, 2025 1:57 pm
Forum: Hollywood bugs
Topic: 'hide' attribute does not work on AROS RapaGUI
Replies: 7
Views: 22135

Re: 'hide' attribute does not work on AROS RapaGUI

Thanks, I hadn't spotted that in the docs. I guess other systems don't support hide in a toolbar button. I've a MUI program in which the functionality of tollbar buttons changes depending on the mode set and this is reflected by changing the button image through hiding and un-hiding and I was hoping...
by ntromans
Thu May 08, 2025 1:23 pm
Forum: Hollywood bugs
Topic: 'hide' attribute does not work on AROS RapaGUI
Replies: 7
Views: 22135

Re: 'hide' attribute does not work on AROS RapaGUI

Found it - it's just if the button is in a toolbar. For MUI this works: <?xml version="1.0" encoding="iso-8859-1"?> <application> <window title="Test Hide" id="MAIN"> <vgroup> <toolbar horiz="TRUE"> <button image="1" id="hide" not...
by ntromans
Thu May 08, 2025 9:30 am
Forum: Hollywood bugs
Topic: 'hide' attribute does not work on AROS RapaGUI
Replies: 7
Views: 22135

Re: 'hide' attribute does not work on AROS RapaGUI

Sorry, obviously ignore the above with the stupid typo in installeventhandler. With this corrected it works, so why the error in my other program (which is way too large to post here)? I'll havew to test further.

Thanks,
Nigel,
by ntromans
Wed May 07, 2025 9:57 pm
Forum: General questions
Topic: GetLayerStyle()/SetLayerStyle() behaviour on AROS?
Replies: 4
Views: 64399

Re: GetLayerStyle()/SetLayerStyle() behaviour on AROS?

Again, many apologies for the delay in getting back to you. To show the behaviour: ; Program to test getlayerstyle and setlayerstyle @OPTIONS {enabledebug=TRUE} EnableLayers() ; make first shape setfillstyle(#FILLGRADIENT,#RADIAL,#WHITE,#BLUE) box(50,50,50,50,#BLUE,{name="box1"}) ; make se...
by ntromans
Wed May 07, 2025 9:40 pm
Forum: Hollywood bugs
Topic: 'hide' attribute does not work on AROS RapaGUI
Replies: 7
Views: 22135

Re: 'hide' attribute does not work on AROS RapaGUI

Firsty, many apologies for the delay getting back to you on this. To show the error, the gui code is: <?xml version="1.0" encoding="iso-8859-1"?> <application> <window title="Test Hide" id="MAIN"> <vgroup> <button id="Hide" notify="pressed"...