Flex :: Autocomplete Not Working For Textmate?

Aug 1, 2010

I am being very hard headed and determined that I am going to give Textmate a solid try for my actionscript and flex projects. Work on the bundle has been a little lacking but what has been developed so far is pretty great. I have run into some slight issues but able to figure them out and get things set up pretty well and I have already dug in and started customizing the snippets to suit my needs.

One thing that I have not been able to fix, figure out or find a straight answer for is regarding working with MXML files. AutoComplete for Actionscript files seems to work great but I don't seem to get the same result when I am editing Actionscript inside the script block in a MXML file.

View 1 Replies


Similar Posts:


Flash :: Css - Type 'AutoComplete' In CSS Selector 'AutoComplete' Must Be Qualified With A Namespace

Mar 9, 2011

I keep getting this warning in css: Type 'AutoComplete' in CSS selector 'AutoComplete' must be qualified with a namespace. I can't seem to get it fixed.

View 2 Replies

Actionscript 3 :: Flash Builder 4 Not Finding Classes, Autocomplete Not Working?

Dec 7, 2010

For some reason Flash Builder 4 doesn't autocomplete any more for new projects I create (either pure Actionscript or Flash Pro projects). But for previous projects it still works fine.For instance when I go to create a new actionscript class, when I click browse next to Superclass there are only TWO classes that come up. EventDispatcher & Sprite. Where have the rest of the classes gone?

When I try to type inside the class.. ie var mc:MovieClip... as I'm typing MovieClip nothing comes up any more.. pushing ctrl+space doesn't bring up a list of classes either. Importing classes, no code hinting comes up at all.I haven't changed anything in Flash Builder between now and when my previous projects were created.

View 5 Replies

Actionscript 3 :: Set Up Flex Documents And Environment In TextMate

Apr 2, 2011

I have been trying to find solutions to this everywhere and cannot find any concise, clear instructions on how to set up Flex and Actionscript properly on TextMate. That is, I have the bundles but in terms of setting shell environments etc so that you can compile with ANT, find documentation for keyword (Reference Doc) within the app. For the latter ,when i try and do that it says no documentation found.

My shell env stuff is as follows:

TM_FLEX_PATH /Applications/Adobe Flash Builder Burrito/sdks/flex_sdk_4.5.0.17689 TM_FLASH_HELP /Users/doronkatz/langRef (this is where i have the as doc zip file i downloaded)

View 1 Replies

Flex :: Increase Height Of Dropdown Box For AutoComplete

Mar 11, 2010

I am using the AutoComplete component in my Flex website. Everything is fine, but there is one issue. If I type something in the text area, and the items that are searched are alot, i want to increase the height of the dropdown box.

Below is the code to my autocomplete
<auto:AutoComplete borderStyle="none" id="txt_global_search"
textAlign="left" prompt="Search Content"
dataProvider="{global_search_list}"
allowEditingNewValues="true" allowMultipleSelection="true" allowNewValues="true"
backspaceAction="remove"
[Code] .....

View 1 Replies

Flex :: Use TextMate With Existing Projects Created In Flash Builder?

Jul 23, 2010

I am wondring if anyone has a good resource for opening existing Flex projects that where created in Flex / Flash Builder and run them using the TextMate bundle for Flex and Actionscript projects.

Basically I just want to know if I can walk into an existing project and configure this easily or am I pretty much stuck with using Eclipse ?

View 1 Replies

Flex :: Textmate - Load A Custom Compiler Config When Compiling Project?

Oct 31, 2010

I need to load a custom compiler config when compiling my project with textmate (as3 project).How can i do this?

View 1 Replies

Actionscript 3 :: Autocomplete In Flex 4.0 Not Displaying Items In Dropdown List

Aug 23, 2010

I seem to have is that the Autocomplete component that seems to be part of flex extras is not displaying the list of items in the dropdown list. Basically, I get a list of blank items. I know they are there and they are the right items because as soon as I click on one, I get the right text in the combobox.

my Code in the mxml looks something like this

<mx:FormItem label="Company:" width="750" fontSize="20" horizontalAlign="right" color="#000000" required="true">
<ns1:AutoComplete enabled="true" labelField="CompanyName" textAlign="left" dropdownWidth="450" id="txtCompany" width="450" />

[Code]....

Again, when I type "T" in the text box I see a dropdown list with 3 empty items. Clicking on the third item puts "Test3" in the textbox. But the items themselves are not visible.

It almost as if its a font/foreground color thing, but I've played around with some of those settings too with no success.

View 1 Replies

ActionScript :: Recent Step-by-Step For Flex / AIR With TextMate?

Apr 11, 2011

i apologize if this post is redundant. i'm searching unsuccessfully for recent, step-by-step instructions on how to set up ActionScript 3, Flex 4.5 and AIR 2.6 with TextMate on Mac OS X. i've found several posts concerning required bundles, but most of the threads are a few years old in addition to having convoluted, sparse instructions for setting up. it seems that auto-complete and .swc files are supported, which is great. in addition to instructions i'm also very interested in learning about what isn't supported and other common pitfalls.

