Search found 147 matches

by mrupp
Thu Mar 07, 2024 10:46 pm
Forum: RapaGUI
Topic: Feature request: Listview drag'n'drop for rows
Replies: 2
Views: 189

Re: Feature request: Listview drag'n'drop for rows

airsoftsoftwair wrote: Tue Mar 05, 2024 10:42 pm This is already on my to do list but it's not trivial but it'll definitely come, sooner or later :)
Great to hear.
Once you're ready, let me know if I can help with betatesting.
by mrupp
Sun Mar 03, 2024 8:50 pm
Forum: RapaGUI
Topic: Windows bug when minimized
Replies: 1
Views: 102

Windows bug when minimized

Hi there I think I found a bug concerning windows on OS Windows. When hiding a widget (take a button as an example) while the window is minimized, this corrupts the window's size. Meaning: when normalizing (un-minimizing) the window, its size has changed and even worse, it can't be resized back to h...
by mrupp
Sun Mar 03, 2024 1:53 pm
Forum: RapaGUI
Topic: Feature request: Listview drag'n'drop for rows
Replies: 2
Views: 189

Feature request: Listview drag'n'drop for rows

Hi there For my "SonosController" app it would be great if it would be possible to drag'n'drop rows inside a listview and from/to two listviews so I could implement the following features: change the sort order of the current queue by dragging/dropping a row from its current position to th...
by mrupp
Sun Mar 03, 2024 1:36 pm
Forum: RapaGUI
Topic: Small docs improvement concerning MenuItems
Replies: 1
Views: 69

Small docs improvement concerning MenuItems

Hi there For my application, I'm implementing context menus. So I was following the example described here: Chapter 3.16: https://www.hollywood-mal.com/docs/html/rapagui/ContextMenus.html <menu title="Context menu" id="ctxtmenu"> <item>Cut</item> <item>Copy</item> <item>Paste</it...
by mrupp
Sat Mar 02, 2024 9:09 am
Forum: RapaGUI
Topic: Listview CheckBox column & AROS
Replies: 5
Views: 351

Re: Listview CheckBox column & AROS

OK, thanks for clarifying, guys, good to know this is a Zune bug and not a RapaGUI one.

But the docs should be corrected, right?
by mrupp
Thu Feb 22, 2024 10:58 pm
Forum: RapaGUI
Topic: Listview CheckBox column & AROS
Replies: 5
Views: 351

Listview CheckBox column & AROS

Hi there I think I found a false statement in the RapaGUI docs, chapter Listviewcolumn.Editable : https://www.hollywood-mal.com/docs/html/rapagui/ListviewcolumnEditable.html : Also, Listviewcolumn.Checkbox and Listviewcolumn.Editable are mutually exclusive. You cannot create editable checkbox column...
by mrupp
Tue Jan 30, 2024 7:43 pm
Forum: General programming
Topic: ARexx port: How to return a list of values
Replies: 4
Views: 1416

Re: ARexx port: How to return a list of values

OK, thanks for clarifying this.
by mrupp
Sun Jan 21, 2024 1:03 pm
Forum: General programming
Topic: ARexx port: How to return a list of values
Replies: 4
Views: 1416

Re: ARexx port: How to return a list of values

Yes, exacly. I'm trying to return not only one but a list of values back to the ARexx script that has called a function which I handle in the "OnArexx" event. Here's an excerpt from https://wiki.amigaos.net/wiki/UI_Style_Guide_ARexx#Returning_Data (chapter "Returning Data") When ...
by mrupp
Sun Jan 21, 2024 12:50 pm
Forum: RapaGUI
Topic: Window manipulations
Replies: 3
Views: 1240

Re: Window manipulations

Yes, looks like those aren't possible. Feel free to file feature requests :) Yes, please consider this a feature request to allow the following window manipulations for some next version of RapaGUI: - make window.Left, .Top, .Width and .Height settable - method to bring a window to the front - meth...
by mrupp
Sun Jan 21, 2024 12:29 pm
Forum: General programming
Topic: How to internationalize the DockyContextMenu?
Replies: 2
Views: 972

Re: How to internationalize the DockyContextMenu?

airsoftsoftwair wrote: Sat Jan 20, 2024 11:15 pm Yes, this looks like a design flaw. I don't think it's possible to use anything but string constants for the docky context menu. I'll add that feature to my to do list.
Thanks!