ActionScript 2.0 :: PopupManager - Depth - Script Does Not Create A New Window
Apr 8, 2007
I put the MC that contains the script for creating a window inside of another MC. When I do that, the script does not create a new window. Why? I have the window component in the library of the childMC and the below script is in the childMC. The openBTN creates a window when childMC is not inside parentMC. Is this a "KnownIssue"?
[Code]...
View 1 Replies
Similar Posts:
Sep 6, 2011
In Flex (Flash Builder 4) I am opening a new window via PopUpManager.addPopUp. I have timer code that runs in my component and I need to stop my timer when that window opens and start the timer again when the window closes.
I figure it's easy enough to stop the timer in the function that opens the window, but how can I start the timer again when the window closes?
Is there a way to tell if there is a pop-up window in front of my component, or if a specific pop-up window is still open via PopUpManager?
View 2 Replies
Aug 24, 2010
My application will need some windows but I can't use the popUpManager to handle custom components so I'm thinking to implement a new window system. But I still don't know how to merge it with my custom components.
[Code]....
View 1 Replies
Jun 26, 2007
I'm looking to create a rotating set of images, simulated to look 3D... that can rotate either left or right, reactive to someones mouse location.
The path of the images would look like a flat oval, and as the images came to the forefront, they would be at full scale, have the lowest position (high _y), have the highest depth (appear in front of everything else) and be dead center _x.
As they slide left or right, they would reduce everything by a relative 50% to the final shift (scale, _y, and depth) until they got to the end, moving in an upward arc following the oval path. When they got to the end, and kept rotating beyond (move in the opposite _x. but appear to follow the flow of the arc), continuing to decrease in scale, _y, and depth.
View 1 Replies
Jan 26, 2007
It is possible to create a menu in the contextmenu making it possible to create a window (component�) ?
example:
function tab()
{
}[code]....
View 2 Replies
May 11, 2004
putting a movieclip into highest depth without knowing which clip is in the highest depth
View 2 Replies
Jan 7, 2009
I want to create a pop up window(not a browser window but a flash window) which has a lay out which I have designed.It should disable buttons in the background during the time it is open and provide me the option of displaying my text.This was done by using PopUpManager. createPopupWindow( ) in AS2 but no such functionality seems to be available in AS3
View 3 Replies
Oct 2, 2011
I'm working on a mobile app using the Flex 4.5 SDK and I'm trying to figure out the best way to handle notification windows. In most cases these windows will be alerting the user to when something goes wrong. Ex: bad login, no data, cannot resolve server.
I'm using a singleton design pattern, I have a Requests class that handles server calls. Most popups will be originating from this class (IOErrorEvents from my loader being used to access the API). Since this class is a singleton and is used from all Views inside the app it is not aware of applications current view. I'm also not sure having this class keep track of the current view and having it push popups on top of it would be best practice.
I'm hoping that I can use PopUpManager to keep track of where to add popups and what popups are currently on the stage. Though all examples I've seen online about this show static Components being used in a views Declarations tag.
View 2 Replies
Mar 12, 2006
I cannot use the PopUpManager class.
[Code]...
View 1 Replies
Nov 17, 2009
I have been all over looking for the right script to create a pop up window in flash that goes of height and width, now I have this script and it dosnt work.
on (release) {
getURL("javascript:NewWindow('167life.html','imgWi n','width=500,height=400');void(0);");
}
View 4 Replies
Jul 27, 2011
how to create new window(same application duplicate) in Air Project.
View 1 Replies
Jun 23, 2010
how to create HTML pop-up window using as3?
View 2 Replies
Aug 7, 2008
I am creating a Flash portfolio and would like create a separate pop-up window for each thumbnail button. In other words, when the user clicks on the button thumbnail of a portfolio image, it should open a new window that shows the full portfolio image.
View 9 Replies
Aug 21, 2002
Ive been following the tutorial on how to create a borderless window, but i just cant get it to work. Ive pasted the
javascript:openIT('page.html',450,250,null,null,'m ywinname01');
code into the Url space i the get URL action i have applied to flash button which links to the page that i want to open in the borderless window.Ive also pasted the long Javascript codeinto the html page which i want to be borderless (I pasted this in between the <head> and </head> part of the html).I downloaded the chromless.js file, and renamed the cU, cO, cS parts of the code to match the file names of the images i wanted these to be.I cant see what it is ive done wrong. Everytime i click the button to link to the page, i get an error message.
View 1 Replies
Mar 11, 2010
I had to reformat my question because I realized I was using incorrect flex method. But still a similar issue occurs:
private function passForm():void {
PopUpManager.addPopUp(passTitleWindow, this, true);
PopUpManager.centerPopUp(passTitleWindow);
[code]....
I click and popup does not display.
View 1 Replies
May 1, 2010
Is there a easy way to figure out consistently when a Dialog closes that has been created through PopUpManager. I would have suspected some type of message or callback mechanism, but there does not seem to be. In one case I use the WindowTitle component and event that only fires the CLOSE if someone presses the close and give no message when the dialog actually closes.
View 2 Replies
Oct 22, 2010
Basically I am poping up the following component:
PopUpManager.centerPopUp(PopUpManager.createPopUp(this,RegionExperienceDetailPopUp,false));
I need to call RegionExperienceDetailPopUp.generateData(passIntArray);
What is the syntax to do this?
View 1 Replies
Apr 20, 2011
I'm using the PopUpManager to bring a bunch of event windows up.I want to make it so that only one window can be open at a time, but I don't see anywhere in the code that tracks open windows to set up a conditional. I guess it just creates the windows and then sets them free?Thinking about a windowCount variable that increments when I add a window and decrements when I remove one, but since the PopupManager is called in different classes I'd have to start throwing events all over the place. I can do that, but I'm wondering if there's a more straightforward method?
View 2 Replies
Jul 13, 2011
I am using SWFLoader to load a swf file. The code is below:[code]
View 2 Replies
Jul 13, 2011
As the topic states, using a Rich Text Editor with a PopUpManager makes typing slow. If you try it in Firefox/Mac, it is painful. Chrome/Mac is a little slower as well. Are there any known issues with the PopUpManager and performance that can be addressed easily?
View 1 Replies
Feb 22, 2009
We are using PopUpManager to bring some screens up, and every time I create one, I need the new one to be totally unique from the old one. Right now, every time I create a popup, it has cached the last one in memory somewhere, and the variables are all still set.
View 0 Replies
May 12, 2010
I'm using PopupManager to display (not modal) popups in Flex.How can I make the background of my TitleWindow popup completely transparent?Now it is semi-transparent.. see picture with semi-transparent background (i.e. I just want the label inside visible):
[URL]
Maybe, instead of making it transparent I could try to reduce the padding, in order to make only the children visible ?
View 2 Replies
Jun 29, 2010
I'm trying to organise my code better and figured it would be good to place the pop-up logic within the component that's being popped-up. However, I can't seem to do this without causing one error or another. I also need to make the pop-up modal.I'm doing something along these lines (psuedo code):
<mx:TitleWindow >
<mx:Label id="messageLabel" />
<mx:Script>
<![CDATA[
[code]....
View 1 Replies
Apr 20, 2011
How can I make a DisplayObject popup like Flex PopUpManager in AS3?
View 1 Replies
Apr 25, 2011
I'm fairly experienced with Flex 4, but I still haven't needed frameworks yet (I like to do everything myself) and don't want to use them either, I know it's advantages and have learned how to use one of them, but still, no.
How can I dispatch an event in the main application and have a component inside a popupmanager to react to that event? All this dispatching the event within the main app and NOT aiming it to the popupmanager or the component instance, I want to be able to fire the event and not care about who gets it or if anyone reacts to it at all so if that is possible then I wouldn't care about keeping track of said popups.
I already dispatch an event from the component and receive it in the main application by bubbling the event and therefore being agnostic of each other, now I want it backwards.
View 3 Replies
Jul 29, 2011
I am implementing an application timeout feature (flex4). What I am finding is that mouse and keyboard events, which I have listened to with :
FlexGlobals.topLevelApplication.addEventListener(MouseEvent.MOUSE_MOVE, resetLastActivity);
FlexGlobals.topLevelApplication.addEventListener(KeyboardEvent.KEY_DOWN, resetLastActivity);
are being masked by the existence of any popup windows. The code is in a component, in the constructor. The component is added to the main application in the block.
How can I get these system generated events to not get stopped by PopUpManager display objects?
View 1 Replies
May 27, 2010
i have datagrid and i want that when i click on my EmpName column popopmanager must be display and when i click on other columns it shouldnt display.and i want also edit mode in every column when i click opn it.
View 2 Replies
Nov 5, 2009
how to create a button that will launch a new email window.
View 1 Replies
Oct 1, 2009
I've been searching for a way to make a customized AJAX window, functioning so that when you click a link, an informational window pops up and the rest of the page is greyed out
View 1 Replies
Oct 28, 2009
I came upon this site [url]... In it the navigation components resize with the browser window change of size but the content remains the same size.
View 3 Replies