Search found 4 matches

by djuga22
30 Dec 2019, 19:02
Forum: Ask for Help (v1)
Topic: $5 Bounty How update an existing file in google drive
Replies: 0
Views: 562

$5 Bounty How update an existing file in google drive

whr := ComObjCreate("WinHttp.WinHttpRequest.5.1") whr.Open("PUT", "https www.googleapis.com /upload/drive/v3/files?uploadType=media", true) ; google drive file id 1SGyn8FwCac76B3XI75lg8SYLp50vLdXJ my file name FMEPro.txt whr.SetRequestHeader("Authorization", "Bearer apikeyhere") whr.SetRequestHeade...
by djuga22
30 Sep 2019, 12:58
Forum: Помощь
Topic: Помогите с 3-мя кнопками и while
Replies: 4
Views: 3048

Re: Помогите с 3-мя кнопками и while

Решение нашел Found Answer #persistent Hotkey, 1, Test,On,UseErrorLevel Hotkey, 2, Test,On,UseErrorLevel Hotkey, 3, Test,On,UseErrorLevel return RButton:: While GetKeyState("Rbutton","P") { Tooltip,%Key%,(A_screenwidth)/2, (A_screenheight)/2,1 } tooltip return Test: Key := A_ThisHotkey return esc::e...
by djuga22
30 Sep 2019, 10:59
Forum: Помощь
Topic: Помогите с 3-мя кнопками и while
Replies: 4
Views: 3048

Re: Помогите с 3-мя кнопками и while

? #persistent Hotkey, 1 ,Test,On,UseErrorLevel Hotkey, 2 ,Test,On,UseErrorLevel Hotkey, 3 ,Test,On,UseErrorLevel return Test: btx=Rbutton Key := A_ThisHotkey While (GetKeyState(btx,"P")) ;- Rbutton and Hotkey1-3 pressed { Tooltip,%Key%,(A_screenwidth)/2, (A_screenheight)/2,1 sleep,2000 tooltip } re...
by djuga22
29 Sep 2019, 22:49
Forum: Помощь
Topic: Помогите с 3-мя кнопками и while
Replies: 4
Views: 3048

Помогите с 3-мя кнопками и while

Если нажать кнопку 1 затем 2 и 3, то ToolTip выдаст все верно, но если потом нажать снова 1,2,3 ToolTip покажет последнею нажатую кнопку, то есть 3, задача получить последний нажатый Key, ToolTip просто для примера,понятное дело что while в процессе, но все же кнопки меняются и не меняются лишь те, ...

Go to advanced search