Search found 190 matches

by lblb
25 Sep 2022, 05:43
Forum: Scripts and Functions (v1)
Topic: Cursor Highlighter
Replies: 75
Views: 55956

Re: Cursor Highlighter

@Relayer

Thanks for letting me know. I'll look into it.
by lblb
22 Sep 2022, 01:27
Forum: Scripts and Functions (v1)
Topic: PowerPoint Inking Toolbar
Replies: 22
Views: 15793

Re: PowerPoint Inking Toolbar

@Rajjayme

I'm glad you find it useful!
by lblb
22 Sep 2022, 01:25
Forum: Scripts and Functions (v1)
Topic: Cursor Highlighter
Replies: 75
Views: 55956

Re: Cursor Highlighter

s_tarnow Have you changed anything on your computer since June? Are you using a new version of Windows? It doesn't seem to be possible to use Cursor Highlighter (or any other similar program that I have tried) with a pen in so-called "UWP" apps such as the "OneNote for Windows" app. But strangely, ...
by lblb
14 Jun 2022, 04:14
Forum: Scripts and Functions (v1)
Topic: Send Email Directly from AutoHotkey
Replies: 33
Views: 20502

Re: Send Email Directly from AutoHotkey

Gmail should still work (it does for me) when you use an App password:

viewtopic.php?f=76&t=102434&p=455402#p455548
by lblb
07 Apr 2022, 11:58
Forum: Ask for Help (v1)
Topic: Losing ability to send email through gmail?
Replies: 10
Views: 1511

Re: Losing ability to send email through gmail?

Thanks boiler for the reply. Are you talking about the Office 365 desktop programs or about Office 365 online? I'm guessing you are talking about the programs. So would that mean that Outlook 365 would nee to be installed on each computer that uses the script? Unfortunately, since the script is used...
by lblb
07 Apr 2022, 01:47
Forum: Ask for Help (v1)
Topic: Losing ability to send email through gmail?
Replies: 10
Views: 1511

Losing ability to send email through gmail?

Gmail is removing the ability to send emails through third-party apps (it seems like it's already been done in several countries, and will happen on May 30 in the US where I am): https://support.google.com/accounts/answer/6010255?hl=en I think this means that we will lose the ability to send email t...
by lblb
25 Jan 2022, 03:35
Forum: Scripts and Functions (v1)
Topic: Cursor Highlighter
Replies: 75
Views: 55956

Re: Cursor Highlighter

@Hellbent

Nice, thanks for the script!
by lblb
23 Jan 2022, 18:06
Forum: Scripts and Functions (v1)
Topic: Cursor Highlighter
Replies: 75
Views: 55956

Re: Cursor Highlighter

@amateur+

Haha! That's cute!
by lblb
18 Jan 2022, 21:35
Forum: Scripts and Functions (v1)
Topic: Cursor Highlighter
Replies: 75
Views: 55956

Re: Cursor Highlighter

MouseTrap I'm glad you like my little script. Unfortunately, what you suggest is not possible with this script. But I'll keep your suggestion in my files for a future update. In the meantime, maybe you could use something like the free program "Epic Pen" to annotate your screen and add arrows. It's...
by lblb
08 Jan 2022, 18:54
Forum: Scripts and Functions (v1)
Topic: Drawing & Handwriting Objects. Great for touchscreen devices
Replies: 27
Views: 15460

Re: Drawing & Handwriting Objects. Great for touchscreen devices

@LAPIII

Some stuff you may find useful:

Code: Select all

ink.Font.Name := "Times New Roman"
ink.Font.Size := 16
ink.Font.Bold := true
ink.Font.Italic := true
ink.Font.Underline := true
ink.RecognitionTimeout := 1000
by lblb
16 Dec 2021, 23:33
Forum: Scripts and Functions (v1)
Topic: Cursor Highlighter
Replies: 75
Views: 55956

Re: Cursor Highlighter

@likethevegetable

I'm glad you found a solution to your problem!
by lblb
16 Dec 2021, 18:41
Forum: Scripts and Functions (v1)
Topic: Cursor Highlighter
Replies: 75
Views: 55956

Re: Cursor Highlighter

@likethevegetable

How are you trying to trigger it from another script? Using a hotkey? Using a GUI button?
by lblb
06 Dec 2021, 02:18
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 243235

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

@Hellbent

What a great reply! Thanks for taking the time to write this, this information is very helpful.
by lblb
29 Nov 2021, 00:38
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 243235

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

Hellbent It's been an absolute joy to see you go through all the gdip stuff in these last few years. Your progress and work have been simply amazing. You have been able to use gdip to create stuff that, only a few years ago, AutoHokey users could only wish for. I'm a user of more traditional GUI's ...
by lblb
20 Aug 2021, 02:21
Forum: Scripts and Functions (v1)
Topic: PowerPoint Inking Toolbar
Replies: 22
Views: 15793

Re: PowerPoint Inking Toolbar

UPDATE!

The toolbar has been updated to v. 3.1. See the top post for a list of changes and a short video. Thanks to everyone here and in other forums for feedback and user requests!
by lblb
25 Jul 2021, 16:41
Forum: Scripts and Functions (v1)
Topic: Cursor Highlighter
Replies: 75
Views: 55956

Re: Cursor Highlighter

@mobsi

It was my intention to update the script for the last few months, but a little worldwide pandemic got in the way... But I hope to be able to upload an updated version in the next few weeks. Stay tuned!
by lblb
02 Jul 2021, 15:40
Forum: Scripts and Functions (v1)
Topic: ChooseColors() : Color selection UI
Replies: 34
Views: 7604

Re: ChooseColors() : Color selection UI

SKAN In my work setup, I have three monitors (1920 x 1080, 1280 x 1024, 2560 x 1704) and the "black" issue only occurs on the third one, which is the only one that has a Windows magnification of 200% (the two others are at 100%). I don't think you need to recalculate everything to support DPI scali...
by lblb
01 Jul 2021, 18:03
Forum: Scripts and Functions (v1)
Topic: ChooseColors() : Color selection UI
Replies: 34
Views: 7604

Re: ChooseColors() : Color selection UI

@fabricio234

Are you using multiple monitors of either different dpi or Windows magnification? I get the same "black" issue when I do.

Go to advanced search