StrataFrame Forum

Setting InformationPanel on subclassed BrowseDialog

http://forum.strataframe.net/Topic2993.aspx

By Scott - 9/23/2006

In version 1.50 I am now not able to set the InformationPanel property of my subclassed BrowseDialog.  When clicking on the elipses the dialog does not display any InformationPanels.  Both the BrowseDialog and the InformationPanel are in the same namespace.  Also in the status bar at the bottom of the form it says "No enums match your search criteria".
By Scott - 9/23/2006

I don't know what is going on, everything is working just fine.  I had compiled the app, changed projects to udpate my other projects, then tried it again... still didn't work, then I turned off my machine to drive to the office and update the source there.  When I got back home I was looking at your sample applications and was looking at one of the browsedialogs and tried to set the informationpanel property and it worked there so......  I figured that I would give it a try in my app.  It worked.

Sorry about that, I don't know what happened.  I hate to be one of those... "ever since the update" clients (I have a bunch of those myself).

LOVE the Update!!

Scott

By Trent L. Taylor - 9/23/2006

Scott,

No worries Wink  I understand how it goes and I appreciate your understanding of new releases!  Most developers are a little more understanding than end-users.

I think the problem that you had was due to the AppDomain having cached assemblies.  Sometimes it takes a reboot to make .NET just let go.  At any rate, I am glad you got going!