Jump to content

Denton

uniGUI Subscriber
  • Posts

    27
  • Joined

  • Last visited

Recent Profile Visitors

310 profile views

Denton's Achievements

Newbie

Newbie (1/4)

2

Reputation

  1. Hi, How do i remove the extra space on RowEditor? The fields editor are getting pushed bcoz of that space.. Thanks
  2. Sorry.. i forgot to mention.. when i click add, the row gets deleted from UniDBGrid1 and added to UniDBGrid2..
  3. Hi @Sherzod in my case i dont use delete ActionColumn.. I use add Action Column which when clicked, the data goes to another grid.. so it doesnt need confirmation..
  4. Hi Here.. if u remove the OnCellClick event the bug wont show... GridCheckBox.rar
  5. Hi, For me, it happens when I have an event in UniDBGrid and ActionColumn: And the events execute this code: And this happens(it only happens the first time u delete a row): but when u remove the OnCellClick event, the bug wont show. Any idea how to resolve it ?
  6. I noticed this behavior too when using row editor. as for my solution, i did this too:
  7. procedure TMainForm.BtnSearchClick(Sender: TObject); var f : Ttestform22; begin f := Ttestform22.Create(UniApplication); f.name := 'mynewform'; f.ShowModal(); end;
  8. oh okay so it is dynamically created? u should put a name to your form like: NewSendMailFrm.Name := 'SendMailFrm'; for it to be recognize in javascript console
  9. I think u can try: FormName.UniLabel1.setText("yourtext"); u should replace FormName with ur Form
  10. instead of using "+" , use " , " (comma). i think using + converts ur object to string
×
×
  • Create New...