Search results

  1. regreen

    About the GUID

    I did simple tests: <?php echo "Current time is: ".date('H:i:s')." "; if(exo_getglobalvariable ('key','default_value')=='default_value') { $time = date('H:i:s'); exo_setglobalvariable ('key',$time,true); } echo "Session time is: ".exo_getglobalvariable ('key','something wrong'); ?> If you have...
  2. regreen

    Run from cd-rom

    CD-ROM is rotational storage, try to run from USB and see differences. If you see difference after first run, your images probably are in browser cache after first use. Another reason could be how you use sqlite.
  3. regreen

    How to get information from Application Output / Resources

    Is any way to get Comments string from Resources? I can only get SPubTitle, SPubCopyright, SPubAuthor, SPubHomepage, SPubVersion and SPubProductVer
  4. regreen

    Several problems on my first project (SOLVED)

    please help us what you are doing … tell us your project structure, how you call css file (part of your html file which call css) please next time if you want help, give more information, project structure, sample code etc
  5. regreen

    How to get information from Application Output / Resources

    great 🙂 How can i put this info in Application Settings -> Visual Controls -> Status Bar -> DefaultText Application Output -> Application Title Is any way to use Application Output / Language / Resource Strings in rest ExeOutput configuration eg in the part of above fields? I know that you...
  6. regreen

    How to get information from Application Output / Resources

    How to get information from Application Output / Resources / Version Information i need Company Name, File Description, Version Number, Product Number Can i get it in some way?
  7. regreen

    Limitations

    How much data can we store in exo_setglobalvariable, exo_getglobalvariable, can we store images etc? can we use it as simple noSQL? key=>serialized value storage?
  8. regreen

    Any sugestions?

    Yes i know, but how to update exe if exe is in memory? This is my problem. Any sugestion?
  9. regreen

    Any sugestions?

    Hi, I have got problem like this. I run application myapp.exe, when application start it check if on server is new version. If on server is new version i need to download it and update exchange myapp.exe to newer version downloaded from internet. How to do it? Is any way to do it? Thanks for...
  10. regreen

    Src looked for at the wrong place (SOLVED)

    You are very lazy man. You spent a lots of time to find trash software, but you dont read manual to this software 😉 <?php $my_data_folder_beside_my_generated_exe_file=exo_getglobalvariable("HEPHPDataPath", ""); echo ""; ?> Your file/folder structure should look similar, dependent where are your...
  11. regreen

    Protocol HTTPS?

    This is not server so you cant connect to your application, but you can connect to other services by https from your application, eg curl. So i dont understand what do you mean about enable https, you need to read help, there are nearly everything.
  12. regreen

    How to run "GetManualHardwareID" (SOLVED)

    Thank you very much gddsupport. janvier123 you are very selfish, if you tried to resolve it and you resolved it, i don’t believe that you are not remember 2 lines of code, or use it when you needed it 😉 You should patent this two lines of code, maybe you will earn some milion $ in near future.
  13. regreen

    How to run "GetManualHardwareID" (SOLVED)

    Hi, Could you help me? I dont know how to read hardware id from my php script. You resolved this problem, could you share piece of code?
Back
Top