Jump to content

Mike

uniGUI Subscriber
  • Posts

    127
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Mike

  1. Mike

    Panel not on top

    Thanks! I have solved the by using a dblookupcombo.
  2. Mike

    Panel not on top

    Hi, I have placed a panel (blue) in a form and would like it to show on top but some controls (like dbgrid) are still in front of it. See attached picture. How can this be solved? uniGUI 1.0.0.1425 is the used version. Regards.
  3. Yes that is correct.
  4. Hi Farshad, Could you please help with this question?
  5. Hi, Could someone please explain the connection log parameters?
  6. Mike

    SSL errors

    Unfortunately I get the same result.
  7. Mike

    SSL errors

    If I select both options it changes automatically back to sslvSSLv3.
  8. Mike

    SSL errors

    Hi Farshad, If select this method and select [sslvTLSv1_1,sslvTLSv1_2] the method jumps back to sslvSSLv3.
  9. Mike

    SSL errors

    Method: sslvSSLv23 SSLVersions (enabled): sslvSSLv2 sslvSSLv3 sslvTLSv1 sslvTLSv1_1 sslvTLSv1_2 I can't see which clients get this errors. The log file doesn't show the IP-address.
  10. Mike

    SSL errors

    Any idea what could cause this and how to solve this?
  11. Mike

    SSL errors

    Hi Farshad, The application is still working but I don't want to wait until it crashes. It is a business app so must prevent downtime. The log file is getting full with these messages. Regards.
  12. Mike

    SSL errors

    TRAPEZ.exe: 00001EA0: 16:30:47 [Indy]:EIdOSSLUnderlyingCryptoError : Error accepting connection with SSL. error:1408A0C1:SSL routines:ssl3_get_client_hello:no shared cipher : Addr: $00000000009A217B TRAPEZ.exe: 00002368: 16:55:39 [Indy]:EIdOSSLAcceptError : Error accepting connection with SSL. EOF was observed that violates the protocol : Addr: $00000000009A233C Hi, The errors above are show in my application log (64bit). I am using commercial version 1.0.0.1425 with included SSL files. Any idea what could cause this?
  13. Yes I have already something similar but if I am correct this is processed via the main thread. Therefore I would like to see if an Ajax event can improve performance.
  14. That is currently not possible. Let me explain better. After a new order (order detail form) has been created it should appear in another frame/form. Procedure RefreshQueries is already been used in the frame/form.
  15. In procedure AjaxEvent the following event is handled. if EventName = '_refreshQueries' then RefreshQueries; How can I call this event in frame TfraDashboardInteractive from another form? The frame is accessible via TfraDashboardInteractive(MainForm.FindComponent('fraDashboardInteractive')).
  16. @Pedrisco: it is interfering with onclick so I don't want to use it. function afterrender(sender, eOpts) { if (sender.headerCt) { sender.headerCt.el.on('dblclick', function(e) { e.stopEvent(); }); } } @P That works! Thank you!
  17. Hi, I am using build 1.0.0.1425. ExtEvents dblclick -> ajaxRequest(sender, '_dblClick', [])
  18. Hi, My application is using an Ajax Event (dblClick). When double clicked on a row it will show a detail form. However when by accident double clicked on the header it shows also a detail form. How can this be prevented?
  19. I have decided to leave it this way. The customer finds the loading time acceptable. With many grids and queries I mean dbgrids and queries which are created at runtime (depending of values in tables). Unfortunately I can't show screenshots. Thanks for your time!
  20. Hi Mohammad, Because the frame contains a lot of queries and grids it takes some time to build up (direct after login). Instead of keep the user waiting it is done in the background. Therefore I would like to see if this can be done in a thread. Could you explain what you mean by user session is already thread of uniGUI application? I don't understand.
  21. I tried the following but it gets an Access violation error. TThread.CreateAnonymousThread( procedure var FrameView : TfraFrameView; begin FrameView := TfraFrameView.Create(Self); TThread.Synchronize(TThread.Current, procedure begin with FrameView do begin Parent := NewPage; Align := alClient; pgctrlMain.ActivePage := NewPage; FrameView.Show; end; end); end ).Start; Any idea what could be wrong?
  22. Thanks. Good to know. Can uniThreadtimer be used for this purpose?
  23. Hi, Is it possible to create a frame in a thread and after it is created place it on a panel in the mainform? Because there are lot of controls and data queries it takes a long time to show so to prevent the user is waiting I would like to test if it can be done in the background.
  24. Hi, Strange thing. After rebooting I don't see these messages anymore. There are no firewall or virus protection app installed.
×
×
  • Create New...