Search found 147 matches

by mrupp
Sun Nov 14, 2021 8:57 pm
Forum: RapaGUI
Topic: Feature request: NumericEntry widget
Replies: 1
Views: 1631

Feature request: NumericEntry widget

Hi there What I think is kind of missing in the current RapaGUI 2.1 is a widget for numeric entry (besides the Slider, that is). For the implementation through wxWidget, wxSpinCtrl or wxSpinCtrlDouble might be a possible choice as seen here: https://docs.wxwidgets.org/3.1.5/page_screenshots.html: ht...
by mrupp
Sun Nov 07, 2021 11:16 pm
Forum: RapaGUI
Topic: Small Listview bug on Windows
Replies: 1
Views: 1642

Small Listview bug on Windows

Hi there I found a small bug with the Listview widget in "listview" mode on Windows. Check out this small example: @REQUIRE "RapaGUI", {Link = True} @APPTITLE "ListView-ActiveItem-Test" Function p_EventFunc(msg) DebugPrint(msg.id, msg.Attribute) If LeftStr(msg.id, 3) = ...
by mrupp
Sat Nov 06, 2021 6:12 pm
Forum: RapaGUI
Topic: not forward compatible?
Replies: 9
Views: 3416

Re: not forward compatible?

I would recommend to recompile your app and this time to include RapaGUI 1.2 with the { link = True } option. With this, RP is included in your binary file and your app is independent from what the end user has installed on his machine.
by mrupp
Mon Oct 25, 2021 11:49 pm
Forum: RapaGUI
Topic: Listviewcolumn.Hide is not work
Replies: 13
Views: 9301

Re: Listviewcolumn.Hide is not work

Well, for what it's worth, here is a fix for that as well. You were lucky because hiding columns is a feature introduced in macOS 10.5 so it's possible to support it in RapaGUI as well. - Fix [macOS/PPC]: Setting Listviewcolumn.Hidden didn't hide the listview column And it works like a charm with R...
by mrupp
Wed Oct 20, 2021 6:56 pm
Forum: RapaGUI
Topic: StringRequest(): #NUMERICAL troubles
Replies: 3
Views: 2011

Re: StringRequest(): #NUMERICAL troubles

Yes, but only the Windows and macOS issues sound actually fixable to me. It's right, RapaGUI on Windows/macOS/Linux currently ignores type #NUMERICAL. This can probably be fixed rather easily. That would be great. Concerning the unavailable decimal separator on AmigaOS and MorphOS, it's not really ...
by mrupp
Wed Oct 06, 2021 11:07 am
Forum: RapaGUI
Topic: windows sizable
Replies: 3
Views: 2271

Re: windows sizable

Try adding a <rectangle /> after the <image>.
by mrupp
Mon Oct 04, 2021 8:41 pm
Forum: RapaGUI
Topic: Possible bug with Textview multiline localization
Replies: 2
Views: 1455

Possible bug with Textview multiline localization

Hi there I think I found a bug concerning the localization of a Textview that contains multiline text. Please have a look at the following example: @REQUIRE "RapaGUI", {Link = True} @APPTITLE "Localization-Test" moai.CreateApp([[<?xml version="1.0" encoding="iso-88...
by mrupp
Mon Sep 27, 2021 7:14 pm
Forum: Wishlist
Topic: Platform constant #HW_AMIGAOS3FPU
Replies: 3
Views: 2317

Re: Platform constant #HW_AMIGAOS3FPU

plouf wrote: Mon Sep 27, 2021 7:10 pm but whats the reason ?
If I have compiled a bunch of executables for all the different flavors I'd like to be able to tell them apart other than simply by filename. That's why I'd like to set the version string differently for each compilate as seen in the example above.
by mrupp
Mon Sep 27, 2021 12:30 pm
Forum: Wishlist
Topic: Platform constant #HW_AMIGAOS3FPU
Replies: 3
Views: 2317

Platform constant #HW_AMIGAOS3FPU

Hi there For the next release of Hollywood, it would be great to have a new platform constant #HW_AMIGAOS3FPU to make it possible to use preprocessor commands with it. The background if this is, that once an exe is compiled for the AmigaOS3 platform, I believe it's no longer possible to find out if ...
by mrupp
Fri Sep 03, 2021 11:34 pm
Forum: RapaGUI
Topic: Listviewcolumn.Hide is not work
Replies: 13
Views: 9301

Re: Listviewcolumn.Hide is not work

This has been fixed in RapaGUI 2.0 for mac-x64, but is still the case for mac-ppc: https://mrupp.ch/HollywoodForums/ListViewColHide.mac-x64.png https://mrupp.ch/HollywoodForums/ListViewColHide.mac-ppc.png Please also note the blank space at the bottom of the scrollbars (in dataview mode) for mac-ppc...