Search found 475 matches

by SamuraiCrow
Tue Nov 09, 2021 4:31 pm
Forum: General plugin questions
Topic: LoadPlugin plananarama.hwp doesn´t work
Replies: 7
Views: 2981

Re: LoadPlugin plananarama.hwp doesn´t work

Have you considered using a preprocessor #IF statement to do a Plananorama-specific startup and a general-purpose one? It should work that way.
by SamuraiCrow
Tue Oct 19, 2021 1:20 pm
Forum: Hollywood bugs
Topic: Multi CreateBrush() with NIL no release brush
Replies: 6
Views: 2671

Re: Multi CreateBrush() with NIL no release brush

I think he means that you use the same brush ID as the one you want to flush. This causes the garbage collector to free the brush for you.
by SamuraiCrow
Fri Sep 24, 2021 6:25 am
Forum: Amiga IDE questions
Topic: FlowStudio
Replies: 17
Views: 26690

CubicIDE vs. FlowStudio vs. VS Code (a year old thread necro)

I'm currently only using Windows to play with Hollywood programming, but my original intentions have always been to do my programming on MorphOS, using Cubic IDE, which I purchased at full price years ago. (edit: I'm the kind of person who likes to use things that I have paid for, if they are still...
by SamuraiCrow
Thu Sep 16, 2021 11:40 am
Forum: MUI Royale
Topic: Weird encoding issue
Replies: 7
Views: 5883

Re: Weird encoding issue

Uh, are there two different versions of the MUIRoyale plugin being used? ;)
by SamuraiCrow
Sun Aug 29, 2021 3:30 am
Forum: RapaGUI
Topic: Disabled functions
Replies: 2
Views: 1705

Re: Disabled functions

I could venture a guess that it can only display in a window section with a Hollywood tag.
by SamuraiCrow
Fri Jul 30, 2021 3:54 am
Forum: Announcements
Topic: RapaGUI 2.0 released
Replies: 14
Views: 11261

Re: RapaGUI 2.0 released

airsoftsoftwair wrote: Wed Jul 28, 2021 10:28 pm MUI Royale won’t get all of the higher level functions that RapaGUI has (like list views with checkboxes etc.) but there’s definitely something cool in for MUI Royale 2.0 that many MUI fans will probably love :)
I'll look forward to it!
by SamuraiCrow
Fri Jul 30, 2021 3:49 am
Forum: RapaGUI
Topic: HyperTextView gadget feature?
Replies: 13
Views: 7004

Re: HyperTextView gadget feature?

That's a relief!
by SamuraiCrow
Wed Jul 28, 2021 7:27 pm
Forum: RapaGUI
Topic: HyperTextView gadget feature?
Replies: 13
Views: 7004

Re: HyperTextView gadget feature?

UPDATE
The HTMLview.mcc code is way too fancy for my liking. I may just have to settle for trying to get it to work on MorphOS as is.

Edit:
The demo that comes with the class actually does work on MorphOS. It's just the HTML tag on RapaGUI that does the MorphOS equivalent of a segfault.
by SamuraiCrow
Tue Jul 27, 2021 7:06 pm
Forum: Hollywood bugs
Topic: Hollywood 9 with french character
Replies: 3
Views: 2171

Re: Hollywood 9 with french character

First of all, which character encoding are you using? Is it UTF-8 or ISO-Latin1?
by SamuraiCrow
Sun Jul 25, 2021 5:17 pm
Forum: RapaGUI
Topic: RaiseOnError() with RapaGUI on Latest Android Player
Replies: 9
Views: 4375

Re: RaiseOnError() with RapaGUI on Latest Android Player

@PEB
If SystemRequest() is the problem, wouldn't moai.request() be preferred?