User Tag List

Results 1 to 10 of 10

Thread: XML Editor, New Ground

  1. #1
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    XML Editor, New Ground

    I'll tell you one thing. After 10 years using Click products I decided to venture into new territory. It is like being a newbie all over again.

    A tiny huffy problem:
    Why do I have to click twice on the Load Button for a file to load?

    Any thoughts would be appreciated.

    Marv
    Attached files Attached files
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  2. #2
    Clicker Fusion 2.5 Developer

    Join Date
    May 2007
    Posts
    548
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: XML Editor, New Ground

    When I doubleclick the Load and Save buttons MMF2 crashes and the crash occurs in comdlg.mfx. Maybe I'm using a wrong version of the extension?

  3. #3
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: XML Editor, New Ground

    It works fine here, Marv. It didn't actually save an .xml file to my computer, but both the load and save buttons worked with one click. Nice interface, too.

    stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  4. #4
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: XML Editor, New Ground

    Hi byo. I will check that crash out. The program is set up for a single click. Click on Save, this is ok, and the Save dialog comes up and the file is saved. No problem.

    The problem arises when loading. When I run the program and load a previous saved file, I have to open the Load file selector twice, because the first time I use the Open File Selector it will not load the file on the first try. I have to repeat trying to load the file twice from the Open file selector.

    Thanks Stephen1980. No, there is not a problem opening File Selectors when clicking on Save and Load. Save a file, then try to Load it. You have to open the Load Selector File two different times to load a file. I don't have a clue why two attempts have to be made to load a file.

    Sorry if I confused anyone.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  5. #5
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: XML Editor, New Ground

    Sorry, Marv. I see what you mean. I changed a couple of small things in your file and it seem to work fine for me now. Try it and let me know.

    stephen1980
    Attached files Attached files
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  6. #6
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: XML Editor, New Ground

    Thanks Stephen1980, but I could not get the Save and Open File Selector to work when clicking on the buttons. A blank editor screen should still be able to open the Open Selector to load a file. The user now has no options when saving, as the Save File Selector should be able to open. In short, the Save and Open Selectors do not open when cliking on the Save and Load Buttons.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  7. #7
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: XML Editor, New Ground

    Quote Originally Posted by nivram
    Thanks Stephen1980, but I could not get the Save and Open File Selector to work when clicking on the buttons. A blank editor screen should still be able to open the Open Selector to load a file. The user now has no options when saving, as the Save File Selector should be able to open. In short, the Save and Open Selectors do not open when cliking on the Save and Load Buttons.

    Marv
    I re-downloaded the file that I edited and it still works perfectly on my computer. Both the dialogs open and save with one click. What the...???

    stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  8. #8
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: XML Editor, New Ground

    The Common Dialog Object is known to be glitchy. I replaced it entirely with the Powerful Dialogs Object. I also coded the <> and </> buttons to wrap around selected text. Hope this fix helps!

    P.S. Nivram: Why were you using a NVO to save and load?
    Attached files Attached files

  9. #9
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: XML Editor, New Ground

    That's funny. I was just in the process of switching his I/O to your Dialog Object, too. Your file works great on my computer.

    stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  10. #10
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: XML Editor, New Ground

    Jaffob, that works perfect. Very fast indeed.

    I was using the NVO because a friend suggested I use it.

    Thank you Jaffob. And thank you Stephen1980. This forum is a wonderful place, and I will give credits to everyone who helped.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

Similar Threads

  1. PMO Ground pound
    By Atherton in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 27th October 2014, 12:57 PM
  2. Starting at ground zero
    By mehamm in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 24th February 2012, 07:01 PM
  3. Destroying ground
    By Tolkkiz in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 14th January 2009, 01:00 PM
  4. Ground Removal Techniques
    By dragonguy in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 11th June 2008, 02:40 PM

Posting Permissions

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