Jump to content

uniguisyriusz

uniGUI Subscriber
  • Posts

    61
  • Joined

  • Last visited

Everything posted by uniguisyriusz

  1. I can't see ExpanerdOnly property. I see two properties starting with E Enabled and ExpanderFirst (I'm looking at TUniTreeMenu properties).
  2. Here is video: https://www.useloom.com/share/e6acc7c1ae084ba9893400db4a01a9ed When I click item3 over the arrow, subitems are expanding and onclick is fire. I want to only expand subitems of item3. When I click over the text "item3" only onclick is executing, subitems not expanding. Code: procedure TMainForm.item11Click(Sender: TObject); begin ShowMessage('item1onclick'); end; procedure TMainForm.item21Click(Sender: TObject); begin ShowMessage('item2onclick'); end; procedure TMainForm.item31Click(Sender: TObject); begin ShowMessage('item3onclick'); end; procedure TMainForm.subitem11Click(Sender: TObject); begin ShowMessage('subitem1onclick'); end; procedure TMainForm.subitem21Click(Sender: TObject); begin ShowMessage('subitem2onclick'); end;
  3. How to set onclick action to menuitem with subitems? After click on arrow of menuitem it extends and fires onclick, but I want only extend and see subitems.
  4. Complete, Professional 1.10.0.1457, Full not Trial.
  5. Hi, is there a way to make a multiselect in UniDBGrid without rowselect? I want to select several cells in a few rows.
×
×
  • Create New...