Jump to content

eduardosuruagy

uniGUI Subscriber
  • Posts

    831
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by eduardosuruagy

  1. Over time this can vary, I'm not sure. Will increasing the time UniServerModule.AjaxTimeout influence anything?
  2. I try to deal with all errors and sometimes this is inevitable and I would not like to show these errors to my client.
  3. How can I run a long process in Unigui without the message appearing in the image?
  4. It would be number and characters
  5. Good morning, I use this code in an edit to accept just numbers: UniDBEdit1> ClientEvents> UniEvents> beforeInit function beforeInit (sender, config) { sender.maskRe = / [0123456789] /; } I would like my edit to accept letters and numbers, how do I do it?
  6. These JS codes are passed on by you guys from support, I'm not sure if these codes are causing the error. Errors are caused randomly.
  7. Grid.ClientEvents.UniEvents.Add( 'pagingBar.beforeInit=function pagingBar.beforeInit(sender, config) {config.displayInfo = true;}'); Grid.ClientEvents.UniEvents.Add( 'store.afterCreate=function store.afterCreate(sender)'#13#10'{'#13#10''+ ' sender.setRemoteSort(false);'#13#10'}'); Grid.ClientEvents.ExtEvents.Add( 'afterrender=function afterrender(sender, eOpts)'#13#10'{'#13#10' var me = s' + 'ender;'#13#10' if (me.pagingBar) {'#13#10' me.pagingBar.getCompone' + 'nt("refresh").handler = function() {'#13#10' ajaxRequest(me' + ', '#39'_refresh'#39', [])'#13#10' }'#13#10' }'#13#10#9#13#10'}'); I have a unit where I pass the name of the dbgrid and add these options.
  8. I'm having the same error and I still don't know why: Error: TUniCustomDBGrid.MoveToRow (): Unexpected Row number: 21, 24
  9. Can I use version 10.1 Berlin?
  10. I have the same problem, I updated the version and I had to go back. I was unable to reproduce the error in an application, so I have not yet shown my test case.
  11. Show how you managed to solve please !!
  12. How can I call ShowMask inside a DataModule?
  13. Thanks, I preferred to go back to the version
  14. Maybe some css is changing my project, could it be that?
  15. Okay, but how do I change this in my project? Because my UniTreeMenu went wrong and so did my PopupMenu, and even the closing and maximizing icons on the forms.
  16. Try changing the version of fontAws5 to fontAws4 and see if you can.
  17. I was using version 1.90.0.1526 and the icons were all normal, yesterday I upgraded to version 1.90.0.1531 and the icons are strange (see the image in my previous post). I tried to change fontAws5 to fontAws4 but Unigui doesn't allow it, I tried it via code, even though it doesn't. see that instead of having an arrow the unigui is showing a square.
  18. After updating to version 1531 my system had problems with some icons, I tried to change fontAws5 to fontAws4 but the server doesn't allow it, just let me select fontAws5. How do I select fontAws4? I already did it but it doesn't work: FontAwesomeVersion: = fontAws4; I had already seen this post, and it does not solve my problem. See the screens as they were after the update. Even the close and maximize button on the forms have been changed. I'm trying to change the font via code, but the unigui won't let me.
  19. After updating to version 1531 my system had problems with some icons, I tried to change fontAws5 to fontAws4 but the server doesn't allow it, just let me select fontAws5
×
×
  • Create New...