User Tag List

Results 1 to 5 of 5

Thread: Help with properties

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Posts
    379
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help with properties

    Is there any easy way to add a property to the About pane of the properties or is the hackers way the only way?
    Anyone knows?

  2. #2
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with properties

    Create your own about pane in MMF2.

  3. #3
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Location
    Norway
    Posts
    445
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with properties

    Just create one more of those properties

    PropData PropertiesAbout[] = {
    PropData_StaticString(id,(int)"An extra field",(int)"Some info")
    PropData_End()
    }

    In GetProperties do something like this:

    mvInsertProps(mV, edPtr, PropertiesAbout, PROPID_TAB_ABOUT, TRUE);

    I think that should work.. Unsure as it been a while since I did it and I dont have the code left..
    Jean Villy Edberg

  4. #4
    No Products Registered

    Join Date
    Jul 2006
    Posts
    379
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with properties

    Thanks Villy!

  5. #5
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with properties

    Oups, sorry, I've misunderstood what you wanted. :crazy:

Similar Threads

  1. Properties Bar Vanished
    By RobTheBuilder in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 30th January 2013, 07:35 AM
  2. File Properties
    By Atom in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 25th May 2009, 08:57 PM
  3. Undo Properties
    By Asholay in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 1st March 2009, 03:42 PM
  4. Properties in Extensions
    By Jaffob in forum Extension Development
    Replies: 6
    Last Post: 1st February 2009, 11:47 AM
  5. Application properties
    By izac in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 2nd July 2006, 12:06 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
  •