Jump to content

kkelchev

uniGUI Subscriber
  • Posts

    231
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by kkelchev

  1. kkelchev

    Bryntum

    Hi team, Do you have progress with Bryntum for uniGUI Thangs
  2. Hi team, A hour ago I installed the latest version 1569. I noticed that the picklist and emplace-editors in the DBGrid do not works in my app as before. I did check with a demo project provided with installation and the result is the same. ..\FMSoft\Framework\uniGUI\Demos\Desktop\GridEditors\gedit.dproj Run the application and try to change the values in the "City" and "Hire Date or "Work Start" columns. Please , could you check. Thanks.
  3. How to set property 'EmptyText' for DBEdit control runtime via TUniPropertyGrid component ?
  4. Ok but in this case TUniPropertyGrid (for example) will not see the property "EmptyText".
  5. Hi Team and Happy New Year . Is it possible to make public property "EmptyText" for TUniDBEdit. I did this directly for class "TUniBaseEdit" in "uniEdit.pas" but I warry from side efects. Thanks
  6. Hi team. TUniPropertyGrid is very nice and useful component. Sometimes it is not necessary to show to end user all available properties. So could you give as а way to filter out not needed properties. Please move TUniCustomPropertyGrid.PopulateComponentProps (uniPropertyGrid.pas) in protected class section and make it virtual and we can implement filtered inside. OR.. for your non PRO customer , Please add published event function or procedure like .... OnAddProperty ( PropName : String; Var addToList : Boolean ) that decide which prop to add in front-end property editor grid Thanks in advance
  7. kkelchev

    Calendar Panel

    Hi , I found solution for this case. Here is it: In MainForm in UniFormCreate via UniSession.AddJS(....) I send this to browser. It just change CSS height property; Values 63.00px and 31.50px is calculated as: 42*need_Height_factor (in my case 1.5) = 63px and 21 * need_Height_factor (in my case 1.5) = 31.5px need_Height_factor could be any number 2,2.5... it depens form theme in my case uni_win10 $("<style type='text/css'> .x-calendar-days .x-calendar-days-time{height: 63.00px;} </style>").appendTo("head"); $("<style type='text/css'> .x-calendar-days .x-calendar-days-marker{height:63.00px;} </style>").appendTo("head"); $("<style type='text/css'> .x-calendar-days .x-calendar-days-marker-alt{height:31.50px;} </style>").appendTo("head"); $("<style type='text/css'> .x-calendar-days .x-calendar-days-marker-alt{height:31.50px;} </style>").appendTo("head"); rounded event rect could be done with $("<style type='text/css'> .x-calendar-event{border-radius:5px;} </style>").appendTo("head"); Here is the result
  8. kkelchev

    Calendar Panel

    Hi, any progress with this ? I can't believe than it is impossible to change vertical(time) resolution. Our customer scheduler looks like this ...... Thanks
  9. I'm interested too. Do you have progress ?
  10. I found solution. as set def value = '<font size="3"><br></font>' for database column Thanks
  11. No this does NOT woks There is post from "Kattes" about this. Posted January 25, 2020 Kattes uniGUI Subscriber 125 Posted January 25, 2020 Sorry, but this trick is not working (at least for me using uniGUI_1.90.0.1514)
  12. Hi , How to change default font size for TUniDBHTMLMemo and TUniHTMLMemo. There is NO change if "Font.Size" property is changed. Thanks Kamen
  13. Hi , I did not test it actually yet. But It seems that it is exactly what I need. Thanks
  14. Hi , is it possible to get current user session active form ? Thanks Kamen
  15. Hi , is it possible to get current user session active form Thanks Kamen
  16. Hi to All Team , please let me know what is right way to change Menu items font-size and/or font-color. Thanks Kamen
  17. Yes i found reason. If some component name in form is not in English. Dephi store DFM file into UTF8-BOM format. Other forms are stored in UTF8 format. In my case by mistake in MainForm there is PopUp menu Item with non English ( but Cyrillic ) name. I will fix this. BUT it is possible in other form also to have Cyrillic letters. The problem appear with last build because this component is in form since more than year. Please fix this Please find attached as requested standard demo for Login form. Taka a look at Mainform on Button with caption 'LOOK at name of this button it is in Cyrylic !! LoginForm.zip
  18. Exception is happened when application excute ModalResult := mrOK ; in Login Form
  19. I did install again 1562. Same results with all browsers. Here is Delphi exception. Please Look at Call Stack. Thanks
×
×
  • Create New...