StrataFrame Forum

update devexpress wrapper to 8.1.4

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

By Fabian R Silva, - - 7/7/2008

I upgrading from dx 7.3.7 to 8.1.4, and when I try to recompile the devexpress inherited ui, errors

I changed the reference and appears 2 errors, I changed:

System.Windows.Forms.ScrollEventArgs to DevExpress.XtraEditors.XtraScrollEventArgs in
"Private Sub pnlContent_Scroll(ByVal sender As Object, ByVal e As DevExpress.XtraEditors.XtraScrollEventArgs) Handles pnlContent.Scroll"

for the errors "a 'DevExpress.XtraEditors.SplitGroupPanel' value cannot be converted to 'System.Windows.Forms.Panel'. C:\Archivos de programa\MicroFour\StrataFrame Source Code\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\.... MicroFour StrataFrame Inherited UI"
I changed
Dim loPanel As Panel = Nothing to:
Dim loPanel As devexpress.XtraEditors.SplitGroupPanel = Nothing

this seems to work, but I not sure if later I have another problem with this. thanks

By Trent L. Taylor - 7/7/2008

DevExpress changed some classes and namespaces between 7 and 8.  If you load the 1.6.6 beta, you can download the 1.6.6 source code as well.  This is setup for 8.1, but these changes have already been done and you can just change the version like you are used to doing.
By Fabian R Silva, - - 7/7/2008

Trent L. Taylor (07/07/2008)
DevExpress changed some classes and namespaces between 7 and 8.  If you load the 1.6.6 beta, you can download the 1.6.6 source code as well.  This is setup for 8.1, but these changes have already been done and you can just change the version like you are used to doing.

I was sure that something changed on dx and I have to update, but I not remembered if it was changed on version 1.6.5 or in a later version like 1.6.6 and that it are available to download with source. w00t

Can I use the 1.6.6 inherited ui with the 1.6.5 version? (I think that can't upgrade to a beta version in my unique production pc yet)

thanks for the great support.

By Trent L. Taylor - 7/7/2008

Can I use the 1.6.6 inherited ui with the 1.6.5 version? (

Technically, yes.  You could just download the 1.6.6 beta source and then strip out the inherited UI code only instead of loading the full 1.6.6 beta install.

By Fabian R Silva, - - 7/8/2008

all worked ok thanks. BigGrin
By Trent L. Taylor - 7/8/2008

Cool Cool