User Tag List

Results 1 to 9 of 9

Thread: [Rich Edit Object]Returning "?"

  1. #1
    No Products Registered

    Join Date
    Mar 2008
    Posts
    16
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Rich Edit Object]Returning "?"

    When I type some text in Rich Edit Object, using specific characters, like Polish letters, I can save or load the text with no problems, but when I want to put it in Edit Box or something, using GetText$ Expression, I get questionsigns instead of those characters (ą, ł, ż, ź, ę). Is it an MMF problem, and if so, how should I solve it?

  2. #2
    Clicker Multimedia Fusion 2 Developer
    Jax's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    702
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: [Rich Edit Object]Returning "?"

    I suppose they are unicode characters. GetText$(...) returns ANSI text and so the characters are lost.

    I hear (entirely unoffical) rumours MMF3 might support unicode, so you could hope for that.

    Otherwise you could just not use edit boxes.

  3. #3
    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: [Rich Edit Object]Returning "?"

    Jax: MMF3 will most likely have unicode support, Yves said this once. Anyway, btt

  4. #4
    Clicker Fusion 2.5

    Join Date
    Jun 2006
    Location
    Stockholm, Sweden
    Posts
    1,529
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Rich Edit Object]Returning "?"

    Cool!
    What advantages do we get with Unicode?

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Rich Edit Object]Returning "?"

    Support for Japanese, Chinese, Hebrew, Arabic and Greek characters and other special chars like ☺☻♀♂♠♣♥♦♪♫ in ALL objects, actions, conditions and expressions without unexpected code, hacks or workarounds.

  6. #6
    Clicker Fusion 2.5

    Join Date
    Jun 2006
    Location
    Stockholm, Sweden
    Posts
    1,529
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Rich Edit Object]Returning "?"

    Oh I thought that belonged to one of the ASCII standards.

  7. #7


    Join Date
    Sep 2007
    Posts
    221
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Rich Edit Object]Returning "?"

    OK 支持,如果所有菜单包扩所有扩展都能支持中文,我将考率购一份正版软件并在中国传播MMF

  8. #8
    No Products Registered

    Join Date
    Mar 2008
    Posts
    16
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Rich Edit Object]Returning "?"

    Very nice, but MMF3 is not a solution to my problem. I have a string inserted to Rich Edit Object, which I divide using String Parser and String Tokenizer, and I have no idea on how to get Unicode characters with the token. Is there any object (other than Edit Box) which is able to save textfiles and supports Unicode?

    BTW, why do I get "?" instead of squares?

  9. #9
    No Products Registered

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

    Re: [Rich Edit Object]Returning "?"

    Squares means that the font does not have the characters, ? means that the current charset doesn't support the characters.

Similar Threads

  1. "Load text file" from "The Edit Object" BUG?
    By MOBii in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 19th December 2013, 05:43 AM
  2. Bug "Edit Object"
    By imothep85 in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 28th April 2013, 07:02 PM
  3. Set edit box text to string$("string object") causes long delay
    By MJK in forum XNA Export Module Version 2.0
    Replies: 4
    Last Post: 22nd August 2012, 02:58 PM
  4. "Caret" problems with the Rich Edit Object/Fast Loop Question
    By Gullyking in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 4th June 2012, 04:41 AM
  5. Issues with "Clickteam Movement Controller" and "Runtime" Object
    By jimmyorpheus in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 29th November 2011, 07:10 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
  •