On Tue, Apr 3, 2018 at 8:30 AM, Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:
> a stack that will build a text file of the scripts of
> all of the open (non-IDE) stacks (except itself).
I just saw this. FYI, in Navigator you can right-click on any selection of
items and t
That makes sense. Thanks for t hat clarification, Craig.
randy
> On Apr 24, 2018, at 7:51 AM, dunbarx via use-livecode
> wrote:
>
> I wrote:
>
> "Randy.
>
> There must be something different in our setups. All I did was write a
> rawkeyUp handler to return the value of my mouse's right-cl
I wrote:
"Randy.
There must be something different in our setups. All I did was write a
rawkeyUp handler to return the value of my mouse's right-click. Either you
get a different value with that action, or something in your machine is
intercepting that "message" before LC does.
This was a w
> I'm still thinking about sessions for LCG. One of the suggestions I had
> seen was an intro on tool x. How about a tools roundup? Names and URL's
> for your favorite LC tools go in this thread, please. More is better so I
> don't leave anyone out.
Over the years we have made some tools t
On 4/23/18 12:04 PM, dunbarx via use-livecode wrote:
There must be something different in our setups. All I did was write a
rawkeyUp handler to return the value of my mouse's right-click. Either you
get a different value with that action, or something in your machine is
intercepting that "message
Randy.
There must be something different in our setups. All I did was write a
rawkeyUp handler to return the value of my mouse's right-click. Either you
get a different value with that action, or something in your machine is
intercepting that "message" before LC does.
Craig
--
Sent from:
http
Hi Craig,
That does sound handy. But for me, key 65473 references F4 rather than the
right mouse button. Did I read your message correctly?
When I have the the Pointer Tool selected and right-click the mouse, I get an
LC contextual menu.
I just put your handler in the stack script. Will that
Hi.
My most useful gadget is a very simple plug-in. It toggles the Browse and
Pointer tools when right-clicking my mouse:
on rawKeyUp tKey
if (tKey = 65473 and the tool = "browse tool") then choose "pointer tool"
else choose "browse tool"
end rawKeyUp
Craig Newman
--
Sent from:
http://runt
On 4/22/2018 11:22 PM, Brian Milby wrote:
> I can see that stack being very useful. If I make any good changes
> I’ll let you know. I’m thinking that listing behaviors in the index
> would be useful.
And there in lies one of the main issues with home made tools (like my
script reporter) in that pe
I can see that stack being very useful. If I make any good changes I’ll let
you know. I’m thinking that listing behaviors in the index would be useful.
On Tue, Apr 3, 2018 at 12:32 PM Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Mike & Marc,
>
> You can find the tool at
>
Mike & Marc,
You can find the tool at
http://www.researchware.com/livecode/rwScriptReporter141016.livecode
It is not fancy, nor elegant, but I have found I use it regularly to
create a text file of the script of our 100K+ line LiveCode app and
often have the text file of the scripts open to searc
Paul,
I would like it. Maybe you can upload the stack to Revonline too.
Thank you,
Marc
On Apr 3, 2018, at 11:30 AM, Paul Dupuis via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
On 4/3/2018 10:33 AM, Mike Kerner via use-livecode wrote:
I'm still thinking about sessions for LCG.
Hey, Paul,
this account works fine: mikeker...@roadrunner.com (but so do any of the
other addresses that any of you have for me, since I have...a couple...)
If you or someone else has one of my other addresses, those work as well.
One caveat for anyone who jumps in on this: A tool doesn't do any
On 4/3/2018 10:33 AM, Mike Kerner via use-livecode wrote:
> I'm still thinking about sessions for LCG. One of the suggestions I had
> seen was an intro on tool x. How about a tools roundup? Names and URL's
> for your favorite LC tools go in this thread, please. More is better so I
> don't leave
I'm still thinking about sessions for LCG. One of the suggestions I had
seen was an intro on tool x. How about a tools roundup? Names and URL's
for your favorite LC tools go in this thread, please. More is better so I
don't leave anyone out.
--
On the first day, God created the heavens and th
15 matches
Mail list logo