Search found 604 matches

by jPV
Thu Sep 16, 2021 6:17 pm
Forum: MUI Royale
Topic: Weird encoding issue
Replies: 7
Views: 5858

Re: Weird encoding issue

Nope...
by jPV
Wed Sep 15, 2021 4:38 pm
Forum: Polybios
Topic: Background color with GetBrush
Replies: 1
Views: 5972

Background color with GetBrush

According the pdf.GetBrush documentation, if you don't set the page background transparent, it should be white. This doesn't seem to be the case with all PDFs.. with some files you get black background and then texts aren't readable etc (black on black). Setting bg to transparent seems to work and y...
by jPV
Tue Sep 14, 2021 5:23 pm
Forum: MUI Royale
Topic: Weird encoding issue
Replies: 7
Views: 5858

Weird encoding issue

If I'm using ISO8859-1 encoding with MUIRoyale, it behaves differently if the muiroyale.hwp file is in the progdir or in libs... If you compile the following code as an executable and run it from a dir that also contains the muiroyale.hwp file, the listview entry is shown correctly. But if I remove ...
by jPV
Sat Sep 11, 2021 7:27 am
Forum: Showcase
Topic: RNOXfer
Replies: 29
Views: 37285

Re: RNOXfer

Is that a narrator.device voice in the video? :) Unfortunately not :) I first thought to make it with the Say on Amiga, but then it sounded a bit too boring for this long narrative, and then I tried to search free text to speech programs for other platforms... went with Festival and tried to tune i...
by jPV
Thu Sep 09, 2021 5:04 pm
Forum: Showcase
Topic: RNOXfer
Replies: 29
Views: 37285

Re: RNOXfer

A bigger update to RNOXfer : Version 1.3: - Added support for the SFTP protocol - Added support for large files - Added an option to use graphic enhanced buttons in the program GUI - Transfer speeds are displayed in the progress gauge - Added an option to show directory names in bold text - Director...
by jPV
Fri Sep 03, 2021 4:57 pm
Forum: Showcase
Topic: RNOPDF
Replies: 33
Views: 31709

Re: RNOPDF

Didn't remember to think about that search functionality, but pushed out a small update that's been pending for ages. Version 1.4: - Exported images can be sharpened - Improved exporting to custom sizes - Added the WINSIZE tooltype/argument - Localization support - Fixed pathless file arguments - Ot...
by jPV
Wed Sep 01, 2021 3:31 pm
Forum: Hollywood bugs
Topic: Menus get disabled after the fullscreen mode on Windows
Replies: 2
Views: 1752

Menus get disabled after the fullscreen mode on Windows

It seems that if I change the display mode to fullscreen and then back to windowed, menus get disabled on Windows and I can't select anything anymore. This doesn't happen on Amiga compatible systems, so it's an operating system specific issue. I haven't tried on Mac or other systems if they're affec...
by jPV
Tue Aug 31, 2021 8:44 am
Forum: RapaGUI
Topic: Appending a widget to a frameless group doesn't work
Replies: 8
Views: 3103

Re: Appending a widget to a frameless group doesn't work

This is mentioned in the documentation : "Normally, you just have to pass the identifier of the window that you want to attach the MOAI object to as the parent. There is one exception: If you plan to add the MOAI object to a group with a frame, i.e. an instance of Group class with Group.Frame s...
by jPV
Mon Aug 23, 2021 4:13 pm
Forum: RapaGUI
Topic: Listview.Columns on Android
Replies: 7
Views: 2867

Re: Listview.Columns on Android

Here you are. Getting textview contents does work on MorphOS and Windows, but not on my Android phone when running applet with the player. @REQUIRE "RapaGUI" @APPTITLE "Test" gui$ = [[<?xml version="1.0" encoding="iso-8859-1"?> <application id="app">...
by jPV
Thu Aug 19, 2021 4:00 pm
Forum: RapaGUI
Topic: Listview.Columns on Android
Replies: 7
Views: 2867

Re: Listview.Columns on Android

Ah thanks, works that way.

But one another that I think doesn't work even with Player.. moai.Get("my_textview", "text") didn't seem to return anything (sorry a bit hurry and no time to test better or make new thread now), is that known?