New topic: 

Show only files with specific extension in OpenFileDialog...

<http://forums.realsoftware.com/viewtopic.php?t=25243>

       Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic         Author  
Message       jorisvervuurt           Post subject: Show only files with 
specific extension in OpenFileDialog...Posted: Fri Nov 14, 2008 6:39 pm         
               
Joined: Sun Oct 22, 2006 2:08 am
Posts: 55              Hello everybody,

Currently I'm working on a backup application called iBackupMyMac.
In Window1, I have six buttons. Three of them have a OpenFileDialog attached to 
it.

I want the user to be able to choose:
- only .backup files in the first OpenFileDialog
- only .sbackup files in the second OpenFileDialog
- only .mbackup files in the third OpenFileDialog

I've already tried:
- dlg.Filter=".backup" for the first OpenFileDialog
- dlg.Filter=".sbackup" for the second OpenFileDialog
- and dlg.Filter=".mbackup" for the third OpenFileDialog

However, I still can choose other files with other extensions!
How can i solve this problem?

Help is really appreciated!

Thanks,
Joris   
                            Top            Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]     

-- 
Over 900 classes with 18000 functions in one REALbasic plug-in. 
The Monkeybread Software Realbasic Plugin v8.1. 

&lt;http://www.monkeybreadsoftware.de/realbasic/plugins.shtml&gt;

[email protected]

Reply via email to