Re: [twsocket] OT: Message processing with modal form shown

2009-06-07 Thread Paul

Sometimes, obviously randomly, it happens that if a modal form
is shown (nothing else but shown, nothing blocking) timer messages
are not processed, any idea why?

Background: In the timer event I look for items in a log-list
and display them in a TMemo.


I have never had problems with that.
Maybe the update in the TMemo is blocking the form's message loop.

Paul
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OT: Message processing with modal form shown

2009-06-07 Thread Arno Garrels
Paul wrote:
 Sometimes, obviously randomly, it happens that if a modal form
 is shown (nothing else but shown, nothing blocking) timer messages
 are not processed, any idea why?
 
 Background: In the timer event I look for items in a log-list
 and display them in a TMemo.
 
 I have never had problems with that.
 Maybe the update in the TMemo is blocking the form's message loop.

Yes, sorry guys, the problem wasn't WM_TIMER messages but 
Perform(EM_LineScroll...) that doesn't return for some reason sometimes.

--

Arno Garrels

  
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] HTTP Server PUT command support

2009-06-07 Thread Fastream Technologies
Any idea for below question? ;)

TIA,

SZ


On 6/6/09, Fastream Technologies ga...@fastream.com wrote:

 Hello,

 I wonder why this PUT command is not supported by the web server component?
 Isn't it exactly the same as POST except the method name? Or maybe there is
 a trick I need to know??

 Best Regards,

 SZ

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be