Search found 753 matches

by plouf
Sun Sep 13, 2026 6:39 pm
Forum: Newbie questions
Topic: Execute with CaptureOutput set to true doesn't returns rc
Replies: 7
Views: 1354

Re: Execute with CaptureOutput set to true doesn't returns rc

based on discusion we had in https://forums.hollywood-mal.com/viewtopic.php?t=4225 returncode must be what OS does the following example works in amigaos3.x by returning code 10 (As the OS does), works in windows by returning 127 (as the OS does) but not in Morphos/AmigaOS4 In morphos i see thext &q...
by plouf
Sun Sep 13, 2026 6:28 pm
Forum: Newbie questions
Topic: EscapeQuit(FALSE) doesn't work
Replies: 4
Views: 881

Re: EscapeQuit(FALSE) doesn't work

He also said that esc works in simple examples
Since its app is ytsearh may he uses hurl, maybe when hurl is active and working doesnt ?!
by plouf
Tue Sep 08, 2026 9:40 pm
Forum: Newbie questions
Topic: Execute with CaptureOutput set to true doesn't returns rc
Replies: 7
Views: 1354

Re: Execute with CaptureOutput set to true doesn't returns rc

try the following example i test it in mos now works comment/uncomment the two run() Function p_HandlerFunc(msg) Switch(msg.action) Case "RunFinished": NPrint("Return code "..StrStr(msg.returncode)) NPrint("Press Return to continue.") WaitLeftMouse() EndSwitch EndFuncti...
by plouf
Tue Sep 08, 2026 3:34 pm
Forum: Newbie questions
Topic: Execute with CaptureOutput set to true doesn't returns rc
Replies: 7
Views: 1354

Re: Execute with CaptureOutput set to true doesn't returns rc

Do you have latest hollywood11?
Some fixes have been made for this

Relative discusion -> https://forums.hollywood-mal.com/viewtopic.php?t=4225
by plouf
Fri Aug 28, 2026 12:54 am
Forum: Newbie questions
Topic: Using a Brush as a Pattern
Replies: 2
Views: 1771

Re: Using a Brush as a Pattern

a) Why ? , you can draw brush as many times you want example CreateBrush(1,100,100) SelectBrush(1) Circle(10,10,40,#RED) DisplayBrush(1,10,10) DisplayBrush(1,100,100) DisplayBrush(1,200,200) Repeat WaitEvent Forever b) this possible can be done by drawing to BGPIC (the background pic) as you can rep...
by plouf
Thu Aug 27, 2026 11:30 pm
Forum: Newbie questions
Topic: Question about Arc
Replies: 2
Views: 1474

Re: Question about Arc

with vector path library, Curveto() command

example

Code: Select all

StartPath(1)
CurveTo(1,0,0,100,100,0,100)
DrawPath(1,100,100,#RED)


Repeat
	WaitEvent()
Forever
by plouf
Sun Aug 23, 2026 5:38 pm
Forum: General programming
Topic: WriteTable() and error handling
Replies: 4
Views: 3241

Re: WriteTable() and error handling

ok see sorry. according to manual, passing wrong numbers of arguments consider syntax error and cannon be caught, instant exiting script (second sentence from bottom)-> https://www.hollywood-mal.com/docs/html/hollywood/PrgErrorHandling.html errors can be caught if a procedure is designed for, for ex...
by plouf
Sun Aug 23, 2026 3:30 pm
Forum: General programming
Topic: WriteTable() and error handling
Replies: 4
Views: 3241

Re: WriteTable() and error handling

isnt error gone when removing ; (comment) from ;t={} ?
by plouf
Thu Aug 13, 2026 6:41 am
Forum: Wishlist
Topic: A way to control Plugins On/Off
Replies: 4
Views: 14285

Re: A way to control Plugins On/Off

Dont know that . But to cover these cases i suggest use some kind of installer or first time "config tool"

Will catch requirements and inform user, and can also config other stuff like control keys etc
Its common in other games
by plouf
Fri Aug 07, 2026 4:23 pm
Forum: General programming
Topic: RebelSDL problems.
Replies: 2
Views: 12979

Re: RebelSDL problems.

Do I actually need to install SDL2 to AOS4 , or is problem somewhere elsewhere, since, once again, it didnt give that error before, only after I had tried to add the UseAudioAdapter=False. only have a comment for this sentence revelSDL clearly requires sdl2 2.0.12 or newer isntalled ->https://os4de...