Search found 22 matches

by LazarouJoinery
26 May 2023, 01:07
Forum: Off-topic Discussion
Topic: Share your AHK Templates...
Replies: 1
Views: 2694

Re: Share your AHK Templates...

That's actually really great what you've done.
The only thing I added to my templates was
F5::Reload

But now I see it, could have saved me oodles of lookup time, if i kept snippets in the template as you have done
by LazarouJoinery
19 May 2023, 00:24
Forum: Scripts and Functions (v2)
Topic: [CLASS] ConfMan - Ini Management Class
Replies: 6
Views: 1376

Re: [CLASS] ConfMan - Ini Management Class

Hi, I have been use <ConfOverride> to load config, but I looking for a lib to manage Ini, which not only load config, but support initial an *.ini file with default config in the script, update some config through write to Ini. And now, I found you provide this <ConfMan>, but I don't know how to us...
by LazarouJoinery
24 Apr 2023, 01:52
Forum: General Discussion
Topic: What has happened to AutoHotkey?!
Replies: 33
Views: 7796

Re: What has happened to AutoHotkey?!

I know I'm not stupid, but I keep thinking I must be when faced with objects and classes and instances and inheritance - it's like, yes, that's great and makes sense, but what the hell do I need it for? It's easy to forget just how long ago these things started out... as I understand it, Alan Kay (...
by LazarouJoinery
23 Apr 2023, 22:18
Forum: General Discussion
Topic: What has happened to AutoHotkey?!
Replies: 33
Views: 7796

Re: What has happened to AutoHotkey?!

mikeyww Just as you, I can't argue with 1.) and 2.), or any of your points really. 3.) when I mean "put it in a library", I don't mean like, extensible syntax a-la Lisp. I mean, such shorthands obfuscate examples. Shorthands/syntax sugars are great if you know how to use them, impenetrable if you a...
by LazarouJoinery
21 Apr 2023, 02:36
Forum: General Discussion
Topic: What has happened to AutoHotkey?!
Replies: 33
Views: 7796

Re: What has happened to AutoHotkey?!

I came here today, to express my immense thanks to all the giants, upon who's shoulders I stand. I have read the V2 docs. Many parts of it are EXCELLENT. Because of programming ease however, I will be sticking with AHK_L. AHK_L was an excellently managed project, IMO. The docs still hold up, the lan...
by LazarouJoinery
13 Jan 2023, 00:34
Forum: Other Utilities & Resources
Topic: learn ahk in easy way in deth
Replies: 2
Views: 2147

Re: learn ahk in easy way in deth

I can definitely agree with the Autohotkey.chm file as an excellent resource.
The old Intellisense scripts (i've lost them) got me through my early years

I also enjoy Jeeswg's tutorials.
viewtopic.php?t=30931
by LazarouJoinery
13 Dec 2022, 08:16
Forum: Other Programming Languages
Topic: Lisps, Common Lisp and Lispworks
Replies: 0
Views: 2135

Lisps, Common Lisp and Lispworks

Hi all; Has anyone any experience (learning curve time, maybe?) with any lisps? Specifically Common Lisp and Lispworks. I've had a half-hearted attempt at learning CL before, and I think my mistake was struggling along with the completely unfamiliar Portacle/Emacs as my springboard. My only programm...
by LazarouJoinery
13 Dec 2022, 08:01
Forum: Other Programming Languages
Topic: Red and Rebol
Replies: 9
Views: 10926

Re: Red and Rebol

Red and Rebol actually look very interesting... Niche languages always look so promising. Thanks for mentioning this - I'd never heard of it before :-)
by LazarouJoinery
06 Dec 2022, 01:16
Forum: Scripts and Functions (v1)
Topic: A Self Mixing Media Player (2022) - WMPlayer.OCX
Replies: 1
Views: 585

Re: A Self Mixing Media Player (2022) - WMPlayer.OCX

Seems to work alright. Looks good. Thanks :-)
by LazarouJoinery
23 Nov 2022, 05:46
Forum: Ask for Help (v1)
Topic: Question about local, global variables: Topic is solved
Replies: 2
Views: 266

Re: Question about local, global variables: Topic is solved

@@swagfag - wow! I've never seen that before. Thank you! I'll give it a go :-)

Edit: That's fantastic, will free up my code so much!
by LazarouJoinery
23 Nov 2022, 01:47
Forum: Ask for Help (v1)
Topic: Question about local, global variables: Topic is solved
Replies: 2
Views: 266

