Search found 4 matches

by Proct0r
Fri May 24, 2013 1:43 pm
Forum: Talking LiveCode
Topic: Handler not finishing after go to card
Replies: 3
Views: 2594

Re: Handler not finishing after go to card

Wouldn't that still be refreshing the data grid before displaying it?

Oddly enough the problem seems to have fixed itself anyway... Perhaps I just needed that restart hehe
Thanks for replying though.
by Proct0r
Fri May 24, 2013 12:21 pm
Forum: Talking LiveCode
Topic: Handler not finishing after go to card
Replies: 3
Views: 2594

Handler not finishing after go to card

Hi all, another day another query :) I have a handler with a breakpoint immediately following a 'go to card 1' command that never triggers (and nor does the code following it). My issue is that the code following the breakpoint is supposed to refresh a data grid on card 1 and, to avoid needless suff...
by Proct0r
Thu May 23, 2013 12:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Prevent users from pasting text into a field
Replies: 2
Views: 2091

Prevent users from pasting text into a field

Hi all, Hoping somebody will have a cunning way to prevent anything from happening when a user presses Ctr+V in a field and maybe also the right-click context menu paste too. Guessing it will having something to do with a key press message but not sure which is the most appropriate to use, any help ...