Results 1 to 14 of 14

Thread: {RESOLVED} Issue with UITypeEditor in 2005

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,521

    {RESOLVED} Issue with UITypeEditor in 2005

    I created my own user control. One of the properties uses the UITypeEditor to edit the property in the ide. But for some reason when I build the project it usually doesn't update any changes I have done to the property page.


    So I have a class that inherits the UITypeEditor. It overrides the getEditStyle and the EditValue functions. If I add a messagebox to the editvalue and then build it doesn't come up. Sometimes if I close my solution, reopen it and rebuild it the messagebox will start poping up. But then when I remove it and rebuild. It keeps poping up. But if I change something on the usercontrol, like add a label that change is always present.

    So it doesn't seem to be building the entire solution when I tell it to. Has anyone run into something similar?

    Thanks
    Last edited by mpdeglau; Dec 9th, 2005 at 02:03 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width