Search found 167 matches

by kidbit
02 Nov 2014, 16:30
Forum: Bug Reports
Topic: [Bug] ImageLists are slow and buggy
Replies: 15
Views: 5374

Re: [Bug] ImageLists are slow and buggy

Critical seems to help, at least I could not reproduce it with Critical: FolderTree: ; TreeView's G-label that should update the "FolderTree" TreeView as well as trigger "FileList" ListView update. Critical Well, for me critical didn't help and I still could reproduce the issue: https://i.imgur.com...
by kidbit
02 Nov 2014, 16:23
Forum: Forum Issues
Topic: [RESOLVED] avatar function not working for me
Replies: 8
Views: 4448

Re: avatar function not working for me

I'll stop using that avatar as soon as someone provides a legal court decision forbidding me to use that particular image. No one gives a shield who drew what.
by kidbit
02 Nov 2014, 13:02
Forum: Bug Reports
Topic: [Bug] ImageLists are slow and buggy
Replies: 15
Views: 5374

Re: [Bug] ImageLists are slow and buggy

try to navigate back and forth in the treeview at left between 2 folders with ~10-20 ahk scripts each.
You'll notice that listview at left sometimes gets list items without an icon.
Well, I don't know the internals, maybe it's MS's code is so buggy/slow.
by kidbit
02 Nov 2014, 12:22
Forum: Forum Issues
Topic: [RESOLVED] avatar function not working for me
Replies: 8
Views: 4448

Re: avatar function not working for me

what do you mean "tidbit's"? does he own this image? who the hell decided it's his? it's a picture from a cartoon.

you can cause confusion, please delete yourself.
by kidbit
01 Nov 2014, 15:28
Forum: Bug Reports
Topic: [Bug] ImageLists are slow and buggy
Replies: 15
Views: 5374

Re: [Bug] ImageLists are slow and buggy

MasterScript.ahk navigate to a folder with multiple .ahk scripts on 1st tab and watch top right LV.
by kidbit
31 Oct 2014, 16:36
Forum: Bug Reports
Topic: [Bug] ImageLists are slow and buggy
Replies: 15
Views: 5374

[Bug] ImageLists are slow and buggy

Drawing multiple 16x16 icons results into some icons being drawn wrongly (different icon from ImageListID gets used, or no icon at all).
by kidbit
27 Oct 2014, 13:28
Forum: Scripts and Functions (v1)
Topic: AHKhttp - HTTP Server
Replies: 60
Views: 42633

Re: AHKhttp - HTTP Server

There's some bug: last 5 symbols of the page get eaten. ahk7's example results into a page with such a code: <html> <title>AHKhttp-server 1.0</title> <body> <b>para1: 123 - para2: 456<br><br><form action="/calc" method="get"> <input type=text name=para1> + <input type=text name=para2> <input type=su...
by kidbit
27 Oct 2014, 12:10
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 95
Views: 74048

Re: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit

Can I restore the icons after I deleted/removed them? Hiding an icon works this way: the icon disappears, yet the space it occupied in tray remains still reserved for that icon, so it may look like this: https://i.imgur.com/k0w1VRL.png Also, there seems to be a small issue with hiding/restoring: if ...
by kidbit
25 Oct 2014, 13:07
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 95
Views: 74048

Re: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit

FG, what's the difference between TrayIcon_Remove and TrayIcon_Delete?
Also, what is 'Command identifier associated with the button (cmdID)'?
by kidbit
20 Oct 2014, 11:26
Forum: Ask for Help (v1)
Topic: IniRead once, pseudo-iniRead many
Replies: 2
Views: 1773

IniRead once, pseudo-iniRead many

There should be a set of already written functions letting you work with a variable's contents as if with ini file.

Each iniread makes a wake up call to your HDD and it slowly dies! OHMAGAD!
by kidbit
10 Oct 2014, 00:46
Forum: Bug Reports
Topic: Suspend a 1-line script and get a system freeze!
Replies: 4
Views: 3073

Re: Suspend a 1-line script and get a system freeze!

Nextron, is there a way to make a script remove the mouse hook and later restore it?
I could then teach my scripts to send a command to other scripts to uninstall hook, before they'll get suspended.
by kidbit
09 Oct 2014, 13:04
Forum: Bug Reports
Topic: Suspend a 1-line script and get a system freeze!
Replies: 4
Views: 3073

Suspend a 1-line script and get a system freeze!

lexikus , I understand that reproducing this bug requires to use an undocumented WinAPI function, so it is highly likely that you won't fix this bug. The bug is the following: Suspending the process of an ahk script that consists of just 1 line of code can cause huge visible lags of cursor and the ...
by kidbit
09 Oct 2014, 12:55
Forum: Announcements
Topic: Passwords
Replies: 18
Views: 26324

Re: Passwords

oh god, this is so lame
by kidbit
09 Oct 2014, 12:54
Forum: Forum Issues
Topic: [Temp-Fixed] Unable to compose PMs ...
Replies: 16
Views: 9043

Re: [NOT Fixed] Unable to compose PMs ...

tank, why did you decide to ruin the forum?
by kidbit
20 Sep 2014, 18:43
Forum: Ask for Help (v1)
Topic: Accessible Info Viewer / COM / Objects
Replies: 2
Views: 3114

Re: Accessible Info Viewer / COM / Objects

Identifying that path is an extremely manual (scripted) process, and is not a standard. Are you sure? Firefox has DOM structure for it's interface and it builds DOM structure for every viewed page and DOM's structure is a tree and lots of CSS scripts use path-related bindings, when you need to affe...
by kidbit
20 Sep 2014, 11:10
Forum: Ask for Help (v1)
Topic: Accessible Info Viewer / COM / Objects
Replies: 2
Views: 3114

Accessible Info Viewer / COM / Objects

Long ago I've stumbled upon Accessible Info Viewer that lets you get some info about objects from a page opened in Firefox. Unfortunately, it's a bit buggy (the same object's path gets incorrectly defined by dragging the crosshair to it [but you still can get the correct path by manually navigating ...
by kidbit
08 Sep 2014, 04:26
Forum: Wish List
Topic: Split TreeView function TV_GetChild() into two
Replies: 2
Views: 2301

Re: Split TreeView function TV_GetChild() into two

thanks, just me, for your functions.
It is actually a nice idea to use While loop like this, when all you need is to run a loop of 1 command and 1 if check after each iteration.
I will try to use that trick from now on everywhere possible :)
by kidbit
18 Aug 2014, 04:37
Forum: Wish List
Topic: Split TreeView function TV_GetChild() into two
Replies: 2
Views: 2301

Split TreeView function TV_GetChild() into two

Currently there's only TV_GetChild(), which being applied to the root element (TV_GetChild(0)) retrieves the topmost child in your tree. And currently there's no easy way to start parsing a tree (or a branch) from the last child. I suggest to split TV_GetChild() into at least two functions: TV_GetFi...
by kidbit
06 Jun 2014, 16:01
Forum: Ask for Help (v1)
Topic: Problem with Hotkey,%A_ThisHotkey%,Off
Replies: 9
Views: 3362

Re: Problem with Hotkey,%A_ThisHotkey%,Off

yeah, RHCP's code works fine, thx.

Go to advanced search