Jump to content

herculanojs

uniGUI Subscriber
  • Posts

    565
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by herculanojs

  1. I thought it might be something. After restarted IIS, it worked. Fine, tanks
  2. I have problems in distributing the version. I installed FMSoft_uniGUI_Complete_runtime_0.99.95.1309.exe that is what I am using the version. That by using ves intalou in the path: C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ ext-4.2.5.1763 touch-2.4.2-complete uni-0.99.95.1309 UNIM-0.99.95.1309 My servermodule is configured in the default directory that the manual quotes, ie: extroot = [ext] \ uniroot = [uni] \ unimobileroot = [uNIM] \ However the server log this reporting that he is looking for the files in another location wgenesis.dll: 000011EC: 13:59:37 [HandleFileRequest [189.114.50.48]]: File not found: C: \ uni \ css \ uni-ext.css wgenesis.dll: 000011EC: 13:59:37 [HandleFileRequest [189.114.50.48]]: File not found: C: \ ext-4.2.5.1763 \ resources \ css \ ext-all.css ... I need help
  3. hi Hayri Another idea for you. It would be possible to add onClose event in UniSpSweetAlert component? It would be interesting in some situations.
  4. Hi Hayri Regarding the component UniSpSweetAlert, it would be possible for you to add properties to change the color of the cancel button, as is the confirm button. Also a property to be able to change the color of the warning text. Is this with a very opaque color, and situations have to draw more user attention. very tanks
  5. hi Hairy That recovers quickly with optimum health.
  6. In tests we conducted in an environment with Windows 8.1 and IIS ran smoothly. Only in windows server 2008 r2 is that when running the browser, it downloads the inves to run the application. I saw in some forums someone talking about ISAPI safety criteria, but all I could find to grant permission in IIS I ever did.
  7. Hello I'm testing ISAPI Loader and I came across a problem that I do not understand. If squeegee normal isapi application, it runs quietly. However when I try to run using the ISAPI Loader it downloads the application and does not run. The folder where is the application is released with all rights. I'm testing a windows server 2008 R2 server. I tested on a windows machine 8.1 and worked quietly, just in windows server 2008 could not result. Could you help me? Tanks
  8. Hello friends What are the folders that are to be distributed with the application? Ja copied ext-4.2.5.1763, touch-2.4.2-complete, uni-0.99.95.1309, unim-0.99.95.1309, unipackages And my application still does not boot. The documentation does not say anything about it. These path is a big mess. ExtRoot =.\[ext]\ UniRoot =.\[uni]\ UniMobileroot =.\[unim]\ uniguiversion = 0.99.95.1309 The mentioned folders are where this ISAPI DLL. I do not know what to do.
  9. What are the folders "files" should I take along with my application?
  10. Hayri Aslan Hello brother How do I initialize the UniSpMaxLength component when I am working with frames? In create tested but it does not activate. Please Tanks
  11. Yes already use the callback for that. However there are situations where you make an inquiry and performs something. Then there is another question to something else, that linked to the previous process. Callback for each situation nested within other is not the best practice.
  12. Hello brother How do I initialize the UniSpMaxLength component when I am working with frames? In create tested but it does not activate. Tanks
  13. Hello friends But a theme for your help. Is there any way to return the result of a function falling within the scope of the message callback? Olá amigos Mais um tema para vossa ajuda. Há alguma forma de retornar para o result de uma function estando dentro do escopo do callback message? Example: function teste: boolean; begin result: = false; MessageDlg ('My question?' MtConfirmation, mbYesNo, procedure (Sender: TComponent; Res: Integer) begin Res case of mrYes: begin // Run code is there any chance of returning to the function? end; end; end ); end;
  14. Yes you are right logistcasoft At first I am working with the following methodology in testing. If the user is running on the server, use the same api Delphi and send the direct print to the printer or preview as appropriate. On the server is quiet. The problem arises when it is in season. In this case I'm testing like this: a) When direct printing preview, the printer installed on the client must be mapped on the server. In the system which I am setting the default mapping for printing that season, and then direct it to this mapping. In the event of failure, they are present the preview. This only for situations with PDF. I will work with the hypothesis of an application Lazarus platform that will listen to a spot on the station. And in this place save the instructions and the file for printing. I still have to see how direct save the station (download). I tested by mapping a Argox printer for bar code and printing work both the server and the client through mapping. I came across access permission issues "access denied", but skirted making "net use" to map a virtual port. At first wire the solution found.
  15. I got it, perfect. I have at least one way for me to put a button on a preview form which will be showing the pdf in a UniURLFrame and at least already trigger the dialog box for printing? This has help. And while there is still some way to be able to move to the result of a function, return within a messagedlg? Example: function teste: boolean; begin result: = false; MessageDlg ('My question?' MtConfirmation, mbYesNo, procedure (Sender: TComponent; Res: Integer) begin Res case of mrYes: begin // Run code is there any chance of returning to the function? end; end; end ); end;
  16. Someone tell if this works? And would any examples that you can share? https://gist.github.com/bkrajendra/c80de17b627e59287f7c Does anyone know say if this works? And would some exmplo that could share? I am asking for help, because I understand that there are people here much more skilled with much higher knowledge than me. I'm just a beginner, still do not understand java script, but we are studying, then we can also contribute. In the far already fomented a great discussion on the topic, which I think should be taken into consideration.
  17. Then reaching completion. With unigui will be impossible to print bar codes POS printers? Applications developed in unigui which need to print tickets, payment slips, etc. in a way that does not require the user having to get by clicking on a button, etc. or be viewing the preview of the document, and having to click on something to print is impossible? Applications for the purpose such as commercial automation, with unigui then be impossible? This is the final conclusion?
  18. Silent Printing on Web based Java Applicationhttp://www.sanjbee.com/content/?p=96
  19. We're developing a browser-based app that needs to print labels and invoices regularly. We want to be able to print to the local printer without clicking through the the usual browser print dialogs. Is this impossible? We don't want to have to setup a whole CUPS printer network and deal with all that, the users having to click through a print dialog 1000 times a day isn't an option. We have the need to print on the client. It's not impossible. Believe that the javascript experts must have a solution. http://stackoverflow.com/questions/3056876/print-from-chrome-without-the-print-dialogs-using-greasemonkey-userscript-maybe There are various ways to print a document without requiring user interaction. One way is to use the doc object’s print method and set the bSilent attribute to true, as shown in “Printing PDF Documents” on page 79 and in the following example: this.print({bUI: false, bSilent: true, bShrinkToFit: true}); In the first example below, pages 1-10 of the document are sent to the default printer, print silently without user interaction, and are shrunk to fit the imageable area of the pages: this.print({ bUI: false, bSilent: true, bShrinkToFit: true, nStart: 1, nEnd: 10 });
  20. I thought it would be easier to use unigui than working with PHP or another language to migrate my system to the browser. I unfortunately came to the conclusion that I'm swimming to die on the beach. This issue print I think it is important these days. There is to be no simple way to do this in the framework. PHP can smoothly perform this task. How do not know javascript, I'm lost, and it is not possible that there is no way to do it. Something as simple and looks like a show to run.
  21. Is there any property in unigui indicating if I'm on the server?
×
×
  • Create New...