User Tag List

Results 1 to 9 of 9

Thread: [Request] Edit Box with select text

  1. #1
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    Tiles's Avatar
    Join Date
    Jun 2006
    Posts
    1,359
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Request] Edit Box with select text

    We have a Block, Replace Selection command in the Actions of the Edit Box. But i miss an action to select parts or the whole text. Would be neat

  2. #2
    Clicker Multimedia Fusion 2
    Skeets's Avatar
    Join Date
    Apr 2007
    Location
    Utah, USA
    Posts
    360
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Edit Box with select text

    Use the Rich Text Object. It has "select whole text" and "select text"

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    Tiles's Avatar
    Join Date
    Jun 2006
    Posts
    1,359
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Edit Box with select text

    Yeah, but it is no Edit Box ...

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    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)
    DJFuego's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,416
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Edit Box with select text

    If you must use the edit box then use control X or the Key object
    create an event to grab focus then Ctrl + A or... if it's text you want to store just create an event to set global string to Edit box.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    Tiles's Avatar
    Join Date
    Jun 2006
    Posts
    1,359
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Edit Box with select text

    Thanks for the tip. But that's not what i am looking for.

    What i wanted to do is that the whole text of my edit box is selected when i give it focus. Without touching any key.

  6. #6
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Oct 2006
    Location
    In a Dark room with only a lamp
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Edit Box with select text

    Why would you use the Edit box for this sort of thing when the Rich Edit object has so many more different actions?

    Not criticising, just wondering. I only use the edit box to display oe line of variable text but if i needed something to automatically overwrite what was in the box i use the Rich Edit Object.

    Again just curious.

  7. #7
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    Tiles's Avatar
    Join Date
    Jun 2006
    Posts
    1,359
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Edit Box with select text

    I simply don't need all those features that comes with the Rich Edit Object. I just want to display one line too. Anyways, i will use Rich Edit Object now.

  8. #8
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Edit Box with select text

    One problem I found with the RTF object was that you have no control over what the users can put in the box. I tried to create a syntax colouring tool for lua but it quickly became pointless - users can paste in pictures, hyperlinks, tables, movies! etc
    One of the most useful things of RTF2 is the "protection" mode, but when I try to use this on more than one section of text MMF2 crashes.

    At the moment I've decided to use strings and other objects to display the text; it gives greater control, and you can customize the text with expanding buttons and other things like that

  9. #9
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Edit Box with select text

    Yes, this are the worst issues of the RTF object. :sick:

Similar Threads

  1. Rich Edit (Select text between tags)
    By Dagge in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 12th June 2013, 10:31 PM
  2. select text in edit box
    By Sumo in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 10th November 2010, 03:09 AM
  3. [Request]Select Object - Select in events?
    By LB in forum Extension Development
    Replies: 1
    Last Post: 15th July 2009, 10:55 PM
  4. [Request] Select All feature in Edit Box object
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 1st May 2007, 06:37 PM
  5. Feature Request: Select All in Edit Box Action
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 25th September 2006, 08:27 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
  •