Search found 213 matches

by papiosaur
Wed Oct 02, 2024 3:40 pm
Forum: RapaGUI
Topic: Problem with poppath
Replies: 3
Views: 1988

Re: Problem with poppath

Ha ouf!!!

i think there was a problem with RapaGui.

Thanks a lot jPV!!!
by papiosaur
Mon Sep 30, 2024 4:43 pm
Forum: RapaGUI
Topic: Problem with poppath
Replies: 3
Views: 1988

Re: Problem with poppath

Ok i have found the problem i would like delete the path in the poppath after have added the drawer in the lister with this command: moai.set("path0", "path", "") path0 is the id of the poppath but in fact it create a new blank entry in the lister after the first entry ...
by papiosaur
Mon Sep 30, 2024 2:33 pm
Forum: RapaGUI
Topic: Problem with poppath
Replies: 3
Views: 1988

Problem with poppath

Hello, i've a problem with poppath... i would like to select a drawer and add it in a lister. The problem in the poppath i can select a drawer entry AND a file entry... (under MorphOS) When i add the drawer in the lister i have 2 entries... first for drawer and a second (blank) for the file not sele...
by papiosaur
Mon Sep 30, 2024 12:06 pm
Forum: RapaGUI
Topic: Problem with lines feed into a texteditor box
Replies: 8
Views: 2860

Re: Problem with lines feed into a texteditor box

Thanks a lot Flinx!!!!!

Work better ;-)
by papiosaur
Mon Sep 30, 2024 10:14 am
Forum: RapaGUI
Topic: Problem with lines feed into a texteditor box
Replies: 8
Views: 2860

Re: Problem with lines feed into a texteditor box

This my part of code: text$ = filetostring("ram:ball.cpp") n = countstr(text$, Chr(13) .. Chr(10), True, 0, #ENCODING_RAW) consoleprint(n) pos = 0 posi$ = 1 For i = 0 to n pos = findstr(text$, Chr(13) .. Chr(10), True, pos, #ENCODING_RAW) consoleprint(posi$ .. ". " ..pos) replace...
by papiosaur
Sun Sep 29, 2024 10:54 pm
Forum: RapaGUI
Topic: Problem with lines feed into a texteditor box
Replies: 8
Views: 2860

Re: Problem with lines feed into a texteditor box

I have tried to replace Chr(13) .. Chr(10) by only Chr(13) but without success...

@plouf: i give you a link of the file tomorrow
by papiosaur
Sun Sep 29, 2024 11:00 am
Forum: RapaGUI
Topic: Problem with lines feed into a texteditor box
Replies: 8
Views: 2860

Re: Problem with lines feed into a texteditor box

Thanks for your answers !

I will search this special double string and remove which one cause trouble.
by papiosaur
Sat Sep 28, 2024 10:08 pm
Forum: RapaGUI
Topic: Problem with lines feed into a texteditor box
Replies: 8
Views: 2860

Problem with lines feed into a texteditor box

Hello, i show contents of files into a Texteditor box (read only and font style fixed) but i have lines feed between each lines there is no in another file editor like FlowStudio on MorphOS. If i save the file with FlowStudio (in UTF8 format), the line feed disappears in the Texteditor box after rel...
by papiosaur
Thu Sep 26, 2024 8:03 am
Forum: RapaGUI
Topic: Show files in a lister from poppath
Replies: 5
Views: 2189

Re: Show files in a lister from poppath

Thanks a lot leo!!! Work fine!!!

i understand better the "Case" now :-D

I have always Error locking... but i will try to that.