|
It seems that it is impossible to capture the keyboard event normally used for copy when running a Flex application in the browser or as an AIR app, presumably because the browser or OS is intercepting it first.
Is there a way to tell the browser or OS...
Started by ianmjones on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just fine, but anything involving command (the key) wasn't realized is that ctrl-c can't be captured by event.ctrlKey && event.keyCode = Keyboard.C sense for charCode since ctrl-c is 3 in the ....
Capture control-c, control-v, etc.
|
|
How can that be?
When I turn the heat control dial, I can hear something move inside.
I turn the A/C on - I get super cold air from both passenger's vents (side and center), but normal/outside temp. air from both driver's vents.
While A/C is on I turn...
Started by sbi on
, 13 posts
by 4 people.
Answer Snippets (Read the full thread at driveaccord):
While A/C is on I turn - cold; driver - normal....
air from both driver's vents.
I turn the A/C on - I get super cold air from both passenger's vents (side and center), but normal/outside temp.
I can hear something move inside.
|
|
I have some basic experience in making Flex sites, but I think I have more use for Flex in making a desktop AIR application.
Anyway, I was wondering if it is at least possible to use C# alongside Actionscript/AIR? I can't find any example of this.
Also...
Started by dotnetdev on
, 8 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The whole point of AIR is to enable web developers who know AS/JS (yes, most languages can be ported to other....
There's no support for other languages and frameworks.
Your options with AIR are limited to HTML/JS, Flash/ActionScript or Flex.
|
Ask your Facebook Friends
|
I wonder what isit that Adobe AIR is better to use compared with say VB/C# apps.
i dont think Adobe AIR is faster/more efficent right? DB wise. SqlLite vs MSSQL Express, both are free, 1 is open source, but MSSQL is more powerful? isit faster? in AIR ...
Started by iceangel89 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I've done a little work w/ Air and I'll give you a few reasons to do
distribution and update of your software is going to be a breeze, Air has done a great job elements inside of Adobe Air applications....
Of application that you're building.
|
|
I'd like to build a special AIR launcher program in C along the lines of java.exe.
I've looked at running AIR programs with a process viewer and was able to locate the AIR runtime DLL that is being used. AIR programs are different than Java in that they...
Started by RogerV on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't think hosting the AIR runtime far as any potential commercial use):
From the Adobe® AIR™ Runtime Distribution FAQ :
Distribute or use the Adobe AIR runtime....
It sounds like you want to do some very hardcore AIR hacking.
|
|
I have to choose a platform for our product. I have to decide between The Qt Framework and Adobe's AIR. I am well versed with Qt as I have worked for the last two years. I looked up at the Adobe's site but all the info about flex, flash, ability to coding...
Started by Ankur Gupta on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm not extremely familiar with AIR beyond ( http://www.adobe.com/products/air....
Versed in QT, why are you considering something else? Which advantages do you expect AIR to give you: there are libraries for Windows, Linux, and Mac OS X.
|
|
I have an app that I've written in C#/WinForms ( my little app ). To make it cross-platform, I'm thinking of redoing it in Adobe AIR. Are there any arguments in favor of WinForms as a cross-platform app? Is there a cross-platform future for Winforms (...
Started by yar on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
As far as my experience in Flex/AIR/Flash actionscripting goes, Adobe AIR development environment and coding/debugging toolsets are far inferior mind the coding/debugging tooling....
And 3.5
</speculation>
I would use Java or Air.
|
|
Hello,
I'm currently trying to built a little Air Application where I want to set the normal Command-C key to call a function? Is this even possible to use a standard Menu Command?
function createMenu():NativeMenu{ var menu:NativeMenu = new NativeMenu...
Answer Snippets (Read the full thread at stackoverflow):
If i look up the "Edit"....
Well, if I'm running my Air Application it has with CMD-C.
I'm not sure what you mean in the first part of your question (what is the normal command C key exclusively to MouseEvent (your example does not).
|
|
Will a MacBook Air have enough horsepower for occasional development in Ruby? Objective C? Cocoa?
Are there any other major limitations with doing this?
Notes:
I hook it up to a large Monitor. I would be hoping to use standard mainstream Mac IDEs. I know...
Started by nick_alot on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
The MacBook Air has one annoying habit unibody macbooks are very much....
The Air falls into this category.
Budget level, laptop should be more than sufficient for Ruby and Objective C development, especially "occasional development".
|
|
Hello,
I've written a program in C# to take screenshots of rectangular areas on my screen. however i don't seem to be able to capture the information from Adobe AIR applications. Instead, the applications beneath are what i end up with.
the meat of the...
Answer Snippets (Read the full thread at stackoverflow):
If you don't see Adobe AIR in your screenshot, then it's an acceleration issue - Adobe AIR is using.
Paste the screenshot into MS Paint.
A screenshot of an Adobe AIR application on the Windows clipboard.
|