I have been trying this already many month ago, and just got back to it as I'm in need of reading out of an Html page! I have this Link I found maybe a couple of years ago and that code...
Hi, Well, I take everything back from my last mail as I was at fault mistaking on module and one component for another! So it is working now perfectly! Thanks a lot again most appreciated !!! regards...
Thanks for the reply! but which ever way I use it in my Application again NO show - (ma.move(1000,1000); OR even ma.move(10000,10000);) - it is all the same NO response at all. ...
After working everything out with the creation of these two windows and again mentioning that their work perfectly yet I did get hung up on a small other matter with them of...
YES, I understand, but it does all not work if I do that I need to address it with two separate functions in the main module to have it working for the windows ! so I'm happy with that...
I have been able to get both windows working with content !!! but addressing them with two functions instead of one:
YET, now the Timers are not working ???
Thanks a lot for the last piece of code as I seem to have worked out after another day of working on this project what it mite be.
Your code from yesterday worked AS IS perfectly well...
The code is as is! And there are no vars as well as they that code does not work with vars! AS IS !!!
I saw the exactly same code today on FLEX Examples exactly the same and maybe at...
I created the windows as this code bellow - NOTHING else: And the only way it worked for me in the windows etc. itself.
<mx:Script>
<![CDATA[
import mx.core.Window;
import...
After hours and hours of trying I ONLY can come up with one working solution to get two separate windows and these two windows actually working and doing what I want them to do.
Thanks for your effort in making an example, but that is not what is required as per my asking!
I was NOT after a PopUpManager type set up as I do have plentiful of these! I was...
Hi there,
I need to create two separate windows in my AIR Application, and be able to close them both by using a Timer in the main App. or within each window itself ???
I'm in need of creating a Application in Flex AIR (mx) which could examine the text of one (1) textInputBox checking against a hard coded list or Xml list of any of the previous data,...
I'm in need of delaying the execution of the code in a function (or function call) writing to a .txt file by about 1 to 2 seconds as the code 'As Is' is reading and writing not the very...
Thank you for your reply, but unfortunately it does not work as immediately when I type the no.5 into the box the Alert comes up! Tried a few different versions but no. regards aktell
Just found this piece of code as I was looking for something on the fly to use for a min and max value for a Input Text Box.
Max value works fine yet I can't work out the min. I was...
I have worked for a few hours with these items you send, and the modules did not want to show at all with the first code block, and I have tried in particular to understand the second code block the...
Hi there,
I have this code which I have used for a long time in my AIR Apps which have a few modules only, but I wanted to test it and maybe use it also now in my other Flex Apps, but here I have...