Question about local, global variables: Topic is solved

Hi all; I am using a CAD Library via DllCall(). I am loading a list of files, using a function. I have to save to memory, each of these files, so I can access them through selection on a ListView. There could be up to 1500 of these memory addresses, and they range in size from 180kb to 280kb, and th...
by LazarouJoinery
23 Sep 2022, 22:57
Forum: Ask for Help (v1)
Topic: What is a bitshift operation? C++ vs AHK? Topic is solved
Replies: 2
Views: 365

Re: What is a bitshift operation? C++ vs AHK? Topic is solved

Hi jNizM!

Thanks so much!
I don't have to get a lot of help by asking - because there are so many topics covered already on the excellent forums - but this has helped me a long way!
Thanks for your effort :-) esp. re: your tute. I do use the tutes quite often :-)
by LazarouJoinery
22 Sep 2022, 21:02
Forum: Ask for Help (v1)
Topic: What is a bitshift operation? C++ vs AHK? Topic is solved
Replies: 2
Views: 365

What is a bitshift operation? C++ vs AHK? Topic is solved

Hi all! I am translating some existing code from C++ to AHK. (I don't know C++ much at all.) There is a section of code that I don't know what it does: if(cond){ flags |= 1 }; flags |= 128 My first question is: so this is a bit-shift operation... what is actually being done? Can it... just be done w...
by LazarouJoinery
21 Sep 2022, 02:47
Forum: Other Programming Languages
Topic: Ah, that's the reason why you've choosen…
Replies: 2
Views: 2018

Re: Ah, that's the reason why you've choosen…

Was watching this the other day, mildly outraged that neither AHK nor granddaddy Common Lisp get a mention.
by LazarouJoinery
24 Jun 2022, 00:40
Forum: Ask for Help (v1)
Topic: Reading Large String of Text From a CSV File
Replies: 4
Views: 534

Re: Reading Large String of Text From a CSV File

hi nhanderr:

Best CSV handling in AHK is with ObjCSV:

http://code.jeanlalonde.ca/ahk/ObjCSV/ObjCSV-doc/

Follow the links to the Multiline example on Github.
by LazarouJoinery
01 Jun 2022, 07:38
Forum: Ask for Help (v1)
Topic: Manage "blank" rows in a csv file Topic is solved
Replies: 12
Views: 1415

Re: Manage "blank" rows in a csv file Topic is solved

Hi Albireo;

My advices:
- maybe consider ObjCSV.ahk?
I wrote this for it;
maybe it will help you
viewtopic.php?f=6&t=101791
- maybe consider Excel?
viewtopic.php?f=6&t=103500
by LazarouJoinery
01 Jun 2022, 07:24
Forum: Ask for Help (v1)
Topic: Library or util suggestions for 2D drawing:
Replies: 0
Views: 174

Library or util suggestions for 2D drawing:

Hi all; I've got a problem, that requires some 2D drawing on a window.. Imagine this problem as equivalent to a label printing machine; I need to draw a roll of seperated labels. Move them through an X-axis, past a print head. (The print head moves in the Y-axis). I need to draw my labels, as they p...
by LazarouJoinery
21 Mar 2022, 09:03
Forum: Scripts and Functions (v1)
Topic: Simple Dedupe function, made for ObjCSV lib.
Replies: 0
Views: 463

Simple Dedupe function, made for ObjCSV lib.

Function for ObjCSV Library - DeDedupeDSV_FromDSV Original by Jean Lalonde - http://code.jeanlalonde.ca/objcsv-library/ A function that will help more beginners on their way with AHK. Example provided, including 3 adjunct functions for the ObjCSV Lib. ObjCSV_csvAsTxt() - loads from txt, instead of ...
by LazarouJoinery
02 Mar 2022, 06:32
Forum: Scripts and Functions (v1)
Topic: [Function] Easy Log GUI
Replies: 1
Views: 884

Re: [Function] Easy Log GUI

Very useful little utility!
Thanks very much for sharing this!
by LazarouJoinery
02 Mar 2022, 06:14
Forum: Scripts and Functions (v1)
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 11
Views: 4613

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

Hello Eureka;

This is singly brilliant. Maybe not singly, with all your help, and a wide range of support (Total Commander!! :bravo: :bravo: :heart: :heart: ) but nonetheless still brilliant.
Looks good, goes great, out of the box :heart:

Go to advanced search