Jump to content

josauro@casasoft.net.br

uniGUI Subscriber
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

568 profile views

josauro@casasoft.net.br's Achievements

Newbie

Newbie (1/4)

1

Reputation

  1. I don´t understand why, I not talking about Google photos program, my programa uses unisession.sendFile(xxx) and I have dozen files to be downloaded, but they send just five but continues to execute normally, just files don´t came.
  2. Hi why I can´t download more than 5 simultaneous files, I have a grid with select many file names, but unisession.sendfile(sFileName) just download first 5 files, no errors occur. !!! Have some session configurations? Thanks
  3. Hi I put this code in a UnitreeView, de drag an drop work fine, but, how could I know in delphi where de parent node they are droped ? I need to update de BD with new targed node parent. Look the video attached. function beforeInit(sender, config) { config.viewConfig = { plugins: { ptype: 'treeviewdragdrop', ddGroup: 'tree2panel', dragText : 'Movendo....', enableDrag : true, enableDrop : true, appendOnly: false }, listeners: { beforedrop: function(node, data, overModel, dropPos, opts) { }, drop: function(node, data, overModel, dropPos, opts) { ajaxRequest(sender, 'dropped', ['data='+data.records[0].data, 'id='+data.records[0].data.id, 'opts='+opts, 'text='+data.records[0].data.text]); } } }; } Gravar_2023_08_17_18_38_21_171.mp4
  4. Thanks for your feedback. I think it´s good option, for many topics about this. Thanks. I will wait;
  5. Yes I founded but all is incomplet I need to drag a UniTreeNode and all sub Nodes to another position in a uniTreeView Thanks
  6. Hi I would like to implement a drag and drop uniTreeNode in a uniTreeView but all topics are incomplet. How could I do this. Thanks. This is your last post
  7. Hi I put this code in a UnitreeView, de drag an drop work fine, but, how could I know in delphi where de parent node they are droped ? I need to update de BD with new targed node parent. function beforeInit(sender, config) { config.viewConfig = { plugins: { ptype: 'treeviewdragdrop', ddGroup: 'tree2panel', dragText : 'Movendo....', enableDrag : true, enableDrop : true, appendOnly: false }, listeners: { beforedrop: function(node, data, overModel, dropPos, opts) { }, drop: function(node, data, overModel, dropPos, opts) { ajaxRequest(sender, 'dropped', ['data='+data.records[0].data, 'id='+data.records[0].data.id, 'opts='+opts, 'text='+data.records[0].data.text]); } } }; }
  8. Hi I put this code in a UnitreeView, de drag an drop work fine, but, how could I know in delphi where de parent node they are droped ? I need to update de BD with new targed node parent. function beforeInit(sender, config) { config.viewConfig = { plugins: { ptype: 'treeviewdragdrop', ddGroup: 'tree2panel', dragText : 'Movendo....', enableDrag : true, enableDrop : true, appendOnly: false }, listeners: { beforedrop: function(node, data, overModel, dropPos, opts) { }, drop: function(node, data, overModel, dropPos, opts) { ajaxRequest(sender, 'dropped', ['data='+data.records[0].data, 'id='+data.records[0].data.id, 'opts='+opts, 'text='+data.records[0].data.text]); } } }; }
  9. Hi do you have any exemple how its works in unigui ? Thanks
  10. Minha aplicação aparece apenas Loading... e no arquivo de log aparece a mensagem PainelCasaVistoria.dll: 00001004: 08:55:19 []:Error deleting folder: "C:\inetpub\wwwroot\UNG\cache\painelcasavistoria_dll\ijaSVG7xMT1025ED6F3\" [OS Error:3] Qual o problema, já configurei o IIS conforme manual, esqueci de algo ? Grato
  11. My uniGUI aplication show Loading... only anda in log show the menssage... PainelCasaVistoria.dll: 00001004: 08:55:19 []:Error deleting folder: "C:\inetpub\wwwroot\UNG\cache\painelcasavistoria_dll\ijaSVG7xMT1025ED6F3\" [OS Error:3] What is the problem ? Thanks
×
×
  • Create New...