Search found 5443 matches

by airsoftsoftwair
Sun Feb 11, 2024 9:41 pm
Forum: Newbie questions
Topic: No debug window in AmiKit?
Replies: 6
Views: 344

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

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

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

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

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

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

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

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?
by airsoftsoftwair
Sun Feb 04, 2024 10:03 pm
Forum: RapaGUI
Topic: Updating listviews...
Replies: 25
Views: 2533

Re: Updating listviews...

Flinx is doing it the right way. I somehow missed his answer and came up with this: @REQUIRE "RapaGUI" Function p_Func(msg) Local t = msg.userdata DebugPrint("--> ", t.n) Wait(50,#MILLISECONDS) moai.DoMethod("lv", "insert", GetTime(True) .. ": " .. &...
by airsoftsoftwair
Sun Jan 28, 2024 2:41 pm
Forum: Off topic
Topic: Looking for somebody in the UK
Replies: 4
Views: 6179

Re: Looking for somebody in the UK

*bump*

Still looking for somebody who can help...