Tag Archives: flexbuilder

Using ant for Flex – a no B.S. guide – Part 3 of 4

Part 1 Part 2 Part 3 Part 4 This third installment talks about tips and tricks for using ant with version control systems.

Posted in Flex, Tips, Tricks, and Hacks, Tutorial | Tagged , , , , | 1 Comment

Using ant for Flex – a no B.S. guide – Part 2 of 4

Part 1 Part 2 Part 3 Part 4 In this part, I get more nitty-gritty about working with flex’s ant tasks.

Posted in Flex, Tips, Tricks, and Hacks, Tutorial | Tagged , , , , , | 5 Comments

Using ant for Flex – a no B.S. guide – Part 1 of 4

After spending hours wrangling with my ant build script and finally making everything work correctly, I am convinced of two things: ant is a very powerful tool for compiling code but it can also do so much more. The support … Continue reading

Posted in Flex, Tips, Tricks, and Hacks, Tutorial | Tagged , , , , , , | 3 Comments

FlexBuilder / Eclipse keyboard shortcuts that will change your life

Control + O = Open an outline of functions within the current class to jump to. Command + Shift + T = Jump to a type (class or interface). Only works when an .as or .mxml file is open. Command … Continue reading

Posted in Flex, Tips, Tricks, and Hacks | Tagged , , , , , , , , , | 9 Comments

Using XML Schemas in Eclipse / FlexBuilder

UPDATE: After reading the entry by Misprintt on the SchemaManager and XMLDecoder more thoroughly, I felt the need to tell you all to go check it out! This is a very powerful undocumented feature of Flex (why undocumented?) that could … Continue reading

Posted in Flex, Programming, Tips, Tricks, and Hacks, Tutorial | Tagged , , , , , | 2 Comments