Thank you for the confirmation, Douglas. Please keep me posted if you
see any other anomalies.
--
Richard Gaskin
Fourth World Systems
Douglas A. Ruisaard wrote:
The link provided works perfectly! ... Thanks very much!
Douglas Ruisaard
Trilogy Software
(250) 573-393
Alex Tweedly wrote:
> I'll add my thanks for such a useful tool.
Thank you for the kind words.
> I don't know if it's an anomaly or another failing in widget support
> :-)
>
> The NavBar widget has a number of properties (itemNames, itemStyle,
> hilitedItem, itemArray, ..) which are visible in
: Richard Gaskin
Subject: Re: Property Sheet for LC (was Re: Right click in field for menu)
Douglas A. Ruisaard wrote:
> Richard Gaskin wrote:
>> So I made a Property Sheet for LC some time ago, accessible right >>
from your IDE: in the Development menu see Plugins -> GoLiveN
I'll add my thanks for such a usefull tool.
On 04/06/2022 19:38, Richard Gaskin via use-livecode wrote:
Thanks for the report. Please keep me posted if you find any other
anomalies.
I don't know if it's an anomaly or another failing in widget support :-)
The NavBar widget has a number of p
Douglas A. Ruisaard wrote:
> Richard Gaskin wrote:
>> So I made a Property Sheet for LC some time ago, accessible right
>> from your IDE: in the Development menu see Plugins -> GoLiveNet,
>> and you'll find "4W Props" in the Stacks section.
>
> Looks like a very nice utility ... *BUT*, I get an e
Kind of you to say, Roger. Thank you.
Roger Guay wrote:
> This is very cool, Richard! I truly appreciate all you do for us.
> Richard wrote:
>> So I made a Property Sheet for LC some time ago, accessible right
>> from your IDE: in the Development menu see Plugins -> GoLiveNet,
>> and you'll fi
Cc: Richard Gaskin
Subject: Property Sheet for LC (was Re: Right click in field for menu)
Inspectors are great in consumer tools because they provide a convenient way
for less technical types to access the relatively small number of properties
needed for the narrow range of tasks most consumer app
This is very cool, Richard! I truly appreciate all you do for us.
Thanks and cheers,
Roger
> On Jun 3, 2022, at 7:18 PM, Richard Gaskin via use-livecode
> wrote:
>
> Inspectors are great in consumer tools because they provide a convenient way
> for less technical types to access the relativel
Inspectors are great in consumer tools because they provide a convenient
way for less technical types to access the relatively small number of
properties needed for the narrow range of tasks most consumer apps provide.
Property Sheets are the go-to for most professional development tools
becau
More gems of LC wisdom from Klaus!
Bob S
> On Jun 2, 2022, at 03:07 , Klaus major-k via use-livecode
> wrote:
>
> Hi Peter,
>
>> Am 01.06.2022 um 22:53 schrieb Peter Bogdanoff via use-livecode
>> :
>>
>> Hi, I finding that after right-clicking in the field and then showing the
>> button
Klaus, thank you. Such a simple fix!
> On Jun 2, 2022, at 3:07 AM, Klaus major-k via use-livecode
> wrote:
>
> Hi Peter,
>
>> Am 01.06.2022 um 22:53 schrieb Peter Bogdanoff via use-livecode
>> :
>>
>> Hi, I finding that after right-clicking in the field and then showing the
>> button popup
Hi Peter,
> Am 01.06.2022 um 22:53 schrieb Peter Bogdanoff via use-livecode
> :
>
> Hi, I finding that after right-clicking in the field and then showing the
> button popup menu, the focus is shifted to the menu. That’s good. However, if
> there was text selected in the field that I want to co
I didn't know mouse events were handled in an unlocked field! Nice to know.
Curiously however, in that handler I substituted a put statement for the popup
command using
send "put " & quote & "this worked" & quote to me in 2 seconds
In two seconds I get "worked" not "this worked" in the messag
Hi, I finding that after right-clicking in the field and then showing the
button popup menu, the focus is shifted to the menu. That’s good. However, if
there was text selected in the field that I want to copy or clear, the
selection is now lost since the focus was shifted.
I can grab the select
Hi Peter,
> Am 01.06.2022 um 20:34 schrieb Peter Bogdanoff via use-livecode
> :
>
> Hi,
>
> I’m wanting to implement a right click (button 3) in an unlocked desktop
> field to show a pop up menu.
> How would I do this?
on mousedown tNumber
## mousebutton 3 = right-click
if tNumber = 3 the
15 matches
Mail list logo