Search found 24 matches

by electrified
05 Apr 2019, 10:35
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 246143

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

I would have like it if there were more side bars here. Don't know if this classifies as non standard but..... https://imgur.com/sGAlUcg #NoEnv #SingleInstance, Force BarLength := 307 BarHeight := 30 SetTimer, MouseOver, 100 Gui, -Caption +Border +AlwaysOnTop +e0x203 Gui, Font, s6 Gui, Color, Gray G...
by electrified
01 Apr 2019, 23:16
Forum: SciTE4AutoHotkey
Topic: Auto-complete capital "R" in return Topic is solved
Replies: 3
Views: 5430

Re: Auto-complete capital "R" in return Topic is solved

wolf_II, thanks a lot, man. This worked perfectly. :) jeeswg, thank you for the assistance and the links as well :) I have noticed that a lot of people are typing them lowercase so i guess it is just some sort of coding standard or something. The thing is that it really bugs me when it is lowercase....
by electrified
28 Mar 2019, 05:45
Forum: SciTE4AutoHotkey
Topic: Auto-complete capital "R" in return Topic is solved
Replies: 3
Views: 5430

Auto-complete capital "R" in return Topic is solved

Hey guys, I know this is really dumb but it triggers my OCD :D I want to change the return to be with a capital "R" as of at the moment it appears in the auto complete suggestions with a lowercase "r" I am using the standard autocomplete that came with the editor and not the updated version which wa...
by electrified
28 Mar 2019, 05:27
Forum: Ask for Help (v1)
Topic: Run a script every specified weekday at specified time (use ahk instead of task manager) Topic is solved
Replies: 8
Views: 5716

Re: Run a script every specified weekday at specified time (use ahk instead of task manager) Topic is solved

You can try something like this: #Persistent SetTimer, Chronos, 500 Chronos: FormatTime, TimeToMeet,,HHmmss If A_YYYY = 2019 ; <============= Sets the year in which the MsgBox will initiate { If A_MM = 03 ; <============= Sets the month in which the MsgBox will initiate { If A_DD = 29 ; <===========...
by electrified
27 Mar 2019, 05:08
Forum: Scripts and Functions (v1)
Topic: Up arrow bracket for devs
Replies: 3
Views: 1397

Re: Up arrow bracket for devs

It does indeed depend on the layout.

Still it seems like a lot of code for something which can be done like this, for instance:

+Up::
Send {Asc 94}
Return
by electrified
19 Mar 2019, 12:18
Forum: Ask for Help (v1)
Topic: How do I prevent this.
Replies: 11
Views: 2459

Re: How do I prevent this.

I am happy to say that it is perfectly scaled. It seems i was having some issues with my PC so i had to reinstall Windows. Unfortunately it reverted the settings back to the way it was before and all the scripts were messed up again so whatever it was causing the scripts to run properly without affe...
by electrified
18 Mar 2019, 23:02
Forum: Ask for Help (v1)
Topic: How do I prevent this.
Replies: 11
Views: 2459

Re: How do I prevent this.

Hey guys, Yesterday i noticed that the scripts that were previously affected by this issue are now perfectly scaled on my PC. I haven't made any changes to my system or to the scripts for that matter. For instance Hellbent's pClass button tool and the Pixel Predator were really distorted and now eve...
by electrified
13 Mar 2019, 10:21
Forum: Ask for Help (v1)
Topic: Strange problem with Gui control resizing
Replies: 2
Views: 839

Re: Strange problem with Gui control resizing

Thank you for the confirmation, just me :) I kinda figured that it is relevant to the entire window just a few moments ago before I read your post with some more testing and going through the documentation again since last I was testing it at 6AM and was not very adequate :D With GuiControl, Move, i...
by electrified
12 Mar 2019, 21:52
Forum: Scripts and Functions (v1)
Topic: [Editor/Code Generator] Gdip Bitmap Maker ( v0.1.12 Feb 8th, 2024 )
Replies: 68
Views: 28069

Re: [Editor] Gdip Bitmap Maker

Excellent project and very well done indeed. I am following the progress on your youtube channel ever since you posted it for the first time and cannot wait to see where it will go.
I can only hope to get to such level of coding knowledge some day.

