Jump to content

kkelchev

uniGUI Subscriber
  • Posts

    264
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by kkelchev

  1. Here is a button. I wish caption inside to be vertical and horizontal centered. Now caption is equal just to "Запис<br>на<br>ремарке" and not looks good It should be Запис на ремарке Thanks Kamen
  2. Hi, How to setup TUniBitBtn,TUniBbutton controls with caption alignment center horizontal or/and vertical. Thank Kamen
  3. Hi, 10x to You and Sherzod @FMSOFT
  4. Hi. There is a case when we need to HIDE (completely) control such "TUniMainMenu" - application main-menu. Main menu should not be visible at all. If did try as: FreeAndNil(MainForm.MainMenu) in "UniFormCreate" event but result is EXCEPTION. Execute FreeAndNil(MainForm.MainMenu) latter: there is NO efect. Is it possible this to be done. Thanks Kamen.
  5. Спасибо ещё раз. Подтверждено. Работает идеально.
  6. Спасибо, вы великий
  7. Hi How to do quick search with keyboard in TuniListBox. Thanks Kamen
  8. Thank it woks fine. Could I customize Hint ? Background, Font , time for delay before it show
  9. Hi Team Many of our customers ask us from time to time for this. If it's possible in uniEdits and especially for cells in uniDBGrid. If the content (text) of a cell is more than what can be seen for the specified column width. When the user hovers the mouse over a cell, the entire content could be automatically hinted/displayed as a tooltip. Thanks Kamen
  10. Property TUniSegmentedButton.ShowHint Dose not works.
  11. OK 10x Is is possible to stop HINT title. If did "ShowHint:= False;" but hint's persists on screen Thanks
  12. Hi. How to customize TUniSegmentedButton control. I mean how to change buttons color and distance (spece) between each of them. There is property color but it seems not works. Thanks Kamen
  13. Hi to all. Is it posible to change background color for TUniListBox control Thanks
  14. Hi, thanks to all for dictions. I did this solution: Is it OK ? Uses ....., uniBasicGrid, ..... Function JSSetGridBackGround(UG: TUniBasicGrid; Const BgColor: String): String; Begin Result := Format('{var PE = document.getElementById(''%s'');'+ 'var EWC = PE.querySelectorAll(".x-grid-view");'+ 'EWC.forEach(element => {element.style.backgroundColor = ''%s'';});}', [UG.JSName + '_id', BgColor]); End; Procedure SetGridBackGround(UG: TUniBasicGrid; Const BgColor: String); begin UniSession.AddJS(JSSetGridBackGround(UG,BgColor)); End;
  15. OK , Thanks for your help.
  16. Hi Team Please let me know is i possible to setup DBGrid background color. The dataset, and grid is empty, so there is not any rows or cells. I would like to control background color. How to do that. Thanks
  17. Hi Should I test this with 1595. The version after 1594 but before 1597 ? It seems that problem appear with utilization of new properties with "UNG-3608"
  18. OK 10x. Here is 1594.png with previous version and 1597.png with last. In 1597.png there is no form because it is not shown. Form is show when user click on MainMenu Item. Thanks Kamen
  19. Sorry , how to: "Please send a SS of your form in browser" what is "SS"
  20. Some more details about problem. In FireFox console message is different "JS Error: d is null" Paused on exception setView - calendar.js:1:147510 TypeError: d is null
  21. Hi I did install again 1597 I unchecheck SuppressErrors.errObjectnotFound = False and SuppressErrors.errAjax = False Form with calendar panel is not work as before. It is strange but in this case there is NO any error as message or error in Browser Console Error in console is visible only if SuppressErrors.errAjax = true In other cases forms are not working (not opened) and NO any additional information why. The message in console is same as before "JS Error: Cannot set properties of null (setting 'highlightToday')" ! Thanks Kamen
×
×
  • Create New...