Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 40

Thread: HOWTO : developing flex with gvim

  1. #21
    Join Date
    Apr 2008
    Location
    Colombia
    Beans
    24
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO : developing flex with gvim

    ok all was fine till i get to the part of fash tracer :S, unfortunately there seems not to be a version for fire fox 3, when i try to install it, i got a message saying that is incompatible, so, is there another way ?? or do i have to wait till a new version of the add-on is release ?

  2. #22
    Join Date
    May 2006
    Location
    Victoria, Australia
    Beans
    648
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO : developing flex with gvim

    I have version 2.3 http://www.sephiroth.it/firefox/ installed and it seems to work with firefox 3
    if u find some of my ideas weird...look at my avatar for the reason
    http://delfick.storage.googlepages.c...ycfuserbar.png

  3. #23
    Join Date
    Apr 2008
    Location
    Colombia
    Beans
    24
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO : developing flex with gvim

    The page seems not to be working or at least not for me, and other thing, the gvim folder, what do i do with it after checking that the files have what they are spoused to had ?? ( i don't really get it, am i spoused to put in on some folder, by now is on my desktop )

  4. #24
    Join Date
    May 2006
    Location
    Victoria, Australia
    Beans
    648
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO : developing flex with gvim

    Quote Originally Posted by Q-ro View Post
    The page seems not to be working or at least not for me

    which one ??
    all seem to work for me ...

    and other thing, the gvim folder, what do i do with it after checking that the files have what they are spoused to had ?? ( i don't really get it, am i spoused to put in on some folder, by now is on my desktop )
    .

    I'm gonna take a guess that you're new to linux (that's fine, I was the same nearly two years ago)

    firstly, '~' means your home folder.
    secondly a folder with a '.' as the first character in it's name means it's a hidden folder
    thirdly, programs generally store user settings in hidden folders in your home folder

    so ~/.vim is a hidden folder called ".vim" in your home folder (/home/<username>)

    so just copy the .vim folder and .vimrc file as is into your home folder

    (.vimrc contains settings for vim and the .vim folder holds the actionscript and mxml syntax files and my colour style

    if u find some of my ideas weird...look at my avatar for the reason
    http://delfick.storage.googlepages.c...ycfuserbar.png

  5. #25
    Join Date
    Apr 2008
    Location
    Colombia
    Beans
    24
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO : developing flex with gvim

    ok thanks a lot , well and not totally new, but still don't get much of the symbolism like that you where talking about ("~") any way, thanks a lot now i'll begin flex developing .

  6. #26
    Join Date
    May 2006
    Location
    Victoria, Australia
    Beans
    648
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO : developing flex with gvim

    Quote Originally Posted by Q-ro View Post
    ok thanks a lot , well and not totally new, but still don't get much of the symbolism like that you where talking about ("~") any way, thanks a lot now i'll begin flex developing .
    no probs

    have fun
    if u find some of my ideas weird...look at my avatar for the reason
    http://delfick.storage.googlepages.c...ycfuserbar.png

  7. #27
    Join Date
    Jan 2008
    Beans
    23

    Re: HOWTO : developing flex with gvim

    Good tutorial!

    Here's another version of the same help in a more persistent form, along with JEdit setup instructions.

    Also integration of make/preprocessor with MXMLC or Flash from the command line, and various scripting examples for the same. Both Linux and Windows examples.

    http://flex2cpp.sourceforge.net/index.html

  8. #28
    Join Date
    May 2006
    Location
    Victoria, Australia
    Beans
    648
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO : developing flex with gvim

    Quote Originally Posted by pingnak View Post
    Good tutorial!
    Thankyou

    Here's another version of the same help in a more persistent form, along with JEdit setup instructions.

    Also integration of make/preprocessor with MXMLC or Flash from the command line, and various scripting examples for the same. Both Linux and Windows examples.

    http://flex2cpp.sourceforge.net/index.html
    ahh, he finally has that site back up again (was down for a while)

    I actually use that in a couple of projects.
    not heavily, but it is useful for a couple of things
    (especially to quickly make a build without trace messages in it)

    if u find some of my ideas weird...look at my avatar for the reason
    http://delfick.storage.googlepages.c...ycfuserbar.png

  9. #29
    Join Date
    Nov 2007
    Location
    New Zealand
    Beans
    1,026
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO : developing flex with gvim

    Anyone know how to generate Actionscript SOAP web service clients (wsdl introspection) from a WSDL? (On linux of course) I can do this on Windows using Flex builder, but it would be a life saver for me if I could do it on Linux.

    Thanks in advance.

  10. #30
    Join Date
    May 2006
    Location
    Victoria, Australia
    Beans
    648
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO : developing flex with gvim

    Quote Originally Posted by tinny View Post
    Anyone know how to generate Actionscript SOAP web service clients (wsdl introspection) from a WSDL? (On linux of course) I can do this on Windows using Flex builder, but it would be a life saver for me if I could do it on Linux.

    Thanks in advance.
    hmm, not sure.

    You might want to start a new thread about that

    or even in a forum committed to flash (i.e. http://board.flashkit.com/board/ )

    if u find some of my ideas weird...look at my avatar for the reason
    http://delfick.storage.googlepages.c...ycfuserbar.png

Page 3 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •