Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/07/19 in all areas

  1. English: This example shows how to copy text using the clipboard but on the client side and not using the application memory area on the server. In other words, it's how you should do the "copy and paste" in uniGUI. Portuguese: Este exemplo mostra como copiar texto usando o clipboard mas no client-side e não usando a área de memória do aplicativo no servidor. Em outras palavras, é como se deve fazer o "copiar e colar" no uniGUI. Thanks to Sherzod Code: http://forums.unigui.com/index.php?/topic/6116-copy-paste-selected-text-in-tunimemo/&tab=comments#comment-31802 Moderator/ Staff: http://forums.unigui.com/index.php?/profile/906-sherzod/ Also, third party code from the web. Project available at https://unigui.express
    1 point
  2. I need to navigate in a dbgrid with arrows simulating the behavior of the tab. But also during editing. I want to use arrows (or Enter) like Tab key does for change field, without pressing Enter only for finish editing. The same od stardard VCL DBgrid: I press any key to start editing and Enter (or tab, or up/down arrow keys) for close editing and move to next field. How obtain this? Very important for massive data input. This is a similar extjs example: https://fiddle.sencha.com/#fiddle/ron&view/editor How do I make it in unigui? Attention: I need to start editing only when I press a first char of editing value, not always. Thanks in advance!
    1 point
×
×
  • Create New...