Jump to content
Macro Express Forums

boristhemoggy

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by boristhemoggy

  1. Sorry, I'm surprised you can't read what I'm saying but...
    A macro can hold text, so that when you press a key that text is pasted into something that can display text, such as a notepad file. 
    The text I am pasting is just text, literally, just words. The text comes from the text that is held in the macro. 
    The macro file is made up of 

    Clipboard start copy
    "My Text"
    Clipboard end copy
    Clipboard paste
    Text type <ENTER>
    Clipboard start copy
    "My Text 2"
    Clipboard end copy
    Clipboard paste
    Text type <ENTER>
    Clipboard start copy
    "My Text 3"
    Clipboard end copy
    Clipboard paste
    Text type <ENTER>

    It is "My text 2" which is failing to paste, as in, the text held as "My text 1" and "my text 3" is pasting into the notepad file, however "My text 2" does not. Unless I open a new notepad file, and then it does. 
    As I say I've been using this system with the same files for over 2 years with no problem.

  2. After about 2 years of using the same Notepad file to pop a macro into, suddenly 1 line of the 3 lines of text in the macro do not paste. 
    I open a brand new Notepad file, and it pastes perfectly. I use the old one and it won't paste the middle line. 
    So, I open a brand new notepad file, copy and paste all of the stuff from the old one, then go to use the macro again and ...middle line missed out! It's so weird! Other macros paste fine.
    I hope someone can come up with an explanation cos it's driving me nuts. 

  3. I have a web interface which has 4 text entry boxes.

    I need to enter text in one on a shcedule, without affecting me tyoing into the others at the same time.

    Can this be done?

    The nearest I've got is it works, but it interferes with what I am typing at the time of the scheduled run.

    Can anyone help?

  4. I am using Macro Express 3 with our Flash chat window and am happy with the general operation and ease of use.

    However when I send the nacros to the chat window, my chat username appears beside each line of the macro. This breaks up the picture.

    I can insert the macro in another way so that it all goes as one entry instead of a group of entries, but then the picture gets mashed as the line breaks aren't there to organsie it.

    I would love to find a way to insert the corrct amount of space to fill the line up automatically.

    Does anyone know how this can be done?

×
×
  • Create New...