Jump to content
Macro Express Forums

Alexis

Members
  • Posts

    325
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Alexis

  1. I like to use a Google sheet which contains MEX Direct Code in certain cells. By hoovering and starting a master makro MEX then interprets the content of the cell. One use case is that MEX runs direct code which is in such a cell in a variable. Works like a charm. Except when the direct code contains a "Paste rich text" command. I did not copy text of another application into the paste rich text command. I just edited the text in the command itself and then copied the direct code. Can anybody confirm that MEX cannot perform the "Paste rich text" command when It's written in Direct code and run by "Run macro in variable"?

  2. Hey everyone,

     

    I noticed that when I use a Text Type - Paste Rich Text command via the Run Macro in Variable command, I get syntax errors.

     

    Example:

    <TEXT TYPE Action="3" Text="{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1031{\\fonttbl{\\f0\\fnil\\fcharset0 Courier New;}{\\f1\\fnil Courier New;}}\r\n{\\colortbl ;\\red0\\green128\\blue0;}\r\n\\viewkind4\\uc1\\pard\\f0\\fs20 fqwe\r\n\\par tr\r\n\\par \\cf1\\b\\fs44 qg\r\n\\par as\r\n\\par g\r\n\\par asd\\fs20 \r\n\\par g\r\n\\par w\\cf0\\b0 \r\n\\par qw\r\n\\par rz\r\n\\par ezrte\\f1 \r\n\\par }\r\n"/>

     

    throws a syntax error, while any other type like Use Clipboard and Paste Text works fine

     

    Example:

    <TEXT TYPE Action="1" Text="fqwe\r\ntr\r\nqg\r\nas\r\ng\r\nasd\r\ng\r\nw\r\nqw\r\nrz\r\nezrte"/>

     

    The Rich Text one runs just fine when not run with Run Macro in Variable.

    Do I have to edit something manually in the direct code or is Text Type - Paste Rich Text just incompatible with Run Macro in Variable? Haven't had this issue with any other command I used so far.

  3. I would like to say a big THANK YOU to everybody contributing here. Now i know that there are some MEX resistant programs out there. And that it makes sense to code a workaround instead of wasting time with searching an error somehow. This is what i learned about it. 😄

     

    By the way. What i really love about this freeware Q-Dir is that you can define Favorites which change all four panes/folder views at once. So i created different setups for Office or for writing music. Don´t hesitate to ask me, if you would like to know more. 

  4. So i wanted to know more about it and posted the odd behaviour here. My Workaround for activating pane 1 is this. It also resets the mouse position to the previous one. 


    <VARIABLE SET INTEGER Option="\x02" Destination="%X%"/>
    <VARIABLE SET INTEGER Option="\x03" Destination="%Y%"/>
    <MOUSE MOVE Option="\x02" X="550" Y="59" Control="%DoList2%" _PROMPT="0x000A"/>
    <MOUSE LEFT CLICK/>
    <TEXT TYPE Action="0" Text="<TAB>"/>
    <MOUSE MOVE Option="\x01" X="%X%" Y="%y%" Control="%DoList2%" _PROMPT="0x000A"/>
     

  5. Well let´s say i make sure that the Q-Dir Window is active as the macro is scope specific. I can not recognize any pattern. Maybe one could install this tiny tool and try it himself. Just an idea. 😉 You may fall in love with it like i did. 


    Q-Dir consist out of 5 areas. On the left the navigation pane. On the right from this four independent folders which even can have different Tabs which i love. CTRL + 1 should always select the first (yellow) folder. 

    Another nice feature is that you can define different formats for filetypes. You see the different colours for the filenames in Folderwindow 1 (yellow)

     

     

    image.thumb.png.739e2575199ea82827f4aee9083b98b8.png

×
×
  • Create New...