| Author |
Message |
Forum: Scripts Topic: Habit Former (bug fixed) |
| channelog |
|
Posted: October 8th, 2007, 11:12 pm
|
|
Replies: 5 Views: 3122
|
| Ah, a prime candidate to test the programs efficacy! Apparently it works the same both ways. I haven't researched it fully, but I've got it from a neuroscientist and have seen it pasted around the web, and it's basically the brain will take over a repetitive task to some degree after a while, and st... |
|
 |
Forum: Scripts Topic: Habit Former (bug fixed) |
| channelog |
|
Posted: October 8th, 2007, 10:31 pm
|
|
Replies: 5 Views: 3122
|
| I'm relatively new to programming so if you spot a better ways of doing something, shout. It is reported that habits are created by repeating an activity daily for around 22 days. This program takes a strict approach to helping you form good ones. Simply, you log yesses-per-day on a sheet for up to ... |
|
 |
Forum: Support Topic: ListView add trouble (beginner) |
| channelog |
|
Posted: September 26th, 2007, 1:45 pm
|
|
Replies: 4 Views: 362
|
Okay, I should've added that there are a few listviews on the same page, they need to be updated while open and I need to g-label them. Could I do this:
Code: Gui, 4:Add,ListView, gActionTitlerev vActionTitlerev, Name|
And about how to differentiate between the listviews? |
|
 |
Forum: Support Topic: ListView add trouble (beginner) |
| channelog |
|
Posted: September 26th, 2007, 12:59 pm
|
|
Replies: 4 Views: 362
|
| Hi there, I can't figure this one out. It must be a simple error on my part but I don't know what the I'm not doing right.. ReviewBoardPop: Gui, 4:ListView, ActionTitlerev Loop, %WorkDirec%\ActionLists\*.* { LV_Add(A_LoopFileName) msgbox, 262144,, %A_LoopFileName% } return Where th... |
|
 |
Forum: Scripts Topic: Fade in/out taskbar |
| channelog |
|
Posted: September 19th, 2007, 9:38 am
|
|
Replies: 15 Views: 4546
|
Is there ANY way around the redrawing problems with the start menu???
I think this whole thing is against how windows functions. It feels wrong. |
|
 |
Forum: Scripts Topic: Fade in/out taskbar |
| channelog |
|
Posted: September 18th, 2007, 9:16 pm
|
|
Replies: 15 Views: 4546
|
| Thanks bobo, Here's a reworked and simplified version, seperating the rate of fade from the mouse: ; ; Tweakable fading taskbar ; ; G. ; CoordMode, Mouse, Screen Twk = 190 ; tweak Twks = 25 ; these trans := 0 Winset, Transparent, %trans%, ahk_class Shell_TrayWnd Loop, { MouseGetPos, MsX, MsY, ;... |
|
 |
Forum: Scripts Topic: Fade in/out taskbar |
| channelog |
|
Posted: September 17th, 2007, 10:40 pm
|
|
Replies: 15 Views: 4546
|
| Hi there I'm new to this programming thing, so this may be a very complicated method of doing this. How to use the extra real estate though? And I find there's a problem with the start menu for me, If I open it and close it again a stripe appears on the left of the taskbar. This for you? ; Fading in... |
|
 |
| Sort by: |