Search found 167 matches

by p-OS
Fri Sep 20, 2019 2:12 am
Forum: Polybios
Topic: pdf.OpenDocument and virtual files
Replies: 3
Views: 6919

pdf.OpenDocument and virtual files

In my program I want to create a pdf using Polybios and read it again for displaying. In my first attempt I saved the pdf document to a temporary file and then opened the document again. Worked . But now I tried to use a virtual file instead: @REQUIRE "polybios" doc = pdf.CreateDocument() ...
by p-OS
Thu Sep 05, 2019 4:51 pm
Forum: Showcase
Topic: RNOPDF
Replies: 33
Views: 32045

Re: RNOPDF

It works now :)
Thanks for fixing this immediatly !
by p-OS
Wed Sep 04, 2019 2:11 am
Forum: Showcase
Topic: RNOPDF
Replies: 33
Views: 32045

Re: RNOPDF

Whenever I try to switch to Fullscreen mode (via menu or via Hotkey), program quits with error message:
"This functionality is not supported in full screen mode!
File: RNOPFD.hw (current line; 231 - in Function isMenuItemSelected)"

Tried in a WIN10 System.
by p-OS
Tue Jul 23, 2019 1:14 am
Forum: Windows IDE
Topic: char sequence quitting IDE (HW8)
Replies: 1
Views: 5232

char sequence quitting IDE (HW8)

Try to type the following in Hollywood 8 IDE / Win10 : <{><any-string><:><}>, e.g. {a:} And the IDE will quit immediately, no matter , if file is in unsaved state. It doesn't matter, in which order you type the sequence. As soon, as it is complete, the described behaviour happens.
by p-OS
Wed May 01, 2019 1:25 am
Forum: Showcase
Topic: PostgreSQL for Hollywood
Replies: 6
Views: 9348

Re: PostgreSQL for Hollywood

I never used Postgre till now, but have experience with msql, mysql, Oracle, sqlite3. As there is no up2date mysql port to MorphOS (only old v4), but a quite decent one of Postgre, I likely will give it a try. Thanx for this ! Your documentation is good ,too. But maybe you'd like to add the output o...
by p-OS
Wed May 01, 2019 1:16 am
Forum: SDK
Topic: New plugin: Json Parser
Replies: 19
Views: 26498

Re: New plugin: Json Parser

Thanx for the port, might be quite useful for reading data from public web services..
by p-OS
Sat Apr 20, 2019 1:06 am
Forum: General programming
Topic: Linux ARM not recognized as executable
Replies: 1
Views: 2040

Linux ARM not recognized as executable

Now, as Hollywood 8 is said to work on Linux without X-Server now, i retried this. I have this simple program: @DISPLAY {hidden=True} ConsolePrint("Hallo Welt!") I compiled for target Linux(arm). I copied to the HDD connected to my Router (ASUS AC88U), running an Linux based OS. It has a C...
by p-OS
Wed Mar 27, 2019 6:53 pm
Forum: MUI Royale
Topic: Area without border
Replies: 2
Views: 3846

Re: Area without border

Set these attributes for the Object of your choice:

(not tested)

Area.Frame="none"
Area.InnerLeft="0"
Area.InnerRight="0"
Area.InnerTop="0",
Area.InnerBottom="0"

most GUI classes are dervied from area.class
by p-OS
Fri Mar 01, 2019 11:31 am
Forum: Tutorials
Topic: How to properly release something out to the wild
Replies: 9
Views: 11383

Re: How to properly release something out to the wild

Good approach ! Indeed the quality of deployments could be better. And regarding Amiga Software not only Hollywood programs, but other SW , too. Within the last few years the quality decreased for: 1. deployment itself: Missing Docs, missing dependant files, no Icons, no Install-Scipt (if necessary)...
by p-OS
Sat Feb 23, 2019 2:12 pm
Forum: Newbie questions
Topic: Silent mode
Replies: 2
Views: 2795

Re: Silent mode

On top of your script you can pass quite some "preprocessor commands", one is @DISPLAy

Code: Select all

@DISPLAY {hidden=True}