Search the Community
Showing results for tags 'RAW'.
-
Hi All, Could someone please PLEASE tell me what I'm doing wrong here? I feel like I'm close to figuring this out, I think I've identified what is causing the issue. Whenever I try to use the hotkey CTRL+SHIFT+T (or any other letter other than T for that matter) to paste the text to notepad, my CTRL and SHIFT keys are held down *IF* I release them *WHILE* the raw text is being written. It seems to be that if I release the CTRL+SHIFT keys: Before the Send Raw text starts to write to the screen: the CTRL and SHIFT keys ARE NOT held down, this is good During the Send Raw text being written to the screen: the CTRL and SHIFT keys ARE held down perpetually until I physically press them on the keyboard, this is bad After the Send Raw text has written all text to the screen: the CTRL and SHIFT keys ARE NOT held down, this is good This is also the case if I were to use the Windows Key as the hot key instead of the CTRL+SHIFT, I would need to tap the WIN key physically on my keyboard if I released it while the raw tet was being sent to the screen (eg, WIN+T). This issue also happens no matter which program I try to write the text to. Here's some example code: (I've put a bunch of "a's" in there to give enough time to test releasing the CTRL+SHIFT before/during/after the writing of them) HotKeySet("^+t", "WriteTxt") Func WriteTxt() WinWaitActive("Untitled - Notepad") $var = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" send($var, 1) EndFunc While 1 Sleep(500) WEnd Thanks guys!
-
I'm in the middle of converting somthing into autoit and I hit a snag.. dojo.rawXhrPost({ url: webServiceURL, handle: handler, headers: { "Content-Type": "text/xml; charset=utf-8", "cache-control": "no-cache" }, postData: this.BuildXMLString(), timeout: 0, sync: bSync }); Ahh, POST, my old Nemesis. I've tried (and failed!) several different things to do what this does using _WinHttp UDF but have had no luck. How do you send raw post data with Autoit? Is it possible?
-
Hi All, Is there any UDF available for converting RAW image format to PNG format? Thanks BlackEvil