Jump to content

Sherzod

Moderators
  • Posts

    19684
  • Joined

  • Last visited

  • Days Won

    636

Everything posted by Sherzod

  1. Вы создаёте контролы динамически ?
  2. Здравствуйте! Может этот пост поможет Вам, попробуйте:
  3. Hi, Are you using UniPopupMenu ?!
  4. And what if you will use AccordionLayout for this?
  5. Ok sorry, Try this: procedure TMainForm.UniFormCreate(Sender: TObject); begin with YourFieldSet do if Collapsible then JSInterface.JSConfig('collapsed', [True]); end;
  6. Sorry, help me understand what you wanted too Show the sequence of your actions, and where is your problem
  7. Can you explain a little more, what do you mean?
  8. Hi, Can you try this approach for now? procedure TUniForm1.UniFormReady(Sender: TObject); begin UniMemo1.JSInterface.JSCode(#1'.inputEl.dom.addEventListener("keydown", function(e){e.stopPropagation()});'); end;
  9. Which edition and build of UniGUI are you using?
  10. Hi, I will check, but if possible, can you make a simple testcase for this?!
  11. Hello, If I didn't understand correctly, please specify, but this post can help you:
×
×
  • Create New...