@boikom

@boikom

Forum Replies Created

Viewing 15 posts - 736 through 750 (of 918 total)
  • Author
    Posts
  • in reply to: Reduce size of titlebar #100361
    admin
    Keymaster

    Hi mk_dir,
    The size of the Window header is controlled by a CSS variable. In order to change the size simply set the CSS variable like so:

    
    smart-window {
      --smart-window-header-height: 30px; /* The default size is 50px */
    }
    

    Our themes do not affect the sizes of any of the elements. They only define their colors.
    Best Regards,
    Christopher
    Smart HTML Elements Team
    https://www.htmlelements.com

    admin
    Keymaster

    Hello jtara,
    We are unable to reproduce such issue. If you encounter an issue in your application, then please share codepen example, which demonstrates it.
    Regards,
    George
    Smart HTML Elements
    https://www.htmlelements.com/

    admin
    Keymaster

    OK, now I tested my grid which is used to display a summary of rows added to a database one by one.
    That is, a user fills a form, the form is sent to a server with Ajax, and the Ajax response sends back a row with generated ID, etc. then the row is added to the grid.
    This works only if the grid is first populated with one dummy row. I no longer need to add at least TWO dummy rows. And there no longer (in 4.5) is an issue where only the first 3 rows added show.
    The issue now is that if the grid starts out empty, the rows that I add are not shown.
    So, it is still not completely solved.
    I will now submit a support request for this.

    admin
    Keymaster

    Actually, I need to do a bit more testing, which I will do before submitted a support request.
    I have a grid that I populate from an Ajax request. It populates with a modest number of rows > 3 That’s the one that I tried, and I noted that if the grid starts out empty, then it will never show.
    I haven’t yet tested if there is still some dependence on number of rows added – e.g. previous behaviour is first 3 adds would show, and after that no more.

    admin
    Keymaster

    I wrote:

    There seems to be a problem if the initial number of rows in the data source is 1 or 0. If it is > 1, then new rows that are added are correctly displayed.

     
    admin wrote:

    We confirm the Grid component issue reported by jtara. We will resolve it in the next update.

     
    I’m afraid that even in 4.5 there is still a problem. It is SLIGHTLY improved.
    Now, it no longer fails with only one row.
    However, a grid that is initially created with no rows still fails. You will never see the grid content displayed.
    There are of course so many use cases for a grid that initially is empty, and then rows are added. We still have to start out with at least one dummy row.
    I will write a support request. Just giving a heads-up here for others.

    in reply to: Add angular component to tab #100342
    admin
    Keymaster

    Hello helkatz,
    We prepared a help topic that describes how to add an Angular component dynamically to a tab item. You can find it here: https://www.htmlelements.com/docs/angular-dynamic-component-loading/. We hope it is helpful to you.
    Best regards,
    Dimitar
    Smart HTML Elements Team
    https://www.htmlelements.com

    in reply to: TimePicker needle starts and keeps spinning #100339
    admin
    Keymaster

    Hi cetinsert,
    Please write an email to support@htmlelements.com with your request for a debug session and we will talk in more detail via email.
    Best regards,
    Dimitar
    Smart HTML Elements Team
    https://www.htmlelements.com

    in reply to: TimePicker needle starts and keeps spinning #100338
    admin
    Keymaster

    Caching does not seem to be issue here as in the scope of posting this topic I tested on devices never before used. Also incognito modes etc.
    When would be a good time for TeamViewer? (Bulgarian/Korean time or UTC are all fine.)

    in reply to: TimePicker needle starts and keeps spinning #100337
    admin
    Keymaster

    Hi cetinsert,
    Unfortunately, we were not able to reproduce the issue neither on macOS Mojave nor on Windows 10. Please note that a similar issue was fixed a while ago. Is it possible that you have cached files and are not testing with the latest publicly available source?
    If the issue persists we can offer you a debug session through TeamViewer where we would be able to experience the issue through your computer.
    Best regards,
    Dimitar
    Smart HTML Elements Team
    https://www.htmlelements.com

    in reply to: Gantt Chart Issues / Questions #100336
    admin
    Keymaster

    Hi cetinsert,
    Thank you for the feedback ! The issues will be fixed in our next release. We constantly update the components and new CSS variables could be introduced while others might be renamed/removed. So we will update the documentation and try to keep it up to date. Regarding your 2nd and 3rd question the taskColumns can be removed by setting taskColumns = []. Also if you want to hide the task tree container just set `treeMin = ‘0px’ and ‘treeSize = ‘0px’. That will set the min and size of the TaskTree to 0.
    Best Regards,
    Christopher
    Smart HTML Elements Team
    https://www.htmlelements.com

    in reply to: TimePicker needle starts and keeps spinning #100335
    admin
    Keymaster

    Hi Dimitar,

    1. animation=none does indeed resolve the issue
    2. my time zone
      Intl.DateTimeFormat().resolvedOptions()
      {
      "locale": "en-GB",
      "calendar": "gregory",
      "numberingSystem": "latn",
      "timeZone": "Asia/Seoul",
      "year": "numeric",
      "month": "2-digit",
      "day": "2-digit"
      }
    3. no console output (info, debug, warning, error)

    Thanks,

    in reply to: Gantt Chart Issues / Questions #100333
    admin
    Keymaster

    Hello,
    I wish everyone a great new week!
    Please review this topic.
    Thank you.

    in reply to: TimePicker needle starts and keeps spinning #100332
    admin
    Keymaster

    Hi cetinsert,
    Thank you for the clarification. Could you, please, also share if there are any errors thrown in your browser’s console when the issue occurs and what time zone you are in (this issue may be related to incorrect handling of some time zones).
    Best regards,
    Dimitar
    Smart HTML Elements Team
    https://www.htmlelements.com

    in reply to: TimePicker needle starts and keeps spinning #100328
    admin
    Keymaster

    Infinite spin

    in reply to: TimePicker needle starts and keeps spinning #100327
    admin
    Keymaster

    Windows 10 (latest stable) + Firefox Quantum 69.0 (64-bit) -> same!

Viewing 15 posts - 736 through 750 (of 918 total)