Search found 746 matches
- Tue Mar 31, 2026 5:17 pm
- Forum: Newbie questions
- Topic: How to properly use parts of HGui in a hollywood program?
- Replies: 6
- Views: 594
Re: How to properly use parts of HGui in a hollywood program?
No problem, I'm really happy that it works 
- Mon Mar 30, 2026 7:22 pm
- Forum: Newbie questions
- Topic: How to properly use parts of HGui in a hollywood program?
- Replies: 6
- Views: 594
Re: How to properly use parts of HGui in a hollywood program?
Hello! Implementing support for scaling methods has not been done, but you can try the following, I've changed the bottom part of the script like this (I've removed the BeginDoubleBuffer() from the top of the script): main_window:render() ;--- ADDED --- main_window:select() SetDisplayAttributes({ Sc...
- Sun Mar 29, 2026 12:00 pm
- Forum: Newbie questions
- Topic: Scui textgadgets
- Replies: 1
- Views: 601
Re: Scui textgadgets
Hello,
I've replied to the HGui question because SCUI is its ancestor, too old to put my hands on it
I've replied to the HGui question because SCUI is its ancestor, too old to put my hands on it
- Sun Mar 29, 2026 11:58 am
- Forum: Newbie questions
- Topic: How to properly use parts of HGui in a hollywood program?
- Replies: 6
- Views: 594
Re: How to properly use parts of HGui in a hollywood program?
Hello! I've seen your code and here are some points you have to consider: - HGui was build to create app with a GUIs using an hierarchical structure where everything starts from a root display, what you are doing is a bit of an hack but I'll help you to figure out how to use what you need :) - The :...
- Mon Jun 30, 2025 8:17 am
- Forum: General programming
- Topic: What way do you use to remove items from list when using for n = 0 to last
- Replies: 2
- Views: 15465
Re: What way do you use to remove items from list when using for n = 0 to last
Hello @Bugala, for the problem you are facing, with remove & add teable items in the middle of a for-next, I use your method, with a reversed for-next like you did, especially when removing items. But there are also optimized lists that could be easier to use in such cases, have you tried to hav...
- Mon Apr 21, 2025 9:30 am
- Forum: RapaGUI
- Topic: Problem with Undo/Redo in TextEditor
- Replies: 10
- Views: 42499
Re: Problem with Undo/Redo in TextEditor
Great! Thank you! 
- Fri Apr 18, 2025 10:34 am
- Forum: Showcase
- Topic: Smartclock video
- Replies: 1
- Views: 24548
Smartclock video
Hello all! I've resumed an old project started several years ago, it's about a configurable clock born to run on my Raspberry Pi4 but I'd like to run it on a Pi Zero and build a complete small clock. It features customizable layout, news reader, weather forecast and animations for your very own cloc...
- Mon Apr 07, 2025 9:05 am
- Forum: RapaGUI
- Topic: Problem with Undo/Redo in TextEditor
- Replies: 10
- Views: 42499
Re: Problem with Undo/Redo in TextEditor
Oh man, sorry, I didn't get right your question!
rapagui.hwp size: 6.438.627 bytes

rapagui.hwp size: 6.438.627 bytes
- Sat Apr 05, 2025 1:50 pm
- Forum: RapaGUI
- Topic: Problem with Undo/Redo in TextEditor
- Replies: 10
- Views: 42499
Re: Problem with Undo/Redo in TextEditor
I missed your reply sorry! I'm on Manjaro + KDE Plasma, I think it should use GTK3, looking at the package manager both GTK2 & 3 are installed. Here are my system specs: ██████████████████ ████████ ------------------ ██████████████████ ████████ OS: Manjaro Linux x86_64 ██████████████████ ███████...
- Thu Feb 13, 2025 6:51 pm
- Forum: RapaGUI
- Topic: Problem with Undo/Redo in TextEditor
- Replies: 10
- Views: 42499
Re: Problem with Undo/Redo in TextEditor
Thank you for the test! 
Let's see what other people and Andreas say
Let's see what other people and Andreas say