@javinavarrete63gmail-com

@javinavarrete63gmail-com

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Customize smart color panel #102645
    Javi Navarrete
    Participant

    Hi,
    It works perfectly.

    Thanks

    in reply to: Change row height of the time line month view #102612
    Javi Navarrete
    Participant

    Hi,
    I’m sorry but that wasn’t my question again,
    I don’t want to set the height of the event, I want to set the height of the full row, because if I have many resources the row only has 1 event and then “x more” and I want to set the height of the row to show 3 events and then the “x more”.

    Thanks.

    Javier Navarrete

    in reply to: Change row height of the time line month view #102601
    Javi Navarrete
    Participant

    Hi,
    Thank you for the answer but that doesn’t fix my problem,
    The problem isn’t in the ‘month’ view, it is in the ‘timeline-month’ view.
    The problem is that I have the smart-scheduler and I want to show by default 3 events but the cell it’s too small and only shows 1 and the  ‘x more’.

    I want to set the height of the cell/row to show at least 3 events and then the ‘x more’.

    Thanks,
    Javier Navarrete

    in reply to: Problem with the ng build #102432
    Javi Navarrete
    Participant

    Hi,

    I think you didn´t understand my problem, may my fault.

    The problem is when I do the “ng build –prod” command, with the normal “ng-build” works succesfully.

    The console gives us an error at this point:

    _getEventTimelineCellsMonth(e) {
    const t = this
    , i = new Date(e.dateStart)
    , n = new Date(e.dateEnd)
    , r = t._timelineCells.horizontal
    , a = t._timelineCells.vertical
    , s = Object.assign({}, e);
    let o = [];
    return t._getCellRanges(t._getEventVerticalCellObjs(e), “vertical”).forEach(l=>{
    const d = l.toIndex;
    for (let c = c.fromIndex; c <= d; c++)  -> (((((((  HERE c is undefined )))))))

    Angular JSON:

    “production”: {

    “fileReplacements”: [

    {

    “replace”: “src/environments/environment.ts”,

    “with”: “src/environments/environment.prod.ts”

    }

    ],

    “optimization”: true,

    “outputHashing”: “all”,

    “sourceMap”: false,

    “namedChunks”: false,

    “extractLicenses”: true,

    “vendorChunk”: false,

    “buildOptimizer”: true,

    “budgets”: [

    {

    “type”: “initial”,

    “maximumWarning”: “2mb”,

    “maximumError”: “10mb”

    },

    {

    “type”: “anyComponentStyle”,

    “maximumWarning”: “6kb”,

    “maximumError”: “10kb”

    }

    ]

    },

    I hope you can help us.

    Thanks for your help

     

Viewing 4 posts - 1 through 4 (of 4 total)