-
Posts
264 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
Events
Everything posted by kkelchev
-
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
-
Hi, How to setup TUniBitBtn,TUniBbutton controls with caption alignment center horizontal or/and vertical. Thank Kamen
-
Hi, 10x to You and Sherzod @FMSOFT
-
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.
-
Спасибо ещё раз. Подтверждено. Работает идеально.
-
Спасибо, вы великий
-
Hi How to do quick search with keyboard in TuniListBox. Thanks Kamen
-
Thank it woks fine. Could I customize Hint ? Background, Font , time for delay before it show
-
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
-
Property TUniSegmentedButton.ShowHint Dose not works.
-
OK 10x Is is possible to stop HINT title. If did "ShowHint:= False;" but hint's persists on screen Thanks
-
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
-
Hi to all. Is it posible to change background color for TUniListBox control Thanks
-
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;
-
OK , Thanks for your help.
-
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
-
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"
- 17 replies
-
- calendarpanel
- js error
-
(and 1 more)
Tagged with:
-
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
- 17 replies
-
- calendarpanel
- js error
-
(and 1 more)
Tagged with:
-
Sorry , how to: "Please send a SS of your form in browser" what is "SS"
- 17 replies
-
- calendarpanel
- js error
-
(and 1 more)
Tagged with:
-
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
- 17 replies
-
- calendarpanel
- js error
-
(and 1 more)
Tagged with:
-
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
- 17 replies
-
- calendarpanel
- js error
-
(and 1 more)
Tagged with:
