Search found 115 matches

by moefr01
25 Mar 2023, 05:40
Forum: Skripte und Funktionen
Topic: CopyDirWithProgress
Replies: 3
Views: 1165

Re: CopyDirWithProgress

@just me : Super... das mit den Unterverzeichnissen hat soweit geklappt, jedoch sind einmal gesicherte Dateien in folgender Kopieraktion nicht überschreibbar (Flag=1), wenn ursprünglich schreibgeschützt . Vielleicht wäre ein FileAttribut-Auslesen + Schreibschutz entfernen + Kopieren/Überschreiben +...
by moefr01
25 Mar 2023, 02:48
Forum: Skripte und Funktionen
Topic: CopyDirWithProgress
Replies: 3
Views: 1165

Re: CopyDirWithProgress

Moin just me

merci für das interessante Kopierscript... ;)
Mir ist aufgefallen, dass der Kopiervorgang mit Flag=1 und Pattern="*.*" folgendermaßen abbricht:
grafik.png
grafik.png (43.12 KiB) Viewed 1125 times
Ich nutze Windows 11 64Bit - 22H2.22621.1413

Grüße
moefr01 :wave:
by moefr01
16 Sep 2022, 12:42
Forum: Scripts and Functions (v1)
Topic: A Custom Quick Access Menu - Autohotkey, HTML, CSS and Javascript.
Replies: 5
Views: 1420

Re: A Custom Quick Access Menu - Autohotkey, HTML, CSS and Javascript.

@AnimeDev … works perfectly as expected. THX :thumbup:

To hide the browser-contexmenu by rightclicking, insert the following code at the top of script.js:

window.addEventListener(‘contextmenu‘, function (e) {
// do something here …
e.preventDefault();
}, false);

:wave: moefr01
by moefr01
16 Sep 2022, 04:52
Forum: Scripts and Functions (v1)
Topic: A Custom Quick Access Menu - Autohotkey, HTML, CSS and Javascript.
Replies: 5
Views: 1420

Re: A Custom Quick Access Menu - Autohotkey, HTML, CSS and Javascript.

@AnimeDev ... thanks a lot for sharing your code. :thumbup:
How can I get rid of the sizing cursors when touching the border of the body/gui?
cheers
moefr01
by moefr01
30 Aug 2022, 01:20
Forum: Scripts and Functions (v1)
Topic: Product List: Organize products and prices for a small business
Replies: 6
Views: 3412

Re: Product List: Organize products and prices for a small business

@EntropicBlackhole ... thanks for sharing, great job! Something I noticed : When searching for records ( name or price ) with content of one or more 0 ( zero ), no find is displayed filtered. Other numeric contents work as expected. Maybe you or the community has a solution for a corrected search r...
by moefr01
29 Jul 2022, 13:39
Forum: Scripts and Functions (v1)
Topic: TaskBar_SetAttr - translucent / blur / coloring Windows TaskBar
Replies: 27
Views: 11666

Re: TaskBar_SetAttr - translucent / blur / coloring Windows TaskBar

@jNizM: Thanks for sharing :thumbup: Tested on Windows 11 64Bit German. Found out when use both commands successively: … TaskBar_SetAttr(1) TaskBar_SetAttr(2) ExitApp … No settimer-coding is needed to prevent loosing taskbar- transparency by clicking the startbutton or pressing the win-button. Be s...
by moefr01
03 Jul 2022, 03:20
Forum: Scripts and Functions (v1)
Topic: [Library] Chart using Gdiplus
Replies: 22
Views: 5118

Re: [Library] Chart using Gdiplus

Great job @neovis ...thank you!

To avoid flickers insert the following at line 10 of your live chart example:
Gui, +E0x02080000 ; doublebuffering

cheers
moefr01 :wave:
by moefr01
15 Apr 2021, 06:35
Forum: Skripte und Funktionen
Topic: candyprogress - Fortschritt einmal anders...
Replies: 25
Views: 8865

Re: candyprogress - Fortschritt einmal anders...

Hier nun ein Beispiel für die Pərfeʞtionisten :angel: ...
candyprogress.gif
candyprogress.gif (834 KiB) Viewed 3825 times
moefr01 :wave:
by moefr01
15 Apr 2021, 00:40
Forum: Skripte und Funktionen
Topic: candyprogress - Fortschritt einmal anders...
Replies: 25
Views: 8865

Re: candyprogress - Fortschritt einmal anders...

@moefr01 - :thumbup: Anm. Wenn die Ausgangslage eine Kugel darstellen soll, wäre dann die Lichtreflektion (bzw. dessen gerade Linien) auf deren Oberfläche nicht kugeliger/kreisförmiger/gewölbter auszuformen? Da das sicherlich zu aufwändig wäre dürfte die Reflektion in Position '0' als Kreis anzuleg...
by moefr01
13 Apr 2021, 12:35
Forum: Skripte und Funktionen
Topic: candyprogress - Fortschritt einmal anders...
Replies: 25
Views: 8865

Re: candyprogress - Fortschritt einmal anders...

Ich habe heute die candyprogress -Versionen um eine Variante erweitert... diesmal ohne Hintergrundcolorierung aber mit animierter Form . Funktionsweise: 3 Icons (32x64px) in einer icl-Bibliothek erstellt, linkes Icon ist statisch, das mittlere wird in der Breite gestreckt, rechtes Icon wird mit zune...
by moefr01
12 Apr 2021, 07:19
Forum: Skripte und Funktionen
Topic: candyprogress - Fortschritt einmal anders...
Replies: 25
Views: 8865

