Search found 5425 matches

by airsoftsoftwair
Sun Feb 04, 2024 10:03 pm
Forum: RapaGUI
Topic: Updating listviews...
Replies: 25
Views: 2428

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

Re: Looking for somebody in the UK

*bump*

Still looking for somebody who can help...
by airsoftsoftwair
Sun Jan 28, 2024 12:51 pm
Forum: RapaGUI
Topic: Window manipulations
Replies: 3
Views: 1228

Re: Window manipulations

Ok, I'll see what I can do.
by airsoftsoftwair
Sun Jan 28, 2024 12:51 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

Maybe it's related to 3.2 since I cannot reproduce this on any system. Can you test it on OS3.1 or OS3.9? I don't have a 3.2 system here.
by airsoftsoftwair
Sun Jan 28, 2024 12:47 pm
Forum: RapaGUI
Topic: Use Pageview class with Treeview class ?
Replies: 8
Views: 895

Re: Use Pageview class with Treeview class ?

Sure it is. Just set Pageview.Active to the desired page whenever the user clicks a treeview item.
by airsoftsoftwair
Sun Jan 28, 2024 12:45 pm
Forum: RapaGUI
Topic: Treeview and XML
Replies: 18
Views: 1882

Re: Treeview and XML

I'm afraid editing treeview items is currently broken in RapaGUI's MUI backend so it won't work on MorphOS or AmigaOS. But it's really a mystery because everything is implemented but it doesn't work. I don't know why I didn't notice this when I wrote the code. I surely must have tested it?! Anyway, ...
by airsoftsoftwair
Sun Jan 28, 2024 12:43 pm
Forum: Hollywood bugs
Topic: Possible problem with RapaGUI on Linux Manjaro
Replies: 2
Views: 737

Re: Possible problem with RapaGUI on Linux Manjaro

Replied in thread. It's a feature, not a bug :)
by airsoftsoftwair
Sun Jan 28, 2024 12:42 pm
Forum: RapaGUI
Topic: Updating listviews...
Replies: 25
Views: 2428

Re: Updating listviews...

I'm afraid that this is a "feature". GUI applications are expected not to block the main (UI) thread so your application must always make sure to return control to the main loop to give your app a chance to handle refresh and get user input. Instead of timers you could use functions like R...
by airsoftsoftwair
Sun Jan 28, 2024 12:34 pm
Forum: Hollywood bugs
Topic: OpenSerial Fail in android hollywood 10
Replies: 1
Views: 726

Re: OpenSerial Fail in android hollywood 10

Ok, this is probably because of some elevated security restrictions in Android because there weren't any changes in the Android serial code from Hollywood 9 to 10 so it must be some security thing in Android blocking serial access. I'll check.
by airsoftsoftwair
Sun Jan 28, 2024 12:30 pm
Forum: General plugin questions
Topic: Saving PNG Project icons with Iconic
Replies: 1
Views: 758

Re: Saving PNG Project icons with Iconic

Right, this is clearly a bug. Will be fixed.