Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Regarding CExtShellDialogFile Collapse All
Subject Author Date
Trupti Kasvala Feb 25, 2009 - 5:45 AM

Hello sir,
I have following problem regarding CExtShellDialogFile.

1.How to get current selection index of File Of Type ComboBox.
2..How to get current file name from Open/Save dialog.
3.Problem of "\\" in file path.Problem is given in following steps.
->open drive any drive like c:, d: etc.
->save new file in the drive. Get the File path.File path is concatenated double slash.
I have sended screen shots in previous.
4.Also so how to get Default APIs of CFileDialog.
Waiting for your early reply.
Trupti








Technical Support Mar 10, 2009 - 1:24 PM

We fixed this issue in Prof-UIS 2.85. We sent you a link to the compiled version of your project by email.

Technical Support Mar 1, 2009 - 4:52 AM

The CFileDialog is not the same dialog on different Windows versions. That is why we coded the <code>CExtShellDialogFile<code> class from scratch. We are still waiting for your e-mail.

Technical Support Feb 26, 2009 - 12:00 PM

The CExtShellDialogFile class is written from scratch. It’s not based on the CFileDialog class. It’s not possible to get the current selected index in the file type combo box after the CExtShellDialogFile window is closed. You should not try to get such index because user can type everything independently from the selected item in the file type combo box. You should analyze extension(s) of returned file name(s). You can use the AfxFullPath() API for converting any file name or relative path into full path.

Trupti Kasvala Mar 3, 2009 - 4:17 AM

Hello sir,
I have sended application with screenshots at address support@prof-uis.com.
Please reply as soon as possible.
Trupti

Technical Support Mar 4, 2009 - 4:43 AM

We received your e-mail and replied it.

Trupti Kasvala Mar 5, 2009 - 1:35 AM

Hello sir,
I have sended following problem of CExtShellDialogFile many times.It isn’t solved yet.
Problem of "\\" in file path.Problem is given in following steps.
->Open any drive like c:, d: etc.
->save new file in the drive. Get the File path.File path is concatenated with double slash.
I have sended screen shots in previous mail at address support@prof-uis.com..
These is major problem.
Please give reply as soon as possible.
Trupti

Trupti Kasvala Feb 26, 2009 - 10:15 PM

Hello sir,

Thank you for replying.
I know CExtShellDialogFile is written from scratch.but we have to do lots of string manipulation each time for small operations like getting file name/Getting extension etc. Also there is problem of concatenated "\\" in path I have sended screenshots of it (It occurs when new file save in Immediate drive ).
Can you provide way to convert CFileDialog to Prof-UIS based skin dialog? so I can get skin dialog & all the default APIs.
Waiting for your early reply.
Trupti