Search found 21 matches

by Tipsi
Fri Jan 21, 2022 9:30 pm
Forum: General questions
Topic: Overlapping buttons
Replies: 7
Views: 4035

Re: Overlapping buttons

Unfortunately, I do not have a solution to the problem, only an explanation:

Hollywood - MakeButton() - Option ZOrder

Griessli
Tipsi
by Tipsi
Wed Jan 19, 2022 12:08 am
Forum: RapaGUI
Topic: Activate a text entry widget
Replies: 3
Views: 2360

Re: Activate a text entry widget

@mrupp
Yes, that is exactly what I was looking for. Thanks.

@SamuraiCrow
Thanks for your tip about the second field for numbers. I will include that (without the page) as well.

Griessli
Tipsi
by Tipsi
Tue Jan 18, 2022 3:29 pm
Forum: RapaGUI
Topic: Activate a text entry widget
Replies: 3
Views: 2360

Activate a text entry widget

Hi

Is there any way to activate a text entry widget (Textentry class) via the Hollywood script to allow the user to enter text?

For example, I want to prompt the user first for the name, evaluate the input, clear the input in the widget and activate it again for the age prompt.

Griessli
Tipsi
by Tipsi
Sun Jan 24, 2021 9:07 pm
Forum: Hollywood bugs
Topic: LegacyControl
Replies: 2
Views: 2293

Re: LegacyControl

Hi g0blin

And if you write the command like this:

LegacyControl("Singlemusic",False)

Griessli
Tipsi
by Tipsi
Wed Apr 15, 2020 9:07 pm
Forum: General plugin questions
Topic: Plananarama and menus
Replies: 3
Views: 4120

Re: Plananarama and menus

Hi jpv

Thread Plananarama and Menus

Griessli
Tipsi
by Tipsi
Wed Dec 04, 2019 1:29 am
Forum: Hollywood bugs
Topic: AutoGenerated IDs zero out in saved tables
Replies: 6
Views: 6631

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 Griess...
by Tipsi
Tue Oct 15, 2019 11:17 pm
Forum: Newbie questions
Topic: JPEG quality setting syntax
Replies: 5
Views: 5476

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 th...
by Tipsi
Tue Jul 16, 2019 9:55 pm
Forum: Announcements
Topic: Hollywood 8.0 manual now available in German
Replies: 2
Views: 5943

Re: Hollywood 8.0 manual now available in German

Salli Clyde

Gern geschehen.

You're welcome.

Griessli
Tipsi
by Tipsi
Mon Jul 15, 2019 10:23 pm
Forum: Polybios
Topic: pdf.GetLastError on MorphOS
Replies: 5
Views: 7539

Re: pdf.GetLastError on MorphOS

Hi jpv

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)
Griessli
Tipsi
by Tipsi
Tue Jun 25, 2019 6:25 pm
Forum: Announcements
Topic: Notepad++ plugin for Hollywood 8.0 now available
Replies: 4
Views: 7712

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