User Tag List

Results 1 to 7 of 7

Thread: Mouse Wheel Grief

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Mouse Wheel Grief

    Are there any know issues with MouseWheel events?
    I'am developing a 5 framed application and for some crazy reason no mousewheel events work in one of the frames. In 4 of the frames I can get MouseDelta values and Mousewheelup/down events as expected however in one specific frame NADDA...

    Grasping at straws here...
    Thanks

  2. #2
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mouse Wheel Grief

    Do you have any Windows controls or similar in the frame that might steal focus?

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mouse Wheel Grief

    The frame consists of several Actives,Counters,Strings,ActivePictures, and a List object.
    The list object is used to hold the names of files in a directory and is not even visible to the user.

    Could any of these be the culprit?

  4. #4
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mouse Wheel Grief

    If the list object has focus the scroll wheel will scroll the list and might not register in events. But if it is not visible it shouldn't be a problem... Other than that I don't know what could be wrong...

  5. #5
    No Products Registered

    Join Date
    Aug 2006
    Posts
    984
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mouse Wheel Grief

    i'd just have an

    "List" has focus?
    --> List - Lose focus

    event just in case

  6. #6
    No Products Registered

    Join Date
    Jun 2006
    Posts
    324
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mouse Wheel Grief

    Delete the list object and try then. Gradually remove events and/or objects until you can pinpoint whats causing the problem. Then load your backup of the version of your app and try and fix it. Please do not overwrite your original with the deleted objects version of course

  7. #7
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mouse Wheel Grief

    Thanks for all the help!. Werbad, what an insightfull diagnosis.
    I never would've thought that the list object could steal focus...but it was!..
    Problem Solved

    Thanks again everyone.

Similar Threads

  1. [Suggestion] Mouse Wheel & Middle Mouse
    By izac in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 10th May 2009, 12:39 PM
  2. Mouse Wheel?
    By workshop2 in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 9th December 2007, 04:11 AM
  3. Help with Mouse Wheel in Build 244
    By Jaeu in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 7th April 2007, 08:19 PM
  4. Mouse Wheel - can we access it yet?
    By Dines in forum Extension Development
    Replies: 5
    Last Post: 2nd November 2006, 07:16 PM
  5. Use mouse wheel when adding new event
    By the_raven in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 14th October 2006, 09:14 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
  •