Search found 78 matches

by drozdman
30 Jul 2018, 13:21
Forum: Ask for Help (v1)
Topic: Tab3 bug? No mouse scrolling in edit control.
Replies: 1
Views: 712

Tab3 bug? No mouse scrolling in edit control.

Is this a Tab3 bug? There is no mouse scrolling in edit control. The same GUI works with Tab2, but it doesn't with Tab3. Tab3 - no mouse scrolling #SingleInstance force Gui,1:Font, S8 , Segoe UI Bold Gui,1: Add, Tab3, x0 y10 -Background vTabName , Test1|Test2|Test3 ;Gui,1: Add, Tab2, x0 y10 w400 +Th...
by drozdman
28 Jul 2018, 20:41
Forum: Scripts and Functions (v1)
Topic: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.
Replies: 33
Views: 10825

Re: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.

A weird thing happened after switching to Tab3 from Tab2. Mouse wheel scrolling stopped working. Not only in the RichEdit version, but also in the original plain text version.
I had to add it manually. I only found out by chance, while I'm working on something else.
Is there a problem with Tab3?
by drozdman
27 Jul 2018, 20:52
Forum: Scripts and Functions (v1)
Topic: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.
Replies: 33
Views: 10825

Re: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.

@burque505
Oh, yeah. I left this line: folder_path := "C:\a\b\notes_files\". It was for testing and it should have been removed. I had other things on my head, so I didn't notice.
by drozdman
27 Jul 2018, 15:46
Forum: Scripts and Functions (v1)
Topic: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.
Replies: 33
Views: 10825

Re: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.

@burque505 ● Do you mean that the file dropped in is not saved? It's not supposed to be. Adding files is something extra here. All notes are saved only in the 8 predefined files. If you want to save an external file after dropping it into a note or opening, you have to use "Save As" option in the co...
by drozdman
26 Jul 2018, 22:23
Forum: Scripts and Functions (v1)
Topic: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.
Replies: 33
Views: 10825

Re: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.

@rommmcek Oh, yeah. Thanks. I fixed it. @burque505 I checked it on Win8. It loads .rtf files with images. I didn't intend it to include images (I'm not going to use them in this script), but I added it to the draft above (edited). I also forgot about changing the subroutine with dropping file on GUI...
by drozdman
25 Jul 2018, 14:43
Forum: Scripts and Functions (v1)
Topic: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.
Replies: 33
Views: 10825

Re: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.

@burque505 I can post the first draft that I already made. It's working generally, but I will make some addition (like my own "Find in text" instead of the one included). /* RichEdit version of Quick Notes by Drozdman • Save file in Unicode. • Eight notes/tabs with customizable names stored in separ...
by drozdman
25 Jul 2018, 11:18
Forum: Scripts and Functions (v1)
Topic: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.
Replies: 33
Views: 10825

Re: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.

@burque505 Cool. Actually it was you who reminded me about the RichEdit for Quick Notes with your post some time ago. I was doing other things then, so I didn't think much more about it. When I first made the script I also thought about using the class by "just me". Though I was distrustful of the ....
by drozdman
24 Jul 2018, 17:03
Forum: Scripts and Functions (v1)
Topic: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.
Replies: 33
Views: 10825

Re: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.

@DutchPete
I changed it again and made the 'modified' option at exit in a correct way.

I'm also thinking about making a "rich edit" (.rtf) version of "Quick Notes" using Class_RichEdit by "just me".
by drozdman
19 Jul 2018, 19:57
Forum: Scripts and Functions (v1)
Topic: Toolbars for 'Windows Explorer', for 'Open/Save As' dialogs. Double-click on windows' title bar
Replies: 4
Views: 4782

Toolbars for 'Windows Explorer', for 'Open/Save As' dialogs. Double-click on windows' title bar

I have used this Windows Explorer toolbar on Vista for long. Though, I had to change it recently to make it fit Win7 (it will work also on Win8). Changing the look was not the only necessity. I had to use a SetTimer delay, because of the weird problems Window 7 has with drawing Explorer itself. Wind...
by drozdman
19 Jul 2018, 19:27
Forum: Scripts and Functions (v1)
Topic: 'Window on top' button (SetWinEventHook)
Replies: 0
Views: 1600

'Window on top' button (SetWinEventHook)

