Search found 604 matches

by jPV
Mon May 04, 2020 6:40 pm
Forum: Hollywood bugs
Topic: Layerbuttons when swapping layer positions
Replies: 7
Views: 5391

Layerbuttons when swapping layer positions

If I have overlapping layer buttons and change layers order, the original layerbutton stays in front even when the layer it's attached into isn't in front anymore. I think this is a bug or is there some explanation or work-around? Function p_LayerEvent(msg) DebugPrint("Mouse moved over layer:&q...
by jPV
Mon Apr 27, 2020 7:54 am
Forum: Newbie questions
Topic: Hollywood programs listed anywhere?
Replies: 12
Views: 10886

Re: Hollywood programs listed anywhere?

Now all I need to do is choose what to work on as a first project, and dive in! If you want, you could also share the ideas you have for different projects, and we could tell opinions how easy or hard they would be to be made in Hollywood or if someone else is already making a similar program. Afte...
by jPV
Sun Apr 26, 2020 11:58 am
Forum: RapaGUI
Topic: moai.CreateObject(FileToString("") fails
Replies: 2
Views: 3377

Re: moai.CreateObject(FileToString("") fails

From the documentation you'll notice that FileToString returns two values: s$, len = FileToString(file$) So, you're giving the file length as the second argument for moai.CreateObject and it doesn't understand that. It actually expects to get a parent object if the second argument is given: moai.Cre...
by jPV
Fri Apr 24, 2020 6:29 pm
Forum: Polybios
Topic: Font sizes with Polybios
Replies: 3
Views: 5793

Re: Font sizes with Polybios

With that UsePoints it becomes about the same in height (there might be small 1 pixel or so differnce, which shows if you print many lines), but text in PDF is still noticeably wider. Any ideas why? In Hollywood: http://jpv.wmhost.com/testi/hw/hw.png In PDF: http://jpv.wmhost.com/testi/hw/pdf.png It...
by jPV
Fri Apr 24, 2020 6:20 pm
Forum: Polybios
Topic: Non-FPU Polybios crashes without FPU
Replies: 3
Views: 5198

Re: Non-FPU Polybios crashes without FPU

Actually I tried with E-UAE on MorphOS... and originally noticed this on real machines. I have two otherwise identical setups of A1200/B1230-IV/32MB, but only the other has an FPU. It crashes on the machine without FPU, but works on the machine with FPU. Then I reproduced it with E-UAE just by switc...
by jPV
Thu Apr 23, 2020 9:45 am
Forum: Hollywood bugs
Topic: GetTime / Base64str , reverse logic arguments
Replies: 1
Views: 2242

Re: GetTime / Base64str , reverse logic arguments

You're doing it wrong. Arguments given to these functions aren't tables, but just simple True or False values.

It works as documented when using like it's supposed in this way:
DebugPrint(GetTime(False))
DebugPrint(GetTime(True))
by jPV
Wed Apr 22, 2020 8:04 pm
Forum: Polybios
Topic: Font sizes with Polybios
Replies: 3
Views: 5793

Font sizes with Polybios

I'd like to render a preview of contents that would be written to a PDF file by Hollywood functions to a Hollywood display, but texts that I render to the Hollywood display seem to appear in different size in the actual PDF file, even though I use same fonts and sizes. Here's an example code what I'...
by jPV
Fri Apr 17, 2020 4:16 pm
Forum: Polybios
Topic: Non-FPU Polybios crashes without FPU
Replies: 3
Views: 5198

Non-FPU Polybios crashes without FPU

I'm trying to use Polybios on 68k without FPU, but it seems to crash even though I compile it as non-FPU and use non-FPU versions of required libraries and Polybios. Same code works on setups with FPU, and can be reproduced on UAE just by enabling/disabling FPU on its CPU config. Hollywood starts an...
by jPV
Thu Apr 16, 2020 8:53 pm
Forum: Hollywood bugs
Topic: CreateIcon not working properly
Replies: 10
Views: 7777

Re: CreateIcon not working properly

If you want to make a "dual PNG icon", which works on MorphOS and at least with some 3rd party extensions on OS3 and OS4, you can just join two PNG images together by this shell command: Join image.png Selimage.png AS MyIcon.info You can naturally execute that kind of command lines from Ho...
by jPV
Thu Apr 16, 2020 7:12 am
Forum: General plugin questions
Topic: Plananarama and menus
Replies: 3
Views: 4155

Re: Plananarama and menus

Heh thanks, "Plananarama menu" search didn't bring any results, should have done with "Plananarama menus" instead :)