Don't worry :-)
Due to the "storm" we started looking at a way and I think we did find a way to detect if it's running (before the actual GUI starts)…. Dirk Bulinckx. From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sleegers Sent: Friday, January 11, 2008 6:01 PM To: Servers Alive Discussion List Subject: Re: [SA-list] Servers Alive not starting up right Sorry - didn't mean to start a firestorm (smiling). Just trying to save you work in the long run - as a developer I know about dependencies and checking for them before your program has started up. It generally means more work because it is done outside of the usual methods. Richard ----- Original Message ----- From: Dirk Bulinckx (mailto:[EMAIL PROTECTED]) To: Servers Alive Discussion List (mailto:[email protected]) Sent: Friday, January 11, 2008 1:25 AM Subject: RE: [SA-list] Servers Alive not starting up right As said before IF a control is part of a form then the initialisation of this control is done before we can call any kind of code, so the checking can't be done at that level. This means that making it an optional requirement (telephony service) is also not possible. This might be a limit of the dev language we're using, so comparing it to another app is only valid IF that app is using the same control(s) on the startup form and using the same dev language. Once we "start" executing code we already have the problem. So logging the problem or doing something about it is not possible (currently). We're however looking at a way to change the startup form so that this is a form that does not have the control that needed the telephony service on it. But not sure if that will be done quickly. Dirk Bulinckx. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list. To unsubscribe send a message with UNSUBSCRIBE as subject to [email protected] If you use auto-responders (like out-of-the-office messages), then make sure that they are not send to the list nor to the individual members of the list that send a message. Doing this will get you removed from the list.
