Suggestions for Flex Builder for Linux

I'm new to Flex, and I have to say that I'm enjoying it quite
a lot. I think the thing that really helps speed up development is
good tools. Flex Builder 3 for Linux makes a good start at
providing a very nice development tool, but there are a couple of
things I'd like to see different with this tool.
First off, please give me an update site to use to install
Flex Builder. I use Red Hat Developer Studio (soon to be JBoss
Developer Studio, Eclipse 3.2 based), and I can't get FB 3 Alpha
for Linux to install into it. I have been successful with base
Eclipse Europa and FB 3, but I'd like to have my IDE tools in one
frame. An update site would let me add FB 3 into any Eclipse flavor
I choose, as long as it supported the appropriate components.
Next, Design mode for FB 3 is a must. I am very functional
with the content assist features in the source editor (and they are
_quite_ good, I must say), but design view really helps me preview
changes quickly and rapidly test out UI designs. Much faster than
writing and launching over and over.
Otherwise, great work, and please get out a new release
soon!

cdelashm wrote:
> I'm new to Flex, and I have to say that I'm enjoying it
quite a lot. I think
> the thing that really helps speed up development is good
tools. Flex Builder 3
> for Linux makes a good start at providing a very nice
development tool, but
> there are a couple of things I'd like to see different
with this tool.
>
> First off, please give me an update site to use to
install Flex Builder. I
> use Red Hat Developer Studio (soon to be JBoss Developer
Studio, Eclipse 3.2
> based), and I can't get FB 3 Alpha for Linux to install
into it. I have been
> successful with base Eclipse Europa and FB 3, but I'd
like to have my IDE tools
> in one frame. An update site would let me add FB 3 into
any Eclipse flavor I
> choose, as long as it supported the appropriate
components.
>
> Next, Design mode for FB 3 is a must. I am very
functional with the content
> assist features in the source editor (and they are
_quite_ good, I must say),
> but design view really helps me preview changes quickly
and rapidly test out UI
> designs. Much faster than writing and launching over and
over.
>
> Otherwise, great work, and please get out a new release
soon!
>
>
Thank you for your valuable feedback. Can you please take 2
minutes to
log an Enhancement Bug in the bug base so we can track your
request and
work on it as we proceed.
http://bugs.adobe.com/jira
(Choose Flex Builder Linux Project)
Thanks
Arun

