Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi:

 

Has anyone noticed at points a control may stop performing a function it is supposed to...and then restarts? I know this is very broad and I would say that the programmer was doing something stupid (entirely possible <grin!>), but since I'm the programmer and one of my collegues is using the same control in the same manner, I thought I would throw this out and see if there are any responses. In this particular example, I'm using an infragistics combo box and the auto complete stops working (yes, I have already looked at their site...nothing helpful). However, I have seen similar things in other controls...kinda like when the intellisense on the ide quits working...you have to restart the ide and its fine.

  • 3 weeks later...
Posted

Culprit

 

Hi:

 

I suspect the culprit to this is bad multi-threading on my load...so, practice safe multithreading...avoid it if possible <grin!> or use delegates. Wile also had a good example of how to access the gui from a separate thread...just do a search on the forum.

 

Thanks to all who read!

 

Eric

 

Hi:

 

Has anyone noticed at points a control may stop performing a function it is supposed to...and then restarts? I know this is very broad and I would say that the programmer was doing something stupid (entirely possible <grin!>), but since I'm the programmer and one of my collegues is using the same control in the same manner, I thought I would throw this out and see if there are any responses. In this particular example, I'm using an infragistics combo box and the auto complete stops working (yes, I have already looked at their site...nothing helpful). However, I have seen similar things in other controls...kinda like when the intellisense on the ide quits working...you have to restart the ide and its fine.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...