Jump to content

Recommended Posts

Posted

I have a problem with FileOpenDialog using long default filenames ... they always get truncated. 

For example: 

"A Long FileName.mpg" as a default would prompt as just "FileName.mpg" (but scrolling left will show it named correctly).

Does anyone know of a fix for this please (I didn't spot it in a Forum search), or is it one for the bug tracker?

#include <FileConstants.au3>
#include <MsgBoxConstants.au3>
Local Const $sMessage = "Hold down Ctrl or Shift to choose multiple files."
Local $sFileOpenDialog = FileOpenDialog($sMessage, @WindowsDir & "\", "Images (*.jpg;*.bmp)|Videos (*.avi;*.mpg)", BitOR($FD_FILEMUSTEXIST, $FD_MULTISELECT), "A Long FileName.mpg")

Thanks,

  • Moderators
Posted

Moved to the appropriate forum.

Moderation Team

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted (edited)

@FrancescoDiMuro

  •  
  • Active Members
  • 223
  • 1,894 posts

@Tippex

  Quote

Could you please post some screenshoots of the issue you are having? :)

 

Sorry for the delay.

The screenshot shows the defaulted filename being initially displayed as just "FileName.mpg" and below it another screenshot correctly showing what was intended ("A Long FileName.mpg") found by clicking another window then returning by clicking its title bar which seems to be all it takes to rectify/refresh it.

I also discovered that if the window is maximised then the problem doesn't occur. 

Thanks

Truncated_Browse_Filenames.jpg

Edited by Tippex
added quote

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...