A feature that wil make edk_ServSpy close automaticly
after 10 or more sec. if you do not answer the question
whether or not to broadcast a offline message before it
cloese.
That wouldn't be difficult to add. I'm not sure if it can be done
to a regular dialog, but if a custom dialog were made from a
form, you could stick a timer on it which automatically
returned the value the dialog would normally send back if you
clicked "yes", and then close itself. Enabling the time on the
onshow event of the form, and making that ability optional in
the settings.
Have an "Update offline image when closing?" with
a "Yes/No/Ask" radio buttons, and if "Ask" is the one
selected, have an "Auto yes after XX seconds" checkbox.
Soon as I find the FTP component being used in this, I'm
gonna start hacking away at the code for this baby, see what
I can come up with :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=518202
That wouldn't be difficult to add. I'm not sure if it can be done
to a regular dialog, but if a custom dialog were made from a
form, you could stick a timer on it which automatically
returned the value the dialog would normally send back if you
clicked "yes", and then close itself. Enabling the time on the
onshow event of the form, and making that ability optional in
the settings.
Have an "Update offline image when closing?" with
a "Yes/No/Ask" radio buttons, and if "Ask" is the one
selected, have an "Auto yes after XX seconds" checkbox.
Soon as I find the FTP component being used in this, I'm
gonna start hacking away at the code for this baby, see what
I can come up with :)
Logged In: NO
or better:
an checkbox in the preferences weather or not to publish
offline status when closing/exit application.