Can you make a change to the inherited ui


Author
Message
Paul Chase
Paul Chase
Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)
Group: Forum Members
Posts: 414, Visits: 2.8K
In the inherited ui source code can you please change the browse dialog property type from a dev ex browse dialog to SF browse dialog?

That way either type of browse dialog can be used with the maintenance for toolstrip as the dev ex inherits from the StrataFrame.UI.Windows.Forms.BrowseDialog

  ''' <summary>
        ''' The browse dialog form to display when the Browse button is clicked by the user.
        ''' </summary>
        ''' <remarks></remarks>
        <Category(FORM_FRAMEWORK_CATEGORY), Description("The browse dialog form to display when the Browse button is clicked by the user.")> _
        Public Property BrowseDialog() As BrowseDialog
            Get
                Return _BrowseDialog
            End Get
            Set(ByVal value As BrowseDialog)
                _BrowseDialog = value

                '-- Set the visibility
                SetObjectVisibility()
            End Set
        End Property

--TO

''' <summary>

''' The browse dialog form to display when the Browse button is clicked by the user.

''' </summary>

''' <remarks></remarks>

<Category(FORM_FRAMEWORK_CATEGORY), Description("The browse dialog form to display when the Browse button is clicked by the user.")> _

Public Property BrowseDialog() As MicroFour.StrataFrame.UI.Windows.Forms.BrowseDialog

Get

Return _BrowseDialog

End Get

Set(ByVal value As MicroFour.StrataFrame.UI.Windows.Forms.BrowseDialog)

_BrowseDialog = value

'-- Set the visibility

SetObjectVisibility()

End Set

End Property


Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Sounds reasonable enough Smile  I will look into this for the next release.
Paul Chase
Paul Chase
Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)Advanced StrataFrame User (580 reputation)
Group: Forum Members
Posts: 414, Visits: 2.8K
Thanks Trent!
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search