Professional :: Change Workspace But Can't Get This Panel
Feb 2, 2011
I have seen many tutorials where there is a panel at the bottom with "properties", "filters" and "parameters". But I don't have that panel. I have tried to change workspace but I can't get this panel. When I choose (Window > Properties) I only get a properties panel on right side but It's not that panel I'm looking for.
View 1 Replies
Similar Posts:
Dec 7, 2011
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 Replies
Feb 4, 2011
I am on a MAC with two (2) user profiles.
When I launch Flash builder, I am getting a "workspace in user" message, and Flash Builder keeps prompting me to choose a workspace and it's pointing to the other user's profile.
I keep pointing it to my workspace under "my documents" and I check the following box:
Use this as the default and do not ask again.
However, every time I open up Flash builder, it's asking me again? Is there any way to stop this? Like, is there some file I have to delete or something?
View 1 Replies
Mar 12, 2011
I have a HTML box and load a local html file from the project. In this HTML file I use jquery and I want to load an image from my user directory. I see the image from my user directory but jquery doesn't works. I get this error:
[Code]...
But if I load an image from the app workspace, everything works fine (I see the image and Jquery works). Is this a policy problem? The error says that is a "null object reference" problem, but this can't be true...
View 2 Replies
Mar 12, 2010
I have a very long series of images ~ 3000 pixels wide total that I want to put in flash but the work area is way too small and the objects just get pushed off the side of the screen.
View 2 Replies
Mar 10, 2012
Most of the other Adobe apps have a "Workspaces" directory located in the user preferences directory but I can't find any info on where Flash stores it's workspaces files. I need to copy and install the same workspace across multiple computers - does anyone know how to do this for Flash?
View 3 Replies
Feb 7, 2011
I installed cs5 creative suite on windows 7 64bit, I've got cs4 creative suite installed, all programs work fine, only flash cs5 has a problem, when I try to launch it, it loop after the write "I'm creating the workspace ... " (similar). It loop to infinite, I see the logo and a window with label = "flash cs5", into the window there isn't nothing, only a white page with the "cursor wait".I tried all the advise by adobe (on google cpsid_82252) but nothing work fine ... I re-installed all creative (after WinCS5Cleanupscript) but nothing ...
View 3 Replies
Aug 2, 2010
I want to make a simple animation with some photos. But I'd like to create this in a circle shaped workspace (stage), so when I export the movie as a .swf it will be shown as a round document, instead of the basic rectangle.
View 1 Replies
May 17, 2010
I can't find in Windows where Flash CS5 save personal workspace..Photoshop and Illustrator save it in roaming vista folder but Flash?
View 2 Replies
Aug 21, 2010
Is it possible to arrange panels inside the Flash workspace, to have one panel at the top, wide 100% (the timeline panel). Then below it, have 2 columns: main window panel on the left and properties on the right.
From what I experienced, it is not posible with docking. Either you must have all 3 panels 100% wide, or you must have 2 columns from top to bottom, and within each of those 2 columns, arrange as you wish.
View 1 Replies
Feb 20, 2011
I have a classroom with 20 workstations, 5 or 6, of theses computers when using flash only shows a view of the stage without the workspace. when when reduce down to a view of 50% it places the stage in the upper right hand corner and never allows the normal view of the stage and workspace.
View 9 Replies
Aug 17, 2011
Facing one problem with Flex builder "Refreshing workspace" and "Building workspace" over and over... Am wasting almost 10min on every build. running FB 3 on my win 7 , 64 bit , 3 gig Ram.
View 1 Replies
May 30, 2011
how can i change the cursor when my cursor is only within this pop out panel and not in the main stage ?
private function launchPopUp(e:MouseEvent):void
{
panel = new Panel();
[code].....
View 1 Replies
Feb 12, 2010
And i have a requirement like, if i change the resolution of the computer, all the panel's in my applcition are auto setted to particular resolution by defaultly. but it should not happened like this.If resolution changed, the scrollBar comes into the picture for panelFor example, I have set the resolution in 1280*1024, so now the panel scrollBar not visible And as per my requirement, i need to check the resolution in 800*600 .But now the panel is automatically reset to this resolution.But i need a scroll bar for the panel when we change the resolution to 800*600.
View 1 Replies
Nov 9, 2010
I have a panel in my application, and the user can change its width. My problem is when the title is very long. I would like to crop the title by changing the width.I have tried changind the width of the titleTextField by:this.titleTextField.width = ...
View 1 Replies
Jul 21, 2009
I am using Flex with papervision 3d and tweener and i have a 3D spinning earth and on its surface i have some hotspots which are planes. On the mxml file i have a Panel which has the visibility set to false, i have added an eventlistener for the hotspot so that when i click it the Panel should become visible, but i have no idea how to code that function so that it works, i don't know how to adress the Panel's visibility property, i don't know how to change it from there.
View 1 Replies
Oct 25, 2009
I am having two panels with separate colorpickers in them. If i select a particular color in the colorpicker, then the border of that panel should change to that color. I am able to do this perfectly but, since i have written the same code for both colorpickers, when i select the other colorpicker the previous panel color is coming to the normal color i.e. default panel color.
If i want the panels to retain the color even after selecting the other colorpicker what should i do... I am using event.CHANGE on colorpicker and setting the style of borderColor for the panel.
View 1 Replies
Oct 24, 2010
But I have a simple problem I think.I have a moving panel of images, and I want to be able to change the direction of the panel with the click of a button. Here's what I have so far:
var panelSpeed:Number = 1;
var leftDirection:int = -1;
var rightDirection:int = +1;
[code].......
View 1 Replies
Mar 26, 2012
I'm creating a log-in box for my Flex application. However, I'm required to apply a specific design to this box that I have to change the title bar height.
The component I'm using is spark.components.Panel. I just can't find the property of this 'Panel' component to change the feature.
View 1 Replies
Sep 27, 2006
I'm having my first go at creating a custom component that lays out items in a grid. I have made a selection of inspectable properties accessed though getter/setter methods. Some of these parameters are dynamic, and change when the user resizes the component or changes another linked value. Is it possible to make the parameters panel update with the new values when a change takes place. Without this, the user will not have accurate feedback on the values stored in the component. Does anyone know if this is possible (or difinitely impossible)?
View 1 Replies
Mar 6, 2010
I 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 Replies
Mar 24, 2011
I 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].....
View 1 Replies
Jun 28, 2010
I have a problem where every time i close flash normally (it's not crashing) and fire it up again, my timeline panel is missing. I have to press ctrl+alt+t or window>timeline to bring it up again and reposition it. What's going on here?
View 10 Replies
Jun 30, 2010
I'm presently working with the trial version of CS5 while my work sorts out my new laptop and licence.One thing, hopefully simple, that is confusing me is that I can't find the animation panel. I would like to be able to apply motion presets while changing the properties of the preset. E.g. have a bounce over a longer time, with a shorter vertical drop, etc. Help files say to use the animation panel, Window > Interactive > Animation.But I can't find this. If I look in my Windows menu, I can't find a submenu called "Interactive". How can I find this panel?
View 3 Replies
Aug 10, 2010
Is it possible to import an .swc in the library panel... What I mean by that is to use it as a kind of shared library with my movieclip inside. I can create a new class from it but I'm wondering if its possible just to drag and drop from the library panel the mc's in my swc.
View 6 Replies
Nov 14, 2009
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.
View 2 Replies
Jun 26, 2009
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?
View 0 Replies
Apr 23, 2010
I have 50 to 70 scenes in my flash files. Becasue of purpose i used these much scenes. my problem is am not able to do scroll in the scene panel. if i click the last scene the slider always goes up... not scrolling exact place where i clicked.
View 2 Replies
Jun 21, 2010
in CS5 (ancd CS3-4) how do I stop the "Output" panel from showing up automatically each time I test the movie using the Command+Enter keys? I know I have an error but it's a network error which does not effect my clip.
View 1 Replies
Jun 25, 2010
Win xp pro 32bitFirefox/3.6.4 same problem in IE 8.006.001 or opera 10.54
WIN 10,1,53,64
My global storage settings are set for 1) 'none' , 2)allow 3rd party..unchecked and 3) store common flash... unchecked. I can make changes but when i click another tab and come back to the storage settings tab every thing is still set for 'none' etc. This is true for all the tabs. no change I make is retained once another tab is activated or if I close the browser page. I have uninstalled flash and reinstalled. Searched and deleted every entry in the register that I thought may be relevant but no change. would like to be able to enable these options
View 1 Replies