No problems. Indeed mouse events were added in CS4. So i just ended up catching AE version and displaying regular buttons instead.
Cheers.
Search found 5 matches
- April 16th, 2014, 4:38 am
- Forum: General Scripts Library
- Topic: Text as a button in GUI
- Replies: 6
- Views: 80612
- April 12th, 2014, 12:39 pm
- Forum: General Scripts Library
- Topic: Text as a button in GUI
- Replies: 6
- Views: 80612
Re: Text as a button in GUI
Hm, any idea why this approach does not work under AE CS3?
- April 10th, 2014, 12:18 pm
- Forum: General Scripts Library
- Topic: Text as a button in GUI
- Replies: 6
- Views: 80612
Re: Text as a button in GUI
Now That's a proper reply.
Big thank you Xavier for taking your time answering my question, appreciate that.
Big thank you Xavier for taking your time answering my question, appreciate that.
- April 8th, 2014, 11:26 am
- Forum: General Scripts Library
- Topic: Text as a button in GUI
- Replies: 6
- Views: 80612
Re: Text as a button in GUI
No one?
Is this so difficult or impossible?
Is this so difficult or impossible?
- April 6th, 2014, 11:44 am
- Forum: General Scripts Library
- Topic: Text as a button in GUI
- Replies: 6
- Views: 80612
Text as a button in GUI
Hi guys. Newby here. I am pulling my hair and cannot figure out how to make a TEXT into BUTTON. I know how to create a button like this: buttonHelp = win.add("button", [20, 365, 240, 395], "Help",); However, I don't need it to look like a button - instead I just want it to look l...