View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#54
Regarding the lock/unlock toolbutton. The issue is that the checkstate is inconsistent. Sometimes it is checked when unlocked, other times it is checked when locked. It depends upon the combination of actions that you take. I think it is actually unnecessary for the toolbutton to be checkable. What matters is that the user can see whether the item is locked/unlocked, and that is the case due to the change in the icon and the enabling/disabling of the delete button.

I see what you mean about adding the existing clipboard item on startup. I didn't consider that. It's actually a really good idea, so I think you should leave it as it is.

It is possible to display a menu and the virtual keyboard at the same time. I have implemented this in my own applications. The menu shifts up when the virtual keyboard is displayed, like this:

__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub