TO answer your first question. YES it's an OS X thing! It's "free" when using
Cocoa text fields. When LiveCode finally ports to Cocoa the "standard" context
menu would at least be an option. I can't see that it is possible to hook into
that today. So you have to roll your own...
The built in spe
No the core of it was presented to me by another LC dev, and I modified it to
suit my needs. I just didn't want to go through the trouble of making it
generic again.
Bob
On Oct 2, 2012, at 1:39 PM, Timothy Miller wrote:
> There's my answer. Thanks, J.
>
> On Oct 1, 2012, at 4:00 PM, J. Land
So sorry my bad. It is control.
On Oct 2, 2012, at 5:42 AM, Peter M. Brigham wrote:
> On Oct 1, 2012, at 6:42 PM, Bob Sneidar wrote:
>
>> Command clicking and right-clicking are the same thing in OS x (unless you
>> changed the default prefs).
>
> Unless I am mistaken, this is not true. In O
On 10/2/12 3:39 PM, Timothy Miller wrote:
Now I'm curious again. I suppose the definition of "our jobs," as
above, has changed on the LC list. Is the LC list mostly comprised of
developers writing mobile apps these days?
I just meant that anyone developing cross platform apps (Windows, OS X,
There's my answer. Thanks, J.
On Oct 1, 2012, at 4:00 PM, J. Landman Gay wrote:
> It's an OS X Service and apps can hook into it if they want. I suspect
> LiveCode doesn't do it because of its cross-platform nature. None of the
> other operating systems have it and branching the engine code to
On Oct 1, 2012, at 6:42 PM, Bob Sneidar wrote:
> Command clicking and right-clicking are the same thing in OS x (unless you
> changed the default prefs).
Unless I am mistaken, this is not true. In OSX, control-clicking and right
clicking are the same thing, but not the same as command-clicking
On 10/1/12 4:40 PM, Timothy Miller wrote:
I'm just wondering two things. Is command-clickng on a hilited word
an OS thing, or does each application implement this feature
independently? If it's an OS thing, it might not be not very hard to
implement. In that case why doesn't LC do it? I.e., not
Command clicking and right-clicking are the same thing in OS x (unless you
changed the default prefs). What you are really talking about is a contextual
menu. These can be modified. I have an app that does it, thanks to someone on
this list who showed me how to modify the contextual menu handler
Thanks Peter and Craig,
Good thoughts, but I wasn't thinking of either one of those things. I am aware
of the new LC text property that makes spell check possible in LC, I have
looked at the spell-checker in the LC store, and I do remember the HC
command-key feature. (Heck, my Atari 64 seems li
Hi.
Are you harking back to HC, where holding the commandKey down in an unlocked
field would put the clickText?
This does not work natively in LC, though you can always:
on mouseUp
put the clickText --into tText
--load popUpGadget
end mouseUp
There is no visual feedback that somethin
Hi Tim,
There was a similar discussion a few months back regarding the spell
checking ability built into an OS, specifically OSX. The outcome of that
was simply that LC doesn't provide a way to hook into it so I think the
answer to your question would be the same.
There is a third party spell che
11 matches
Mail list logo