Search found 70 matches

by ntromans
Mon Dec 01, 2025 11:26 pm
Forum: Wishlist
Topic: AROS x86_64 bit
Replies: 2
Views: 2814

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: 1446

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: 1446

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: 1446

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: 2214

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: 1446

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"...
by ntromans
Mon Apr 07, 2025 9:29 pm
Forum: General questions
Topic: GetLayerStyle()/SetLayerStyle() behaviour on AROS?
Replies: 4
Views: 2214

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...
by ntromans
Mon Apr 07, 2025 9:19 pm
Forum: Hollywood bugs
Topic: 'hide' attribute does not work on AROS RapaGUI
Replies: 7
Views: 1446

'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...
by ntromans
Mon Apr 07, 2025 9:14 pm
Forum: Hollywood bugs
Topic: GetFrontScreen() not working as docs on AROS
Replies: 2
Views: 1009

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 ...
by ntromans
Tue Nov 26, 2024 9:31 pm
Forum: Hollywood bugs
Topic: WriyeSerialDT not respecting timeout
Replies: 2
Views: 15508

Re: WriyeSerialDT not respecting timeout

Thanks - Ill post this as a bug on ArosExec.

Nigel.