Results 1 to 2 of 2
- 08-06-2009, 01:16 AM #1
Member
- Join Date
- Aug 2009
- Posts
- 1
- Rep Power
- 0
Help needed from anyone who has experience of using java in conjunction with Flex
I have recently been developing an Adobe Air application using Adobe Flex 3 but require the project I'm working on to do a function that flex does not seem to allow.
What I need is when a user of my created application clicks on a button that is WITHIN the application the F1 key will be outputted to the operating system/desktop. So for example if F1 is binded to a certain program installed on the operating system somehow (which it has been) pressing F1 on the desktop would open this program. I want this to be able to be done at the click of a button within an Adobe AIR application without pressing any keys at all (the system my application will be used on won't have a keyboard).
This may sound strange to anyone who hasn't used Flex and I may be clutching at straws by asking this on Java forums but I have been told by a Flex expert that this would require Java to work and I don't know where else to turn. :confused:
If anyone can help me out and understands Flex, here is the code for my button application so far. I simply need the click function of the button to output F1 to the desktop/OS:-
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="" layout="absolute">
<mx:Button id="LetterButton" label="Button" horizontalCenter="0" verticalCenter="0" click=""/>
</mx:WindowedApplication>
- 05-10-2011, 02:41 PM #2
Similar Threads
-
Core Java,Flex developer,PureMVC in San Mateo,CA Needed
By jnash1978 in forum New To JavaReplies: 0Last Post: 12-11-2008, 02:00 AM -
A SCJP with 4 years experience seek a Java Developer position in Melbourne Australia
By iamroger2004 in forum Jobs WantedReplies: 0Last Post: 05-18-2008, 09:31 AM -
Lead Java developer -- Spring and Hibernate experience
By orjueladiego in forum Jobs OfferedReplies: 0Last Post: 10-29-2007, 01:50 PM -
Java/Flex job in London
By emakmafu in forum Jobs OfferedReplies: 0Last Post: 07-23-2007, 06:08 PM -
Flex
By Freddie in forum Advanced JavaReplies: 1Last Post: 05-28-2007, 04:10 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks