Jump to content

CITASys Automation

uniGUI Subscriber
  • Posts

    46
  • Joined

  • Last visited

Everything posted by CITASys Automation

  1. How to migrate application server program in windows server to linux server? what is the simplest way?
  2. I try with 300000 ajax timeout value, but still appear Query timeout expired..
  3. with local database its instantly complete, but with cloud database its always fail at that query timeout expired..
  4. I got error message "Query timeout expired" when load data from cloud database, it work fine in local database.. how to fixed this case?
  5. Appear error code "E2003 undeclared identifier: 'field' " when I used this procedure with UniDBgrid.. *its work fine on VCL DBgrid.. please help thankyou
  6. Hello, Is that possible export data from unidbgrid to csv?
  7. thanks sherzod, how to make this shadow more blurry ?
  8. Hello, how to add drop shadow on unipanel like this? thankyou
  9. okay its work, then how to change x and y axis line color ?
  10. it work sherzod thankyou, its change the font size, then how to change font color?
  11. Hello, How to customize x axis and y axis label ( font size, font color, font style ) on uni chart uni bar series? Thankyou
  12. it works in simple project test, but not work in my real project.. I use the same procedure and client event ext event..
  13. here the simple project test, it work normally, but in my real project not work UNIGUITES1.zip
  14. I use unitimer ontimer event to start the procedure, TMainForm.UniTimer1Timer(Sender: TObject); begin unilabel1.hide; unilabel1.show; unilabel1.top:=60; unilabel1.left:=60; end; On unilabel ext event onshow : function show(sender, eOpts) { var el = sender.getEl(); el.setOpacity(0); el.setY(el.getY()-20); el.fadeIn({ duration: 800, y: el.getY()+20 }); }
  15. I get the unilabel Y value increase like this, never back to the inital Y value.. mainpage.mp4
  16. Hello, I found a problem when add an unilabel with client event extevent on show like : function show(sender, eOpts) { var el = sender.getEl(); el.setOpacity(0); el.setY(el.getY()-20); el.fadeIn({ duration: 800, y: el.getY()+20 }); } It work to add fade in effect with some motion, the problem is "Y" value increase automatically by time.. how to get it fixed? please help..
  17. Hello, how to add lazy buffer when loading data on unistringgrid? thanks
  18. Hi how to clear data from a stringgrid or make a refresh on a stringgrid? thankyou
×
×
  • Create New...