i've been familiarizing myself with TextMate's UI and it's amazing. i would much rather use it than Flash Builder / Eclipse, or even Flash Professional. one last question - i understand that it's possible to set up our own keyboard shortcuts to compile with MXMLC and write the .swf to disk. is it possible to have the .swf auto open in Flash Player Debugger after it is compiled. essentially, i'd like to continue using Command+Enter shortcut for testing movies in Flash Professional to build and launch since i would certain have a difficult time adjusting to new muscle memory.

View 1 Replies

Ruby :: Broken Toggle-comment In Textmate?

Feb 28, 2011

I'm having a problem with the Toggle Comment command ("Comment Line / Selection") in TextMate for Actionscript 2 (I know, I know). I've tried completely stripping the language set down to isolate the issue, and tried walking through the Ruby, both to no avail. My issue is that the command insists on using block comments for comment toggling (⌘ + /) and doesn't respect when I add a preferences file to change TM_COMMENT_MODE. I even tried using this simple preference:

{ shellVariables = (
{ name = 'TM_COMMENT_START';
value = '// ';
},
);
}

but no luck. I'm hoping that someone who speaks Ruby much better than myself (ie. at all) can find a simple fix for this. You can reproduce in any (recent) install of TextMate by creating a new actionscript 2 file and trying to ⌘ + / a section of code (or even a line). Contrast to a JS file which will use a line comment. Copy the "Comments" snippet from JavaScript to Actionscript bundles, and the problem will persist.

View 1 Replies

Actionscript 3 :: Open Flash Player And Test Swf From Textmate?

Jul 5, 2010

i usually write my code with textmate.

a custom command for testing the proj directly in flash is:

echo 'document.testMovie();' > /tmp/fc.jsfl
open -a /Applications/Adobe Flash CS5/Adobe Flash CS5.app /tmp/fc.jsfl

what about the flash standalone player?

echo 'document.testMovie();' > /tmp/fc.jsfl
open -a /Applications/Adobe Flash Builder 4/player/mac/Flash Player.app /tmp/fc.jsfl

works great but it only open the player...it doesn'pass the file to it.

View 2 Replies

ActionScript 3.0 :: Autocomplete To Pull In Suggestions From XML File

Aug 31, 2011

I am working on a project for college and was wondering does anyone know how to get the autocomplete working in AS3.From what I have read I can only see how to do it wth AS2!I need the autocomplete to pull in suggestions from an XML file!

View 7 Replies

Flash :: Avoid JQuery Autocomplete Dropdown Being Hidden By Underlying Object?

Nov 29, 2010

