Search found 10 matches
- Mon May 06, 2024 12:41 pm
- Forum: General plugin questions
- Topic: Iconic docs available?
- Replies: 2
- Views: 11071
Re: Iconic docs available?
Thanks again for the hint, man. I really didn't notify the README file. 
- Sun May 05, 2024 4:35 pm
- Forum: General plugin questions
- Topic: Iconic docs available?
- Replies: 2
- Views: 11071
Iconic docs available?
Today, I wanted to have a look at how 'Iconic' works and how to use it. Unfortunately, I can't find any docs about Iconic. Are there any?
- Sat May 04, 2024 5:56 pm
- Forum: RapaGUI
- Topic: Debian 12 x64 RapaGUI HTMLView installation problem
- Replies: 3
- Views: 2343
Re: Debian 12 x64 RapaGUI HTMLView installation problem
Gtk+ is a C++ wrapper around gtk and is installed in Versions 4 and 6 on Debian Linux 12. I'm pretty sure I've installed all of it I could find in the repo - unfortunately there is no dedicated HTMLViev-gtk+ in the repos, so it must be part of something else on debian 12. The problem still persists.
- Sat May 04, 2024 3:30 pm
- Forum: RapaGUI
- Topic: TextEditor front pen and MUI 5
- Replies: 4
- Views: 2708
- Sat May 04, 2024 2:19 pm
- Forum: RapaGUI
- Topic: TextEditor front pen and MUI 5
- Replies: 4
- Views: 2708
Re: TextEditor front pen and MUI 5
Thanks for answering!plouf wrote: ↑Sat May 04, 2024 1:45 pm works here
check if you have the same versions
https://snipboard.io/EfiVSa.jpg
same RapaGUI version here, same mcc_texteditor, newer mcc_theBar and mcc_theButton.
Maybe it comes since I'm under AmigaOS 3.2.2.1?
- Sat May 04, 2024 11:50 am
- Forum: RapaGUI
- Topic: TextEditor front pen and MUI 5
- Replies: 4
- Views: 2708
TextEditor front pen and MUI 5
When using the RapaGUI Texteditor example code on Amiga 68k with MUI 5, Text is not visible. No matter if I write something into the window, or load a text file - result is the same. This does not happen with MUI 3.8
Is there a workaround that would allow me to use MUI 5?
Is there a workaround that would allow me to use MUI 5?
- Sat May 04, 2024 8:41 am
- Forum: RapaGUI
- Topic: Debian 12 x64 RapaGUI HTMLView installation problem
- Replies: 3
- Views: 2343
Debian 12 x64 RapaGUI HTMLView installation problem
Hi, I'm on Debian 12 "Bookworm" x64, using Hollywood X. Tried to install RapaGUI with HTMLview, both from /RapaGUI_Linux/Plugins/gtk2/x64/htmlview and /RapaGUI_Linux/Plugins/gtk3/x64/htmlview, copying rapagui.hwp to /Hollywood/Plugins/. RapaGUI plugin only shows up in Hollywood if I choose...
- Sat May 04, 2024 6:14 am
- Forum: Newbie questions
- Topic: RapaGUI Window Icon
- Replies: 3
- Views: 3381
Re: RapaGUI Window Icon
Don't forget the Iconic plugin ( https://hollywood-mal.com/download.html ) With that you can save icons for several platforms, so no need to use Gimp or anything else. Thanks! I'll check that plugin. Didn't have in sight despite of having it installed already, since my experience with Hollywood jus...
- Fri May 03, 2024 7:54 am
- Forum: Newbie questions
- Topic: RapaGUI Window Icon
- Replies: 3
- Views: 3381
Re: RapaGUI Window Icon
Silly me...
Just converted that PNG to .ico 16x16, no palette by using gimp. Now @APPICON "myicon.ico" works.
SOLVED.
Just converted that PNG to .ico 16x16, no palette by using gimp. Now @APPICON "myicon.ico" works.
SOLVED.
- Fri May 03, 2024 7:13 am
- Forum: Newbie questions
- Topic: RapaGUI Window Icon
- Replies: 3
- Views: 3381
RapaGUI Window Icon
Is there a way to set the Icon of a rapaGUI app to something else than the standard Hollywood film clap icon? Let's assume you have a 16x16 PNG file named 'myicon.png" - how would you tell rapaGUI to make use of it?