Search found 470 matches

by plouf
Fri Jun 16, 2023 5:01 pm
Forum: RapaGUI
Topic: Problem to sort DATE in a listview
Replies: 2
Views: 2179

Re: Problem to sort DATE in a listview

idea n1 is to use "proper" programing date format which is YEAR-MM-DD , that way its "numeric correct" since day is the least significant i.e. 2023-05-16 (month as two number digit always) idea n2 is to keep date internal as unix format which is a raw number and react correct to ...
by plouf
Wed Jun 14, 2023 4:39 pm
Forum: RapaGUI
Topic: Autovisible vertical scrollbar for a listview
Replies: 8
Views: 3130

Re: Autovisible vertical scrollbar for a listview

can you shopw an example ?
to me it seems thats its automatically , if it fist no scrollbar, if NOT fit scrollbar appears
by plouf
Tue Jun 06, 2023 10:44 am
Forum: Announcements
Topic: Notepad++ now with official Hollywood support
Replies: 6
Views: 2288

Re: Notepad++ now with official Hollywood support

I had the same problem (maybe because i had old plugin??)

But a complete remove and clean installation works
by plouf
Mon Jun 05, 2023 11:06 pm
Forum: Announcements
Topic: Notepad++ now with official Hollywood support
Replies: 6
Views: 2288

Re: Notepad++ now with official Hollywood support

good since np++ is top of list for most of us

but the old plugin also support compiling and help i dont see that !
maybe need to remain to downloads? or it just too old
by plouf
Mon Jun 05, 2023 4:39 pm
Forum: RapaGUI
Topic: SetWBIcon problem under MorphOS
Replies: 2
Views: 1876

Re: SetWBIcon problem under MorphOS

You should use application.icon and nit setWBicon
airsoftsoftwair wrote: Sun May 28, 2023 8:54 pm You shouldn't use SetWBIcon() in a MUI program. When using MUI you should use MUIRoyale.Application.Icon instead.
by plouf
Sun Jun 04, 2023 3:06 pm
Forum: RapaGUI
Topic: TextEditor vs Textview
Replies: 2
Views: 1753

Re: TextEditor vs Textview

lets see you have a problem, problem is that texteditor is editable but you dont want that, you want to be readonly Open manual of RapaGUI and see ALL texteditor options, read them and see if anything fill your needs ? i thjnk that https://www.hollywood-mal.com/docs/html/rapagui/TexteditorReadOnly.h...
by plouf
Sun Jun 04, 2023 11:36 am
Forum: Newbie questions
Topic: How to move window?
Replies: 5
Views: 1161

Re: How to move window?

The fact that some OS have some limitations should not be the bottleneck of a lot ,mainly wide used, functions in other OSes

Imho if limitatios exists for some reason i. Some oses e.g amigaos3 / android etc.
The feautire can be added, and leave it in manual as "future planned for X os"
by plouf
Sat Jun 03, 2023 6:40 pm
Forum: RapaGUI
Topic: RapaGUI Treeview - Empty Leaf when inserting Leafs dynamically
Replies: 5
Views: 2440

Re: RapaGUI Treeview - Empty Leaf when inserting Leafs dynamically

because there is NO "taskopen" object to your new xml !! you are trying to insert AFTER a leaf that do not exist. Special "Head" or "Tail" should be used to add to the top or bottom since there is no specific leaf to add it AFTER to full working example xml$ = [[ <?xml ...
by plouf
Thu Jun 01, 2023 5:13 pm
Forum: RapaGUI
Topic: VideoPlayer example not work
Replies: 7
Views: 1823

Re: VideoPlayer example not work

so you use videoplayer within rapagui examples AS IS without any modifications ?

do you have any sample mp4 that fails? to crosscheck?
does other formats play ok?
by plouf
Thu Jun 01, 2023 1:54 pm
Forum: RapaGUI
Topic: VideoPlayer example not work
Replies: 7
Views: 1823

Re: VideoPlayer example not work

above post was a mistake i had some corrupted mp4, but cant edit above post your problem is that video player fals on top of rapagui display, which also has take ove display of hollywood have you se a hollywood.diplay? have some sample test script? hollywood example VideoPlayer is not Rapagui, and u...