Search found 576 matches
- Sun Apr 04, 2021 10:01 pm
- Forum: Announcements
- Topic: Hollywood 9.0: Sugarcane released!
- Replies: 34
- Views: 2212
Re: Hollywood 9.0: Sugarcane released!
This topic is for the great news that the most actively developed Amiga software has a new release. Please use the off-topic section of this board for personal thoughts. I am really interested all about you, dear friends in Hollywood, but please keep in mind that a new user may be disturbed if the p...
- Sun Mar 28, 2021 12:33 pm
- Forum: General programming
- Topic: InstallEventHandler question regarding the function
- Replies: 2
- Views: 214
Re: InstallEventHandler question regarding the function
Not sure I understand your problem, but AFAIK self has meaning only inside the oop function.
If you need to update OOP: function's self.myvariable outside the OOP: function then you should call the variable OOP.myvariable.
If you are familiar with that, please try to rephrase the problem.
If you need to update OOP: function's self.myvariable outside the OOP: function then you should call the variable OOP.myvariable.
If you are familiar with that, please try to rephrase the problem.
- Mon Mar 22, 2021 2:45 pm
- Forum: Announcements
- Topic: Hollywood 9.0: Sugarcane released!
- Replies: 34
- Views: 2212
Re: Hollywood 9.0: Sugarcane released!
Great. Its some time ago that I reported a glitch which caused that some fonts couldnt be linked. Is the fix part of this release? I don't know about the specific problem, but found this entry in the history: Fix: Some TrueType fonts which contained style keywords in their face name (e.g. "Albertus...
- Sun Mar 21, 2021 3:29 pm
- Forum: Announcements
- Topic: Hollywood 9.0: Sugarcane released!
- Replies: 34
- Views: 2212
Re: Hollywood 9.0: Sugarcane released!
It is amazing!
I am enthusiastic about your work!
And we are not left without teasers: the upcoming plugins!
Well done!
Edit: Order placed!
I am enthusiastic about your work!
And we are not left without teasers: the upcoming plugins!
Well done!
Edit: Order placed!

- Sun Feb 07, 2021 11:00 pm
- Forum: RebelSDL
- Topic: Cannot set adapter
- Replies: 6
- Views: 583
Re: Cannot set adapter
Is that means that a GLGalore aware MUIRoyale plugin still can happen sometime? Embedding GLGalore display into a MUI window would be nice. p.s: By the way fortunately Hollywood is so powerful that maybe I can create two programs which communicate by IPC. One for the rebelsdl display and one for the...
- Sun Feb 07, 2021 10:05 pm
- Forum: RebelSDL
- Topic: Cannot set adapter
- Replies: 6
- Views: 583
Re: Cannot set adapter
That's good to know.You cannot combine plugins ... RapaGUI, RebelSDL, and GL Galore. (on windows)

That is what we already known!Only Amiga makes it possible

- Sat Feb 06, 2021 7:52 pm
- Forum: Wishlist
- Topic: Make Eval() more flexible
- Replies: 2
- Views: 415
Make Eval() more flexible
I would like to ask a switch to eval for avoiding "Value expected".
The unevaluable strings could result zero value.
What do you think?
The unevaluable strings could result zero value.
What do you think?
- Tue Feb 02, 2021 10:57 pm
- Forum: Wishlist
- Topic: #INCLUDED constant for @IF prepocessor
- Replies: 2
- Views: 378
Re: #INCLUDED constant for @IF prepocessor
Sorry this topic is created to wrong place. The correct would be Hollywood/Wishlist.
- Tue Feb 02, 2021 11:51 am
- Forum: Wishlist
- Topic: #INCLUDED constant for @IF prepocessor
- Replies: 2
- Views: 378
#INCLUDED constant for @IF prepocessor
Larger scripts are of course easier to handle in separate scripts which can be joined together by @include at runtime. I would like to test and write the individual parts separated from the main scripts which @includes them. So the include script has to be complete with for example a waitevent loop....
- Sun Jan 31, 2021 1:30 am
- Forum: RebelSDL
- Topic: Cannot set adapter
- Replies: 6
- Views: 583
Re: Cannot set adapter
Ok, there is a lot of @requires missing and I found that RapaGUI and RebelSDL don't like each other. ;szamlazz.hu helper gui @APPVERSION "$VER:Szamlazo 1.23 (24-Jan-21)" @OPTIONS {encoding=#ENCODING_UTF8} /* @REQUIRE "sqlite3" @REQUIRE "polybios" */ @REQUIRE "rapagui" /* @REQUIRE "hurl" @REQUIRE "xm...