Recent content by kumaran

  1. K

    Beta Test V 2.0 before buying

    I would like to test the beta version
  2. K

    100% CPU usage IE11 Win7 x64 bit

    It worked fine with IE 11, but we used websocket communication and no flash in our project. Issue happens only when its converted to binary with HTML EXE.
  3. K

    100% CPU usage IE11 Win7 x64 bit

    We are experiencing 100 cpu usage with Binary built using HTML EXE. Following is stack for thread with high CPU usage kernel32.dll!InterlockedCompareExchange+0x5 msvcrt.dll!swprintf_s+0x17 JScript9.dll!JsVarToExtension+0x10f73 JScript9.dll!JsVarToExtension+0x3afde...
  4. K

    Button and input style not updated properly

    Hi, I fixed the input default style issue by adding some css for Inputs, But I am unable to find fix for File upload (i.e) File upload is very slow for first instance which works fine in IE browser environment. Note: we are using html5 file tag for file upload.
  5. K

    Button and input style not updated properly

    Hi, We are using IE 11 with windows 7 professional edition, All css are compiled inside of our code, also all codes are hand written only, The problem we are facing is all input and select tag uses windows style not by browser default styling.
  6. K

    How to save .XLSX file

    Hi, I used filesSaver.js to create .xlsx file type and save it download folder. check the sample file creation in fileSaver.js, saveAs(new Blob([s2ab(wbout)],{type:“application/octet-stream”}), filename);
  7. K

    Button and input style not updated properly

    Hi, I try to convert my web pages in to publication, but faced following issues, The buttons and input types style is not applied properly, it takes default window button and input style. 2, File upload is very slow for first instance only, which works fine in IE browser Environment...
  8. K

    How to save .XLSX file

    Yes this is more like user was downloading it and it worked in browser now broken with binary conversion. Please let me how to perform the same with HTML EXE.
  9. K

    How to save .XLSX file

    Hi, How to save blob content as .xlsx file format. Kindly share me the sample Hescript method.
  10. K

    Java jar and applet

    Hi, We are totally block in execution of Java applet and jar in our application, So as soon as possible kindly provide the solution to proceed further.
  11. K

    Java jar and applet

    We have deadline to meet without applet support we can’t proceed further, So kindly provide me a trial version of 4.8 to test and proceed further.
  12. K

    Java jar and applet

    Can I know the tentative date for 4.8 release, If I purchased new commercial license can I get the fixes immediately with in that purchase.
  13. K

    Java jar and applet

    Thank you, Now I wait for your 4.8 relese to test my application with applet.
  14. K

    Java jar and applet

    What about self signed jar files, Whether its create any issues
  15. K

    Application crash when executed from non output location

    Sample clock3D applet application also get crash the help application
Back
Top