topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 2:08 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Herchi [ switch to compact view ]

Pages: [1]
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?  :-\

6
Clipboard Help+Spell / Re: what is it the order in a 'popup hotkey'?
« on: September 23, 2016, 03:39 PM »
This should get you started at least:

Open CHS main window, right-click on the group in the tree on the left.
Select 'Edit group'

'Custom menu sorting SQL' down at the bottom controls the sort. Being able to speak/write SQL helps (I dont myslef).


I know SQL but....
SELECT ¿A? FROM ¿B? ORDER BY ¿C?
I want to:
1) alphabetize
2) order by title

7
Clipboard Help+Spell / what is it the order in a 'popup hotkey'?
« on: September 23, 2016, 06:52 AM »
I have some groups with a popup hotkey assigned. I don't understand the order it shows me the list. I want to reorder or set this order. Is it random?

8
Clipboard Help+Spell / Re: reording groups
« on: August 09, 2015, 04:16 PM »
thank you, it works

9
Clipboard Help+Spell / reording groups
« on: July 27, 2015, 11:27 AM »
I had created 3 groups

+ all
   - example 1
   - example 2
   - aExample

I want to reording the groups alphabetically or manually but I can't

10
thank you. :D

I hope some day the program will be in other languages (spanish, for example  8) )

11
I have 'zxc' in note but in the grid all the notes are empty :(

Pages: [1]