Hi g0blin
And if you write the command like this:
LegacyControl("Singlemusic",False)
Griessli
Tipsi
Search found 18 matches
- Sun Jan 24, 2021 9:07 pm
- Forum: Hollywood bugs
- Topic: LegacyControl
- Replies: 2
- Views: 189
- Wed Apr 15, 2020 9:07 pm
- Forum: General plugin questions
- Topic: Plananarama and menus
- Replies: 3
- Views: 1959
- Wed Dec 04, 2019 1:29 am
- Forum: Hollywood bugs
- Topic: AutoGenerated IDs zero out in saved tables
- Replies: 6
- Views: 3670
Re: AutoGenerated IDs zero out in saved tables
Hi NathanH In the function p_RestoreTable() you have deleted the table a. You have to declare it as a table again: Function p_RestoreTable() a=Nil ;delete the Table CollectGarbage() a={} ;declare the Table again OpenFile(1, "test", #MODE_READ) a=ReadTable(1) CloseFile(1) EndFunction Griessli Tipsi
- Tue Oct 15, 2019 11:17 pm
- Forum: Newbie questions
- Topic: JPEG quality setting syntax
- Replies: 5
- Views: 2706
Re: JPEG quality setting syntax
The function SaveSnapshot() have 4 arguments: SaveSnapshot(f$[, mode, fmt, table]) mode : "This can be #SNAPWINDOW, which means that theHollywood window will be grabbed (with borders), #SNAPDISPLAY, which means thatonly the display’s contents will be grabbed or #SNAPDESKTOP, which means that thecomp...
- Tue Jul 16, 2019 9:55 pm
- Forum: Announcements
- Topic: Hollywood 8.0 manual now available in German
- Replies: 2
- Views: 2328
Re: Hollywood 8.0 manual now available in German
Salli Clyde
Gern geschehen.
You're welcome.
Griessli
Tipsi
Gern geschehen.
You're welcome.
Griessli
Tipsi
- Mon Jul 15, 2019 10:23 pm
- Forum: Polybios
- Topic: pdf.GetLastError on MorphOS
- Replies: 5
- Views: 2865
Re: pdf.GetLastError on MorphOS
Hi jpv
What if you write pdf.GetLastError() immediately after pdf.OpenDocument()?
Griessli
Tipsi
What if you write pdf.GetLastError() immediately after pdf.OpenDocument()?
Code: Select all
ExitOnError(False)
pdf.OpenDocument(1, "PDFReference.pdf.notfound")
t=pdf.GetLastError()
ExitOnError(True)
DebugPrint(t)
Tipsi
- Tue Jun 25, 2019 6:25 pm
- Forum: Announcements
- Topic: Notepad++ plugin for Hollywood 8.0 now available
- Replies: 4
- Views: 2907
Re: Notepad++ plugin for Hollywood 8.0 now available
Salli Michael
Thank you very much for your Notepad++ Plugin.
(Auch hier bedanke ich mich recht herzlich für Dein
Notepad++ Plugin.)
Griessli
Tipsi
Thank you very much for your Notepad++ Plugin.

(Auch hier bedanke ich mich recht herzlich für Dein
Notepad++ Plugin.)
Griessli
Tipsi
- Sun Feb 10, 2019 10:28 am
- Forum: Polybios
- Topic: Polybios plugin embedded in executable but sometimes required
- Replies: 6
- Views: 3524
Re: Polybios plugin embedded in executable but sometimes required
Hollywood manual, 2.1 Overview, Plugins (PDF Page 10):
"When distributing a compiledHollywood program, plugins required
by your program must simply be put into the samedirectory as your
program."
Griessli
Tipsi
"When distributing a compiledHollywood program, plugins required
by your program must simply be put into the samedirectory as your
program."
Griessli
Tipsi
- Tue Nov 20, 2018 12:55 am
- Forum: Hollywood bugs
- Topic: Documentation problems
- Replies: 33
- Views: 22059
Re: Documentation problems
Hi emeck
No, Rnd(75) generates a random integer number in the range
of 0 to 75 (inclusive 75; 76 possibilities).
Griessli
Tipsi
No, Rnd(75) generates a random integer number in the range
of 0 to 75 (inclusive 75; 76 possibilities).
Griessli
Tipsi
- Sun Nov 18, 2018 11:43 pm
- Forum: Hollywood bugs
- Topic: Documentation problems
- Replies: 33
- Views: 22059
Re: Documentation problems
Hi emeck
History V7.1 says the following:
- Fix [Doc]: The range parameter in the Rnd() function was documented as being exclusive whereas it is inclusive in reality
Griessli
Tipsi
History V7.1 says the following:
- Fix [Doc]: The range parameter in the Rnd() function was documented as being exclusive whereas it is inclusive in reality
Griessli
Tipsi