Jump to content

Sherzod

Moderators
  • Posts

    19781
  • Joined

  • Last visited

  • Days Won

    642

Everything posted by Sherzod

  1. Hello, Are you running the app on a mobile phone? Can you attach an image here to check?
  2. Hello, This post may help you:
  3. You can try this: JSConfig('sortable', [True], Column.JSColumn);
  4. Ok, try this approach: JSConfig('filter', [TUniFilterDBGridColumn(Column).Filter], Column.JSColumn); JSConfigObject('filter', 'fields', [JSStatement('{lt: { text: "Before!" }, gt: { text: "After!"}, eq: { text: "On!"}}')], Column.JSColumn); //add this... JSConfig('filter', [JSStatement('{type: "date", fields: {lt: { text: "Before!" }, gt: { text: "After!"}, eq: { text: "On!"}}}')], Column.JSColumn);
  5. * Don't forget also the condition to check for date type.
  6. Check if this will work. JSConfig('filter', [TUniFilterDBGridColumn(Column).Filter], Column.JSColumn); JSConfigObject('filter', 'fields', [JSStatement('{lt: { text: "Before!" }, gt: { text: "After!"}, eq: { text: "On!"}}')], Column.JSColumn); //add this...
  7. Can you check this? JSConfigPlugin('Ext.grid.filters.Filters', ['id', 'gridFilters', 'menuFilterText', 'Filters!']);
  8. Okay, then tell me how do you assign the "date" type to the filter using Delphi code?
  9. This post may help you, can you try it?
  10. One possible solution: procedure TMainmForm.UnimFormCreate(Sender: TObject); begin UnimSelect1.JSInterface.JSAddListener('painted', 'function(){this.inputElement.setStyle("text-align", "right"); this.inputElement.setStyle("line-height", "normal");}'); end;
  11. One possible solution: procedure TMainmForm.UnimFormCreate(Sender: TObject); begin UnimSelect1.JSInterface.JSAddListener('painted', 'function(){this.inputElement.setStyle("text-align", "right")}'); end;
  12. Hello, Sorry, your case is not clear to me.
  13. Ну, тема это как бы дополнительное расширение фреймворка, я бы сказал. uniGUI также включает в себя множество собственных тем. Сначала Вам необходимо приобрести лицензию на uniGUI, если вы хотите продолжать его использовать.
  14. Хотите приобрести лицензию?
×
×
  • Create New...