Messages - Herchi [ switch to compact view ]

Pages: [1] 2 3next
1
Clipboard Help+Spell / ugly interface in Windows 11?
« on: April 17, 2023, 05:56 AM »
I see the tabs in Windows 11 like this

the tabs in Windows 10 are comfortable and usable. I think that the fact that there has been no updates and that it is not prepared for Windows 11 makes it look like this

2
Clipboard Help+Spell / Re: delay IN sendkeys?
« on: January 15, 2018, 06:34 AM »
If you swap the {SLEEP 1000} and {TAB} around, then the Tab could start the 'on change' event that takes a little time, wait the 1000msec and then fill in the password.
Maybe that's a better timing model?
{sendkeys}myname{TAB}{SLEEP 1}password{ENTER}
it works ALWAYS. (with 1 in SLEEP). it's strange. Thanks :D

3
Clipboard Help+Spell / delay IN sendkeys?
« on: January 15, 2018, 04:11 AM »
I have an app in java and my login is
{sendkeys}myname{SLEEP 1000}{TAB}password{ENTER}

I dont understand why I need "SLEEP". Sometimes the delay is bigger and I must to increase the miliseconds because it DOESN'T WORK SOMETIMES.

In other program, like AutoHotkeys (https://autohotkey.com/) I don't need this dirty trick.
In AutoHotkeys it's a simple:
!^k::
    Send, myname{tab}password{enter}
Return

and it works ALWAYS.

4
Clipboard Help+Spell / Re: what is it the order in a 'popup hotkey'?
« on: November 04, 2016, 06:26 AM »
the answer will be:
'Title DESC' in Custom Menu Sorting SQL. I find out now


thank you anyway

5
Clipboard Help+Spell / Re: what is it the order in a 'popup hotkey'?
« on: October 08, 2016, 03:58 PM »
nobody?  :-\

Pages: [1] 2 3next
Go to full version