Bravo and keep up the good work :)
by electrified
12 Mar 2019, 21:42
Forum: Ask for Help (v1)
Topic: Strange problem with Gui control resizing
Replies: 2
Views: 839

Strange problem with Gui control resizing

Hey Guys, I decided to make a simple script to help me format the controls for the my Guis better but i have a strange problem. Some may see it as kind of stupid but i think it might be useful. Initially i wanted to make it as a separate Gui that can control other Guis but it seems that I was unable...
by electrified
06 Mar 2019, 15:42
Forum: Ask for Help (v1)
Topic: How do I prevent this.
Replies: 11
Views: 2459

Re: How do I prevent this.

I must say this is really annoying indeed and i do hope that some simpler solution comes up. I've had that issue with a couple of your guis, Hellbent, in particular the first clipboard tool and the pButton generator tool. I've had it with a few of my own scripts as well so i have to reconfigure them...
by electrified
06 Mar 2019, 15:03
Forum: Ask for Help (v1)
Topic: Gui, Self drawing divider line
Replies: 3
Views: 1157

Re: Gui, Self drawing divider line

Portwolf
Thank you for the suggestion. I do not believe that it will entirely serve my purpose though.

Wolf_II
Thanks a lot. It works perfectly :)
I cannot believe it was that simple :crazy:
by electrified
06 Mar 2019, 12:14
Forum: Ask for Help (v1)
Topic: Gui, Self drawing divider line
Replies: 3
Views: 1157

Gui, Self drawing divider line

Hey guys, This is something really stupid but I thought it might be a nice effect for a Gui. I wanted to make some sort of a divider line which draws itself one character at a time but I lack the knowledge to do it. I've been researching it for more than 2 hours now and have nothing. Obviously I wan...
by electrified
15 Feb 2019, 05:17
Forum: Scripts and Functions (v1)
Topic: Simple Commenting Tool
Replies: 6
Views: 3432

Re: Simple Commenting Tool

Thanks :)
I really didn't think there will be any interest on this.

Thank you for posting a different approach AHKStudent :)
by electrified
14 Feb 2019, 03:13
Forum: Scripts and Functions (v1)
Topic: Simple Commenting Tool
Replies: 6
Views: 3432

Simple Commenting Tool

Hey guys, This is obviously a lot of code for nothing but I always wanted to be able to automatically place a separator comment and the word to be centered without any manual intervention. I tried searching for such a tool countless times but to no avail so i decided to give it a try and see if i wi...
by electrified
07 Feb 2019, 09:53
Forum: Ask for Help (v1)
Topic: Using hot keys to Pause/Play youtube videos in Firefox out of window
Replies: 2
Views: 3291

Re: Using hot keys to Pause/Play youtube videos in Firefox out of window

Just FYI
The Play/Pause key for YouTube is actually "K" not Space
by electrified
05 Feb 2019, 00:41
Forum: Ask for Help (v1)
Topic: Script deletes itself after a OS reboot
Replies: 5
Views: 2133

Re: Script deletes itself after a OS reboot

Thanks for the replies guys. SL5 I do not believe so Just me Yes, but it shouldn't initiate it until after the alarm is triggered or when i manually exit the script evilC The logic is that i have set it to display a message at a specific time during the day to the second but it is also set for a spe...
by electrified
01 Feb 2019, 02:34
Forum: Ask for Help (v1)
Topic: Script deletes itself after a OS reboot
Replies: 5
Views: 2133

Script deletes itself after a OS reboot

Hey guys, I have placed the following script in the startup folder of windows but after a restart of the OS it gets deleted and thus is not initiating. What i wanted to achieve here is for the script to run, execute the alarm at the set time and then destroy itself (*without showing the warning mess...
by electrified
30 Jan 2019, 02:19
Forum: Scripts and Functions (v1)
Topic: Clock for different time zones
Replies: 0
Views: 1119

Clock for different time zones

Hey, I needed a clock which displayed several time zones at once, however i was not able to find one that suited my needs. I do not remember from where i got the original code for the UTC clock but i extended it a bit. It is a very simple tool with a transparancy feature if you right click on it. I ...

Go to advanced search