On Mon, Jun 20, 2011 at 11:47 PM, Andrew Kluthe wrote:
> Ahhh ok, how do I stop that without having to duplicate datagrids?
> Impossible?
Place the data grid inside of a containing group and then share the
containing group among cards.
--
Trevor DeVore
Blue Mango Learning Systems
LiveCode Re
78305.n4.nabble.com/mouseDoubleUp-issues-tp3612079p3613180.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subs
On 6/20/11 6:25 PM, Andrew Kluthe wrote:
I went to go and check the target, but I get various answers for the
target depending on which column a user clicks on the datagrid. One
on datagrid with this problem I get no target being output at all
(very bizzare).
Also, is hcBehavior a property? I tr
Ahhh ok, how do I stop that without having to duplicate datagrids?
Impossible?
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/mouseDoubleUp-issues-tp3612079p3613108.html
Sent from the Revolution - User mailing list archive at Nabble.com
On Mon, Jun 20, 2011 at 9:23 PM, Andrew Kluthe wrote:
> The handler is only in the datagrid script and the datagrid is a background
> control that appears on multiple cards in this stack.
>
Background group scripts are inserted into the message for all controls on
the card which is why mousedoub
has any insight into the original problem, feel free to share so I
can clean this mess up later.
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/mouseDoubleUp-issues-tp3612079p3612948.html
Sent from the Revolution - User mailing list archive at Nabble.com
tput at all (very bizzare).
>
> Also, is hcBehavior a property? I tried looking it up in the dictionary but
> cant find anything.
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/mouseDoubleUp-issues-tp3612079p3612758.html
> Se
cant find anything.
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/mouseDoubleUp-issues-tp3612079p3612758.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-livecode mailing list
use-livecode
Hi Andrew,
Probably, the answer is that the datagrid has the hcBehavior set to true. I'm
not sure that you can turn this off without breaking the datagrid. The solution
is to put check the target, but maybe you figured that out yourself already :-)
Btw, I would write
if pMouseBtnNum is 1 the
Hello :),
Using RevEnterprise 4.0, I have a mouseDoubleUp handler that I ended up
placing into a data grid table.
on mouseDoubleUp pMouseBtnNum
if pMouseBtnNum is 1 then
editPayment
send "PopulatePaymentGrid" to this stack in 2 milliseconds
end if
if pMouseBtnNum is 3 then
10 matches
Mail list logo