Search found 467 matches

by plouf
Fri Jan 26, 2024 2:00 pm
Forum: RapaGUI
Topic: Treeview and XML
Replies: 18
Views: 1893

Re: Treeview and XML

i read documentation of XML plugin but unfortunnaly i understand how to edit a value in a treeview... XML plugin is there to help you read XML files and save them back, has nothing to do with treeview or any RapaGUI, data you import from XML are there for your code to do it manually My colums are e...
by plouf
Thu Jan 25, 2024 9:37 am
Forum: RapaGUI
Topic: Updating listviews...
Replies: 25
Views: 2453

Re: Updating listviews...

Thats the point of comenting out
With commented out wait is the video

I see with or without wait filling
by plouf
Wed Jan 24, 2024 8:56 pm
Forum: RapaGUI
Topic: Updating listviews...
Replies: 25
Views: 2453

Re: Updating listviews...

When you push [GO] the callback function will add several lines to the Listview but they are displayed only at the end of the loop, I've added the "redraw" method to try to force a refresh but without success... I'd like to use a listview as a log box (like in the official demo), but this...
by plouf
Wed Jan 24, 2024 12:23 pm
Forum: RapaGUI
Topic: Updating listviews...
Replies: 25
Views: 2453

Re: Updating listviews...

Have a CheckEvent() in your loop ?

Examples would help
by plouf
Tue Jan 23, 2024 11:01 pm
Forum: Hollywood bugs
Topic: OpenSerial Fail in android hollywood 10
Replies: 1
Views: 734

OpenSerial Fail in android hollywood 10

REPRODUCIBILITY: 100% OSVERSION: Android 13 HOLLYWOOD: 10.0 even trying the simplest possible OpenSerialPort(1, "COM1") WriteSerialData(1, "Hello World!") CloseSerialPort(1) error message pops up saying "cannot open serial port com1" TEST i done 1)under windows11 offcou...
by plouf
Mon Jan 22, 2024 7:57 pm
Forum: RapaGUI
Topic: Treeview and XML
Replies: 18
Views: 1893

Re: Treeview and XML

yes, there is XML plugin who can parse xml documents

however you then manually insert data to treeview or anywhere else
by plouf
Sun Jan 14, 2024 10:04 pm
Forum: Off topic
Topic: Suggestion: Add Plananarama-Plugin to Plugins-Board
Replies: 3
Views: 1424

Re: Suggestion: Add Plananarama-Plugin to Plugins-Board

isnt the "GFX card" provided by Pistrom , contradicts with the plananarama ? I'm sure with the new developments of cheap CPU/GFX-Cards like PiStorm32 we will see a revival of the 68k-classic-Community. Well, but they are targetting a Kick 1.3 A500 with 1MB of memory. Hollywood's not really...
by plouf
Thu Jan 11, 2024 2:49 pm
Forum: Off topic
Topic: Idea: Build a Bugreport-Tool
Replies: 2
Views: 1079

Re: Idea: Build a Bugreport-Tool

Using a predefined report form is very well practice i agree


But isnt too much a"tool" ?
I mean if we decide in a format we can just copy paste it in the new post thread ?!
by plouf
Thu Jan 11, 2024 2:46 pm
Forum: Off topic
Topic: Suggestion: Mark Posts as Solved
Replies: 4
Views: 1226

Re: Suggestion: Mark Posts as Solved

Yes

Retitling in bug section with "[FIXED]" helps

Also useful is when writing "fixed" in last reply to mentiom the version is fixed. I.e. fixed in next realease 11 etc
Or fixed in version 8.1

Helps a lot imho
by plouf
Mon Jan 08, 2024 7:42 pm
Forum: Newbie questions
Topic: can I use HTML POST method with Hollywood?
Replies: 2
Views: 1453

Re: can I use HTML POST method with Hollywood?

DownLoadFIle support POST request in its table arguments, you can send the POST request and process it, then return an "ok" for example

also hURL plugin support far more complex requests (including https)