I'm using jQuery Autocomplete just as in this example: [URL] The problem is, the area where you see the Result box in that example - that's where my flash object is. So, when the autocomplete dropdown appears, most of the text is concealed by the flash object (which I can't move). How can I make the autocomplete text appear over the flash object (concealing its view rather than vice versa)?

View 4 Replies

Autocomplete :: Flash Builder Code Completion For Flash Libraries?

Feb 3, 2011

Is it possible to get auto completion for flash libraries in flash builder 4.0?

View 2 Replies

Flex :: 9scalling Is Not Working At Runtime (although Working In Flash)?

Jul 10, 2010

I created a 9-scalled background in Flash CS5 which is working fine in Flash CS5.But when i imported it as embeded graphic in Flex, and change dimensions in runtime, 9-scalling doesnt work.Here is my code.

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"[code]....

View 1 Replies

Flex :: Working With Data In Flex By James Ward / EmpWeb Example In Flash Builder 4.0 Beta

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

Actionscript 3 :: Flex Web Application Resize Method(and Scale X / Y) Not Working On Server But Works On Local Flex Builder

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

Flex :: Windows Authentication Is Not Working In Flex

Feb 2, 2011

We have a situation where a web application within an intranet requires windows authentication. This way employees of the company can login to their desktops and have automatic access to the web application and also be identified automatically without having to login because Windowns Authentication takes care of that. The problem is that we've added a Flex module to the web application. The web application comes up fine and authenticates the user can then navigate to the page where we have the Flex application. Which loads fine. The problem is that the Flex application also needs to communicate with the same server about this user but this communication is not working and is prompting the user for a password. Even if the correct user/pass is entered it fails and the Flex application can't talk to the server which requires Windows authentication.

Our expectations was the since the IE browser housing the flex application was already authenticated that all communication from the Flex app would also carry with it the necessary information to enable it to access the server without authentication.

View 2 Replies

Flex :: Cookies Working In Flex But Not In Air

Dec 11, 2010

I've got a flex app which I'm porting to air, the two apps are identical except for the root tag being WindowedApplication rather than Application.The problem is that cookie/session based logins are working for the flex app in the browser but not for the air app. Reading the docs says that cookies are available for air and the URLRequest manageCookies is true by default.I've investigated further and it turns out cookies are working in Air and are used for all subsequent requests after the login, but the cookie does not survive a shutdown of the application and the user is required to login again when they restart.

View 2 Replies

Flex :: Flex - Long Image Links Of Facebook Is Not Working In Mx.image.souce

Aug 11, 2010

I am creating one desktop application of facebook.

So here I am getting streams from facebook post. So when any facebook application's long image link I am getting that I can't display in Image container, this is not displaying image.

One also fact is that, When I am giving this link directly then it is working.....

When I have seen this in Charlse Debugging proxy then it is displaying 403,Forbidden error of image.

View 2 Replies

Asp.net :: Embed Flex In Asp .net Not Working

Dec 8, 2009

I just copied Flex builder's generated html from the tags, and pasted in an ASP .NET page, the page shows up no errors , I can see a grey rectable the size of my flex file but there's nothing in it its blank and I am stumped why?? Why when it's showing up perfectly fine via the HTML file that flex generates.[code]

View 1 Replies

Xml :: Flex Link Not Working?

Feb 22, 2010

There this link in Flex that was working and now isnt... Flex is giving me a headache with this one because it is not throwing any errors either.

In the script part of the XML I have this:

private function onLinkClick( event:TextEvent ):void {
var url:URLRequest = new URLRequest( event.text );
navigateToURL( url , "_top");
}

[Code].....

It was working but now the link doesn't and the swf's not throwing any errors either. This is very strange behavior, would anyone know why the link won't work?

View 1 Replies

Flex :: Regexp Not Working?

Nov 9, 2010

I'm using Flex 4. I'm driving myself crazy. Why won't the following work?

// in my Application tag:
creationComplete="replaceMe(event)"
// in my script block:

[code]....

my text area (id="test") says "She sells seashells by the seashore."...it should say "sche sells seaschells by the seaschore."

View 2 Replies

Flex :: Dataprovider Tag Is Working

Feb 7, 2011

i m new in flex and was trying example but getting nothing

[Code]...

i think i m doing something wrong in dataprovider tag reason is when i use dataProvider = "{d}"

View 2 Replies

ActionScript 3.0 :: OpenWithDefaultApplication Not Working In Flex 3

Jul 10, 2010

I am using flex 3 and was previously developing my application with Adobe Air 2.0beta SDK. Today I upgraded my SDK to use Air 2.0 and all of a sudden openWithDefaultApplication is not working anymore. If I point to a File object, the IDE is able to find the method. However, I get the classic:
ReferenceError: Error #1069: Property openWithDefaultApplication not found on flash.filesystem.File and there is no default value.
I have also updated my (+app.xml to point to adobe AIR 2.0 instead of 2beta.

View 1 Replies

Flex :: Trace() Is Not Working In Flashbuilder 4?

Dec 18, 2009

i'm trying to use actionscript 3.0 and using trace(), it never outputs content of trace of variable either in flash player or in output area? how to coorect or should i enable something?

View 3 Replies

Flex :: Setting VerticalScrollPosition Not Working

Jan 7, 2010

I have a VBox that I am populating programatically, After a particular event (dragDrop) I do some calculations, reorder some variables, then re-build the VBox. This all works great, but I want the VBox to scroll back to the correct verticalScrollPosition. I tried even the simplest thing: myVBox.verticalScrollPosition = 200But I just can't get it to set the scroll position after it's rebuilt.

Edit: per Franky's response I realized that my dragDrop function was calling the rebuilder function then the position setter function back to back, which means it wasn't done being built when it was trying to set. Now I'm passing the position I want the box set to to the rebuilder function which sets the scroll position at the end of building the VBox and everything works out great.

View 1 Replies

Flex :: Hbox HorizontalScrollPosition Not Working?

Jan 12, 2010

I am applying hb.horizontalScrollPosition = value and it does not work withhorizonalScrollPolicy = on/off. Is there any other way to achieve this?

View 1 Replies

Flex :: AIR - Keyboard Events Only Sometimes Working?

Mar 12, 2010

I am adding a key listener to my AIR application like so:

<mx:WindowedApplication
xmlns:mx="http://www.adobe.com/2006/mxml"
keyDown="onKeyDown(event)">

Yet only sometimes when I press keys does it actually invoke. I have no clue why, I thought maybe something else has focus. Well I cannot add key listeners to NativeWindow or NativeApplication, and I would assume if it is on the WindowedApplication which is the root element, that as long as my application has focus the key presses should invoke the listener.

View 1 Replies

Flex :: AIR SQLite IN Expression Not Working?

Mar 14, 2010

I'm having a problem with an expression in my sql statement in SQLite for Adobe AIR basically I have this sql = "UPDATE uniforms SET status=@status WHERE customerId IN(19,20)"; updateStmt.parameters["@status"] = args[1]; updateStmt.execute();

if I run the above code it works, updating the status when the id are 19 and 20

but if I pass the ids list as a parameter like this

sql = "UPDATE uniforms SET status=@status WHERE customerId IN(@ids)";
updateStmt.parameters["@status"] = args[1];
updateStmt.parameters["@ids"] = "19,20";
updateStmt.execute();

it gives me and error, saying could not convert text value to numeric value, which make sense because I'm passing and string but the IN expression should convert it accordingly, like it does when I pass directly the list values, why is not working the other way,

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved