Search found 39 matches

by clow_yakayi
30 Oct 2017, 12:35
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 622509

Re: AHK Studio

My setup is sort of redundant i understand I have AutoHotkey folder in the same place as AHK Folder, but this is more for future issues that can arise when i want to have a script and its lib in a specific non redundant location or even for portability reasons
by clow_yakayi
30 Oct 2017, 12:33
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 622509

Re: AHK Studio

but when the UserDir/Lib is empty but the ScriptDir/lib is full, those libraries and their functions dont apear inside the code explorer lib tree
usrdir empty.png
usrdir empty.png (4.24 KiB) Viewed 8517 times
code explorer epty usr dir.png
code explorer epty usr dir.png (1.68 KiB) Viewed 8517 times
local dir full.png
local dir full.png (34.21 KiB) Viewed 8517 times
by clow_yakayi
30 Oct 2017, 12:31
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 622509

Re: AHK Studio

This is what happens when the UseDir/Lib is full, where code explorer library has functions
code explorer with usr dir.png
code explorer with usr dir.png (6.87 KiB) Viewed 8518 times
userdirfull.png
userdirfull.png (33.38 KiB) Viewed 8518 times
by clow_yakayi
30 Oct 2017, 12:20
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 622509

Re: AHK Studio

On my system if I have .ahk scripts in the scriptDir/Lib directory, those script functions do not apear in the library inside the code explorer. They only appear if it is in the userdir/lib or globaldir/lib
by clow_yakayi
30 Oct 2017, 11:51
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 622509

Re: AHK Studio

clow_yakayi wrote:
joedf wrote:

Code: Select all

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
put this at the beginning of the script?
that worked
Nvm still same issue
by clow_yakayi
30 Oct 2017, 11:47
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 622509

Re: AHK Studio

joedf wrote:

Code: Select all

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
put this at the beginning of the script?
that worked
by clow_yakayi
28 Oct 2017, 08:57
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 622509

Re: AHK Studio

I added a Lib floder in the main script folder, and put in Gdip_All.ahk in the folder to use as a library. Only way that library shows up in the Studio explorer if that .ahk is put in the main AutoHotkey/Lib folder. Id like it to show up in the explorer when its in the main script lib folder #includ...
by clow_yakayi
28 Oct 2017, 08:40
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 622509

Re: AHK Studio

I have a problem detecting a library in the current script folder. What should I do?
by clow_yakayi
25 Oct 2017, 21:08
Forum: Scripts and Functions (v1)
Topic: GDI+ standard library 1.45 by tic
Replies: 441
Views: 249764

Re: GDI+ standard library 1.45 by tic

I figured out my main issue, it was the Gdip_Shutdown placement, but i still not sure when i should delete objects used to draw shapes when in a loop.
by clow_yakayi
25 Oct 2017, 09:17
Forum: Scripts and Functions (v1)
Topic: GDI+ standard library 1.45 by tic
Replies: 441
Views: 249764

Re: GDI+ standard library 1.45 by tic

Also please help me understand more about the mechanics behind building, Device Contexts, Bitmaps, Graphics, Pens and such. Because do to specific functions and refreshing loops that I have. I am not sure if I should create any object once or and delete them at the end, or should I create and delete...
by clow_yakayi
25 Oct 2017, 09:15
Forum: Scripts and Functions (v1)
Topic: GDI+ standard library 1.45 by tic
Replies: 441
Views: 249764

Re: GDI+ standard library 1.45 by tic

Hey guys, I cant figure out how to make my cross hairs work after initial initiation of the application i am developing. At start its loads fine, but when i click to pause the area of zoom and then start it again the cross hairs don't appear. Also the issue is flicker cross hairs, but i am not sure ...
by clow_yakayi
25 Oct 2017, 09:13
Forum: Ask for Help (v1)
Topic: Gui Crosshair, Gui Close Function
Replies: 11
Views: 3147

Re: Gui Crosshair, Gui Close Function

Good call thank you
by clow_yakayi
25 Oct 2017, 00:05
Forum: Ask for Help (v1)
Topic: Gui Crosshair, Gui Close Function
Replies: 11
Views: 3147

Re: Gui Crosshair, Gui Close Function

Lol why don't you try running my script, https://github.com/Clowcadia/CZoom . Just go there and get both the ahk files. one is GDIP, its good to have, once i got it i got excited with programming possibilities. Easy read as well. My script should operate like this: When you launch it ask for source ...
by clow_yakayi
24 Oct 2017, 23:25
Forum: Ask for Help (v1)
Topic: Gui Crosshair, Gui Close Function
Replies: 11
Views: 3147

Re: Gui Crosshair, Gui Close Function

Ok I figured out the close issue. GuiClose needs to have the name before GuiClose
by clow_yakayi
24 Oct 2017, 23:10
Forum: Ask for Help (v1)
Topic: Gui Crosshair, Gui Close Function
Replies: 11
Views: 3147

Re: Gui Crosshair, Gui Close Function

Ok the flicker stops when mouse movement stops, but flickers during movement. and removed zoomAct. It was redundant
by clow_yakayi
24 Oct 2017, 22:09
Forum: Ask for Help (v1)
Topic: Gui Crosshair, Gui Close Function
Replies: 11
Views: 3147

Re: Gui Crosshair, Gui Close Function

Thank you for the rare response ^^. I understand the same about GuiClose, but the x button does not initiate the function. I shall try that with a flicker effect. and i will post my code in a second. and i think zoomAct is just no longer something i use since i have functions
by clow_yakayi
24 Oct 2017, 13:48
Forum: Ask for Help (v1)
Topic: Gui Crosshair, Gui Close Function
Replies: 11
Views: 3147

Re: Gui Crosshair, Gui Close Function

How come no one is responding. Am I missing something? What should I do
by clow_yakayi
24 Oct 2017, 13:36
Forum: Ask for Help (v1)
Topic: Gdip(default/All) Image Search Fail
Replies: 9
Views: 2176

Re: Gdip(default/All) Image Search Fail

thank you, i will try that

Go to advanced search