06-26-2003, 12:52 AM
i work on a solution for drag and drop text.
ppro has a trigger middle drag left, it starts my macro.
the selected text goes to a ppro note, where i want to collect text.
but how to append a new selection ?
currently with each new selection existing text will be replaced.
how to append ?
one way would be to read in a first step the note content and then to attach the new content.
typical weird from me, i know ...
here is what i really try to do :
i can't drop text from IE to a ppro note directly, but when pressing
control it works.
but as a lazy guy i don't want to press control,
a single mouse trigger should be enough.
ppro has a trigger middle drag left, it starts my macro.
the selected text goes to a ppro note, where i want to collect text.
but how to append a new selection ?
currently with each new selection existing text will be replaced.
how to append ?
one way would be to read in a first step the note content and then to attach the new content.
typical weird from me, i know ...
here is what i really try to do :
i can't drop text from IE to a ppro note directly, but when pressing
control it works.
but as a lazy guy i don't want to press control,
a single mouse trigger should be enough.