Jump to content


AzeoTech

Member Since 27 Jul 2007
Offline Last Active Jun 18 2013 09:32 AM

Posts I've Made

In Topic: Text Box Doesn't Work In Popup

17 June 2013 - 09:48 PM

No syntax.  Its a separate action in a button and similar components.  Its not available from script.

In Topic: Text Box Doesn't Work In Popup

17 June 2013 - 06:47 PM

You don't need two submit buttons. Just have your current submit button have two actions: one is submit, the other your quick sequence.

In Topic: Text Box Doesn't Work In Popup

17 June 2013 - 02:07 PM

Are you talking about an EditBox?  If so, you really want to use the Submit action to actually get the edit box to submit the value.  Modal Popup's don't lose focus the way the main page does, so the Set On Exit doesn't work properly when you only have one edit box in a modal popup.  Works fine if you have two, though closing the Popup isn't considered "exit", so doesn't trigger the update.

In Topic: Detecting Tcp Socket Closed By Partner.

17 June 2013 - 11:55 AM

Yes, but if you are pinging the server in a way that it replies then when it goes offline, your query will timeout.  Also depending on how the socket closes, its possible just doing a write() will fail in a way you can catch.

Reiniting the port seems a little extreme.  Its also important to realize that a failed init can take 45 seconds or more, and if you are constantly reiniting, you can get a situation where you never are in any other mode.  Its probably not a problem, but not as clean as simply pinging the socket to find out if its still open.

In Topic: Some Exported Data Reads Zero

16 June 2013 - 09:07 PM

That would really depend on what the initial programmer did.  Maybe you can either post, or email us to support@ your .ctl document and we can take a quick look.