I used to use FileBox eXtender (an old discontinued program) mainly for the window-on-top button on Vista. Unfortunately it wasn't working for me on Win 7 nor on any newer version of Windows. So in order to have a window-on-top button after being gradually forced off Vista (Firefox) I had to make th...
by drozdman
23 Jun 2018, 13:02
Forum: Scripts and Functions (v1)
Topic: Sets of hotkeys. Old clipboards.
Replies: 1
Views: 1485

Sets of hotkeys. Old clipboards.

I have used this for long, but I didn't post it. This may be useful for someone. Those scripts are something necessary for me. It was one of the first things for me to use AHK for. Sets of hotkeys ● The script creates a set of hotkeys. ● Each hotkey has a set of texts to send ● can go through the se...
by drozdman
23 Jun 2018, 11:15
Forum: Scripts and Functions (v1)
Topic: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.
Replies: 33
Views: 10825

Re: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.

@DutchPete That's because names are too long, probably. Originally it was intended to be small, so the names were supposed to be short. An easy fix is to change is w403 to something bigger. Like w600 or w800 In this line( around line 195): Gui,1: Add, Tab2, x0 y25 w403 +Theme -Background vTabName gC...
by drozdman
23 Jun 2018, 11:00
Forum: Scripts and Functions (v1)
Topic: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.
Replies: 33
Views: 10825

Re: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.

@DutchPete I changed it a little. In the beginning of the script I added Width_B:=765 , Height_B:=592 (in your case should be Width_B:=1200 , Height_B:=700 ). And Gosub, Big at line 217. Now it goes to the big size at launch and you can specify desired size. ; Quick Notes by Drozdman ; save file in ...
by drozdman
22 Jun 2018, 16:57
Forum: Scripts and Functions (v1)
Topic: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.
Replies: 33
Views: 10825

Re: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.

This is an old script, I didn't bother with it too much, because I use a different more complex version, more customized. Since someone uses it, I made some quick changes. I tested it, but not that much, so if there is a problem, someone can report it. There may be a problem with "Find in text" for ...
by drozdman
21 Jun 2018, 13:14
Forum: Scripts and Functions (v1)
Topic: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.
Replies: 33
Views: 10825

Re: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.

@DutchPete I checked your code and the move works. Did you get the updated version? I did not change the script in the opening post. Use the one in my previous post. That one was changed. . It should have this in the end: Close: GuiClose: MsgBox, 4100, Confirm exit, Do you want to save before exitin...
by drozdman
21 Jun 2018, 11:04
Forum: Scripts and Functions (v1)
Topic: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.
Replies: 33
Views: 10825

Re: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.

@DutchPete Don't use your script to start it. It changes the size on its own. There is already CenterWindowSize function in it. I tried it on Win 7, and it works. I added the previously disabled feature "save on exit" in the previous post (now edited). Close: GuiClose: MsgBox, 4100, Confirm exit, Do...
by drozdman
21 Jun 2018, 09:30
Forum: Scripts and Functions (v1)
Topic: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.
Replies: 33
Views: 10825

Re: Old scripts: Alarm Timer. Stopper. Quick Notes. Snipping Tool.

@DutchPete I changed it a little. In the beginning of the script I added Width_B:=765 , Height_B:=592 (in your case should be Width_B:=1200 , Height_B:=700 ). And Gosub, Big at line 217. Now it goes to the big size at launch and you can specify desired size. ; Quick Notes by Drozdman ; save file in ...
by drozdman
01 Jun 2018, 19:28
Forum: Scripts and Functions (v1)
Topic: [Archive] Collection of lost AHK Scripts & Libraries
Replies: 114
Views: 212204

Re: [Archive] Collection of lost AHK Scripts & Libraries

I have been using this Icon Browser. Taken from this old forum (I changed it a little to quickly select .dll files). Useful for looking for icons for GUIs. ; Program: Icon Browser ; Version: 00 ; Last Modified: 2005.09.29 ; Last Changes: First Version ;https://autohotkey.com/board/topic/5278-simple-...
by drozdman
01 Jun 2018, 19:21
Forum: Scripts and Functions (v1)
Topic: Traditional clock gadget with timer, periodic alarm (Gdip)
Replies: 5
Views: 3670

Re: Traditional clock gadget with timer, periodic alarm (Gdip)

I changed the script a little. ● After combing the clock with the periodic alarm a short alarm option with message showing on the side and closing by itself was lost. I got used to it so I included it the script here. ● Also, I added some text-to-speech options. Though, it's launched from a separate...

Go to advanced search