Similar Messages

  • Creating a project in Flex Builder for the Hybrid Store sample Application

    Hi all,
    How to create a project in Flexbuilder for the hybrid store
    sample application.
    I downloaded the source code of hybridstore application,
    Now i have to create a project for it to run that application
    in my system,
    will you please tell me how to create a project for this
    sample.
    I have also read the readme.html file. but i could not follow
    exactly what they are saying.
    what i did is, I unzipped the source code into a folder
    hybridstore.
    I opened the flexbuilder : File -- new -- flexproject ( i
    have selected) then i have given name to my file (hybridstore) ,
    and set the path to the hybridstore folder where the source code
    exists.
    but it as created hybridstore.mxml file also.
    it is not working.
    will you please till me how to create project for this
    application.
    I have created project for other samples like restaurent
    finder, dashboard. they are working fine.
    I got problem with this sample only.
    Thanks in advance
    Regards
    Avanthika

    Hi,
    thanks for your reply,
    I have tried to open using file import, but still it is not
    working.
    in the readme file for this application , contains how to
    Creating a project in Flex Builder for the Hybrid Store
    application:
    Name your default application catalog.mxml.
    Prevent Flex Builder from generating an HTML wrapper: select
    Project > Properties. Select the Flex Compiler page, deselect
    the Generate HTML wrapper file option .
    Create a Run configuration for your project but deselect the
    Use defaults option and instead assign the Run setting to the
    hybridstore.html in your project's bin directory.
    To enable debugging of the Hybrid Store application you must
    create a copy of hybridstore.html. Open it in an editor (you can
    right-click on the file and select Open With > Text Editor).
    Find the line that says "src", "catalog" and change it to "src",
    "catalog-debug". Assign the Debug setting to this new HTML file.
    As i am new to flex , i could not know how to do this.
    please help me how to do this.
    regards
    Avanthika

  • I need to buy a license for Flex Builder 2.0 as I do?

    I need to buy a license for Flex Builder 2.0 as I do?

    The Airport built-in to the iMac is exactly the same standard as that used in PC's 802.11b/g compatible and possibly 802.11n as well depending on the model. It means that anywhere you use can use a PC for wireless you should be able to use the iMac. It sounds as though your wireless network is protected with a WEP Key or similar encryption method and you have not entered the correct key into the iMac when attempting to join the wireless network or have not selected the appropriate key type from the drop down list. Quite a common situation is that if your password for your wireless network is a hex key, i.e only contains the numbers 0-9 and letters A-F then you need to select WEP Hex Key as the password type when joining the wireless network not WEP Password.

  • Any official Update for Flex Builder 3 to use Flash Player 10 Api?

    Any official Update for Flex Builder 3 to use Flash Player 10
    Api?
    How can i use flash player's 10 features in flex builder 3?
    Thanks

    I was able to solve my problem by modifying the solution
    offered in
    this
    technote.
    The technote identifies a permissions problem with the
    components directory of non-Safari browsers. In my case the
    permissions problem appears to have been in the main
    /Library/Internet Plug-Ins directory. What tipped me off to the
    solution was the fact that after manually removing Flash
    Player.plugin and flashplayer.xpt from the /Library/Internet
    Plug-Ins directory, subsequent attempts to install Flash Player
    resulted in the "Creating file: 1008:5, -5000 Access Denied Error"
    I remembered seeing in the technote. Before removing these files,
    the installer would just fail silently, perhaps because it saw
    files it was going to install already living in the right place,
    and furthermore had no permissions to alter the directory.
    In any case, by making the permissions change recommended in
    the technote to the /Library/Internet Plug-Ins directory, I was
    able to install the plug-in, which gave me back access to Flash
    content in all my browsers.
    Hope this is helpful to someone else...
    -Erik

  • [svn:fx-trunk] 5386: * Fix for Flex Builder JUnit tests.

    Revision: 5386<br />Author:   [email protected]<br />Date:     2009-03-18 08:03:11 -0700 (Wed, 18 Mar 2009)<br /><br />Log Message:<br />-----------<br />* Fix for Flex Builder JUnit tests.<br /><br />tests Passed: checkintests, performance testsuite<br /><br />Needs QA: YES<br /><br />Needs DOC: NO<br /><br />API Change: NO<br /><br />Reviewer: Pete F.<br /><br />Code-level description of changes:<br /> <br />  compiler/CompilerAPI.java<br /><br />    Changed the deleted Map used in validateCompilationUnits() and<br />    some of it's helper methods from <String, Source> to <QName,<br />    Source>.  This allows us to track when a definition is deleted<br />    from one SWC in the library path and then added by another SWC in<br />    the library path.  All the definitions dependant on the definition<br />    need to be recompiled and we were missing this before.<br />    Specifically, the Flex Builder JUnit tests were switching from<br />    airglobal.swc to playerglobal.swc midstream.  As a result, we<br />    weren't recompiling classes that depended on<br />    flash.display.DisplayObjectContainer, because it looked like it<br />    hadn't been deleted.<br /><br />Modified Paths:<br />--------------<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java

  • How can we buy a license for Flex Builder 3?

    We develop apps using Flex SDK 2 and it is not compatible with Flex Builder 4. Is it possible for you to provide license for Flex Builder 3?

    quote:
    Originally posted by:
    rob_parkhill
    Convert it to an AIR Application?
    Thanks Rob,
    This may be what I'm looking for, but I don't know enough
    about the difference. I guess I should have pointed out that I'm a
    complete Flex Novice!
    Anyway, with Flex Builder, I created an MXML Application. I
    went through all my various options again in Flex Builder and found
    that under the project menu, I could export a release build in what
    appears to be the format you mentioned. I managed to create a .air
    file, but it is not a recognized file type on my computer. I tried
    double clicking it and the built-in windows services couldn't even
    find a possible way to run it. Am I missing some important step?
    Thanks again.

  • How to create a plugin for Flex Builder

    Does anyone know where the documentation is located for developing plug-ins for Flex Builder?  I know you can create plugins for Eclipse, but I haven't seen how you can import them into Flex builder without having it in the Eclilpse Marketplace.

    Hi,
    There are some plugin examples in osmf source code on sourceforge. You can start from an existing plugin to learn the basics - it will be a little easier than starting from scratch.
    What should your plugin do?

  • Flex Builder for Linux will need his companion Thermo

    I’ve been developing in Flex for a long time now. My
    main work is in the design area although I do a lot of coding. The
    Flex Builder Linux testing is being quite difficult, since the
    layout design view is not enabled yet. So we need a lot of
    imagination and a little bit of experience in AS3 and MXML tag
    codding.
    As a designer (and developer  ) I would like to ask
    for a Thermo for Linux. It’s just a request, but I think
    there are a lot of guys that share my opinion.
    Thanks,

    Hi, thanks for your answer.
    It turned out the problem was related to the *standalone* flashplayer.
    This is located in linux in:
    FLEX_BUILDER_INSTALL_PREFIX/Player/linux
    when I was clicking on the "Run" button Flex Builder was looking for a flashplayer standalone app, and was failing to find it.
    What I had to do was to add the complete the flashplayer path to the PATH used by eclipse.
    Now clicking on "Run" it compiles the application and launches the standalone player with the generated swf file.
    Now I wonder if there is some way to select the flashplayer to launch, and if it is possible to configure eclipse to make it launch a  browser or a custom script rather than execute that swf with the standalone player.
    Thanks, regards.

  • Flex builder for 64-bit vista

    Hey,
    Flex Builder (Eclipse) is bugging quite a lot in vista 64-bit, for example some of the views in propertise won't show, is there something I can do to get this fixed?

    These links may help you out:
    http://www.madvertices.com/2009/04/flex-3-vista-64-bit.html
    http://www.deitte.com/archives/2008/10/how_do_you_spee.htm
    http://forums.adobe.com/thread/427198
    If this post helps, please mark it as such.

  • Extension Point for Flex Builder 3

    Hi, found that Flex Builder has a lot of extension points, but I try to extend those extensions but i found only schema for the debug extension point, is there a way for me to extend the others extension point?
    Tks,

    Adobe Flex Builder is an integrated development environment . is ok, very intuitive.

  • How to change license for Flex Builder

    I installed Flex builder 3 plugin. And registered a license
    file by using "Help|Manage Flex License" under Eclipse.
    Now, I need to change this license and I can not find a way
    to change or remove existing license.
    I tried to reinstall, remove eclipse, scan windows registry,
    scan my c: drive, and I can not find where Flex stored the license.
    Please help.

    wguan99, a simple google search turned out the answer for me:
    http://www.actionscript.org/forums/showthread.php3?p=739046

  • The Blueprint Eclipse plug-in is live on Adobe Labs (for Flex Builder 3 and Flash Builder 4)

    Hi all,
    Last week, we posted the initial, Mac-only, Flex Builder 3-only release of the Blueprint Eclipse plug-in on Adobe Labs. Yesterday, we updated it to include support Windows and Flash Builder 4. Please try it out if you get a minute.
    For more info, see the Flex Doc Team blog: http://blogs.adobe.com/flexdoc/2009/06/the_blueprint_eclipse_plugin_i.html
    Regards,
    Randy Nielsen
    Flex Learning Resources Manager

    That's so cool.
    Thanks Randy.

  • Help tool for Flex Builder 2.

    Does anyone know which help authoring tool is used by Flex
    Builder 2 for their Help content? Do they use RobHELP?
    Thanks,
    K

    good to know. If I try the Beta version of Flex 3 with my
    Flex 2 serial number, will I be locked into using the Beta version?
    Or will I be able to upgrade to the full version Flex 3 when it is
    released? Thanks in advance.

  • CS4 or FLEX Builder for AIR Application?

    Hello,
    I have installed CS4 and Flex builder 3. I would like to develop some desktop applications, which is the best editor to develop AIR application?
    Thank you

    I faced a similar choice recently: Flash or Flex for developing CS4 panels.
    John Nack advised me to use Flex Builder. He was right. For a desktop AIR application or something like CS4 panels, the Flex Builder IDE is more powerful and helpful. If you're a developer familiar with other programming tool IDEs, like Microsoft Visual Studio, various Java IDEs, etc. then you will find the Flx Builder IDE to be more intuitive.
    Flash is a good choice for developing animated SWF panels that are driving things like Flash movies. If you use Flash, you'll have to deal with the Timeline. With Flex Builder, you don't.
    They both provide access to Action Script. But they expose functionality differently. Also, Flex Builder provides some data visualization tools, etc. that are not part of Flash.
    Mitch

  • AIR Extentions for Flex Builder 2

    I was watching some video's on lynda.com about developing
    AIR/Apollo applications with Flex, so I bought the software. One
    thing it mentioned was to make sure and install the Apollo
    extentions for Flex which can be found at the adobe website. I can
    not find the extenions anywhere!? Can anyone point me in the right
    direction as to where I can find the extentions?
    Thanks in advance.
    Greg

    good to know. If I try the Beta version of Flex 3 with my
    Flex 2 serial number, will I be locked into using the Beta version?
    Or will I be able to upgrade to the full version Flex 3 when it is
    released? Thanks in advance.

Maybe you are looking for

  • HT204053 How do I set my ipod up with itunes under same account

    How do I set up my ipod up with itunes under the same account?

  • Changing name of directory created after source file is extracted

    This seems like it should not be a big problem, but I can't figure out how to fix it. I'm writing a PKGBUILD for a program called JAGS (http://calvin.iarc.fr/~martyn/software/jags/). When I use "pkgname = JAGS", the PKGBUILD works perfectly for my pu

  • Checkbox values cannot be read on binder

    Hi, I have a form which has couple of checkboxes with as shown below. <form name="test" action="get"> <input type="hidden" name="IdcService" value="SUBSCRIPTION_SERVICE"> <input type="checkbox" name="chk_test" value="1" /> First <input type="checkbox

  • Edit/delete/insert forms using php

    Hi, I have created an application that will allow me to edit/delete/insert data to my database using php. The functions work. But when I click on a tab i get an error like this: ypeError: Error #1009: Cannot access a property or method of a null obje

  • Sending email problem

    I got a replacement 3GS on 06/08. Everything seemed to be working well. A few days ago, I answered an email, hit send, and assumed the email was sent, but it never appeared anywhere - not in my sent folder - not in my outbox.  I decided it was an abe