Jump to content

molla2005b

uniGUI Subscriber
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by molla2005b

  1. I can not click by mouse. completely blocked(right and left)
  2. Problem with IPad Pro and DisableMouseRightClick When I Set UniMainModule.BrowserOptions.boDisableMouseRightClick = True On Safari of IPad Pro the Mouse are blocked but touch is work but when I Set UniMainModule.BrowserOptions.boDisableMouseRightClick = False both Mouse and Touch is work but The browser popMenu cover my DbGrid PopMenu please any solution thanks UniGui 1.90.0.1555 and D11
  3. thank you for your fast response can I use this code? TUniButton(btnSave).AutoLock:=True; btnSave is a TUniToolButton. I always try to use less JavaScript in my code. best regard
  4. hi please add AutoLock property to TUniBitBtn and TUniToolButton currently available for TUniButton only thanks
  5. hello 1-Row editot not notice readOnly columns 2-After the Grid switch from ReadOnly=True to ReadOnly=False columns that has editor,can not write in the editor (work like readOnlyMode = urmNotEditable ) but can write in other other columns simple testcase is attached GridReadOnly.rar
  6. hi In this case we should write more code please support it
  7. I had tested with 1.90.0.1552 version. The bug has not been fixed yet!
  8. hello Why this code give me same ThreadID in all sessions? UniMemo1.Lines.Add(TThread.CurrentThread.ThreadID.ToString); I need to retrieve current session from CurrentThread thanks
  9. Thanks for your help Sherzod but Indicator position need to be moved to right side and add margin in right side of sub items see the expected result (attached image - RTL.PNG) regards
  10. when column has GroupHeader not work show this error in console JS Error: col.getEditor is not a function
  11. did I paste the workaround in right place? it's not work
  12. no, I have summary only did I paste the workaround in right place?
  13. This problem will be solved in the next update? workaround not work for me my version : 1.90.0.1543
  14. https://ibb.co/RTPCQhm this timer that I use procedure TMainForm.UniTimerNotificationTimer(Sender: TObject); begin UniTimerNotification.Enabled:=false; TfrmChequeWarning.ShowWarning(); end;
  15. hi my app still have this behavior. How do you fix this problem? I think the main form stay covered by a clear screen mask .because the shortcuts are work Thank you
  16. hi my app still have this behavior. How do you fix this problem? I think the main form stay covered by a clear screen mask .because the shortcuts are work
×
×
  • Create New...