Re: Custom Property

2017-12-21 Thread Monte Goulding via use-livecode
Hi Roger If you could create a bug report with a stack containing the offending graphic that would be helpful Cheers Monte > On 21 Dec 2017, at 5:22 pm, Roger Guay via use-livecode > wrote: > > Please, how is it that a graphic can have a custom property that

Re: Custom Property

2017-12-21 Thread Richmond Mathewson via use-livecode
This is probably a totally goofy reply, but here goes: I just set up a stack with a graphic: grc "diamond" in LC 7.1.4 and then typed this into the Message Box: set the "GRUNT" of grc "diamond" to 123 and that, automagically created the property "GRUNT" and filled in its value. I saved

Editing library script with TSNet "running"

2017-12-21 Thread Sannyasin Brahmanathaswami via use-livecode
If I try to edit handlers in a global backscript that has some TSNet callback handlers… I always get stack "lib_SivaSiva": execution error at line 1547 (Object: can't set scxript while it is executing), char 1 I have no way now to change this script, except to exit, quit LC and edit by hand,

Re: Datagrid Column Click

2017-12-21 Thread Bob Sneidar via use-livecode
CODE CORRECTION: on mouseDown pButtonNum if pButtonNum <> 3 then pass mouseDown put getClickedColumn(the long id of me) into tClickedColumn end mouseDown function getClickedColumn pDGID put the mouseControl into tTargetNum put the name of tTargetNum into tTargetName put the left of

Re: Editing library script with TSNet "running"

2017-12-21 Thread Mark Wieder via use-livecode
On 12/21/2017 07:10 PM, Sannyasin Brahmanathaswami via use-livecode wrote: If I try to edit handlers in a global backscript that has some TSNet callback handlers… I always get stack "lib_SivaSiva": execution error at line 1547 (Object: can't set scxript while it is executing), char 1 There

Re: Datagrid Column Click

2017-12-21 Thread Bob Sneidar via use-livecode
Thanks Mark, but as usual, the idea would not leave me alone, and kept drilling into my subconscious so I made a way to do it. on mouseDown pButtonNum if pButtonNum <> 3 then pass mouseDown put getClickedColumn(the long id of me) into tClickedColumn end mouseDown function

Re: Custom Property

2017-12-21 Thread Roger Guay via use-livecode
So sorry for your sacrifice, Richmond!! 1. I didn’t ask you specifically to do any testing. 2. You have no idea how much testing I did, nor the nature of it Roger > On Dec 21, 2017, at 2:30 AM, Richmond Mathewson via use-livecode > wrote: > > 1. Obviously

Re: Custom Property

2017-12-21 Thread Roger Guay via use-livecode
Thanks, Monty. Will do. > On Dec 21, 2017, at 12:16 AM, Monte Goulding via use-livecode > wrote: > > Hi Roger > > If you could create a bug report with a stack containing the offending > graphic that would be helpful > > Cheers > > Monte > >> On 21 Dec 2017,

Android Answer Box Bug When Tapping Outside of Dialog

2017-12-21 Thread Ralph DiMola via use-livecode
If you tap outside an answer box on Android the dialog disappears and "it" contains the right most option. "the result" is empty. I would think that the result(or "it") should return "Cancel". The result is empty whether you select an option or tap outside the dialog. This is a problem. Filing

Re: Custom Property

2017-12-21 Thread Richmond Mathewson via use-livecode
"Sacrifice" . . . I wasn't really complaining; just "laughing with you" as they say. I feel your pain 8-) Richmond. On 21/12/17 6:17 pm, Roger Guay via use-livecode wrote: So sorry for your sacrifice, Richmond!! 1. I didn’t ask you specifically to do any testing. 2. You have no idea how

Datagrid Column Click

2017-12-21 Thread Bob Sneidar via use-livecode
Hi all. I have a need to right-click on a datagrid column and get the name of the column, whether or not there is any data in it. I know this is not currently possible, as: put the mouseControl into tTargetNum put the name of tTargetNum into tTargetName will return graphic

Re: Datagrid Column Click

2017-12-21 Thread Mark Wieder via use-livecode
On 12/21/2017 10:50 AM, Bob Sneidar via use-livecode wrote: Hi all. I have a need to right-click on a datagrid column and get the name of the column, whether or not there is any data in it. While you're waiting for the enhancement, how about placing a (I don't know what you're populating

Re: Datagrid Column Click

2017-12-21 Thread Mark Waddingham via use-livecode
File an enhancement request and I'll make sure Michael sees it - he's had his head buried in the DG for a while so he might be able to suggest a way to do it right now. It sounds like a useful thing to be able to do. Warmest Regards, Mark Sent from my iPhone > On 21 Dec 2017, at 18:50, Bob

TS Net Documentation

2017-12-21 Thread Sannyasin Brahmanathaswami via use-livecode
an old theme "I want a printed dictionary…" As I peruse the dictionary TSNet is *huge* and complex…. Hunt and peck for what you have no clue will serve your needs gets tiring. Sometimes good old-fashioned "study for your exams" approach is a better way to go. And no, I don't want anything

Re: Custom Property

2017-12-21 Thread Roger Guay via use-livecode
Thanks! :-) Actually there’s no pain . . . it’s easy to work around. I was just curious why a stack I’m playing with from dev@livecode exhibits this problem. Roger > On Dec 21, 2017, at 9:58 AM, Richmond Mathewson via use-livecode > wrote: > > "Sacrifice" . .

mumbling towards a crash cause

2017-12-21 Thread Dr. Hawkins via use-livecode
I *may* have just had an insight on a cause of IDE crashes. A moment after I changed a custom property, and before the stack was saved, I ran something else that accessed that property from a script. Or, it could be coincidence, but this may be consistent with some of met other crashes. Just