Search found 379 matches
- 12 Jul 2020, 05:27
- Forum: Scripts and Functions
- Topic: [function] FoxitInvoke() - a wm_command wrapper for FoxitReader V9.*
- Replies: 6
- Views: 2519
Re: [function] FoxitInvoke() - a wm_command wrapper for FoxitReader V9.* by Ixiko
I exchanged SendMessage for PostMessage. SendMessage takes up to 5s to get a response from FoxitReader. In my example, despite successfully calling up the 'Save As' dialog, I only received feedback after 5s and this was then 'FAIL'.
- 12 Jul 2020, 04:41
- Forum: Ich brauche Hilfe
- Topic: Ahnunglosigkeit ...
- Replies: 34
- Views: 14697
Re: Ahnunglosigkeit ...
@Bobo: ah der Dunning-Kruger-Effekt! Bei Dir dann der negative Dunning-Kruger-Effekt. Soweit ich mit meinem statistischen Beobachtungsteil meines Hirns beobachtet konnte, hat bisher kein Posting zumindestens im deutschen Forum solch einen Raketenstart ähnlichen Zuwachs bei den Aufrufen erzeugt. Lieg...
- 11 Jul 2020, 14:58
- Forum: Ich brauche Hilfe
- Topic: Ahnunglosigkeit ...
- Replies: 34
- Views: 14697
Re: Ahnunglosigkeit ...
Hey, Bobo Deine Ahnungslosigkeit hat ein massives Interesse erzeugt! 5902 mal wurde dieser Thread in etwas über 24h aufgerufen. Ich wäre der erste mit einer Antwort gewesen, habe es aber lieber gelassen.
- 10 Jul 2020, 09:41
- Forum: Ask For Help
- Topic: simple parallel port script help
- Replies: 2
- Views: 1122
Re: simple parallel port script help
I found this on github. Parellel port interfacing using PC. Description means it is written in 2009.
Second here.
And one more here --> link to forum thread
Second here.
And one more here --> link to forum thread
- 29 Jun 2020, 14:09
- Forum: Scripts and Functions
- Topic: Ixiko's collections of functions and libraries
- Replies: 27
- Views: 11656
Re: Ixiko's collections of functions and libraries
The two collections are rare in functionality. I only distribute here what I collect anyway. I would like more options. Only time is the shortage, as with many of us.
- 28 Jun 2020, 07:07
- Forum: Scripts and Functions
- Topic: Ixiko's collections of functions and libraries
- Replies: 27
- Views: 11656
Re: Ixiko's collections of functions and libraries
[28.06.2020](2922)
- added what I found, especially SKAN enriches this collection with its productivity.
- 25 Jun 2020, 01:59
- Forum: Ich brauche Hilfe
- Topic: Wer kann helfen? script läuft unzuverlässig.
- Replies: 1
- Views: 858
Re: Wer kann helfen? script läuft unzuverlässig.
Ganz unten in Deinem Skript nutzt Du die zuverlässigste Methode schon. Ich kenne Dein Problem und mache es seitdem wie folgt: Sendinput, {LControl Down}c{LControl Up} ; und um ganz sicher zu gehen im Anschluß nochmal ein Sendinput, {LControl Up} ; Deine Einstellungen von SetkeyDelay sind entscheiden...
- 23 Jun 2020, 04:45
- Forum: Ask For Help
- Topic: RegExReplace can't process (unicode comma)
- Replies: 13
- Views: 4185
Re: RegExReplace can't process (unicode comma)
I agree with gregster. I read this post and learned a new regex option (*UCP). Nice!
- 23 Jun 2020, 04:36
- Forum: Scripts and Functions
- Topic: a preview gui for the 'Imagemagick' command-line-tools
- Replies: 3
- Views: 2350
Re: a preview gui for the 'Imagemagick' command-line-tools
Thx for testing :). You can of course change the entry manually at the point where I show it to you in the code box. But since I noticed that this script is not executable for other reasons, I've integrated a folder selection dialog in case the folder stored in ' IMT.ini ' does not contain any execu...
- 22 Jun 2020, 15:17
- Forum: Ask For Help
- Topic: scintilla (CreateWindowEx) and dpiaware
- Replies: 2
- Views: 780
Re: scintilla (CreateWindowEx) and dpiaware
Thank you for your help. It was easier than I thought. An included example script creates the scintilla window as follows: Gui +LastFound sci := new scintilla(WinExist(), x, y, 950, 680, (A_IsCompiled ? "..\scintilla\bin\LexAHKL.dll":null)) I just added one line and that's it! Gui -DPIScale ; <---- ...
- 22 Jun 2020, 07:13
- Forum: Ask For Help
- Topic: scintilla (CreateWindowEx) and dpiaware
- Replies: 2
- Views: 780
scintilla (CreateWindowEx) and dpiaware
I'm trying to add a new scintilla window on Win8.1 by using RaptorX scintilla wrapper.
RaptorX uses 'CreateWindowEx' in its wrapper to create the scintilla window.
The DPI scaling on this client is set to 150%. How do I ensure that the DPI scaling is ignored when the scintilla window is created?
RaptorX uses 'CreateWindowEx' in its wrapper to create the scintilla window.
The DPI scaling on this client is set to 150%. How do I ensure that the DPI scaling is ignored when the scintilla window is created?
- 12 Jun 2020, 12:18
- Forum: Ask For Help
- Topic: How to deal with a large json file
- Replies: 4
- Views: 1102
Re: How to deal with a large json file
split the file in parts or write a script that parse the json file one time to build an index file containing method name and fileseek positions of start and end of methods. With known positions you can process the json file in blocks. and today I would prefer kczx3's suggestion! ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ...
- 04 Jun 2020, 01:38
- Forum: Ich brauche Hilfe
- Topic: OOP - änderen von Variablen / Methodenaufrufe
- Replies: 10
- Views: 1946
Re: OOP - änderen von Variablen / Methodenaufrufe
Im Moment benutze ich die "Versuch und Irrtum"-Methode (VI-Methode), ganz wie eine Computer KI. Ich tippe was hin, verändere es, lösche es und nähere mich langsam der Lösung. Bis das nächste Problem auftaucht. Probleme zu lösen macht Spaß (irgendwann findet man einen Weg) und Du hast mir ein Stückch...
- 02 Jun 2020, 17:45
- Forum: Ich brauche Hilfe
- Topic: Handling Checkbox
- Replies: 31
- Views: 2185
Re: Handling Checkbox
Ich mag das Thema Automatisierung von Software. Konntest Du den Status der ThunderRt6Checkbox jetzt ermitteln und ohne Mausclick verändern? Dein Programm ist mit Visual Basic 6 geschrieben wenn die Steuerelemente diesen Basisnamen haben. Soviel ich erlesen konnte werden manche "Standardcontrols" zus...
- 02 Jun 2020, 16:04
- Forum: Ich brauche Hilfe
- Topic: OOP - änderen von Variablen / Methodenaufrufe
- Replies: 10
- Views: 1946
Re: OOP - änderen von Variablen / Methodenaufrufe
Vergiß das mit dem ReplyService einfach. Das ist nur deshalb mitgeschickt worden da ich nicht weiß wieviel Klassenauszug notwendig ist. Es gibt nur eine Sache bei der ich im Moment Hilfe bräuchte. Im ersten __New erstelle ich im Klassenobjekt {key:value}-Paare mittels this (z.B. this.updateInterval ...
- 02 Jun 2020, 07:33
- Forum: Ich brauche Hilfe
- Topic: OOP - änderen von Variablen / Methodenaufrufe
- Replies: 10
- Views: 1946
Re: OOP - änderen von Variablen / Methodenaufrufe
@just me: funktioniert schon. Nur das Anlegen der "reply"-Objekte noch nicht. Da war ich grad dabei. Ohne OOP wäre das alles sehr umständlich. Vorgestern kam im Sonnenschein der Blitz der mir ein grundlegendes Verständnis einbrachte und da habe ich einfach mal losgelegt mit dem "Scheiß". Ich meinte ...
- 02 Jun 2020, 04:21
- Forum: Ich brauche Hilfe
- Topic: OOP - änderen von Variablen / Methodenaufrufe
- Replies: 10
- Views: 1946
Re: OOP - änderen von Variablen / Methodenaufrufe
Oh je da funktioniert im Moment einiges nicht. Willst Du Dir das wirklich antun? Das ist ein ganz schöner "Scheiß" und ich probiere mich doch daran erst seit vorgestern. Andererseits brauche ich auch Hilfe. Ich entschuldige mich für die nicht funktionierenden Einrückungen. Das entsteht durch Copy-Pa...
- 01 Jun 2020, 12:21
- Forum: Ich brauche Hilfe
- Topic: OOP - änderen von Variablen / Methodenaufrufe
- Replies: 10
- Views: 1946
OOP - änderen von Variablen / Methodenaufrufe
Ich sitze an meiner ersten Objekt-Klasse. Deshalb verzeiht mir, falls ich Fachbegriffe nicht definitionsgerecht verwende. Aus bisher geposteten Funktionen zum Thema Telegram Web-Api-Calls versuche ich eine allgemein verwendbare Klasse zu entwerfen. Die Erstellung eines neuen Bots mit eigenen Methode...
- 30 May 2020, 11:24
- Forum: Ask For Help
- Topic: Telegram Automation
- Replies: 50
- Views: 13061
Re: Whatsapp & Telegram Automation
I remembered reading something about UriEncode and exactly this solves my little misunderstanding. Telegram_Send(telegramBotKey, telegramChatId, textMessage) { ;-- a way to send a text message WinHTTP := ComObjCreate("WinHTTP.WinHttpRequest.5.1") WinHTTP.Open("POST", Format("https://api.telegram.org...
- 30 May 2020, 07:12
- Forum: Ask For Help
- Topic: Telegram Automation
- Replies: 50
- Views: 13061
Re: Whatsapp & Telegram Automation
This is maybe the main Telegram thread in this forum. So I ask my question here. I build a short script that check's clipboard changes. If it finds a URL in the cliboard, it asks me whether it should send it to my bot. Okay the sending works. Unfortunately, the Telegram API interprets the URL attach...