HartyBart opened this issue on Oct 01, 2021 ยท 23 posts
structure posted Wed, 06 October 2021 at 4:30 PM Forum Coordinator
I just tried a straight copy and paste and it worked fine
def image_viewer( self ):
dialog = imagebrowser.ImageDialog( parent )
if dialog.ShowModal() == wx.ID_OK:
print( "You Selected File: " + dialog.GetFile() )
could be that are some hidden codes in VS that are stripped by the new editor
Locked Out