AIR window alwaysInFront preblem in MAC - air

I am working in adobe flex 4.6 AIR application. I run my main application and click on button, a window is opened which is transparent, alwaysInFront="true", width and height of the screen. When it opens, i click on another buttons in my main application. The button click perform when i click 3 or 4 times on that in MAC but when i perform this in windows it working fine on single click. If i set the alwaysInFront="false" then it works fine in windows and MAC.
Window code is below
<?xml version="1.0" encoding="utf-8"?>
<s:Window xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:customcomponents="customs.customcomponents.*"
xmlns:services="services.*"
width="100%" height="100%" backgroundAlpha="0"
creationComplete="window1_creationCompleteHandler(event)" minimizable="false" showStatusBar="false" systemChrome="none" transparent="true" alwaysInFront="true">
<mx:Canvas id="canDesktopVideo" width="100%" height="100%" horizontalScrollPolicy="off"
verticalScrollPolicy="off">
</mx:Canvas>
</s:Window>
So any one has any idea why alwaysInFront="true" in window create problem in MAC.

Related

wxWidgets controls paint/draw/display issue on Windows

I built a small wxFrame GUI, originally on Linux using CodeLite+wxCrafter, but on Windows the controls are not visible until I click on a notebook page and back, or resize the form, or hover the mouse over a control. I created a new Windows CodeLite+wxCrafter project and it does not display this issue. I tried comparing all the details between the two projects to see what differences there were, but couldn't find any that fixed the issue. I'm puzzled.
For example, this is what I see when I run the app:
After clicking on the Advanced Page and then back to the Run Page or resizing the form, this is what I see:
Or if I hover my mouse over say a wxButton (Open) it shows up:
This is what it should look like, after I click on the Advanced Page and back to the Run Page or resize the form, and then hover my mouse across all the text controls.
Any ideas what the display issue is?

How to automate iframe click in selenium-ide?

Also, the simple click command to the skip_intro id is failing.
Please use the selectFrame command in Selenium IDE to select the frame.
If your iframe is like <iframe id="ntbanner" width="100%" scrolling="no" height="113px" frameborder="0">
Your command will be selectFrame and the corresponding target will be id=ntbanner in IDE.
Once you are in the frame, you can click the button or elements in the frame by using normal click. If you want to get back out of the frame you can set target as null to the selectFrame command in IDE

ThinApped IE10 cannot open files

I have managed to ThinApp Internet Explorer 10, on a Windows 7 64bits machine.
However, on the ThinApped IE10, I encountered some issues:
When we want to open a PDF, a new tab is opened but it is empty, the PDF never shows;
When we want to export an Excel (xls and csv) report by clicking on a button, nothing happens. (IE9 asks if we want to open, save or cancel.)
I tried to ThinApp together IE10 and Acrobat Reader (two entry points in one package); Acrobat Reader is launched when new tab opens (first time 'Accept the conditions' pops up), but file still isn't displayed.
I tried to use AppLink but didn't managed to...
Would you have a process I could follow to trouble shoot this issue?
Thanks a lot!
Use This :
" width="100%" height="100%" alt="pdf" allowscriptaccess="always" wmode="transparent" allowfullscreen="true" pluginspage="https://www.adobe.com/products/acrobat/readstep2.html">

Uploadify - file select dialog goes behind the popup window

I am using uploadify in a child window. that is if i click on a image it will open a new window using javascript.. inside the child popup window, i am having the uploadify.
everything works fine. but when clicking Browser Files flash button, the file select dialog goes behind the child window. anybody please help to focus the file select dialog to the current popup window.
Do you have a link so we can test this? It seems like a problem on how your computer is rendering dialogs.
I believe the browser can't control whether the dialog will be created on top of all windows or behind all windows.

How do you stop an AIR application?

At 1 minute into the "See it in action" video, Paul stops the program from running.
What button did he push to do so?
i think he just pressed Command+Q on his keyboard to quit ADL (AIR Debug Launcher). usually when you debug an AIR application, from Flash Authoring CS5 on Mac OS X, the top menu bar doesn't change. you have to select another application, like Finder (by clicking the desktop) and then click on your AIR app to see the top menu bar reflect ADL. i'm assuming the same thing happens when using Flash Builder and Aptana.