Search found 443 matches

by hoppfrosch
30 Apr 2020, 02:45
Forum: Ich brauche Hilfe
Topic: Duplicate eliminieren
Replies: 16
Views: 1887

Re: Duplicate eliminieren

Zum OP: Was ich in solchen Fällen in der Regel mache: 1.) Ich lese einen Datensatz ein - und extrahiere dann den String bei dem ich Duplikate finden will - also hier: "C#1, C#2". 2.) Gegebenfalls homogenisiere ich diesen String - damit erreiche ich dass unterschiedliche Schreibweisen zum gleich Schl...
by hoppfrosch
28 Apr 2020, 06:04
Forum: Ich brauche Hilfe
Topic: Duplicate eliminieren
Replies: 16
Views: 1887

Re: Duplicate eliminieren

Hmmm .... du solltest vieleicht noch beschreiben welche Daten du miteinander vergleichen willst. Was ist der Index? - Was sind die Daten zum Index?
by hoppfrosch
16 Apr 2020, 00:35
Forum: Ich brauche Hilfe
Topic: Straße und HausNr. trennen Topic is solved
Replies: 12
Views: 2276

Re: Straße und HausNr. trennen Topic is solved

Du kannst aber auch RegExMatch verwenden.

Ich hab mal folgenden RegEx für deine Beispiele zusammengebastelt:

Code: Select all

([äöüÄÖÜßa-zA-Z\-\. ]+)\s*(\d+.*)
Siehe: https://regex101.com/r/CxwaDX/1
by hoppfrosch
07 Apr 2020, 03:39
Forum: Ask for Help (v1)
Topic: Sending key to host while active RDP-session? Topic is solved
Replies: 1
Views: 665

Re: Sending key to host while active RDP-session? Topic is solved

Current solution:
  • RDP Client is in fullscreen mode
  • CtrlAltHome shows menubar of RDP-Window
  • Use standard keypresses to switch virtual desktops (WinShiftArrowLeft / WinShiftArrowRight)
No AutoHotkey needed here ...
by hoppfrosch
07 Apr 2020, 02:58
Forum: Ich brauche Hilfe
Topic: Tastenkombination an Host schicken während RDP-Sitzung Topic is solved
Replies: 6
Views: 1916

Re: Tastenkombination an Host schicken während RDP-Sitzung Topic is solved

Zur Konstellation: Die virtuellen Desktops sind ja nur auf dem Hostrechner - bei mir sind auf dem ersten Desktop halt meine lokalen Applikationen, während ich auf dem zweiten virtuellen Desktop mit dem RDP-Client Fenster, welches sich im Vollbild-Modus befindet. Und da sich der RDP-Client im Vollbil...
by hoppfrosch
07 Apr 2020, 02:12
Forum: Ich brauche Hilfe
Topic: Tastenkombination an Host schicken während RDP-Sitzung Topic is solved
Replies: 6
Views: 1916

Tastenkombination an Host schicken während RDP-Sitzung Topic is solved

In https://www.autohotkey.com/boards/viewtopic.php?f=76&t=74330 hatte ich angefragt, ob es möglich ist, während einer aktiven RDP-Sitzung (Remote Desktop) Tastenkombinationen an den Host-Rechner zu senden (In einer RDP-Sitzung gehen normalerweise alle Tastendrucks direkt an die Remote Maschine) Sorr...
by hoppfrosch
07 Apr 2020, 01:37
Forum: Ask for Help (v1)
Topic: Sending key to host while active RDP-session? Topic is solved
Replies: 1
Views: 665

Sending key to host while active RDP-session? Topic is solved

During active RDP (Remote Desktop) sessions keypresses are send to the connected remote machine ... Is there a way to have keypresses send to the hosting maschine instead of the remote machine while RDP-session is active? Scenario: I use virtual desktops (Inbuilt Win10) - on desktop 1 is my hosting ...
by hoppfrosch
02 Apr 2020, 00:09
Forum: Other Utilities & Resources
Topic: Microsoft PowerToys
Replies: 1
Views: 2846

