User Tag List

Results 1 to 3 of 3

Thread: Common Dialog Object extension filters

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Lacey, WA
    Posts
    756
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Common Dialog Object extension filters

    I just noticed something odd with the Common Dialog object. If you tell it to Add Filter "Image Files" for "*.jpg|*.gif|*.bmp" like it explains in the help file, it does not work, but if you use semicolons instead of the pipe character, it works fine (Add Filter "Image Files" for "*.jpg;*.gif;*.bmp")

    Is this just something weird my computer is doing, or does the help file list incorrect information for the Common Dialog object?

  2. #2
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    This is how it's always been, the PIPE separates the list string from the actual filetype. It's like this across VB and other languages.

    Usage:
    Supported Image Formats (*.bmp;*.gif;*.jpg)|*.bmp;*.gif;*.jpg

    Edit: oh you're referring to the 'common dialog object' ? I couldn't find a help file for that so I'm unsure. I never use that particular object, always the FILE object.
    Want to learn Clickteam Fusion 2.5?




  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Lacey, WA
    Posts
    756
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah I tried using the File Object, but I couldn't get more than one extension to work in a filter... my method with Common Dialog works now, so I'm not going to mess with it

Similar Threads

  1. Similar To Common Dialog Object
    By Kracker in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 25th February 2011, 05:12 PM
  2. Help with Common Dialog Object
    By Telephone in forum File Archive
    Replies: 3
    Last Post: 16th February 2011, 09:52 PM
  3. Common Dialog Object Vista
    By wizkidweb in forum Extension Development
    Replies: 5
    Last Post: 3rd December 2008, 03:31 PM
  4. Common Dialog object problem
    By Robin_Manager in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 11th November 2008, 04:42 PM
  5. Common Dialog Box Object Issues
    By kungsangun in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 6th June 2008, 06:59 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •