Search results

  1. G

    Sample Choosing and uploading a file with html form!

    To choose and upload a file without using HEScript code you can do as follow: > <head> > <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script> > <style> > input[type="file"]{ > color: transparent; > } > </style> > </head> > <html> > <body> > <script> >...
  2. G

    Conflict with Wamp server

    Hi, I just discover than when Wamp is started (Windows 10) then when I run a project with ExeOutPut 2.1 it shows the following: No input file specified Then when I stop Wamp server it works again normally. Any conflict between servers ? Thank-you, Gilbert
  3. G

    Sqlite3 FrameWork

    Hi, This is because extension is not the same as framework in my mind !.. Thanks-you, Gilbert
  4. G

    Sqlite3 FrameWork

    Hi, I found the following framework, at url : http://blog.synopse.info/post/2009/12/20/SQLite3-Framework Maybe you can add it to ExeOutput. Gilbert PS : https://forums.macrumors.com/threads/how-to-add-the-sqlite3-framework-to-project.1140888/
  5. G

    Html5 bubble not working

    Hello, When do you think CEF engine will be updated to resolved that issue ? Thank-you Gilbert
  6. G

    Adding menu bar to popup

    Ok, thank-you, i will use javascript to create a link to print…
  7. G

    Html5 bubble not working

    Thank-you, i really need html5 bubble to work for the software i am building…
  8. G

    Html5 bubble not working

    Until an update revolve that issue, here is a javascript solution to replace Html5 Bubble. Just add function replaceValidationUI( form ) { // Suppress the default bubbles form.addEventListener( "invalid", function( event ) { event.preventDefault(); }, true ); // Support...
  9. G

    Html5 bubble not working

    Hello, The HTML5 validation bubble is not displaying in form on submit in exeoutput 2. Is there some setting to do to have it working ? Thank-you,
  10. G

    Adding menu bar to popup

    Hello, Is it possible to add a menu bar in popup ? Thank-you !
  11. G

    HEScript Function to PrintPdf

    Thank-you !
  12. G

    HEScript Function to PrintPdf

    Yes, it is what i want to do because it is working for back and forward. href=“hescript://Macros.MacroGoBack”>Back</a href=“hescript://Macros.MacroGoForward”>Forward</a
  13. G

    HEScript Function to PrintPdf

    Sorry, i mean using following code does’nt work to print current page: a href=“hescript://UserMain.OnPrintPage”>Print</a
  14. G

    HEScript Function to PrintPdf

    Good… Using actual print hescript code does not work, something wrong ? Thank-you !
  15. G

    HEScript Function to PrintPdf

    Hello, Is there an HEScript Function to PrintPdf or is it only possible to use the one allready existed ? Thank-you,
  16. G

    Beta version for exeoutput 2

    Thank-you very much… 🙂
  17. G

    Beta version for exeoutput 2

    Hello, ExeOutput 2 official release is now installed on my computer, but it still says that it is a beta version not to use for public production. Does it mean we still can’t use version 2 for public production ? Thank-you for your time,
  18. G

    Browser choice to open a link

    Hello, Is it possible to open a link in a browser of my choice ? I mean not in default browser ? Thank-you for your time, Gilbert
  19. G

    Suggestion of category

    Thank-you !
  20. G

    Suggestion of category

    Hi, Maybe it could be a good idea to open a category where ExeOutput’s Users can plublish their creation … Gilbert
Back
Top