Search found 123 matches

by keithglong
Wed Jul 13, 2011 4:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Right clicking in Text Entry Field and show Popup Menu
Replies: 3
Views: 2932

Re: Right clicking in Text Entry Field and show Popup Menu

That did the trick; thanks shaosean! (And I am sure I will have many more questions down the line.)

LiveCode ROCKS! I love it.

Cheers from Florida,

Keith
by keithglong
Wed Jul 13, 2011 12:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Right clicking in Text Entry Field and show Popup Menu
Replies: 3
Views: 2932

Re: Right clicking in Text Entry Field and show Popup Menu

Hi Again, Okay, I think I figured it out. I used the following code in the script for my Text Entry Field: on mouseUp theButton -- show popup menu on right-click if theButton is 3 then if there is a button PopUp then popup button Popup end if end mouseUp The problem is, if I highlight text in the Te...
by keithglong
Wed Jul 13, 2011 12:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Right clicking in Text Entry Field and show Popup Menu
Replies: 3
Views: 2932

Right clicking in Text Entry Field and show Popup Menu

Hi All, I am new to LiveCode and have a question. If I place a Text Entry Field onto a Stack, and then create a Popup Menu (i.e., as a Button Menu), how can I set it so that whenever the user right clicks in the Text Entry Field (i.e., such as after highlighting text), the applicable Popup Menu disp...

Go to advanced search