Hi all,
Just curious if there's a soft line-wrap feature available in the IDE.
I checked in the Prefs under editing, general, etc. but didn't see it, same with menus. Maybe I missed it somewhere.
I'm using the 3.10 distribution for Ubuntu 24 (OpenSuse Tumbleweed / KDE).
Thanks for any tips.
Search found 3 matches
- Sun Aug 10, 2025 7:28 pm
- Forum: Coding Questions
- Topic: Soft wrap available in SB IDE?
- Replies: 0
- Views: 101
- Fri Dec 06, 2024 2:50 am
- Forum: Coding Questions
- Topic: How to set sound playback volume?
- Replies: 5
- Views: 11117
Re: How to set sound playback volume?
You must wait to the sound file to be loaded.
If you put the: SoundVolume(0, 0) after PlaySound(0) (inside Loading procedure), it works as expected.
Ah? Like this? I couldn't get it to work unless I removed the PlaySound(). I tried with PlaySound(0) etc. (Windows 11 if it matters)
; This ...
- Wed Dec 04, 2024 11:40 pm
- Forum: Coding Questions
- Topic: How to set sound playback volume?
- Replies: 5
- Views: 11117
How to set sound playback volume?
Hi all,
I'm a new user, enjoying SpiderBasic so far.
Just curious how the volume of a sound can be altered in code.
Here's what I've been working with, starting from the documentation and modifying it based on what I'm reading.
I'm not able to get the volume to change, whether it's a .wav or ...
I'm a new user, enjoying SpiderBasic so far.
Just curious how the volume of a sound can be altered in code.
Here's what I've been working with, starting from the documentation and modifying it based on what I'm reading.
I'm not able to get the volume to change, whether it's a .wav or ...