Show Bid Request
Customized File Save Dialog
Bid Request Id: 31202
|
|
|
Posted by: |
vandelay (2 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Very Good - 0.00%
|
Posted: |
Oct 15, 2002 6:17:54 PM EDT
|
Bidding Closes: |
Oct 22, 2002 6:22:12 PM EDT
|
Viewed (by coders): |
336 times
|
Deadline: |
11/7/2002
TIME EXPIRED
|
|
|
|
Description:
Customized File Save Dialog
The project is to provide a C++ function that invokes the Windows common dialog for File Save As, while extending it to support additional controls and functionality.
The additional functionality to be added is as follows: a) A new “Options” button is added that calls a provided callback function when pressed. b) A static text field is displayed below the options button that changes when the selected extension type changes. The descriptions and extension types are defined by the caller. c) When the extension type (format) is changed, the filename is changed dynamically to have this extension in the same way that Microsoft Word or Excel does in their Save As dialog. d) The layout of the new controls should be as is shown in the attached example image.
Deliverables: Requirements: Code must be written in C++ or C# and must not use MFC or ATL in order to maintain the smallest possible small size.
Code must work as Windows 98, ME, XP, and 2000.
All functionality of the original common File SaveAs dialog must be retained. For example on Windows XP the common dialog includes a shortcuts bar on the left. It is not acceptable to re-code from scratch a minimal functionality Save As dialog.
An working example .exe calling the function to invoke the Save As dialog should be provided.
The function signature to invoke the extended Save As dialog should be as follows:
int SaveFileDialog( char *in_filename, // Initial filename to display char *in_initialDirectory, // Initial directory to display char *in_filter // Sets the extension types char *in_filterOptionDesc // Sets the extension type descriptions int in_checkFileExists, // 0=false, 1=true int in_checkPathExists, // 0=false, 1=true int in_overwritePrompt, // 0=false, 1=true int in_addExtension, // 0=false, 1=true int *out_filterIndex, // extension type index CALLBACK lpfnOptionPressed, char *out_fileName ); // full path of file selected (260 chars in size)
Return value: 0 - User cancelled the operation 1 - User OK&'d the operation
Sample of filter string format: in_filter += "JPEG Good for use on the Web (*.jpg)|*.jpg;|"; in_filter += "TIFF Good for editing (*.tif)|*.tif;|"; in_filter += "PNG Good for editing and use on the Web (.png)|*.png;|"; in_filter += "BMP Good for Windows compatibility (.bmp)|*.bmp;|"; in_filter += "Adobe Photoshop (.psd)|*.png;";
Sample of filter option description format (this is used for feature (b) above) in_filterOptionDesc += "Set JPEG Compression|"; in_filterOptionDesc += "Set TIFF Compression|"; in_filterOptionDesc += "PNG Options|"; in_filterOptionDesc += "BMP Options|"; in_filterOptionDesc += "Photoshop Options";
If there is any question about the functionality of these parameters, then the programmer should refer to similar parameters described at this URL:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformssavefiledialogmemberstopic.asp
We retain complete ownership and distribution copyrights to all work purchased.
Platform:
Windows 98,ME,2000,XP
Must be 100% finished and received by buyer on:
Nov 7, 2002 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.
Special Conditions / Other:
If you show me a working prototype while the bidding is still open I am likely to accept the bid immediately.
Otherwise normal decision process will take place.
Thank you for bidding.
Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
This bid was accepted by the buyer!
|
$100 (USD)
|
Oct 16, 2002 8:30:37 AM EDT
|
10
(Excellent)
|
|
|
Dear vandelay (industries:)?),
I noticed your bid request here and thought I would put something together for you. I've attached a prototype exe for you. If you would like me to finish up the routine then just accept my bid and I should be able to get it to you very quickly.
The code will be written in C++ and will not use MFC or ATL at all. I will also provide a sample exe written with Visual C++ 6.0.
I look forward to hearing from you.
Thanks, NamTac
|
|
|
|
|
|