User Tag List

Results 1 to 4 of 4

Thread: Moving and pasting blocks of text

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

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

    Moving and pasting blocks of text

    Copy and paste a string into a blank in a Rich Edit object.
    Attached files Attached files

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

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

    Re: Moving and pasting blocks of text

    Version2 is a bit more polished <img src="/center/images/graemlins/smile.gif" alt="" />
    Attached files Attached files

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Location
    Germany
    Posts
    236
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Moving and pasting blocks of text

    Hi.

    Just tried this one, too and discovered a little glitch.
    Every time the user clicks into the text field the (even
    without dragging the fill-in-text) 'paste this in for me'
    is added to the box.

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

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

    Re: Moving and pasting blocks of text

    Exercise for the reader <img src="/center/images/graemlins/smile.gif" alt="" />

    Make these changes:
    1) (line6) When the User clicks on the ordinary string, set internal flag 0 of the Static string to ON.
    2) On line 12, add another condition to the Repeat while left mouse-Key is pressed event:
    + (static string) internal flag O is ON
    3) To the same event on line 12, add a further action last: (Static string) Set internal flag 0 OFF.

    That should fix it <img src="/center/images/graemlins/smile.gif" alt="" />

    This is just a concept really. It would be great if the static string could have a truly transparent background that updated as it moved.

    Multiple blanks are a hefty complication. You'd need to check the Y position of the mouse when the User releases the mouse button - and use that to calculate which blank is nearest.
    Attached files Attached files

Similar Threads

  1. Pasting text into background?
    By EE in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 12th April 2011, 07:55 PM
  2. blocks merging into one another when moving by x
    By lembi2001 in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 31st March 2010, 01:30 PM
  3. Moving text
    By Rabagast in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 14th January 2009, 06:20 AM
  4. Bug moving Text Blitter Object
    By haora in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 7th February 2007, 04:05 PM
  5. moving + pasting blocks of text -educational app
    By therickman in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 14th August 2006, 11:42 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
  •