StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
UI_WHAT
UI_WHAT
Post Reply
Like
2
Prev
1
2
3
4
Jump To Page
UI_WHAT
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Ivan George Borges
Ivan George Borges
posted 10 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
Hi.
I have changed my SF source code in order to get rid of what Edhy showed on his attachment. Basically I commented the Localization class constructor as it shows bellow:
#Region " Constructors "
'-- IGB - added on 21/02/2014 - START
'Shared Sub New()
' _isDesignTime = Process.GetCurrentProcess().ProcessName.Contains("devenv")
'End Sub
'-- IGB - added on 21/02/2014 - END
''' <summary>
''' Prevents an instance of the Localization class from being instantiated.
''' </summary>
''' <remarks></remarks>
Private Sub New()
End Sub
#End Region
If you want, you can also comment the lines in the RetrieveTextValue function in this same class:
Public Shared Function RetrieveTextValue(ByVal TextValueKey As String) As String
'-- Establish Locals
Dim lcReturn As String = ""
'-- IGB - added on 21/02/2014 - START
''-- If we are at design-time, then just return the text value key
'If _isDesignTime Then
' Return "#" & TextValueKey & "#"
'End If
'-- IGB - added on 21/02/2014 - START
I think this could take care of this matter.
Cheers.
Ivan
Edited
10 Years Ago by
Ivan George Borges
Reply
Like
1
Edhy Rijo
E
Edhy Rijo
posted 10 Years Ago
ANSWER
Post Details
Share Post
E
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
Hi Ivan,
Thanks for sharing this info.
Edhy Rijo
Reply
Like
1
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
2
Prev
1
2
3
4
Jump To Page
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search