User Tag List

Results 1 to 8 of 8

Thread: MMF - Problems to Report

  1. #1
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    MMF - Problems to Report

    1. When using the action Timer - User has been away from computer ... there is a problem with the following.

    On a frame add a Direct Show object and some other object like a edit box. Add code to use Directshow to play a video clip when the frame starts. Add code to have the edit box disappear after 5 seconds witn "Timer - User is away from computer..."

    Notice that if the mouse in "not" over the Direct Show everything works fine. The video plays and in five seconds of not typing OR moving the mouse the edit box disappears as define.

    Try the test again but this time move the mouse in circles over the Direct Show object while the video is playing. Notice that like before the edit box disappears - but it should not given how the Timer action "User is away from computer" is defined.

    MMF should see the mouse moving (clearly the user is at the computer) and not cause the edit box to disappear. It appears the cursor movement is ignored and the action does not work correctly.

    2. There appears to be a problem with trying to use the scrollbar actions and condition of the following:

    Condition - Scrollbar (On Scroll)
    Action - Set position of scrollbar
    action - Set postion of video clip.

    Here I was trying to use the scrollbar to move forward in a video clip as it was playing. So I set the range of the scrollbar from 0 to duration of the video clip in millseconds. I then play the video in a Direct Show object and using the scrollbar wish to move forward. I should be able to check the position of the scrollbar and set the position of the videoclip. So if I move half way on the scrollbar I should see the video clip advance half way also. However MMF Runtime would abort and lock up. I had to do a use the task manager to stop the runtime. This happened several times.

  2. #2
    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: MMF - Problems to Report

    I have had problems with the Directshow Object before, not registering certain mouse events while over the object. I think this is a bug with the Directshow Object.

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


  3. #3
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF - Problems to Report

    I have been doing more testing and the scrollbar object seems to be the problem. During the running of the video I cannot tell it to set the postion of the scrollbar to the position of the video. It hangs up the application. But I know I had this working on another application I did.

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF - Problems to Report

    Maybe wait until the scroll bar is set before trying to set the position. Because the moving is too fast and probably is what crashes the application

  5. #5
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF - Problems to Report

    What is the range for the EasyScrollbar object? For example is the range 0 to 1000, 0 to 1000000000 ?????

  6. #6
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF - Problems to Report

    I did find that the setting the range high does cause problems with the proper functioning of the scrollbar. This appears to be an error with the easyscrollbar.

  7. #7
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: MMF - Problems to Report

    The range's limit might be 65535 or 32767.

  8. #8
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF - Problems to Report

    Yes I agree. The EasyScrollbar range needs to be enlarged due to the fact that it can be used with video clips that set duration range in terms of millions of milliseconds for example.

Similar Threads

  1. RC5 report
    By Fernando in forum Android Export Module Version 2.0
    Replies: 6
    Last Post: 23rd February 2013, 11:24 PM
  2. Bug report
    By ASD in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 4th December 2012, 01:44 PM
  3. Report of HWA
    By ASD in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 31st July 2012, 10:30 AM
  4. My first report
    By Koji_Kabuto in forum Android Export Module Version 2.0
    Replies: 10
    Last Post: 30th December 2011, 02:40 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
  •