Search found 443 matches

by hoppfrosch
15 Sep 2014, 07:31
Forum: Ask for Help (v1)
Topic: [Solved] Mixing Metafunctions with property functionality
Replies: 2
Views: 1077

[Solved] Mixing Metafunctions with property functionality

I'm trying to upgrade some of my classes to the newly introduced properties from AutoHotkey 1.1.16.x During transition phase I want to use the Metafunctions __Get()/__Set() in conjunction with properties. This mixup does NOT seem to work. This works: c := new MyClass() c.MyP1 := 7 MsgBox % c.MyP1 cl...
by hoppfrosch
11 Sep 2014, 02:44
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4893
Views: 1392590

Re: « What's on your mind? » Topic is solved

As long there's something on your mind - even it's nothing - it might be worth being posted here. As the title of the thread is "What's on your mind?" even a post containing "Nothing" might be inspiring ... ;-)
by hoppfrosch
11 Sep 2014, 00:11
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 616638

Re: AHK Studio

Congrats for version 1.0 I'm impressed by the speed you implement stuff. Thanks :) I try to work as quickly as I can. Toralf - you're more than right! Thanks Maestrith for your lightning fast implementation! I don't even have enough time to formulate my new ideas - the previous one is implemented a...
by hoppfrosch
11 Sep 2014, 00:04
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4893
Views: 1392590

Re: « What's on your mind? » Topic is solved

Are all minds empty if joedf is not spamming around in this thread? :-) (Pointing also at myself)
by hoppfrosch
07 Aug 2014, 23:39
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 616638

Re: AHK Studio

:thumbup:
by hoppfrosch
07 Aug 2014, 02:39
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 616638

Re: AHK Studio

It's a pity you don't have it on github anymore - publishing your latest version there would also provide a changes history (if the commit messages are filled in properly) ;-)
by hoppfrosch
29 Jul 2014, 07:21
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244078

Re: Beautiful Examples of GUIs

Beauty is in the eye of the beholder - therefore the thread title seems to be to optimistic ;-)

I personally hate for example the flat Win8 design - unless some of my friends consider it to be beautiful ...
by hoppfrosch
15 Jul 2014, 01:59
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 65634

Re: Clipjump : The Ultimate Clipboard Manager

:oops: Have read it multiple times before, but couldn't find/remember it :shock: The problem is with this solution, that if a protected channel is selected, you can either add the clip to the protected channel or not. There is no way to select another channel to add the clip to ... A hird possibilty...
by hoppfrosch
15 Jul 2014, 01:50
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 65634

Setting default channel for inserting new clips

Is there a way to pre-define a channel where new clips are inserted? Situation: I have defined a Clipjump-Channel as repository for often used clips. Pasting is quite easy - open paste Mode, select channel, select desired clip and paste it. But now: I do some random copying into clipboard. As I forg...
by hoppfrosch
27 Jun 2014, 04:53
Forum: Allgemeines
Topic: Warum neuerdings immer "github"?
Replies: 12
Views: 6200

Re: Warum neuerdings immer "github"?

Kann man nicht wieder dazu übergehen, anständig in diesem Forum zu publizieren und nicht überangestrengt sophisticated bei "github"? Könnte man, wenn man auf die Vorteile eines ordentlichen Quellcodeverwaltungssystems verzichten wollte .... Ich sehe das nicht als "sophisticated" sondern einfach als...
by hoppfrosch
18 Jun 2014, 01:49
Forum: Scripts and Functions (v1)
Topic: JSON 2.0 (and Jxon) - JSON lib for AutoHotkey
Replies: 77
Views: 66971

Re: JSON [module] for AHK v.1.1+ and AHK v2

Here is my collection of json-functionality, based on ActiveX.

It's mainly a compilation of those two sources: Credits go to the two cited sources
Spoiler
by hoppfrosch
19 May 2014, 00:30
Forum: Ask for Help (v1)
Topic: [SOLVED] LDAP
Replies: 11
Views: 5567

Re: [SOLVED] LDAP

Just an additional hint:

User Xanthus published a couple a great AD/LDAP-Tools here. The latest a most complete version ist hosted on github as part of a bigger project.
by hoppfrosch
24 Apr 2014, 05:43
Forum: Off-topic Discussion
Topic: Test your Forum Posts
Replies: 421
Views: 216340

Re: Test your Forum Posts

:lol: Mod - pls ban those spammers!
by hoppfrosch
24 Apr 2014, 01:01
Forum: Scripts and Functions (v1)
Topic: [Class] LV_Rows - Copy, Cut, Paste and Drag ListViews (Updated Dec, 28, 2020)
Replies: 31
Views: 19088

Re: [Class] LV_Rows - Copy, Cut, Paste and Drag ListViews

EDIT: Now it works as expected - strange .... Perhaps web wasn't very responsive at the time the problem occured ... ----------------------- Hmmmmm ... cannot access the code you posted in your initial post. Clicking on buttons "Spoiler -> SHOW", an "EXPAND" button occurs (which is unfamiliar, as "...
by hoppfrosch
25 Mar 2014, 02:50
Forum: Off-topic Discussion
Topic: Test your Forum Posts
Replies: 421
Views: 216340

Re: Test your Forum Posts

Testing spoilers ...
----

Code: Select all

[spoiler]Spoiler 1 contents[/spoiler]
creates
Spoiler
----

Code: Select all

[spoiler2=Spoiler 2 Title]Spoiler 2 contents[/spoiler2]
creates
Spoiler 2 Title
----

Code: Select all

[spoiler3=Spoiler 3 Title]Spoiler 3 contents[/spoiler3]
creates
----
by hoppfrosch
25 Mar 2014, 01:58
Forum: Scripts and Functions (v1)
Topic: Named parameters for functions using JSON and variadic
Replies: 0
Views: 1436

Named parameters for functions using JSON and variadic

Just want to give a reviving hint to a seldom seen - but useful - technique: Named parameters for functions.

It's taken from this thread (all credits go to lexikos):
by hoppfrosch
24 Mar 2014, 09:14
Forum: Wish List
Topic: Help on PHPBB/Forum Software
Replies: 19
Views: 8109

Re: Help on PHPBB/Forum Software

No hurry - I know where to find the help locally ;-).

I'll update the page as soon as I find a time slot ....
by hoppfrosch
24 Mar 2014, 08:03
Forum: Wish List
Topic: Help on PHPBB/Forum Software
Replies: 19
Views: 8109

Re: Help on PHPBB/Forum Software

2014-03-24 13_54_47-AHKScript (an AutoHotkey Forum) • Post a reply.png
That's what I currently see within editor ...no link to "Formatting posts" - where should the link occur?
tank wrote:Your refering to the formatting posts link?
Its tghere for me
Which theme do you use?
Using theme "Prosilver"

Go to advanced search