Jump to content

CITASys Automation

uniGUI Subscriber
  • Posts

    46
  • Joined

  • Last visited

Everything posted by CITASys Automation

  1. it work with mouseover and mouseout! If I want hide or unhide it with an unibutton, which event I should use?
  2. hello, is that possible to hide and undhide scrollbar on unistringgrid? pelase help, thanks
  3. How to change the legend's font size on unichart? I change the fontsize parameter from properties but the size didn't change at all.. please help..
  4. Hello , how to add color to line chart in Unichart attribute? please help Thanks
  5. I think the problem not at this part.. do you have idea how to trace the error based on error code ''ajax error O257''?
  6. the error still appear after try that code..
  7. procedure TUnimFormSenyiur.UnimFormShow(Sender: TObject); begin //UnimDBGrid1.JSInterface.JSAddListener('painted','function(me){me.setHideHeaders(true)}'); UnimDBGrid1.JSInterface.JSConfig('cls', ['customGrid']); unimpanel2.Left:=(MainmForm.Width div 2) - (unimPanel2.Width div 2); unimpanel3.Left:=(MainmForm.Width div 2) - (unimPanel3.Width div 2); unimpanel21.Left:=(MainmForm.Width div 2) - (unimPanel21.Width div 2); unimDatePicker1.Date:=now; UpdateDTP; only this code in onShow events ..
  8. I already add it OnCreate before, but the ajax error O257 appear more often than I add it OnShow.. Now I try this method, and the ajax error only appears occasionally.. Do you have any idea to fixed it ?
  9. UnimDBGrid1.JSInterface.JSAddListener('painted','function(me){me.setHideHeaders(true)}'); after using this code on unimform.show to remove header on dbgrid1, this ajax error appear..
  10. Hello There's appear Ajax Error O257 is not defined when I try to open a form.. how to fixed that error ? thankyou..
  11. Hello, how to get the number of clients who accessed the page? which parameter on localhost/server show it?
  12. how to remove this template header on MainM. pas ?
  13. Thankyou Norm, after change security setting it works!
  14. I've followed all instructions, but error 401.3 still appear
  15. hello I am new at unigui, I try run ISAPI on IIS 7, but appear error "HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource... ".. I've allow IUSR account in file. dll... please help..
×
×
  • Create New...