Search found 5631 matches
- Sun Aug 04, 2024 1:52 am
- Forum: Coding Questions
- Topic: Splitter gadget - minimal size
- Replies: 2
- Views: 1091
Re: Splitter gadget - minimal size
Ah, completely forgot about that. Thank you!
- Sat Aug 03, 2024 4:42 pm
- Forum: Coding Questions
- Topic: Splitter gadget - minimal size
- Replies: 2
- Views: 1091
Splitter gadget - minimal size
Is there a way to tell the splitter gadget to keep a minimal size for the resized gadgets? I now end up in a situation where the related gadgets become invisible (size 0).
- Fri Jul 26, 2024 2:16 pm
- Forum: Coding Questions
- Topic: Alternative for RunProgram
- Replies: 14
- Views: 2867
Re: Alternative for RunProgram
Thanks all! I remembered playing around with this in the past, and suddenly recalled I wrote a procedure for this ages ago :-) (Probably stole it from someone... credits to the unknown creator then :-) )
Memory, and too busy with other things than programming :-)
Procedure x_shellexecute ...
Memory, and too busy with other things than programming :-)
Procedure x_shellexecute ...
- Thu Jul 25, 2024 11:55 pm
- Forum: Coding Questions
- Topic: Alternative for RunProgram
- Replies: 14
- Views: 2867
Re: Alternative for RunProgram
Wait... I thought I tested that... Trying again. Moment...
- Thu Jul 25, 2024 8:27 pm
- Forum: Coding Questions
- Topic: Alternative for RunProgram
- Replies: 14
- Views: 2867
Alternative for RunProgram
Hi peeps. I've been gone for quite a while (doing lots of other stuff) but I need to build a little tool right now, and I'll (obviously) do so in PureBasic. I'm looking for something (and I know I've seen it somewhere on the forum, but I can't find it back).
What's the best way to launch / open ...
What's the best way to launch / open ...
- Tue Mar 28, 2023 12:51 am
- Forum: Coding Questions
- Topic: Text to speech - Using Amazon Polly / S3 services from within PureBasic
- Replies: 15
- Views: 4544
Re: Text to speech - Using Amazon Polly / S3 services from within PureBasic
Well, I found this, https://learn.microsoft.com/en-us/sampl ... synthesis/, but my brain is still parsing the stuff there 

- Mon Mar 27, 2023 10:43 pm
- Forum: Coding Questions
- Topic: Text to speech - Using Amazon Polly / S3 services from within PureBasic
- Replies: 15
- Views: 4544
Re: Text to speech - Using Amazon Polly / S3 services from within PureBasic
Now I wonder, did anyone figure out a way to use the 'new' Windows 10 / 11 voices? They are pretty good compared with Amazon Polly and the old Sapi 5 voices.
I Googled a bit, but couldn't find any reference. Looks like it's MS only?
(For the difference, listen to this: https://ninelizardsblog ...
I Googled a bit, but couldn't find any reference. Looks like it's MS only?
(For the difference, listen to this: https://ninelizardsblog ...
- Mon Mar 27, 2023 10:41 pm
- Forum: Coding Questions
- Topic: Text to speech - Using Amazon Polly / S3 services from within PureBasic
- Replies: 15
- Views: 4544
- Mon Mar 27, 2023 5:49 pm
- Forum: Applications - Feedback and Discussion
- Topic: PB.Ex Speech (Windows)
- Replies: 42
- Views: 26400
Re: PB.Ex Speech (Windows)
Ah... Oh well, using the example in the other post then. I always try to program without any DLLs or Libs, reducing my dependencies on any such.
- Sat Mar 25, 2023 2:52 pm
- Forum: Coding Questions
- Topic: Text to speech - Using Amazon Polly / S3 services from within PureBasic
- Replies: 15
- Views: 4544
Re: Text to speech - Using Amazon Polly / S3 services from within PureBasic
Interestingly, it won't run on my Win 10 and Win 11 machine, as it is trying to open those .DLLs that are in the archive
In other words, the sample includes those DLLs, and the code tries to open them. Without those DLLs it doesn't run.
Can you run it on your machine without those DLLS?
In other words, the sample includes those DLLs, and the code tries to open them. Without those DLLs it doesn't run.
Can you run it on your machine without those DLLS?
- Sat Mar 25, 2023 1:57 am
- Forum: Coding Questions
- Topic: Text to speech - Using Amazon Polly / S3 services from within PureBasic
- Replies: 15
- Views: 4544
Re: Text to speech - Using Amazon Polly / S3 services from within PureBasic
Yes, it does! Thank you! I'm going to study what it does exactly...
- Sat Mar 25, 2023 1:51 am
- Forum: Coding Questions
- Topic: Text to speech - Using Amazon Polly / S3 services from within PureBasic
- Replies: 15
- Views: 4544
Re: Text to speech - Using Amazon Polly / S3 services from within PureBasic
That's similar to the code I found on the forum. (It might be the same code, actually.)
But it's using some DLL that isn't found. Any suggestions?
What dlls? It's only SAPI5 of Windows you don't need more.
The example in that post includes some DLLs, doesn't it? (You have me mightily ...
- Fri Mar 24, 2023 5:52 pm
- Forum: Coding Questions
- Topic: Text to speech - Using Amazon Polly / S3 services from within PureBasic
- Replies: 15
- Views: 4544
Re: Text to speech - Using Amazon Polly / S3 services from within PureBasic
That's similar to the code I found on the forum. (It might be the same code, actually.)
But it's using some DLL that isn't found. Any suggestions?
But it's using some DLL that isn't found. Any suggestions?
- Fri Mar 24, 2023 5:51 pm
- Forum: Applications - Feedback and Discussion
- Topic: PB.Ex Speech (Windows)
- Replies: 42
- Views: 26400
Re: PB.Ex Speech (Windows)
This looks interesting, but where do those DLLs come from?
- Fri Mar 24, 2023 3:33 am
- Forum: Coding Questions
- Topic: Text to speech - Using Amazon Polly / S3 services from within PureBasic
- Replies: 15
- Views: 4544
Re: Text to speech - Using Amazon Polly / S3 services from within PureBasic
> Note: I don't want to use external libraries if possible, to reduce dependencies.

