Search results

  1. S

    Remove "Show source" from Context Menu (SOLVED)

    Is there a whey to remove this option from the Context Menu ? It`s a good option for debugging but not so useful for client release.
  2. S

    External files that are not in the compiled file list

    Well I’m having some trouble with the files that are kept externally in the Data folder. I don’t fully understand how this works, so hers my problem . I have made a project that uses all files from the Data folder , the single file that is compiled in the exe is the index.php This application...
  3. S

    Cron like behavior (SOLVED)

    Hi , I need a php script to run periodically or at application startup . Ivied manage to create a .bat file which sets a task in windows, but the problem is i can’t run the php file from the bat ,or i don’t know how to accomplish this. Any pointers on how can i make my cron.php file run in the...
  4. S

    Is it possible to close the Main Window ? (SOLVED)

    Is there a function or possibility to close the main window from within the code , for ex. I’m using a php script to update the local files( external files from Data ) , after the update is finished I want it to close the main window or close/open like a restart.
Back
Top