Search found 16 matches

by AUserLG
Mon Aug 12, 2019 12:20 am
Forum: General programming
Topic: SystemRequest with "non standard buttons" looks strange
Replies: 12
Views: 8459

Re: SystemRequest with "non standard buttons" looks strange

Do you have RapaGUI active? I do not know why, but this occours when RapaGUI is active. Also with HW8.
So either you deactivate RapaGUI or you build your own Dialog with RapaGUI. :)
by AUserLG
Sat Jun 08, 2019 12:12 am
Forum: General plugin questions
Topic: hURL: How to use it?
Replies: 8
Views: 6760

hURL: How to use it?

Huhu,

sorry for this topic, but without examples I'm to stupid for understanding how to use hURL.
Are there some examples planned or exists a how to, e.g. to check or manipulate an e-mail folder via IMAP?

Best regards :)
by AUserLG
Fri Jun 07, 2019 11:55 pm
Forum: RapaGUI
Topic: Show dynamically created brushes
Replies: 9
Views: 6002

Re: Show dynamically created brushes

Yes, I know, but today I had some circulation problems, so my English would have been horrible.

You're welcome :)
by AUserLG
Fri Jun 07, 2019 10:22 am
Forum: RapaGUI
Topic: Show dynamically created brushes
Replies: 9
Views: 6002

Re: Show dynamically created brushes

Mahlzeit Michael :) Wenn du noch ein SelectDisplay(id), also hier 1, in die Funktion reinsetzt, wird es aktualisiert. ... Function p_HandleMouseUp(msg) SelectDisplay(1) Local mousePosX = MouseX() Local mousePosY = MouseY() DebugPrint("mousePosX, mousePosY", mousePosX, mousePosY) EndFunctio...
by AUserLG
Sat Feb 16, 2019 10:16 am
Forum: Hollywood bugs
Topic: Strange Behavior with RapaGUI (unless @REQUIRE "polybios" is used)
Replies: 2
Views: 2897

Re: Strange Behavior with RapaGUI (unless @REQUIRE "polybios" is used)

Try to change the order of the plug-ins.

Code: Select all

...
@REQUIRE "polybios"
@REQUIRE "RapaGUI"
@DISPLAY {Color=#WHITE, Width=600, Height=1920, Layers=True, ScaleMode=#SCALEMODE_LAYER, SmoothScale=True, FitScale=True, KeepProportions=True, Hidden=False}
...
by AUserLG
Thu Feb 14, 2019 7:34 pm
Forum: General programming
Topic: second black window
Replies: 5
Views: 4808

Re: second black window

Hollywood 8 displays a Hollywood display window when using RapaGUI with other PlugIns. In previous Hollywood releases, this behavior did not occur. Have just tried something and it seems to be the order of the plugins. /* Extra Window appears: */ ... @REQUIRE "RapaGUI" @REQUIRE "ZIP&q...
by AUserLG
Thu Feb 14, 2019 1:17 am
Forum: General programming
Topic: second black window
Replies: 5
Views: 4808

Re: second black window

sashapont wrote: Wed Feb 13, 2019 5:55 pm I have second black window when I start my app after I include @REQUIRE "zip"[...]
Same here. Not only "zip" but also other plugins like "xad", "polybios" and so on.
by AUserLG
Tue Sep 11, 2018 11:51 pm
Forum: RapaGUI
Topic: Virtual file and HTMLview?
Replies: 5
Views: 4995

Re: Virtual file and HTMLview?

HTMLview cannot view PDF files. It only views HTML files (version 4 or less on Amiga-like operating systems usually). Polybios plugin can view PDF files though. If you need to view a PDF on a RapaGUI layout, use the Hollywood Bridge as indicated on https://hollywood-mal.com/docs/html/rapagui/Hollyw...
by AUserLG
Tue Sep 11, 2018 9:30 pm
Forum: RapaGUI
Topic: Virtual file and HTMLview?
Replies: 5
Views: 4995

Re: Virtual file and HTMLview?

Thx :) Is this also possible with a virtual PDF file? Because when trying with a virtual PDF, I get the following error message: Attribute "321492" not recognized for this class! The number is the file size. Due to the possibility to print a PDF via HTMLview I would like to do that with vi...
by AUserLG
Sun Sep 09, 2018 5:00 pm
Forum: RapaGUI
Topic: Virtual file and HTMLview?
Replies: 5
Views: 4995

Virtual file and HTMLview?

Is it possible to show a virtual file with the HTMLview class?

Greetings :)