Search found 2 matches

by weavemeter
Wed Dec 27, 2023 10:58 am
Forum: Coding Questions
Topic: Issues about the console
Replies: 2
Views: 706

Re: Issues about the console


Everything about your questions is already answered here in the forum.
You only need to find it. :wink:

https://www.purebasic.fr/english/viewtopic.php?p=544671#p544671

https://www.purebasic.fr/english/viewtopic.php?t=75649

But since there are native API functions involved, you need a full ...
by weavemeter
Wed Dec 27, 2023 8:05 am
Forum: Coding Questions
Topic: Issues about the console
Replies: 2
Views: 706

Issues about the console

Hi everyone,

1. Is it possible to detect a console window resizing event? When the user resizes the window, I'd want to resize the content of my console basket random
2. You can move the cursor using ConsoleLocate(), but how do you retrieve the cursor's current position? (This might be difficult ...