Jump to content

kkelchev

uniGUI Subscriber
  • Posts

    231
  • Joined

  • Last visited

  • Days Won

    6

kkelchev last won the day on December 29 2022

kkelchev had the most liked content!

Profile Information

  • Gender
    Male

Recent Profile Visitors

1294 profile views

kkelchev's Achievements

Advanced Member

Advanced Member (4/4)

23

Reputation

  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)
×
×
  • Create New...