Jump to content

Neeruu

Members
  • Posts

    40
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Neeruu

  1. Could someone explain to me how the architecture looks then ... Thank you
  2. Hello... I was reading the documentation of unigui and something is not clear to me ... If we set CreateOnDemand: = True of the MainModule. This is no longer true: "A uniGUI session contains a specialized DataModule called MainModule, which is created automatically for each session." Extracted from: http://www.unigui.com/doc/online_help/unigui_application_architecture.htm Because if it is created on demand, it is no longer created automatically for each session.
  3. I can go making payments of 200 usd to complete the amounts ... From Argentina we cannot pay more than 200 usd ... I understand that it is not your problem, but I am trying to see you find an alternative for the purchase
  4. Hello, due to the presidential elections on Sunday, the central bank of Argentina implemented an exchange rate of 200 usd per month. This complicates the payment of the license since I cannot pay in 1 payment. Is there any alternative payment, since we can only buy 200 USD per month?
  5. But why is that ghost session created? ... Consume resources ... Look at the log ... Do you also have the ghost session? That ghost session should not be created ... please someone explain to me, thanks
  6. Hello... Attached generated log file and example. I also detail exactly what I do. 1- Start the application from delphi, and open google chrome incognito mode. 2 - Entry to localhost:8077 09:18:17 [MainModule]:Create: TdQNucIISi104D386D2 -----> This session is created. 09:18:31 [MainModule]:Destroy: TdQNucIISi104D386D2 -----> I finish it with UniSession.Terminate. 09:18:41 [MainModule]:Create: Yf2JryKCE2104D386EE -----> I restart the application from the link in the finished session window and create this session for me 09:18:52 [MainModule]:BrowserClose: Yf2JryKCE2104D386EE -----> I close the browser tab. 09:18:56 [MainModule]:SessionTimeout: Yf2JryKCE2104D386EE -----> After a few seconds, these 2 entries are loaded into the log (SessionTimeout and Destroy) 09:18:56 [MainModule]:Destroy: Yf2JryKCE2104D386EE 09:19:17 [MainModule]:Create: 3Afnhgw9fh104D38718 -----> I go back to localhost: 8077 in a new tab and 2 sessions are created (3Afnhgw9fh104D38718 and UJDeqzYp6j104D38719) 09:19:18 [MainModule]:Create: UJDeqzYp6j104D38719 09:19:36 [MainModule]:Destroy: UJDeqzYp6j104D38719 -----> This is the session shown in the browser tab. I finish it with UniSession.Terminate. 09:19:51 [MainModule]:SessionTimeout: 3Afnhgw9fh104D38718 -----> And this second session dies with timeout because it is created alone. 09:19:51 [MainModule]:Destroy: 3Afnhgw9fh104D38718 Link Example If we follow the log, we can see that session 3Afnhgw9fh104D38718 is created alone and is not shown. If you need more information, let me know. Please let me know if it is an unigui problem or my mistake. Thank you
  7. Can you share the example? I have a similar problem when the browser is closed
  8. A license serves me for my pc and my notebook
  9. Support will improve when you have the license
  10. Hello, while I wait for the authorization to purchase the license to download the free version 1.90.0.1509....
  11. Hello... I'm doing some tests and detect that when the application starts after closing the browser, 2 sessions are created (1 that is shown and another that dies with the timeout) Could someone explain to me why this happens?
  12. Working with 64-bit Firebird 3. Do you think it is a good database engine for working with Unigui?
  13. Hello Farshad. Thanks for your answer... I clarify some points that I think were not understood. 1) . Unigui plans to stay alive for 3 or 4 more years? 2). They replace Sencha Touch with Ext JS Modern Toolkit for mobile developments?. 3). You are aware that there are projects with thousands of users (sessions) connected at the same time. In practice, how many users did I get connected? I hope you can answer me ... While I advance in the management of the license. Regards.
  14. Hello, could you tell me how many simultaneous users you have in your systems? Thank you...
  15. Hello... I am about to buy an unigui license for an important project and I want to know the future of unigui ... 1 - Will I have support in 3 or 4 years? I am very interested to know that I can count on the support of unigui, the project that I am about to start is very large and I will need the support to help me. 2 - What is the path with respect to unigui mobile, considering that sencha touch is discontinuous? 3 - Is there a real case of unigui working with thousands of users? Do you have any examples? I am looking forward to your response. Regards.
  16. If I have excel 2007 installed on PC
  17. try scExcelExport1.LoadDefaultProperties; scExcelExport1.ExcelVisible := False; scExcelExport1.ConnectTo := ctNewExcel; scExcelExport1.StyleColumnWidth := cwAutoFit; //cwFieldDisplayWidth; scExcelExport1.WorksheetName := 'NameSheet'; scExcelExport1.DataPipe := dpDataSet; scExcelExport1.Dataset := UniDataMain.UniQry; scExcelExport1.SummarySelection := ssGiven; scExcelExport1.SummaryFields.Clear; scExcelExport1.SummaryCalculation := scSUM; scExcelExport1.ExportDataset; scExcelExport1.SaveAs(UniServerModule.LocalCacheURL+'MyExcel.xls',ffXLS); finally scExcelExport1.Disconnect(True); UniSession.SendFile(UniServerModule.LocalCacheURL+'MyExcel.xls'); end; Code I use to export to excel ... Mode vcl = export Apache Module Isapi = No Export Please Help....
  18. Could attach an example of export to excel enb apache. thanks
  19. I have excel 2007 installed on the server ... In the same machine and isapi module vcl I test mode - apache
  20. Hello everyone ... I have an app that exports a table to excel ... when I run in vcl mode works perfectly ... but when I export as apache module does not export .... I'm using the export component TscExcelExport, Someone could help me ... Thank you.
  21. But when the session timeout expires it closed ... and I want that does not expire.
  22. Hello .... I wanted to know how I can do to make the session not expired ...? So if the application is open it will not close long or miss the session ... I have a process that prints out some graphics ... which are updated from time to time ... but time passes and ends session Greetings.
  23. When I started testing the unigui, I wanted to show a graphic, and I do not remember other things but ... I did not know how to do it well, so look for an example and found one that someone did with ExtJS ... So my example constructed in this way .... Thank you very much for the code sample right now ... I try .... Greetings.
×
×
  • Create New...