Search found 164 matches

by ilbarbax
Mon Apr 06, 2026 10:09 am
Forum: Showcase
Topic: GoCatalog
Replies: 1
Views: 2137

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...
by ilbarbax
Sat Apr 04, 2026 10:00 am
Forum: General programming
Topic: Problem with mouseover and context menues
Replies: 6
Views: 2024

Re: Problem with mouseover and context menues

Thanks plouf it worked!!! I would never thought to the fact that buttons would may be disabled without an intentional action.
by ilbarbax
Fri Apr 03, 2026 10:54 am
Forum: General programming
Topic: Problem with mouseover and context menues
Replies: 6
Views: 2024

Re: Problem with mouseover and context menues

Here you have my text case replicating the actual structure and behaviour of my program. if you go over the red boxes they will change to yellow. if you click right mouse the popup menu appear. Choose one option and then pass over the red boxes and they will change to yellow. Now if you click right ...
by ilbarbax
Thu Apr 02, 2026 5:34 pm
Forum: General programming
Topic: Problem with mouseover and context menues
Replies: 6
Views: 2024

Re: Problem with mouseover and context menues

I'm not using rapagui but plain Hollywood code.
I have to verify... you may have given me an hint anyway
by ilbarbax
Thu Apr 02, 2026 10:34 am
Forum: General programming
Topic: Problem with mouseover and context menues
Replies: 6
Views: 2024

Problem with mouseover and context menues

I have a strange behavior that I can't avoid as follow: I have established an event on a number of buttons when mouse is over. Then I added a context menu to do something activated when the mouse is over a button and obviously right mouse click. Now if a do something trough the context menu options ...
by ilbarbax
Thu Apr 02, 2026 10:19 am
Forum: RapaGUI
Topic: listview identation
Replies: 1
Views: 2007

listview identation

For my needs I copied a script into a listview. But doing that the identations are lost. it seems that during the copy on all lines the left spaces and tabs are trim out. Using texteditor class I found many difficulties in doing what I need that instead with listview went much easier. Is there a wor...
by ilbarbax
Thu Mar 26, 2026 10:37 am
Forum: Showcase
Topic: GoCatalog
Replies: 1
Views: 2137

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 @required scripts will be loaded too. Scan the script to find the texts Yo can review the sentences found and exclude some o them o...
by ilbarbax
Wed Feb 18, 2026 6:17 pm
Forum: General programming
Topic: readtable & json file
Replies: 3
Views: 23502

Re: readtable & json file

@JPV

You got it right. as usual a really elegant solution.
thanks
by ilbarbax
Tue Feb 17, 2026 8:10 pm
Forum: General programming
Topic: readtable & json file
Replies: 3
Views: 23502

readtable & json file

Hi, I have two different tables and I want to save both on an unique file via writetable using the default option. They are written correctly while the reading is impossible receiving an error message. Saving the two tables, each one in a different file, they are correctly read. There is a way to ha...
by ilbarbax
Wed Nov 12, 2025 8:36 am
Forum: General programming
Topic: How to save an MP4 format using BeginAnimStream?
Replies: 5
Views: 21912

Re: How to save an MP4 format using BeginAnimStream?

Ant hope to have an updated version of avcodec ?