Search found 9405 matches

by just me
16 Oct 2013, 08:59
Forum: Ich brauche Hilfe
Topic: Progress Fenster an GUI binden
Replies: 4
Views: 2753

Re: Progress Fenster an GUI binden

Warum baust Du Dir dann kein Gui als "Progress Fenster"?
by just me
16 Oct 2013, 08:49
Forum: Ich brauche Hilfe
Topic: dynamische Parameter im Funktionsaufruf
Replies: 6
Views: 3122

Re: dynamische Parameter im Funktionsaufruf

Stadt(Metropole,Grossstadt,Kleinstadt,Ort) hat vier Pflichtparameter. %func%(params) übergibt aber nur einen Parameter, den String params . Das führt dazu, dass das Funktionsobjekt ohne Fehlermeldung einfach nicht aufgerufen wird. func := Func("Stadt") test("München","Nürnberg","Ansbach","Lichtenau...
by just me
16 Oct 2013, 06:59
Forum: Scripts and Functions (v1)
Topic: Class TransparentListBox
Replies: 36
Views: 26105

Re: Class TransparentListBox

It should be feasible, but not with this class. You have to set the the LBS_OWNERDRAWVARIABLE style and to processs the WM_MEASUREITEM and WM_DRAWITEM messages.
by just me
16 Oct 2013, 00:35
Forum: Bug Reports
Topic: Gui, z-order and static control
Replies: 11
Views: 9019

Re: Gui, z-order and static control

WS_CLIPSIBLING S : Clips child windows relative to each other; that is, when a particular child window receives a WM_PAINT message, the WS_CLIPSIBLINGS style clips all other overlapping child windows out of the region of the child window to be updated. If WS_CLIPSIBLINGS is not specified and child ...
by just me
13 Oct 2013, 14:43
Forum: Forum Issues
Topic: What do you want to happen?
Replies: 13
Views: 6883

What do you want to happen?

Well, it seems we have a new forum. The most interesting thing seems to be the question: What are we willing to want to happen? At the same time I have to notice, that many admins, mods, and members are active in both forums. So my simple mind has to ask, is this forum intended to be more than a bla...
by just me
13 Oct 2013, 11:18
Forum: Bug Reports
Topic: Gui, z-order and static control
Replies: 11
Views: 9019

Re: Gui, z-order and static control

I did some more testing. It seems to depend on how drawing is done: #NoEnv Gui, +hwndHGUI Gui, Margin, 20, 20 Gui, Font, s24 Gui, Add, Text, w400 h100 Center 0x200 vTX1 hwndHTX1 +Border gDummy, Text 1 Gui, Add, Text, xp yp wp hp Center 0x200 vTX2 hwndHTX2 +Border gDummy, Text 2 Gui, Font Gui, Add, B...
by just me
13 Oct 2013, 03:37
Forum: Bug Reports
Topic: Gui, z-order and static control
Replies: 11
Views: 9019

Re: Gui, z-order and static control

Same in AHK 1.0, same when using DllCall("User32.dll\BringWindowToTop", ...) in all versions.
by just me
13 Oct 2013, 00:22
Forum: Ask for Help (v1)
Topic: AutoHotKey & SQL in a separate file...
Replies: 7
Views: 4186

Re: AutoHotKey & SQL in a separate file...

Functions are better, just to show what I was talking about:

Code: Select all

endVar := "Var 1 is: |%var1%|`nVar2 is: |%var2%|"
var1 := "ABC"
var2 := "123"
Transform, outVar, Deref, %endVar%
MsgBox, % outVar
by just me
13 Oct 2013, 00:09
Forum: Allgemeines
Topic: AHK v2
Replies: 13
Views: 7619

AHK v2

Nun ja, mein erster Enthusiasmus hat einen ziemlichen Dämpfer bekommen. Ich habe auch deshalb keine Lust zu versuchen, das Folgende mühselig in mein Schulenglisch zu übersetzen. lexikos will in dieser Angelegenheit offensichtlich keine klare Linie vorgeben. So wird es wohl dazu kommen, dass v2 weite...
by just me
12 Oct 2013, 07:42
Forum: About This Community
Topic: AHK(v2) rebranding [Name Suggestions]
Replies: 120
Views: 67477

Re: AHK(v2) rebranding [Name Suggestions]

No reason to feel sorry, it wasn't serious.

Edit: We only may need a new name, if we switch to v2. And when we do, why not simply 'AutoHotkey2'?
by just me
12 Oct 2013, 04:24
Forum: About This Community
Topic: AHK(v2) rebranding [Name Suggestions]
Replies: 120
Views: 67477

Re: AHK(v2) rebranding [Name Suggestions]

We could shortly call it "V2". It's a synonym for "Wunderwaffe" in German ("silver bullet" in English?). ;)
by just me
12 Oct 2013, 04:13
Forum: Forum Issues
Topic: Code box font
Replies: 23
Views: 11608

Re: Code box font

Thanks for fixing it within somewhat less than 6 months!!!
by just me
12 Oct 2013, 03:55
Forum: Ask for Help (v1)
Topic: AutoHotKey & SQL in a separate file...
Replies: 7
Views: 4186

Re: AutoHotKey & SQL in a separate file...

You might be looking for Transform, Deref, .... You have to escape the %-signs in this case.

Or you might use an unique literal value instead of the variable and StringReplace/RegExReplace().
by just me
12 Oct 2013, 03:33
Forum: Ich brauche Hilfe
Topic: ComboBox - hwndCombo anhand hwndEdit ermitteln
Replies: 1
Views: 2039

Re: ComboBox - hwndCombo anhand hwndEdit ermitteln

Hallo, mir kommt da ein globales Array für die HWNDs in den Sinn. Darin wird als Key das HWND des jeweiligen Controls und als Value das HWND der ComboBox abgelegt. Wenn Du dann das HWND des Edits hast, kannst Du per Array[HwndEdit] auf das HWND der zugehörigen ComboBox zugreifen. Global HwndArray :=...
by just me
12 Oct 2013, 02:53
Forum: Allgemeines
Topic: [Abstimmung]Umzug oder nicht ?
Replies: 9
Views: 5437

Re: [Abstimmung]Umzug oder nicht ?

Ich habe mich inzwischen auch daran gewöhnt, beide Foren auf einer Seite zu finden. Wenn es um die Abgrenzung der administrativen Aufgaben geht, gibt es da nicht so etwas wie Gruppen? Oder täuschen die nur Funktionalität vor?
by just me
12 Oct 2013, 02:49
Forum: Announcements
Topic: Permanent Domain
Replies: 183
Views: 156454

Re: Permanent Domain

Well, this looks like a chicken-and-egg problem. Nobody dares to use AHK v2 because of its alpha state, and v2 will stay alpha as long as nobody dares to use it. IMO we should asap have a v2 forum at least. @Lexikos: Would you please transfer the most important v2 threads into the new forum? At the ...
by just me
11 Oct 2013, 00:22
Forum: Forum Issues
Topic: Code box font
Replies: 23
Views: 11608

Re: Code box font

Do you use user-styles?
by just me
10 Oct 2013, 23:55
Forum: Forum Issues
Topic: Code box font
Replies: 23
Views: 11608

Code box font

CodeBox.PNG
CodeBox.PNG (6.47 KiB) Viewed 9188 times
Chrome on Win7.
by just me
10 Oct 2013, 15:41
Forum: Announcements
Topic: Permanent Domain
Replies: 183
Views: 156454

Re: Permanent Domain

_L was an alternate, and v2 is a new start of _L, not 1.0.48.05.

Go to advanced search