| Author |
Message |
Topic: [fn][L] Placeholder() - placeholder text for edit controls |
hoppfrosch
Replies: 13
Views: 803
|
Forum: Scripts & Functions Posted: Fri Feb 03, 2012 6:13 am Subject: [fn][L] Placeholder() - placeholder text for edit controls |
Sorry, but whats the difference between EM_SETCUEBANNER and this function?
One more difference: EM_SETCUEBANNER restores the cue text when you delete the complete contents of the edit box - and place ... |
Topic: [FUNCTION] SetEditCueBanner [AHK_L] |
hoppfrosch
Replies: 10
Views: 396
|
Forum: Scripts & Functions Posted: Fri Feb 03, 2012 6:07 am Subject: [FUNCTION] SetEditCueBanner [AHK_L] |
| Nice one - everything seems so simple, when you know how to do it ... |
Topic: WindowPad - multi-monitor window-moving tool |
hoppfrosch
Replies: 319
Views: 158748
|
Forum: Scripts & Functions Posted: Wed Jan 25, 2012 6:45 pm Subject: WindowPadX 1.1.1 |
hoppfrosch,
While I agree that restoring window positions when the application exits may be a personal preference, what I'm really referring to is the activity while the script is still running.
... |
Topic: [object] Table |
hoppfrosch
Replies: 20
Views: 2423
|
Forum: Scripts & Functions Posted: Wed Jan 25, 2012 8:45 am Subject: [object] Table |
If you have time and interest, I suggest you to implement InvertTable method.
Mathematically spoken this is "[url=http://en.wikipedia.org/wiki/Transpose]transpose a matrix". "Inver ... |
Topic: [AHK_L][Alpha]CGUI - Object-Oriented GUIS! |
hoppfrosch
Replies: 127
Views: 7480
|
Forum: Scripts & Functions Posted: Wed Jan 25, 2012 7:04 am Subject: Howto set icon of menuitem? |
Hi,
I cannot figure out the syntax to set the icon of a menuItem:
mnu := New CMenu("mnu")
mnu.AddMenuItem("item", "cbItem")
How can I give ... |
Topic: WindowPad - multi-monitor window-moving tool |
hoppfrosch
Replies: 319
Views: 158748
|
Forum: Scripts & Functions Posted: Wed Jan 25, 2012 6:38 am Subject: WindowPad - multi-monitor window-moving tool |
| I just checked out the version put out by hoppfrosch and noticed that some window transitions/moves don't respect the "restore" position. I don't know if the original from Lexikos has this i ... |
Topic: WindowPad - multi-monitor window-moving tool |
hoppfrosch
Replies: 319
Views: 158748
|
Forum: Scripts & Functions Posted: Tue Jan 24, 2012 7:26 am Subject: Re: Love the script, You might check out Plumb though. |
www.palatialsoftware.com/plumb
Does everything here with some additional features, might be worth a look.
I don't see where plumb supports special multi-monitor commands or can do anything else ... |
Topic: Handy AD Group Membership script (recrusive). |
hoppfrosch
Replies: 4
Views: 420
|
Forum: Scripts & Functions Posted: Mon Jan 23, 2012 6:25 am Subject: Re: All groups user is member of. |
UserIsMemberOf(_User) ...
Thanks! Works as expected .... |
Topic: SetClipboardData and GetClipboardData functions |
hoppfrosch
Replies: 31
Views: 12101
|
Forum: Scripts & Functions Posted: Thu Jan 19, 2012 10:43 am Subject: SetClipboardData and GetClipboardData functions |
It's more a UNICODE issue - works well with AHK_L Ansi ...
...
DllCall("RtlMoveMemory"
, "Uint", str
, "Str", @data ... |
Topic: [AHK_L][Alpha]CGUI - Object-Oriented GUIS! |
hoppfrosch
Replies: 127
Views: 7480
|
Forum: Scripts & Functions Posted: Thu Jan 19, 2012 6:41 am Subject: [AHK_L][Alpha]CGUI - Object-Oriented GUIS! |
Thanks for reporting, I've pushed a fix. Please get the latest version.
That did it ...
Thanks! |
Topic: Windows 7 User Account Control |
hoppfrosch
Replies: 18
Views: 518
|
Forum: General Chat Posted: Wed Jan 18, 2012 12:10 pm Subject: Windows 7 User Account Control |
I have it turned it off, because it is just a major hindrance to my workflow.
Same here ... (and it shows some odd behaviour with Strawberry Perl here ...)
_________________________
; ( ... |
Topic: [AHK_L][Alpha]CGUI - Object-Oriented GUIS! |
hoppfrosch
Replies: 127
Views: 7480
|
Forum: Scripts & Functions Posted: Wed Jan 18, 2012 12:04 pm Subject: Help: Usage of ProgressBar |
I'm trying to use ProgressBar - but with no success yet.... I cannot figure out how to update the progress bar value to indicate some process ...
What I tried yet:
SetBatchlines, -1
MyWindow : ... |
Topic: WindowPad - multi-monitor window-moving tool |
hoppfrosch
Replies: 319
Views: 158748
|
Forum: Scripts & Functions Posted: Mon Jan 16, 2012 1:08 pm Subject: WindowPadX |
Hi there,
I refactored the script written by Lexikos and added a few features.
During refactoring I splitted the single file in two files: the first file containing mostly the main program (File ... |
Topic: Handy AD Group Membership script (recrusive). |
hoppfrosch
Replies: 4
Views: 420
|
Forum: Scripts & Functions Posted: Mon Jan 16, 2012 6:36 am Subject: Handy AD Group Membership script (recrusive). |
What I would like to see first:
UserIsMemberOf(_Username)
which gives a list of groups of which a given user is member of ...
Other functions which might be useful:
List all av ... |
Topic: Bug or Feature?: Floating point coordinates in Gui Show |
hoppfrosch
Replies: 5
Views: 97
|
Forum: Ask for Help Posted: Fri Jan 13, 2012 5:47 pm Subject: Bug or Feature?: Floating point coordinates in Gui Show |
... at least it's clear now, why my script is broken.
Thanks for the infos ... |
| |