Search found 173 matches

by ilbarbax
Sat May 23, 2026 12:18 pm
Forum: Showcase
Topic: GoCatalog
Replies: 2
Views: 8922

Re: GoCatalog

New version 1.2 is on Aminet queue.
A lot of improvements and initial support for rapagui classes
by ilbarbax
Wed May 13, 2026 3:23 pm
Forum: Code snippets area
Topic: texteditor functions
Replies: 0
Views: 7114

texteditor functions

I want to share some of my functions I developed to handle texteditor contents. Despite the simple appearance, they cost a lot of efforts mainly due to the fact that documentation is lacking examples (sorry for this critic but RapGui manual is very pour of examples) This function colors a specific t...
by ilbarbax
Sun May 10, 2026 4:58 pm
Forum: Code snippets area
Topic: Basic Read of EXIF data
Replies: 1
Views: 81015

Re: Basic Read of EXIF data

Interesting I missed this thread.
In the meantime there have been further evolution'
by ilbarbax
Mon May 04, 2026 3:50 pm
Forum: RapaGUI
Topic: Texteditor.SetColor
Replies: 9
Views: 70957

Re: Texteditor.SetColor

found the problem!.
The texteditor was readonly but at this point why only cut is effected by the readonly and not set color?
by ilbarbax
Mon May 04, 2026 2:35 pm
Forum: RapaGUI
Topic: Texteditor.SetColor
Replies: 9
Views: 70957

Re: Texteditor.SetColor

I approached the problem in a more pragmatic way with the following function Function p_te_uncolor(id$,l_n,txt$) Local line_pos=moai.DoMethod(id$, "GetPosition", "0", ToString(l_n-1)) Local line_len=moai.DoMethod(id$, "GetLineLength", ToString(l_n-1)) Local t$ = moai.Do...
by ilbarbax
Sun May 03, 2026 9:44 am
Forum: RapaGUI
Topic: Texteditor.SetColor
Replies: 9
Views: 70957

Re: Texteditor.SetColor

Yes I did that as described in my first message but I'm not sure I found the correct way
by ilbarbax
Sat May 02, 2026 8:08 pm
Forum: RapaGUI
Topic: Texteditor.SetColor
Replies: 9
Views: 70957

Re: Texteditor.SetColor

I think that styled would apply to the whole document of the texteditor, while instead I need to reset the color in just few specific words of the document leaving the rest untouched (with colors)
by ilbarbax
Thu Apr 30, 2026 10:38 am
Forum: RapaGUI
Topic: Texteditor.SetColor
Replies: 9
Views: 70957

Re: Texteditor.SetColor

Sorry I selected the wrong thread lt needed to be under rapagui
May the administrator move this post? Thanks
by ilbarbax
Wed Apr 29, 2026 2:32 pm
Forum: RapaGUI
Topic: Texteditor.SetColor
Replies: 9
Views: 70957

Texteditor.SetColor

How to disable setcolor in a texteditor string? I casually found that moai.DoMethod(id$, "SetColor", start, end, 0) does it but I'm not sure it is the right way. I'm not sure that all the escape characters are removed and I get a plain text. Can someone give some light on this matter? thanks
by ilbarbax
Mon Apr 06, 2026 10:09 am
Forum: Showcase
Topic: GoCatalog
Replies: 2
Views: 8922

Re: GoCatalog

GoCatalog Is an utility for Hollywood coders thank converts your single language scripts to multi language scripts via catalogs. What does: Select your main script. All @include scripts will be loaded too. Scan the script to find the texts Yo can review the sentences found and exclude some o them o...