Jump to content

albertovesx

uniGUI Subscriber
  • Posts

    598
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by albertovesx

  1. maybe you can pass the message of the first app througt httpcommand in servermodule of the second app and then spread it using socket
  2. http://forums.unigui.com/index.php?/topic/1312-development-status/&do=findComment&comment=118010 or
  3. He did not reply, but it would be a nice feature
  4. Thanks, it works MainForm -> Script: if (Ext.calendar) { Ext.calendar.view.Weeks.prototype.defaultConfig.overflowText='+{0} daha'; }
  5. Hi, where can I change this text (yellow mark) in TUniCalendarPanel
  6. Wow, I did not know about this, it is eally nice
  7. "I can't get panel 3 to be at the bottom" for that use CreateOrder property
  8. I have the same problem, I have to use another library: https://github.com/ezequieljuliano/REST4Delphi
  9. Copy all necesary runtime folders in files form your version and adjust paths manually http://www.unigui.com/doc/online_help/index.html Developer's Guide > Deployment >Adjusting paths
  10. I think that is better to use a client side approach like this
  11. Hi, I did not know that frxDBDataSet is not threadsafe, so how can we do this?: "Try to store the database connection in the report with TUniDac Connection" Best regards
  12. Hi, Is it possible to have a SweetAlert component with anonymous method instead of OnConfirm or OnDismiss method? Something like this: SweetAlert1.show( procedure(Res: Integer) begin end; ); Thanks.
  13. Hi, Which uniDAC Versión number?
  14. Add two @ en showmessageDlg messageDlg('@@Continue?', mtConfirmation, MBYESNO, procedure(sender: Tcomponent; res: integer) begin
  15. Why dont you just set screenmask to the buttón who close the form?
  16. Hi, I am consuming services from other systems. for example Google API. In other words, I am a client for REST.
  17. Hi, I solved my problem usig this library: https://github.com/viniciussanchez/RESTRequest4Delphi
  18. hi I have an unigui app that consume a webservice through standar delphi REST components. When I deploy as exe there is not problem at all; but when I deploy it as ISAPI in IIS then I cant get the response. I made some tests and the web service response correctly, but unigui app does not receive the response. Can somebody help me? Are there special configurations that I have to make in IIS?
×
×
  • Create New...