Microsoft PowerToys

Microsoft PowerToys Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity. Inspired by the Windows 95 era PowerToys project, this reboot provides power users with ways to squeeze more efficiency out of the Windows 10 shell...
by hoppfrosch
30 Mar 2020, 04:31
Forum: Ask for Help (v2)
Topic: [V2-a108] Singleton and access to class members Topic is solved
Replies: 12
Views: 4942

How to access methods? Topic is solved

As a follow up - how to define/access methods within a singleton as defined above? class staticSingleton { static new() { throw } static __new() { time := 0 this.defineprop 'time', { get : (*) => time ? time : time := a_tickcount } } meth(str) { MsgBox(str) } } startTime := A_TickCount Sleep 100 tes...
by hoppfrosch
18 Mar 2020, 01:54
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 79854

Re: AHK Portable Installer v1.6

Works now independent of locale :thumbup:
by hoppfrosch
17 Mar 2020, 08:48
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 79854

Re: AHK Portable Installer v1.5

Using MS Windows 10 Enterprise, Build 16299

----

Edit: we finally figured it out - the problem is caused by different language/localization of OS
by hoppfrosch
17 Mar 2020, 08:43
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 79854

Re: AHK Portable Installer v1.5

Which AHK v2 U64 exe-version? a108?

Edit: Ok, did as you said (downloaded master.zip .... renamed exe ... started) using V2a108

Same behaviour with error
by hoppfrosch
17 Mar 2020, 08:40
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 79854

Re: AHK Portable Installer v1.5

What I just noticed:

Within "AHK Portable Installer U64.exe", above the list where the available AHK versions should be listed there is a message "Registry mismatch" - don't know what this means or whats the impact ...
by hoppfrosch
17 Mar 2020, 08:09
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 79854

Re: AHK Portable Installer v1.5

I tried several variations - no one works. Most Basic version: 1.) EMPTY base folder 2.) Sarted "AHK Portable Installer U64.exe" 3.) Added empty basefolder to settings ----> Everything's fine 4.) Closed ""AHK Portable Installer U64.exe" 5.) Created subfolder "AutoHotkey_1.1.32.00" within Basefolder ...
by hoppfrosch
17 Mar 2020, 07:50
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 79854

Re: AHK Portable Installer v1.5

I'm guessing that one of your AHK versions doesn't have version metadata. So I'll have to make sure if this data doesn't exist then it must use the folder to get version info. Just checked properties of all Autohotkey.EXEs in the unzipped folders (AutoHotkeyA32.exe, AutoHotkeyU32.exe, AutoHotkeyU64...
by hoppfrosch
17 Mar 2020, 07:42
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 79854

Re: AHK Portable Installer v1.5

Ooops --- no, my mistake (copied the filename from my archive ...). I did NOT unzip ahkdll-v2-release-master_2.0-a108-a2fa0498.zip but I unzipped AutoHotkey_2.0-a108-a2fa0498.zip
by hoppfrosch
17 Mar 2020, 07:28
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 79854

Re: AHK Portable Installer v1.5

What i did: 1.) Created a folder structure c:\Usr\Programme\AHK\ ...\AutoHotkey_1.1.32.00 ...\AutoHotkey_2.0-a108 2.) Unzipped AutoHotkey_1.1.32.00.zip/ahkdll-v2-release-master_2.0-a108-a2fa0498.zip into the corresponding subfolder 3.) Unzipped the freshly downloaded "AHK.Portable.Installer.v1.5.zip...
by hoppfrosch
17 Mar 2020, 07:15
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 79854

Re: AHK Portable Installer v1.5

As you see in the error message above, I used your precompiled AHK Portable Installer U64.exe - not the script (latest verion 1.5, just downloaded from github) I don't mean I need a preinstalled Autohotkey to use your script - i mean, your program requires that several Autohotkey versions already ha...

Go to advanced search