Search found 478 matches

by plouf
Sun May 05, 2024 6:31 pm
Forum: General plugin questions
Topic: Iconic docs available?
Replies: 2
Views: 460

Re: Iconic docs available?

its simple just install it and will be able to read icons from amiga /macos/windwos etc

there is a README inside plugin if you download, all is there (too few information needed)
by plouf
Sun May 05, 2024 11:31 am
Forum: RapaGUI
Topic: Problem with Treeview and GetEntry Parent
Replies: 3
Views: 444

Re: Problem with Treeview and GetEntry Parent

i try your code, i select (click and became blue) Level 2, and when i click [Parent] text says Level 1, where level 1 is a level up (parent) to 2 if i select level 1 says top level, which is correct, no level up if i select level 3 says level 2 which again sound correct for "parent" if you...
by plouf
Sat May 04, 2024 2:24 pm
Forum: RapaGUI
Topic: TextEditor front pen and MUI 5
Replies: 4
Views: 250

Re: TextEditor front pen and MUI 5

possible
if i recall, some ppl have report isues, where in practice was somehow faulty mui prefs
i.e. go to "about rapagui"->mui settings -> more -> texteditor , you can change text color per app in mui

does this helps ?
by plouf
Sat May 04, 2024 1:45 pm
Forum: RapaGUI
Topic: TextEditor front pen and MUI 5
Replies: 4
Views: 250

Re: TextEditor front pen and MUI 5

works here
check if you have the same versions

https://snipboard.io/EfiVSa.jpg
by plouf
Sat May 04, 2024 10:24 am
Forum: RapaGUI
Topic: Debian 12 x64 RapaGUI HTMLView installation problem
Replies: 3
Views: 292

Re: Debian 12 x64 RapaGUI HTMLView installation problem

i have no linux background but manau lsays htmlview reguires WebKitGTK+
which afaik is a special gtk3 (or gtk2) compile WITH gtk+ build in
on top of that two rapagui plugins exist one for gtk+ and one without

so you need 1) gtk3 with gtk+ and 2) rapagui plugin for gtk+
by plouf
Thu Apr 25, 2024 7:50 am
Forum: Wishlist
Topic: Gradient Coloring to text
Replies: 3
Views: 518

Re: Gradient Coloring to text

I think can be done with pangomonium and cairo.PatternLinear()
by plouf
Sun Apr 21, 2024 9:49 pm
Forum: General programming
Topic: Amiga: No sound
Replies: 6
Views: 316

Re: Amiga: No sound

out of curiosity i did some test. even with mpega datatype neither hollywood neither multiview neither 2b_bsp (player from aminet) can play mp3 !?

possible workarounds is to use wav as said or AVCodec plugin
by plouf
Sun Apr 21, 2024 7:40 pm
Forum: General programming
Topic: Amiga: No sound
Replies: 6
Views: 316

Re: Amiga: No sound

well acoording to maunual ->https://www.hollywood-mal.com/docs/html/hollywood/LoaderAdapterInfo.html built in loader in hollywood are inbuilt sound loaders: IFF 8SVX, IFF 16SV, RIFF WAVE, and Protracker. and if fail will fail to directshow in windows and datatypes in amiga (native) so you dont have ...
by plouf
Wed Apr 03, 2024 12:10 pm
Forum: RapaGUI
Topic: Is there a way to process inputs during a dialog?
Replies: 8
Views: 529

Re: Is there a way to process inputs during a dialog?

no need for "appologies" :) thats a community forum and talking/developing is what for

btw you can force "klasse" with Textentry.Accept to accpet ONLY TRB letters
by plouf
Tue Apr 02, 2024 5:25 pm
Forum: RapaGUI
Topic: Is there a way to process inputs during a dialog?
Replies: 8
Views: 529

Re: Is there a way to process inputs during a dialog?

What exaclg loking for ? Redlion example shows that A) you can check dialog gadgets same as window ones B) script do not stop running when a dialog opens C) you need to activate notify for the gadget you need to check Maybe a acknowlwdge is better for you ? But also "text" notify will send...