Search found 5450 matches

by airsoftsoftwair
Sat Feb 27, 2010 11:46 pm
Forum: Off topic
Topic: Forum question...
Replies: 3
Views: 6086

Re: Forum question...

I have to admit that I'm pretty much a phpbb3 noob. Is this something that could be configured in the admin's setting? If it is, let me know which switch to modify and I'll do it :)
by airsoftsoftwair
Sat Feb 27, 2010 11:42 pm
Forum: Designer bugs
Topic: System freeze when adding sounds
Replies: 10
Views: 25481

Re: System freeze when adding sounds

I actually got the same report from another user via email today. It could be related to OS 4.1 Update 1 which I currently don't have installed here. I'll try it myself as soon as I update to OS 4.1.1.
by airsoftsoftwair
Sat Feb 27, 2010 11:40 pm
Forum: Hollywood bugs
Topic: MatchPattern() problem/bug ?
Replies: 6
Views: 9125

Re: MatchPattern() problem/bug ?

Of course you can always write your own pattern matching routines :)
by airsoftsoftwair
Fri Feb 26, 2010 10:35 pm
Forum: Hollywood bugs
Topic: MatchPattern() problem/bug ?
Replies: 6
Views: 9125

Re: MatchPattern() problem/bug ?

Oh well, what you're trying to do is clearly more than pattern matching is designed to do :) AFAICS, AmigaDOS patterns use parentheses as tokens so you will run into trouble if you try to use them as non-tokens. This is not a Hollywood bug, it's related to the way patterns work in AmigaDOS.
by airsoftsoftwair
Fri Feb 26, 2010 10:33 pm
Forum: Hollywood bugs
Topic: Windows 7: Bug in OpenFile()
Replies: 12
Views: 17834

Re: Windows 7: Bug in OpenFile()

Oops, yes, I totally missed out that the write error actually came from the *file requester* and not from Hollywood. Then of course it is clearly an error in your code. It works under AmigaOS because the Amiga requester allows specification of a non-existent file. The Windows requester however doesn...
by airsoftsoftwair
Thu Feb 25, 2010 12:01 pm
Forum: Hollywood bugs
Topic: MatchPattern() problem/bug ?
Replies: 6
Views: 9125

Re: MatchPattern() problem/bug ?

Got an example? The following works here:

Code: Select all

DebugPrint(MatchPattern("dev:hollywood/test/pic.png", "#?.(iff|bmp|png)"))
It returns 1 as expected and there are parentheses in the pattern.
by airsoftsoftwair
Wed Feb 24, 2010 12:09 pm
Forum: Newbie questions
Topic: Where does this square plastic thing go ?
Replies: 6
Views: 9103

Re: Where does this square plastic thing go ?

No problem, I'll send you Malibu via email as an lha archive :)
by airsoftsoftwair
Fri Feb 19, 2010 12:00 pm
Forum: Hollywood bugs
Topic: Problem with AROS and the ARexx port
Replies: 5
Views: 8328

Re: Problem with AROS and the ARexx port

Very good... um, for me that is :) Issue solved, I'm outta here :)
by airsoftsoftwair
Fri Feb 19, 2010 11:59 am
Forum: Hollywood bugs
Topic: DefineVirtualFile and transparent PNG
Replies: 1
Views: 4261

Re: DefineVirtualFile and transparent PNG

Yes, that's a bug in 4.0 that occurred only under OS3 but it is fixed in 4.5. From the Hollywood history:
- Fix [OS3]: Embedded alpha channel images did not work in compiled applets/executables
by airsoftsoftwair
Wed Feb 17, 2010 11:16 pm
Forum: Off topic
Topic: Please introduce yourselves!
Replies: 6
Views: 10974

Re: Please introduce yourselves!

Well, I'm the main Hollywood guy, Andreas Falkenhahn, and I've the same problem as Allanon: TIME is scarce with Hollywood getting more and more complex!