Re: candyprogress - Fortschritt einmal anders...

Hallo liebe AHK-Coder, ich habe heute den code optimiert und die grafischen Fehler in den Icons entfernt . candyprogress.gif ;CandyProgress... candy-like progressbar with rounded edges and semitransparent overlay-graphics, ; length-setting possible, use own transparent png-graphics optionally as edg...
by moefr01
11 Apr 2021, 12:30
Forum: Skripte und Funktionen
Topic: candyprogress - Fortschritt einmal anders...
Replies: 25
Views: 8865

Re: candyprogress - Fortschritt einmal anders...

kleine Syntax-Korrektur in Zeile 18:

Code: Select all

...
value := -value     ;vorher falsch: value = -100-value
...
by moefr01
11 Apr 2021, 12:03
Forum: Skripte und Funktionen
Topic: candyprogress - Fortschritt einmal anders...
Replies: 25
Views: 8865

Re: candyprogress - Fortschritt einmal anders...

bottle64x248.png
perspektivische Geraderückung der Flasche:-)
bottle64x248.png (27.49 KiB) Viewed 4833 times
Du hast ja so Recht ... BoBo ... Danke für den Ratschlag :crazy:
by moefr01
11 Apr 2021, 11:50
Forum: Skripte und Funktionen
Topic: candyprogress - Fortschritt einmal anders...
Replies: 25
Views: 8865

Re: candyprogress - Fortschritt einmal anders...

hier die Anhänge: bottleprogress.ahk, bottle64x248.png, bottleprogress.gif in der bottleprogress.zip bottleprogress.gif Gui, -DPIScale +E0x02080000 ;doublebuffered GUI Gui, Color, FFCC00 ;GUI windowcolor (see edge of left & right part) Gui, Add, Text, x34 y130 w36 h48 vCandyTextV cFFFFFF BackgroundT...
by moefr01
11 Apr 2021, 11:43
Forum: Skripte und Funktionen
Topic: candyprogress - Fortschritt einmal anders...
Replies: 25
Views: 8865

Re: candyprogress - Fortschritt einmal anders...

Hübsches Ding. Aber wie steuert man das Teil? Eigentlich wie das Standard-Progress-Control mit seinen x y w h vertical - Parametern . Zu beachten ist lediglich die zusätzliche Angabe der Picture -Controls im Randbereich des Fortschrittbalkens: beim horizontalem Forschritt beginnt man das linke pict...
by moefr01
11 Apr 2021, 11:19
Forum: Skripte und Funktionen
Topic: candyprogress - Fortschritt einmal anders...
Replies: 25
Views: 8865

Re: candyprogress - Fortschritt einmal anders...

Frosti wrote:
11 Apr 2021, 05:21
Kannst Du das auch in Form einer sich füllenden Bierflasche darstellen?
Geht auch 'ne Flasche Himbeersaft? :lol:
bottleprogress.gif
bottleprogress.gif (110.29 KiB) Viewed 4855 times
by moefr01
11 Apr 2021, 03:57
Forum: Skripte und Funktionen
Topic: candyprogress - Fortschritt einmal anders...
Replies: 25
Views: 8865

Re: candyprogress - Fortschritt einmal anders...

Hallo liebe AHK-Coder, anbei die erweiterte Version für vertikalen Fortschritt (positiv / negativ)... ;) . Die cpIcons.icl habe ich um 3 Icons erweitert (pgT, pgV, pgT). candyprogress.gif Gui, -DPIScale +E0x02080000 ;doublebuffered GUI Gui, Color, FFCC00 ;GUI windowcolor (see edge of left & right pa...
by moefr01
10 Apr 2021, 08:28
Forum: Skripte und Funktionen
Topic: candyprogress - Fortschritt einmal anders...
Replies: 25
Views: 8865

candyprogress - Fortschritt einmal anders...

Liebe AHK-Gemeinde, um das pandemische Leben einmal etwas b u n t er zu machen, habe ich mich ein wenig mit dem progress-control beschäftigt und diese " aufgehübschte " Alternative gebastelt. Mein Interesse galt auch der Implementierung einer Icon-Bibliothek ( cpIcons.icl ) in Bezug auf das Picture-...
by moefr01
01 Feb 2021, 03:15
Forum: Scripts and Functions (v1)
Topic: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool
Replies: 17
Views: 2670

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

@tuzi ... thanks a lot for that great tool... very helpful! The new version 2.2 works fine until you've selected or deselected a pic: scrolling back/forward or exiting doesn't work ... regarding your change from +Parent背景图 to +Owner背景图 --- Tested on Windows 10 64Bit - 20H2.19042.746 :problem: moefr01
by moefr01
30 Jan 2021, 09:38
Forum: Skripte und Funktionen
Topic: NoUAC - Benutzerkontensteuerungs-Abfrage umgehen
Replies: 11
Views: 14825

Re: NoUAC - Benutzerkontensteuerungs-Abfrage umgehen

Moin Filzfrosch,
Dankeschön für deine Lösung ... für etwaige Probleme mit dem AHK-Pfad ist allen Betroffenen damit sicherlich geholfen, bzw. macht den Code „stabiler“. :bravo:

Go to advanced search