Or maybe you mean something more like this?

Button button = ....;
button.getAction().perform(button);

http://pivot.apache.org/2.0/docs/api/org/apache/pivot/wtk/Button.html#getAction()


On 21 October 2011 19:09, Chris Bartlett <[email protected]> wrote:
> http://pivot.apache.org/2.0/docs/api/org/apache/pivot/wtk/Button.html#press()
>
> On 21 October 2011 19:02, Adarsh Y.V <[email protected]> wrote:
>> Hi,
>> Is it possible to trigger a button action without actually pressing the
>> button
>> Thanks
>>
>>
>>
>

Reply via email to