Blog Archives

Fusion: Eclipse + FDT + Flash Builder = <3

Nach diesem Blog Post => http://www.communitymx.com/content/article.cfm?cid=D830B <= Es ist auch ein sehr alter Blog Post!

Habe ich mir gedacht, ich teste mal meine Variante dich ich vor ein Jahr mal gemacht habe und es funktioniert!

Klar gehören da einige Konfigurationen dazu aber wenn man es 1 mal konfiguriert hat läuft es auch.

Read more »

Invoke GBC in eclipse(FDT4) manualy

I think this will solved some problems in FDT4 for heavy user :)

Video How To Invoke GBC manualy

FDT4 – config.ini

FDT4 NEW PRIMARY BUTTON

It think this is one of the PRIMARY NEW BUTTON and i use it unfortunately to much…

and #iLike the part force full

Create AIR App with FDT

Hi, i have seen many tutorials with ANT to create a AIR App file like => MyApp.air <= Like this tutorial => Marvin Blase AIR 2 and FDT 4

So i have found a way to do that WITHOUT Ant… It’s easier and u don’t have the trouble with the description.xml…

So let’s beginning and make our first AIR App with FDT :)

Read more »

FDT Debugger render Bug

Hi do u have seen that one?!

Missing nodes?! And annother attributes?!

U can fixed it if u got to a =>

ANNTOHER TAB AND GO BACK

The content of the variables tab panel will be updatete and u see the next nodes…

WeLove FDT

Nach ein paar tagen online und sehr guten Feedback von den Powerflashern bin ich sehr glücklich das diese Plattform nun existiert (http://welovefdt.com)!!!

Endlich eine Plattform wo man gebündelt die relevanten Informationen bekommt ohne großartig googeln zu müssen :)

Hinter der ganzen Plattform stecken =>
- @beautifycode => initiator

- @fabianbeiner => programmierer der Plattform

Die anderen first teilnehmer sind =>
- @aidentailor
- @matanube
- @hfug
- @ich

Wir werden unseres best möglichstes versuchen auf @welovefdt euch support zu bieten! Solltet ihr mal nicht weiterkommen dann fragt einfach @welovefdt und wir werden je nach zeit euch antworten :)

Und wenn ihr ideen habt worüber wir posten sollen bzw. tutorials ideen habt dann schreibt uns einfach an und einer von uns wird bestimmt die zeit dazu finden ein tutorial zu machen ;)

Meine next tutorials werden sein =>

- FDT on Ubuntu => habe ich schon vor längerer zeit versprochen aber adobe macht es einem Linux user nicht so einfach :)
- Robotlegs
- Flex and CouchDB
- FDT and Flash Catalyst

also bleibt dran ;)

HowTo use eGit in FDT

This HowTo will show how to use eGit with FDT…

- Create Git Repository
- Add files/folder to .gitignore
- Add files/folder to version controle
- Commit
- Push Project to GitHub
- Import projects from GitHub

Read more »

Install eGit in FDT

So many user have a problem to use git with the command line :) … So we are so happy that eGit comes out… But nobody know hot to use it :D

Check ths tutorial know what are you doing…

Requirements:
IMPORTANT: ADMINISTRATOR PRIVILEGES REQUIRED

Read -> http://varga-multimedia.com/wp-content/uploads/2011/01/2010-03-30-19h40_151.png2010/03/30/generate-ssh-key-for-github/
I think you have allready FDT if not -> http://www.fdt.powerflasher.com


Help -> Install New Software


Add New Software URL

Check this Site: http://www.eclipse.org/egit/

I use the nightly build if  you to use the stable use the stable URL

Paste this URL:

Nightly Build: http://download.eclipse.org/egit/updates-nightly

Stable Build: http://download.eclipse.org/egit/updates

Configure FDT for SSH

FDT (eclipse) use a annother ssh folder as normaly…

Normal: C:UsersFrancis Varga.ssh
Eclipse: C:UsersFrancis Vargassh

So Git will not work if you want to pushed remote…

Window -> Preferences

General -> Network Connections -> SSH2

Change: C:UsersFrancis Varga.ssh || To || C:UsersFrancis Vargassh

If you have annother key names so add the annother public keys -> Add Private Key

So know you communicate with GitHub :)