Jump to content

NelsonFS

uniGUI Subscriber
  • Posts

    108
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by NelsonFS

  1. Fenix, please send contact me.. what buy you components. do brasil.. manda o mensagem privada.. thanks
  2. Did you tried UniButtonEdit component? http://forums.unigui.com/index.php?/topic/3532-unibuttonedit/?hl=unibuttonedit
  3. Realy thanks CastelSoft.. fantastic.. but Farshad Mohajeri could add this property on component to make validation easier.
  4. Please Farshad, Include this new events: TabSheet.onShow TPageControl.onChanging thank you.
  5. File, New, Other, uniGUI for Delphi, Data Module
  6. Modified source to add UniButtonDBEdit. UniButtonEdit + UniButtonDBEdit together in dpk project. Compiled in Seattle upd1, but must run in previous versions. https://mega.nz/#!j88x3azR!VChDkQ5jW5gHl18SQCwkvFmuqszXJzmNSD5N2JRO7Yo
  7. Por favor Wilton.. adiciona meu novo numero 34 9 9970-4301 Obrigado.
  8. Try: Dataset.RecNo := DataSet.RecNo + UniDBGrid1.WebOptions.PageSize; and Dataset.RecNo := DataSet.RecNo - UniDBGrid1.WebOptions.PageSize;
  9. Please, Add InputMask.Mask on TUniDateTimePicker and TUniDBDateTimePicker as was included in TUniEdit. Thanks.
  10. Thanks Arvin, But when run, appears the Ajax error message: [MODULE_MISS]"zrender/tool/color" is not exists! I Tried to find out on site: //location: 'http://ecomfe.github.io/zrender/src' But sources not exist. Please post together.
  11. Solved, read post: http://forums.unigui.com/index.php?/topic/5294-9901169pro-clientevents-not-triggered/?hl=greensock#entry27113
  12. Very good Arvin Feng !!! Thank you. Know you how to add a onClick event over a serie? Will be usefull when a user click over a serie and a callback event call unigui to show a grid with details.
  13. sample code to resize automaticaly uniDbGrid columns: thanks to Oleg by the model code. function reconfigure(sender, store, columns, oldStore, the, eOpts) { Ext.each(columns, function(column, index) { if (!sender.columnManager) { sender.columns[index].flex=1; /*fit width, comment to disable*/ sender.columns[index].minWidth = 150; /*min.size*/ } else { sender.columnManager.columns[index].flex=1; sender.columnManager.columns[index].minWidth = 150; }; } ) } Demo project Attached. uniDBGrid_Column_AutoSize.rar
  14. Utilizo o KendoChart, funciona tranquilo e é simples. Apesar de ter muito menos gráficos, mas é compatível com o unigui e ExtJs. http://forums.unigui.com/index.php?/topic/1722-kendo-ui-dataviz-charts/?hl=kendochart&do=findComment&comment=13265
  15. You can declare a form in public part, after that, get it from typecast: (MyForm.frOneFrame as TfrOneFrame) .Button1.Enabled = true;
  16. veja o exemplo que postei: http://forums.unigui.com/index.php?/topic/4974-button-like-uniimage-in-unidbgrid-column/
  17. This example show how to add a button in a UniDbGrid column. It's simple. This's just a trick. Project_UniGui_DbGrid_Button.zip
×
×
  • Create New...