Search found 9 matches

by CodingBlind
Sat Mar 08, 2025 9:28 pm
Forum: General Discussion
Topic: Solved: Editor Gadget cursor position
Replies: 10
Views: 2513

Re: Editor Gadget cursor position

Well Piero,

Even if I were interested, I won't be using Textmate. I'm strictly a Windows person; not necessarily because it's better.
As for Python, Perl, Ruby (on rails or not) I have no interest in them, on account of their dependence on indentation. Whilst indentation may be good programming ...
by CodingBlind
Sat Mar 08, 2025 7:41 pm
Forum: General Discussion
Topic: Solved: Editor Gadget cursor position
Replies: 10
Views: 2513

Re: Editor Gadget cursor position

Quin,

Many thanks for your encouragement.
Whether or not I will undertake the project, depends on the answers to my questions. I would like my editor to be MDI.
As a serial / procedural programmer, I find the syntax of PB suits the way I think. Also, the IDE works well with JAWS and, likewise ...
by CodingBlind
Sat Mar 08, 2025 5:41 pm
Forum: General Discussion
Topic: Compiler Does Nothing - Menu Items Unavailable
Replies: 3
Views: 2822

Re: Compiler Does Nothing - Menu Items Unavailable

Please excuse my slackness, in not having reported the solution to this problem; it was too embarrassing. I had somehow removed the file extension from the SaveAs dialog and didn't realise it; a rudimentary error, that should only be made by novice computer users, not by one who aspires to be a ...
by CodingBlind
Sat Mar 08, 2025 5:29 pm
Forum: General Discussion
Topic: Solved: Editor Gadget cursor position
Replies: 10
Views: 2513

Re: Editor Gadget cursor position

chi,

Many thanks for your reply to the original message and the code example. As I am using Windows, it was applicable to me.

In addition to the line number, I would like to be able to retrieve the current cursor column number. Is this possible? Also, using the SendMessage routines, is it possible ...
by CodingBlind
Thu Jan 16, 2025 2:24 pm
Forum: General Discussion
Topic: Compiler Does Nothing - Menu Items Unavailable
Replies: 3
Views: 2822

Re: Compiler Does Nothing - Menu Items Unavailable

mk-soft,

Many thanks for your reply. I have already tried disabling my virus program, reloading PureBasic and the source; result was the same.

I shall create the exceptions and reinstall PureBasic, as you have recommended.

Wayne
by CodingBlind
Thu Jan 16, 2025 3:46 am
Forum: General Discussion
Topic: Compiler Does Nothing - Menu Items Unavailable
Replies: 3
Views: 2822

Compiler Does Nothing - Menu Items Unavailable

I have written some small Windows 64 programs. They compiled and ran just fine.

Now, when I revisit and attempt to compile / run the sources again, nothing happens. This isn't happening with all my programs. Saving the code with different names makes no difference.

I've checked the sources with ...
by CodingBlind
Thu Aug 15, 2024 10:25 pm
Forum: Coding Questions
Topic: Need Help Writing to JAWS Please!
Replies: 10
Views: 2044

Re: Need Help Writing to JAWS Please!

nsstudios, Many thanks for the direct link to the Toke package. Based on advice from Quin, that talking to JAWS would otherwise be difficult with PureBASIC, I will be happy to work with Toke.

As I am far from an advanced programmer, even this will be quite a challenge for me.

Again, Many Thanks to ...
by CodingBlind
Wed Aug 14, 2024 10:04 pm
Forum: Coding Questions
Topic: Need Help Writing to JAWS Please!
Replies: 10
Views: 2044

Re: Need Help Writing to JAWS Please!

Hello infratec and Quin,

Thank you for your very prompt responses.

infratec, Unfortunately, I got a connection refused message, when attempting to download the zip you recommended.

Quin, Toke sounds very promising! I went to Github, but received the message "message":"Artifact not found or access ...
by CodingBlind
Wed Aug 14, 2024 8:41 pm
Forum: Coding Questions
Topic: Need Help Writing to JAWS Please!
Replies: 10
Views: 2044

Need Help Writing to JAWS Please!

Hello,

As suggested by my username, I am a person who is blind. Therefore, I would like to be able to programmatically write messages to be spoken and call functions in my JAWS For Windows screen reading software ( https://en.wikipedia.org/wiki/JAWS_(screen_reader) ).

Thus far, my coding efforts ...