Search found 71 matches
- Sun Jun 14, 2026 5:02 pm
- Forum: Hollywood bugs
- Topic: Hollywood 11 GUI and libs:hollywood/ do not work on AROS
- Replies: 0
- Views: 88
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...
- Mon Dec 01, 2025 11:26 pm
- Forum: Wishlist
- Topic: AROS x86_64 bit
- Replies: 2
- Views: 39993
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.
Cheers,
Nigel.
- Mon May 12, 2025 1:57 pm
- Forum: Hollywood bugs
- Topic: 'hide' attribute does not work on AROS RapaGUI
- Replies: 7
- Views: 21775
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...
- Thu May 08, 2025 1:23 pm
- Forum: Hollywood bugs
- Topic: 'hide' attribute does not work on AROS RapaGUI
- Replies: 7
- Views: 21775
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...
- Thu May 08, 2025 9:30 am
- Forum: Hollywood bugs
- Topic: 'hide' attribute does not work on AROS RapaGUI
- Replies: 7
- Views: 21775
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,
Thanks,
Nigel,
- Wed May 07, 2025 9:57 pm
- Forum: General questions
- Topic: GetLayerStyle()/SetLayerStyle() behaviour on AROS?
- Replies: 4
- Views: 63549
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...
- Wed May 07, 2025 9:40 pm
- Forum: Hollywood bugs
- Topic: 'hide' attribute does not work on AROS RapaGUI
- Replies: 7
- Views: 21775
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"...
- Mon Apr 07, 2025 9:29 pm
- Forum: General questions
- Topic: GetLayerStyle()/SetLayerStyle() behaviour on AROS?
- Replies: 4
- Views: 63549
GetLayerStyle()/SetLayerStyle() behaviour on AROS?
I don't know if I've missinterpreted the docs, but it looked to me that you should be able to GetLayerStyle() on a layer to pick up all of its attributes and then SetLayerStyle() to push them into another, essentially cloning the first later to the second. However, then I try to do this on AROS I ca...
- Mon Apr 07, 2025 9:19 pm
- Forum: Hollywood bugs
- Topic: 'hide' attribute does not work on AROS RapaGUI
- Replies: 7
- Views: 21775
'hide' attribute does not work on AROS RapaGUI
The 'hide' attribute does not work on AROS RApaGUI but does work on AROS MUIRoyale. So if you: mui.set(button_id,"hide",TRUE) this works fine but if you moai.set(button_id,"hide",TRUE) it returns with an error that attribute 'hide' is not recgnised (or words to that effect). Chee...
- Mon Apr 07, 2025 9:14 pm
- Forum: Hollywood bugs
- Topic: GetFrontScreen() not working as docs on AROS
- Replies: 2
- Views: 5835
GetFrontScreen() not working as docs on AROS
On AROS, GetFrontScreen() does not return the frontmost public screen, it gives the screen with the active window. So for example if you open a pubscreen, drag it down and then select a window on Wanderer (which is stil behind the pubscreen), 'Workbench' is returned. This also happens if the screen ...