Search found 381 matches
- Mon Jun 08, 2026 11:05 am
- Forum: General programming
- Topic: How to find out the currently selected display?
- Replies: 5
- Views: 1734
Re: How to find out the currently selected display?
Now that I’ve taken a closer look, I realize my question was too specific. I had imagined it too simple. “Change the output device within an interval function and restore the previous state at the end of that function” is much more complicated than I had expected at the time. Okay, I should have gue...
- Sun Jun 07, 2026 5:46 pm
- Forum: General programming
- Topic: Scope of Font Settings
- Replies: 2
- Views: 991
Re: Scope of Font Settings
Thanks!
- Sun Jun 07, 2026 11:57 am
- Forum: General programming
- Topic: Scope of Font Settings
- Replies: 2
- Views: 991
Scope of Font Settings
A clarifying question: In a program with multiple displays, the commands SetFont(), SetFontColor(), and SetFontStyle() have a global effect; in other words, they change the output for all displays, regardless of which one was selected with SelectDisplay(). Accordingly, you can query the currently se...
- Sat Jun 06, 2026 11:56 am
- Forum: General programming
- Topic: Is NIL argument later defined still a local?
- Replies: 4
- Views: 1274
Re: Is NIL argument later defined still a local?
Bugala, plouf has already answered the question precisely, hasn't he? His code example clearly shows that `OpArgs` is a local variable of the function even when it is passed as Nil.
- Fri Jun 05, 2026 4:49 pm
- Forum: General programming
- Topic: How to find out the currently selected display?
- Replies: 5
- Views: 1734
Re: How to find out the currently selected display?
Thanks! I hadn't found that. I'm not sure in which situations it fails this way, but at least it's better than nothing. I had tried to make the table monitor I recently presented here as universally usable as possible, because it helped me quite a bit. Since it requires a SelectDisplay, I have to sw...
- Fri Jun 05, 2026 2:52 pm
- Forum: General programming
- Topic: How to saturate just one colo (R, G, B)?
- Replies: 4
- Views: 1282
Re: How to saturate just one colo (R, G, B)?
Here’s something of a solution, but it needs a lot of memory for the tables and is slow. It might still be helpful, if no one knows a better way. The operations in the loop could be combined into a single line, which would probably speed up the calculation a bit, but it’s easier to experiment this w...
- Tue Jun 02, 2026 4:40 pm
- Forum: General programming
- Topic: How to find out the currently selected display?
- Replies: 5
- Views: 1734
How to find out the currently selected display?
I'm searching for a way to determine which display is currently selected. Is this possible?
- Thu May 28, 2026 10:54 am
- Forum: Hollywood bugs
- Topic: Linux and the Constant problems
- Replies: 22
- Views: 84631
Re: Linux and the Constant problems
Ah, you changed your post, so I have reply again. What your responses are showing me is that you don't force Hollywood to do complicated tasks, or that your projects aren't aimed at all available operating systems, where it's easy to find problems Your judgment is poor. But fine, I'll try not to off...
- Thu May 28, 2026 10:20 am
- Forum: Hollywood bugs
- Topic: Linux and the Constant problems
- Replies: 22
- Views: 84631
Re: Linux and the Constant problems
Ok, but do you still have a problem?
- Wed May 27, 2026 12:43 pm
- Forum: Hollywood bugs
- Topic: Linux and the Constant problems
- Replies: 22
- Views: 84631
Re: Linux and the Constant problems
If you still need an answer, show us the command line you use to compile the problematic script. From your posts, I am not sure if your problem is solved or not. Also, show us Hollywood's output from the compilation run.