Search found 33 matches

by amiga23
Sat Mar 20, 2021 11:57 pm
Forum: RapaGUI
Topic: Umlaut in TreeView node/leaf id does not work on MorphOS with DoMethod "Open"
Replies: 1
Views: 1503

Umlaut in TreeView node/leaf id does not work on MorphOS with DoMethod "Open"

On MorphOS, if there is an Umlaut in the ID of a TreeView, trying to open that ID (e.g. "Prüfung") leads to error message: Cannot find MOAI object "Pr?ung"! Case "Active": Switch msg.Id Case "tv": Local found, t = moai.DoMethod("tv", "GetEntry&q...
by amiga23
Sat Mar 20, 2021 11:09 pm
Forum: RapaGUI
Topic: doubleclick event on TreeView leads to SegmentationFault on Linux
Replies: 1
Views: 1430

doubleclick event on TreeView leads to SegmentationFault on Linux

On Linux (Gnome 3.38 AMD64) adding the doubleclick event listener to TreeView leads to SegmentationFault on double-click. <treeview id="tv" notify="active" contextmenu="ctxtmenu"> ----> works fine, but no doubleclick event <treeview id="tv" notify="active...
by amiga23
Sat Mar 20, 2021 11:02 pm
Forum: RapaGUI
Topic: Context Menu does not appear if TreeView has more than 1 column on Linux
Replies: 2
Views: 1817

Context Menu does not appear if TreeView has more than 1 column on Linux

If I have a TreeView with one column, context menu works fine.

If I add a second column (no matter if hidden or not) the context menu does not appear anymore.

Only tested on Linux (AMD64) so far.
by amiga23
Sun Oct 18, 2020 2:30 pm
Forum: Polybios
Topic: Copy a page from document to another
Replies: 10
Views: 8968

Re: Copy a page from document to another

Thank you for the answer. In python I have also not found a framework so I am combining pypdf2 and pdfminer to achieve that feature. An alternative could be to remove the unwanted pages. If that would be possible in future, would be great. Then I could simply create a copy of the document and remove...
by amiga23
Mon Oct 12, 2020 10:50 pm
Forum: Polybios
Topic: Copy a page from document to another
Replies: 10
Views: 8968

Copy a page from document to another

Is it possible to load a page from one PDF and safe it in another? Simple use case would be to split PDFs into single pages, or merge several pages into one document.

I did not find anything in the documentation how to do this.

addPage and insertPage only create empty pages.

Any hints?
by amiga23
Mon Jun 01, 2020 9:04 am
Forum: Hollywood bugs
Topic: SendRexxCommand does not return result
Replies: 2
Views: 2407

Re: SendRexxCommand does not return result

Thank you for this work arround, works great @VERSION 8,0 Function _SendRexxCommand(port, command) DebugPrint("SendRexxCommand >>> "..SendRexxCommand(port,command)) DebugPrint(" With options >>>> "..SendRexxCommand(port,"OPTIONS RESULTS;"..command..";RETURN result&...
by amiga23
Sun May 31, 2020 5:19 pm
Forum: Hollywood bugs
Topic: SendRexxCommand does not return result
Replies: 2
Views: 2407

SendRexxCommand does not return result

When using SendRexxCommand no result is returned. Using a simple ARexx Script works fine. Tested on AmigaOS 3.1.4.1 and MorphOS 3.13 Server: @VERSION 8,0 Function p_EventFunc(msg) Switch msg.action Case "OnARexx" Switch msg.command Case "EXIT" DebugPrint("Exit received! Quit...
by amiga23
Sun Nov 05, 2017 6:39 pm
Forum: Announcements
Topic: RebelSDL 1.0 released
Replies: 12
Views: 20475

Re: RebelSDL 1.0 released

Sorry for not seeing the obvious. After installing SDL 2.0 it works fine for me now. Thank you for your great continous work on Hollywood
by amiga23
Sun Nov 05, 2017 6:37 pm
Forum: Wishlist
Topic: Keep display on top of all other windows
Replies: 10
Views: 13904

Re: Keep display on top of all other windows

Okay, I was just wondering, because there was no new Hollywood release. So it is not yet available and will be in the next release.