Recent content by sibisan

  1. S

    Remove "Show source" from Context Menu (SOLVED)

    Thanks, i haven’t look for that option there 🙂
  2. 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.
  3. S

    External files that are not in the compiled file list

    Yes Andy, like you i use a php updater to retrieve from remote server files ( js, images, php , html etc). i managed to tweak my update code to include the exe file to , so this whey i can pre compile the exe with the new files and include them in the update . In some occasions ivied used...
  4. 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...
  5. S

    Cron like behavior (SOLVED)

    Many tanks gdgsupport. The Tray icon and run minimized works exactly as i wished .
  6. S

    Cron like behavior (SOLVED)

    Thanks SysAdm But minimised stell show the icon in the programa bar .
  7. S

    Cron like behavior (SOLVED)

    The cron like works grate , but I’m facing a small problem , it’s not really something that needs fixing but if there’s a solution would be perfect. Lunching myapp.exe to load my cron.php from the task scheduler is a good solution , but every time it gets lurched from task starts a new instance...
  8. S

    Cron like behavior (SOLVED)

    Works like a charm, the aplication dosent actualy start ( nothing visibale ) when the task starts. This is the whay i use the file path in the bat, since my files are external . C:\path to exe \index.exe page http://heserver/include/class/update.class.php Thanks Andy
  9. 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...
  10. S

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

    Found this, and works perfectly. exo_runhescriptcom ( "Macros.MacroExit" );
  11. 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.
  12. S

    Skin builder

    Is is posible to put a minimum widyh/height on the window with the skin builder ? I cant find this option in the EXEoutpot for PHP. Thanks
Back
Top