Hi,
UpdateActions() is called Automatically in the idle time of the form to make all items on the form to some kind of processing their messages and get fresh. when the UpdateActions() is called it kinda locks the form's message Queue and when you call setfocus() of a component, you are putting a new message in that.so it hangs! :)
Main Topics
Browse All Topics





by: Geert_GruwezPosted on 2008-09-11 at 01:43:18ID: 22447397
remove this from the updateActions
do not change focus in the UpdateActions !