User Tag List

Results 1 to 6 of 6

Thread: using a rich edit object within a UI >> windows ping sound is heard

  1. #1
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2012
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    using a rich edit object within a UI >> windows ping sound is heard

    Hello-

    I created 3 rich edit objects as a form of display for some text upon an already existing GUI. The text is pulling values from RTF files, and it works great, only I have one problem.

    Whenever the user is using commands on the UI screen, such as accessing their inventory, magic, equipment, etc, I hear the windows "ping" noise, because the frame thinks that the user is trying to alter text within the generated rich edit object.

    I don't want the focus to be on the rich edit object. I merely wanted to use the rich edit object as a means to display values, and nothing more.

    Is there a way to turn off the rich edit object read only noise from being played? Currently, if read only is turned on, the other UI elements work fine, but that noise is being played :< If I turn read only off, the noise isn't played (obviously), but text in one of the (seemingly random) rich edit objects is being altered by the user trying to use the current UI control that are set up.

    If more description is required, please ask.

  2. #2
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleInstall Creator Pro

    Join Date
    Dec 2010
    Location
    United Kingdom
    Posts
    961
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think a solution is to take focus off the Rich Edit Object at all times. But I don't see an option for doing so in the Event Editor, except "Auto Focus".

    Alternately, you could replace the Rich Edit Object with the Formatted Text: Which only displays RTF files as read-only (not possible to edit by the user)... it might be worthwhile to switch to that.

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2012
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried making an always statement to turn autofocus off, but it's still making the ping noise.

    I also tried to make a statement that "if rich edit object 1 has focus" >> turn autofocus off.

    Neither have worked.

    I may have to convert to formatted text :<

  4. #4
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2012
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bump. still looking for a way to turn off the windows ping mode if the user is doing something else when a rich edit object is being displayed :<

    also was interested in knowing if there was a way to turn off the background of the rich edit object?

  5. #5
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleInstall Creator Pro

    Join Date
    Dec 2010
    Location
    United Kingdom
    Posts
    961
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've noticed that if you disable the window (for the Rich Edit Object), it doesn't get any focus and therefore doesn't make the "ping" sound.

    Try disabling the rich edit text's window at the start of the frame and see if your application makes any ping sounds.

    And as far as I'm aware, I don't think its possible to make the background for the object transparent. I'd like to know if there is a way too though.

  6. #6
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2012
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    woohoo thank you lh37! that does indeed work, and functions with the text are working still as well, exactly what i needed

    now if i could just remove the background, i'd be set

Similar Threads

  1. Rich Edit Object help
    By kungsangun in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 22nd July 2011, 04:34 PM
  2. Edit Object vs. Rich Edit
    By Jaffob in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 4th June 2008, 01:42 PM
  3. Extracting a line from Rich Edit Object or Edit Ob
    By Tiles in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 8th March 2008, 05:16 PM
  4. New bug with Rich Edit object?
    By Steven in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 20th January 2008, 03:23 PM
  5. Bug: Rich edit object
    By Sphax in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 17th July 2006, 04:28 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
  •