User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14

Thread: MDI background question and bug report

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    MDI background question and bug report

    when designing an MDI application, is there a way we can get rid of that nasty GRAY background? lol

    I've tried making a subapp with a gradient init and having the window control object resize it to the correct size when I change the main window size, but when I have a subapp ontop of that, it just pastes (trails) into its background without updating.

    Also, when I build the exe, the ccns I have used as the subapps bring up 'missing file' error messages. one is cannot find 'KCActiveX.mfx', and one is 'KCBoxA.mfx', and one is the KCCombo.mfx file.

    -Thanks!

    -Mel

  2. #2
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: MDI background question and bug report

    Try selecting the "Clip siblings" option for the background sub-application, and in this sub-app insert a Window Control object and do a Start of Frame / Window Not Always on Top + Bring Window to Back.

    About the second problem, if you load the CCN files with expressions in the event editor, MMF2 has no way to know which extensions they use. In this case you have to put a copy of these extensions in the main application.

    Yves.

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MDI background question and bug report

    ahh.. Yes! We had a similar problem before .. I'll go back and add them and see if I can get it working!

    Thanks Yves, again - You're the man!

    -Mel

  4. #4
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MDI background question and bug report

    Fixed the extension thing ... I just made a frame at the end of the application and loaded it with every MMF Extension I had! LOL

    unfortunately, I'm still getting those trails over the background app. Im gona shrink it so I can email it to you, Yves..

    -Mel

  5. #5
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MDI background question and bug report

    -Found a workaround for the nasty trails!

    For future reference to anyone else experiencing the same problem with trails being left in a subapp behind another, do this workaround:

    -Create an active object slightly bigger than the app leaving the trails in the background app.
    -Make its semi-transparancy 128 (so it appears invisible).
    -keep track of the movement of the app in front using global values for the X and Y positions.
    -whenever the app in front moves, move the active object to its positions using the global values you just set up. The trail should not be visible as this forces MMF to redraw the area that left the trail.

    Slightly long winded, and a slight performance hit, but it does work!

    -Mel

  6. #6
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: MDI background question and bug report

    Hmm... a little complicated. :crazy: Could send me your application? (the one without the workaround)

    Yves.

  7. #7
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MDI background question and bug report

    .. Any luck?

    -Mel

  8. #8
    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: MDI background question and bug report

    There is no redraw function in one of the default MMF2 objects ?

  9. #9
    No Products Registered

    Join Date
    Dec 2006
    Posts
    319
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MDI background question and bug report

    Off topic, but MelliGeorgiou your nickname is very funny and weird too.

  10. #10
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: MDI background question and bug report

    Quote Originally Posted by Sphax
    There is no redraw function in one of the default MMF2 objects ?
    There should be in the Fast Loop object, tho.
    .:::.Joshtek.:::.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Adding video to a Q&A question and formatting report
    By VirtualLib in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 13th March 2012, 04:40 PM
  2. Bug Report - Can't paste object into background
    By MattEsch in forum Android Export Module Version 2.0
    Replies: 4
    Last Post: 13th July 2011, 11:09 AM
  3. Background collision vs. overlap question
    By Drcooper in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 9th August 2010, 10:47 PM
  4. Question about looping a background
    By segasan in forum The Games Factory 2 - Technical Support
    Replies: 4
    Last Post: 5th March 2009, 07:52 PM
  5. Question about background
    By Jikito in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 27th April 2007, 07:17 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
  •