ActionScript 3.0 :: Lost Filters Tab In Property Panel(Ctrl + F3)?
Dec 24, 2009I lost Filters Tab in Property Panel(Ctrl + F3). I can't find how to take it back.
View 1 RepliesI lost Filters Tab in Property Panel(Ctrl + F3). I can't find how to take it back.
View 1 RepliesI cannot see any filters in the property panel under "filter". How do I get these filters? I am using CS4 version.
View 1 RepliesThe flashplayer catches all keys pressed by the user. I'd like to know if there's a way or workaround to pass them to the browser. For instance, Ctrl-T (open new tab in firefox). I'd like to re-enable this shortcut. Maybe with javascript?
View 1 RepliesI have a Flash movie which fills the whole browser window. This means that always the key events are catched ("stolen") by the Flash movie only, when using Firefox. IE7 seems to be working as I want.
I want for example ctrl+w (close window), ctrl+n (new window), ctrl+t (new tab) to work in Firefox while the focus is on my Flash movie. How to accomplish this?
I'm trying to assign a custom property to an attached MC. In this case it's an ID number, but it's always undefined inside the onRelease function... What am I missing?
ActionScript Code:
function blablaMethod(){_root.attachMovie("bla", "bla"+someIncrementingId, _root.getNextHighestDepth());var mcReference = _root["bla"+someIncrementingId];// I've also tried the following:var mcReference = _root.attachMovie("bla", "bla"+number, _root.getNextHighestDepth());
[code]....
I'm tracking the keyUp state of the CTRL key and I'm okay with the results except when it comes to key combinations. The code I wrote below is for you to see what the issue is.
Press the CTRL/Apple key and you'll see it traces "CTRL on". Release it and you'll see it traces "CTRL off". No problem there. Now press CTRL and then press the A key (as in select all), now release A, then release the CTRL key and you see nothing traces. Does anybody have an idea about a workaround to that? I prefer not to use a continuous ENTER_FRAME hack for that if any.
[Code]...
I have about 9 buttons on my stage and I want to write code for the rollover and rollout effects, I only want to write the code once so I am trying to pass the button info into a string via evt.target.data and it pass the info properly into my string variable but when I try to set my filter to that variable, setting my movieclip instance name to that variable, I get 2 errors:
1119: Access of possibly undefined property filters through a reference with static type String.Warning: 1072: Migration issue: String is not a dynamic class. Instances cannot have members added to them dynamically.
My code is:
import fl.transitions.Tween;
import fl.transitions.easing.*;
var thumbArray:Array=new Array();
var movieClipLoader:Loader;
[Code].....
How to disable Ctrl+W or Ctrl+C and Tab for .swf file
ctrlKey = false; in KeyBoardEvents but how to apply it to the stage.
I just downloaded Flash CS5 for mac which installed without any errors. However, when I first launched the software I am getting the following error: The following panel layout is missing or could not be read: /users/rob/Library/Application Support/Adobe/Flash CS5.5/en_US/Configuration/Workspace/Essentials.xml The application will not have a correct layout. load one from Windows ->Workspace Once past this message none of the panels load.
View 3 RepliesI have a map in a panel.When maximizing the panel,the map remain the smaller size.How to make the map growing synchronizely with the Panel? When maximizing the Panel,I added Resize Effects.How to apply Resize effects on the Map when the extent of the map changing? It seems to me that I should dispatch extentChange event when maximizing the panel.
View 1 RepliesI discovered this while doing some programmatic panel resizing:Components in a spark Panel will still be visible when their location is outside the physical Panel boundaries. This does not happen with the mx Panel.unning Flex 4.1 on Windows 7I tried putting mx and spark controls in the spark Panel, and they both appear outside of the boundaries. Note this doesn't happen with the mx Panel. What am I missing to make the spark behave like the mxSample Code:
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
[code].....
I want to create a panel docking to a pop up panel in my flex app, like Winamp's playlist window can dock to main window. but I didn't find any useful on docking in flex
I've traced the PopUpManager, but I didn't find any available interfaces or events about popup window's moving, I think it's design shouldn't be so bad.
Does anyone knows of a way to get the output panel in flash or the console panel in flex builder or flash builder, to format the "traces" with html or any thing else? for example:
trace( <b>brett</b> ); and to get that to appear in bold in the console window or the output window?
I have basic movie clips, On roll over, show arrows [NEXT, PREVIOUS] on movie clip [they then show other images inside movie clips]I can show arrows on roll over.But when i roll over the arrows the main ROLLOUT function gets called, the arrows hide. I've tried several flagging methods and have resulted in using a larger invisible border around the clip, rolling over that hides them.
View 1 RepliesI have been using the up/down, left right keys ito scale and rotate an object. I decided to change that to CTRL+up/down/left/right key so I could use the arrows to position the object.
When I change
if( event.keyCode == Keyboard.UP)
to
if( event.keyCode == Keyboard.UP && event.ctrlKey)
nothing happens.
I've tried a few tests and I can CTRL+left and CTRL+right fires an event, but CTRL+Up or CTRL+Down does not fire an event.
without the && event.ctrlKey added, all events work fine. So I knopw the CTRL key works and the arrows work. Just not CTRL+UP or CTRL+DOWN arrow together.
It might be my DELL laptop keyboard, but if so, many will have this problem.
I am not able to detect the keyboard event CTRL+V on a swf using AS3 in IE. It seems to trigger the default browser behavior, and im not able to do anything.
View 2 RepliesI want to be able to capture Ctrl + another key. How do I do this?
I've got the following code from help:
var keyListener:Object = new Object();
keyListener.onKeyDown = function()
{
[Code]....
But I can't seem to be able to capture key combinations like Ctrl + another key.
For what I need to do, I really need to capture several key combinations. At the very least, I want to be able to capture Ctrl + another key.
I have a switch statment in my action script class. I have a function onKeyDown (event: KeyboardEvent) which contain a switch statement.which control the different keys. But now I want to handle the same functionality which TAB key is doing using two keys CTRL and SPACE key. I want add a case more in my switch statement first I pressed CTRL and then SPACE key then a a specific funtion is called. How two keys used in my switch statement.......
private function onKeyDown(event: KeyboardEvent) : void{
if (popUp.displayPopUp){
switch (event.keyCode){
case Keyboard.UP:
case Keyboard.DOWN:
[Code] .....
I'm having a strange issue regarding the ctrlKey. Maybe somebody can help me sort this out.
In this code, when I press the "X" key the SomeFunction executes just fine.
[Code]...
How do I test for MouseOver AND the "CTRL" key being pressed at the same time?
View 8 RepliesMe and my friends have done a game and when we export it you can scroll through the whole game by pressing Ctrl + Enter. How can we block Ctrl+Enter from skipping frames?
View 13 RepliesIn my application, I need to detect a CTRL-C event. I can detect CTRL-K , CTRL-T , CTRL-U, and a bunch of others, but it seems that CTRL-C is reserved ! First it detects the CTRL , but as long as the CTRL button is held down, it totally ignores C when it's pressed. I know that there was a key combination detection script here on kirupa offered by someone (Michael), but it has this problem as well. how I can detect this combination?? Here is the code Im using to test which key is being detected (Note that debug is the variable name of a textfield on the main timeline, because testing key combination events inside of flash sometimes causes problems):
[Code]...
I am writing an AIR application in Flex. The application needs to be able to handle shortcuts on both Mac and Windows. I have the shortcuts on the Windows side working, but the same application on a Mac doesnt seem to trigger the commandKey property on a Keyboard event when the user is also using another key in combination (ex. command+g doesnt work)
View 2 RepliesI want my data grid to behave by default as if the user is holding the control key down. So when an item is clicked, then another item they are both part of the selection, clicking them again removes them from the selection. I already have allowMultipleSelection = true but I can't seem to find any setting that does this. I'm working on the itemclick event in the meantime, but it seems like there might be an easy to use setting I'm missing.
View 3 RepliesI'm using hotkeys (ctrl + key) in my flex application. getting problem when my app is running in IE.when i press ctrl+D, im getting 'Add a Favorite' window of iE.How should i override the default behaviour of the browser.
View 1 RepliesWhen a flash app is loaded in the browser, it default captures the CTRL-TAB keystroke which is needed for changes tabs in modern browsers.
Any ideas on how to configure Flash Builder 4 to not listen for these keystrokes or to bubble them up to the browser?
I need to disable pasting text in a textinout (flex3) : CTRL+V
View 2 RepliesI need to fire an event by pressing CTRL+s.
I tried this but it won't work:
if(e.ctrlKey == true && e.keyCode == 81){
trace("CTRL+S")
}
I am trying to perform an action with Ctrl+Click So, when a textfield is clicked, I would like to check to see if the user has the Ctrl key pressed as well, if it isn't pressed ignore the click action otherwise do the action...
View 4 RepliesI've been looking for a way to diable the ALT key or disable a user exiting my flash movie through ctrl-alt-delete. I've searched around online and all that i've found is this: fscommand("trapallkeys", "true"); it works good for some keys, but not what I'm looking for. Everything else is just for old AS. I need this for Mx.
View 1 Replies