Re: open context menu programmatically

2015-09-24 Thread tryfon
Finally i created a dialog and i removed the title bar... -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/open-context-menu-programmatically-tp4023022p4023023.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

open context menu programmatically

2015-09-23 Thread tryfon
i am creating an editor and and i would like to show a suggestion popup in a textpane. My idea is to show a context menu with "suggestions" after pressing a keyboard combination(like eclipse Ctrl+Space). Is there anyway to open context menu programmatically? If someone has an other suggestion to