Flex :: Design Mode Not Working In Builder 3?
Feb 9, 2012
When i try to open my mxml script in design mode i'm always getting following message "This Component is base on VBox, which is not a visual component. Switch to source mode to edit it"
View 1 Replies
Similar Posts:
Jun 3, 2011
If I have a component that has some states defined, is there a way to make changes in design mode but not have it tied to a particular state? For example, if I have state1 and state2, any changes in design mode will be based on state1 or state2 (i.e. width.state1). I understand this is the direction Flex is going in but I'm transitioning from a Flex 3 app and right now I just want to make the change to width and not width.state1.
View 3 Replies
Jan 13, 2012
In my Flash Builder (Flex) 4.6 app, I just noticed for some reason all my "s:Window" components will not allow me to click and select anything in design mode in flash builder!
My other non-window type components are fine - I can open a TitleWindow or Group for example and click on the various fields and labels no problem.
In my Window components, I can select an item in the 'outline' window, but not using the mouse and actually clicking on the component in the visual design window. When I click in there, it looks like it's selecting the actual 'window' box. Almost like it needs to be 'sent to back' or something.
View 2 Replies
Aug 15, 2011
I am currently using Flex (Flash Builder 4) and making web service connections to a Apache PHP Zend AMF server to retrieve data. This works great, but I am wondering what options are available for fault tolerance. I know I can probably set up a second server that the application would switch to in the event it is unable to reach the first server. I am also thinking about trying to give each individual machine some tolerance.
For example, if they at least had the ability to input data to the application, that would be a start. So if they click 'save' and it can not reach the server, it caches it or stores it to a local file until the server is back up. Though lack of being able to do data look-ups might be a big problem. Maybe there are already some libraries or something I can look at to do this?
View 1 Replies
Dec 13, 2011
I was editing a very basic mobile Flex project, and after I debugged the master (application) mxml file, Design View stopped working (blank screen displayed, no Design View errors) for all files. Creating new projects, either mobile or else, or testing old, working projects, doesn't work either. Out of the related issues I've found info on, most concern earlier versions of the IDE, and deal with either Design View errors (got none), use of certain functions or custom components (I get the error even on a new project), or are solved by changing styles back-and-forth (tried already, to no avail).
I can't drag and drop components to the design area, either (a "prohibited" symbol appears and nothing happens when I drop); so I'm pretty sure it's not code-related or a bug, but probably something stupid, like a configuration issue, so I definitely need someone to take a fresh look at it.
View 1 Replies
Aug 10, 2010
How do I turn on the strict mode in Flash Builder 4? --update I found something about "Preferences -> Actionscript 3 Settings", but there is no such option in Flash Builder preferences.
View 2 Replies
Jan 22, 2011
Flash Builder's design view is worse than 3's (which at least was usable if you ignore some quirks), so WHAT do Flex UI designers (those who don't have paid design teams...) do to design a complex UI? Because Design View (also based on what a lot of people say about it..) gets more useless with every release.See image for some differences in design view vs.Flash. WHAT is causing this? css also posted..("Duration", "hr", "min" are mx Labels, the image size text is an mx Text comp.Project is an "mx only" SDK 4.1 project.) I don't even care that the spinners look different, I just need it to show me correctly sized stuff so I can position things via Canvas, or properly size containers.
mx|Label {
font-weight:bold;
font-size:12;[code].....
View 1 Replies
Feb 10, 2012
I am exporting an SWC via Flash Professional CS5 version 11.0.0.485 with the latest Flex Component Kit (2.0.0) installed in the Extension Manager. In Symbol properties, I'm Exporting for Actionscript in Frame 1 with the Class name equal to the Symbol name.
I've imported the SWC into Flash Builder 4.6 with all the different available SDKs.
With all of them I get an error in Design Mode
"SWC File Failed to load. Any component dependent on this SWC will not be displayed in the design mode."
If I instantiate the component via the Source it runs ok and in the browser I see the component.
I know I could just say "whatever, I don't need Design mode" but I'd like to know what is happening.
Any ideas?
View 2 Replies
Sep 22, 2010
There are three modes to link an SWC library to a flex application: "Merged into code", "External" and "RSL". I understand what is "RSL", but I don't understand what is "External"."RSL" works just fine for me, without any code changes. However, External doesn't work for me. Although my application starts, the classes in the SWC set to External are never found.What is the meaning of "External" if it is not "RSL" ? How do I make use of that ?
View 1 Replies
Jul 31, 2009
From a video on AdobeTV, I tried to play with example empWeb (LiveCycle Data Services).In Flex Builder 3 (FB3) everything works fine. When I tried this on Flash Builder 4.0 Beta (FB4) it doesn't work. When I replaced original xmlns declarations (2009, spark, halo)with declarations from FB3 (2006) it works. Could you explain why?I'm using the default SDKs (Flex 3.2 for FB3 and Flex 4.0 for FB4). I investigated this (please see 3 source code examples). Source #1 works OK in FB3 and FB4, Source #2 gives a FB4 compilation error message: [code]
View 1 Replies
Oct 18, 2011
I have a quite different problem with resizing. I have a Flexbook component which uses the middle part of screen (center) with a html header menu and footer. The problem: The scaling works perfectly when we run in the local machine ( Flexbuilder). But when we deploy it to the server its like scaling never existed.. The requirement: when user maximizes the window or minimizes it, the Flexbook should be resized to fit the screen.
[Code]....
View 1 Replies
Aug 16, 2010
I've just installed Flash builder on my machine, which went ahead and installed the debug version of Flash on my machine as well. It appears now that this has broken Flash in my browsers or at least the browsers have no idea where flash is located on my machine. When I open a browser and navigate to a Flash page I get the message,
"Alternate HTML content should be placed here. This content requires the Adobe Flash Player. Get Flash "
This is from Google chrome but FF is also effected.
View 1 Replies
May 11, 2011
Im using camera class in my mobile application and I used Camera.names to fill my list and i tried to pass the selected value to getcamera() method but its not working.Here s my code
[Code]...
View 2 Replies
Jan 28, 2010
For some reason code completion/intellisense has stopped working for new properties in our projects.These are the symptoms:Add a new property to a class If you go to a different class, and you try to use that property, the intellisense dropdown doesn't show the new property. It does show the already existing ones.If you build the project, everything works fine, there are no errors or compiler warnings.The property will not show in intellisense until you restart Flex Builder (version 3).We have tried it on different machines and als tried to set up the workspace again, but the symptoms stay the same everywhere in our project.
View 2 Replies
May 20, 2010
i get this error when i retrieve an XML that only has 1 node (no repeating nodes) and i try to store in an ArrayCollection. -When I have MORE than 1 "name" nodes...i do NOT get an error. My test show that XMLListCollection does NOT work either.
TypeError: Error #1034: Type Coercion failed: cannot convert "XXXXXX" to mx.collections.ArrayCollection.
this error occurs as the line of code:
myList= e.result.list.name;
Why can't ArrayCollection work with a single node? I'm using this ArrayCollection as a dataprovider for a Component -is there an alternative I can use that will take BOTH single and repeating nodes as well as work as a dataprovider?
code:
[Bindable]
private var myList:ArrayCollection= new ArrayCollection();
private function getList(e:Event):void{
var getStudyLoungesService:HTTPService = new HTTPService();
[Code]....
View 3 Replies
Aug 8, 2011
I have a set of users who run my application in non debug mode. Off late they have been reporting lot of issues. But I am not able to debug as there is no log file.Is it possuible in flex 3 to do logging in a file without running in debug version. I understand trace only works if we run application in debug version.
View 1 Replies
Apr 26, 2010
I am creating a custom TextInput component that will define an "error" state. I have extended the TextInput class to change the state to "error" if the errorString property's length is greater than 0. In the skin class, I have defined an "error" state, and added some logic to detect the size and position of the error icon. However, if I have this code at the same time I use the "includeIn" property in the bitmap image tag, I get a design view error. If I either A) Only include that code with no "includeIn" property set, it works or B) dont include the code to set the icon size and position and only use the "includeIn" property, it works. Any ideas what could be causing the design view problem when I use both the "includeIn" property and the icon size/position code at the same time?
[Code]...
View 1 Replies
Oct 6, 2009
I just upgraded to Flash Builder 4 (beta 2) from Flex Builder 3 which I have been using since it came out. Problem: All the projects that were in my workspace from Flex Builder 3 did not carry over into Flash Builder 4 (e.g. in the "Flex Navigator" view if FB3). Flash Builder 4 now uses the .FXP format to manage projects, but Flex Builder 3 did not. Is there an easy way to get all my projects back into Flash Builder 4?
View 2 Replies
Apr 21, 2010
Does anyone know if there is a way to make the new Package Explorer window in Flash Builder emulate Flex Builders 'Flex navigator' window?
Bottom line is I don't always need to peer into SWC's, and I don't like having a 'default package' automatically created for me. Not sure why the interface wasn't made simpler, allowing access to more power and complexity only if necessary. I want to focus on the code, not on how to navigate and use the bells and whistles in the coding environment.
View 1 Replies
May 27, 2007
I'm not really getting this...in a flex HTML template I have this
HTML Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="${application}" width="${width}" height="${height}"
[code]....
View 4 Replies
Feb 26, 2011
Even while publishing in Transparent Windowless mode, I'm still unable to see the background pattern I have implemented in my HTML page, as follows:
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" background="BlackHollows.jpg">
I see the background while in design mode within FrontPage, but not in preview mode nor once it is published online.I have also tried adding the following code:
1. Add the following parameter to the OBJECT tag: <param name="wmode" value="transparent"> 2. Add the following parameter to the EMBED tag: wmode="transparent"
View 1 Replies
May 25, 2010
When setting up a source control repository for a Flex Builder workspace, what do you consider to be worth checking in? Do you exclude the workspace .metadata folder but keep the .project and other project specific files? Keep both? Throw away both? Is there a guideline you use to decide which is worth holding onto or do you do it out of practical experience?
View 2 Replies
Mar 5, 2009
I have a movie clip button with a dynamic text field inside.I am loading dynamically to the stage while a video is running in the background.I also have a fullscreen button (Flash component)on the stage. After clicking the fullscreen button and in Full_Screen mode the static buttons including the full screen button work without a problem, but the dynamic button seems not to work at all. Basically the dynamic button when clicked should change its message to "You have clicked button 1".This works in normal mode, but not in Full screen.I tried btn_cuePt_1.enabled= true; but without success.Does it have something to do with not using the fullscreen events?
exp. stage.addEventListener(FullScreenEvent.FULL_SCREEN,
fullScreenRedraw)
View 17 Replies
Jan 23, 2011
I'm struggling with the transition to AS3, specifically not being able to use parent like I used to. Aside from it making me a better coder, are there any good reasons to use strict mode? If I dont use it, are there any 'side effects' to my swf I should be aware of? Any input on parent and strict mode.
View 5 Replies
Feb 17, 2009
I am using Actionscript 2 in Flash Player 9.I have created a movie which preloads then plays a very short animation.When the user clicks an 'enter' button it goes full screen.However, from within Flash the buttons work ok, but when it goes live on the server, when Fullscreen is called, all the buttons stop working. (they are movieclips with actions against them, not actual button clips).
View 3 Replies
May 25, 2010
Just run into an odd little problem. My project allows for the user to press numbers on the keyboard to call specific functions accordingly.It all works fine, until the user goes into "fullscreen" mode. When they are in fullscreen mode, keypress actions no longer seem to work at all. Have I missed something out with an EvenListeners? Or have I overlooked something entirely?Here's a sample of how the keyboardEvent is being used:
Code:
stage.addEventListener(KeyboardEvent.KEY_DOWN, keypress);
function keypress(keyEvent:KeyboardEvent) {
[code]......
View 2 Replies
Mar 14, 2011
ive pretty much finished my website(link is below).but there is one issue i am having problems finding articles/solution to;the fullscreen stage function works on Internet explorer but firefox does not go fullscreen when the button is pressed. you can test it for yourself and youll see.
View 3 Replies
Mar 20, 2010
i've drawn an ellipse sprite and added it to the display list of a container, which is added to the display list of the stage. to move the sprites with the keyboard arrows, it appears that my shiftModifier:Number variable is not working when the stage's display state is set to full screen. shiftModifier works as it should when the stage's display state is set to Normal.
stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyboardDown);
function onKeyboardDown(evt:KeyboardEvent):void
{
[code]....
View 2 Replies
Apr 17, 2011
I am working on a simple flash game of peanut catcher.Everything is working fine on my local computer and when i upload the game on server and play the game in normal mode than game is working fine but when i try to play in fullscreen mode the game crashes within 2-3 seconds(i mean game over) specially in firefox and IE.
View 1 Replies
Apr 17, 2011
I am working on a simple flash game of peanut catcher.Everything is working fine on my local computer and when i upload the game on server and play the game in normal mode than also game is working fine but when i try to play in fullscreen mode the game crashes within 2-3 seconds(i mean game over screen appears) specially in firefox and IE.
View 14 Replies