Search found 5425 matches

by airsoftsoftwair
Sun Feb 11, 2024 9:50 pm
Forum: Hollywood bugs
Topic: Alpha not working on Vector graphics
Replies: 5
Views: 438

Re: Alpha not working on Vector graphics

plouf wrote: Tue Feb 06, 2024 7:11 pm i think (not 100% sure) that alpha works with layers only
No, it should work. It's definitely a bug, though it only happens with layers off.
by airsoftsoftwair
Sun Feb 11, 2024 9:50 pm
Forum: RapaGUI
Topic: Updating listviews...
Replies: 25
Views: 2428

Re: Updating listviews...

...to be honest I don't really like this way of structuring the code to give some feedback to the user during a loop :P I can understand that but I'm afraid there's not really a way around this because that's how modern GUIs are designed. When designing RapaGUI I really thought about this a lot but...
by airsoftsoftwair
Sun Feb 11, 2024 9:41 pm
Forum: Newbie questions
Topic: No debug window in AmiKit?
Replies: 6
Views: 301

Re: No debug window in AmiKit?

I'd say an AmiKit/DOpus5 issue because those heavily patch the system. But what is the debug window anyway? AFAIK there's no such thing in Hollywood so what do you mean? ;)
by airsoftsoftwair
Sun Feb 11, 2024 9:41 pm
Forum: General programming
Topic: Any problem to make a button outside of the area?
Replies: 1
Views: 225

Re: Any problem to make a button outside of the area?

Have you tried if it works? I'd guess it does work because layers can also be (partly) outside the screen and buttons can be mapped to layers so I see no reason why it shouldn't work with hard-coded coordinates.
by airsoftsoftwair
Sun Feb 04, 2024 10:09 pm
Forum: RapaGUI
Topic: Use Pageview class with Treeview class ?
Replies: 8
Views: 894

Re: Use Pageview class with Treeview class ?

Do you have an example please? Here you go: @REQUIRE "RapaGUI" Function p_EventFunc(msg) If (msg.attribute = "Active") And StartsWith(msg.triggervalue, "item") Then moai.Set("pv", "active", Val(UnrightStr(msg.triggervalue, 4)) - 1) EndFunction xml$ ...
by airsoftsoftwair
Sun Feb 04, 2024 10:09 pm
Forum: RapaGUI
Topic: Treeview and XML
Replies: 18
Views: 1882

Re: Treeview and XML

This works here: @REQUIRE "RapaGUI" Function p_EventFunc(msg) If msg.attribute = "Active" Then DebugPrint(msg.triggervalue) EndFunction xml$ = [[ <?xml version="1.0" encoding="iso-8859-1"?> <application id="app"> <window id="win" title=&quo...
by airsoftsoftwair
Sun Feb 04, 2024 10:07 pm
Forum: Hollywood bugs
Topic: Plananarama 2.2 - Sprites are not Displayed until Screendrag or Screen-Switch
Replies: 5
Views: 1223

Re: Plananarama 2.2 - Sprites are not Displayed until Screendrag or Screen-Switch

Guigfx.library and render.library can't be the problem here because they aren't used when running Hollywood in palette mode on a planar screen using Plananarama.
by airsoftsoftwair
Sun Feb 04, 2024 10:06 pm
Forum: Hollywood bugs
Topic: Problem with PlayMusic
Replies: 5
Views: 675

Re: Problem with PlayMusic

I think this might not be related to the audio files but it's an issue with Hollywood's sound driver on Linux. There have been some major audio changes to Linux recently and Hollywood might need some fixes here and there to be compatible with them. It's on my list already.
by airsoftsoftwair
Sun Feb 04, 2024 10:05 pm
Forum: General plugin questions
Topic: AVCodec.hwp crash when mp4 video doesn't have audio stream
Replies: 3
Views: 2168

Re: AVCodec.hwp crash when mp4 video doesn't have audio stream

Thanks, I can confirm the crash here. Will be fixed.
by airsoftsoftwair
Sun Feb 04, 2024 10:04 pm
Forum: Windows IDE
Topic: Minor Bug: Copy-Paste Paste failing on Windows 10 and 11
Replies: 6
Views: 1081

Re: Minor Bug: Copy-Paste Paste failing on Windows 10 and 11

Does this also occur with CTRL-C or only when using the mouse?