Meanwhile I don't understand how to place evenly controls and occupate all available space. I see at emulator controls don't occupy available space.
Trying to port some WPF XAML. To make possible to write at *.mxml files some kind of XAML markup.
1. In order to see your object in mxml markup its class should extend Object.
2. Why Intellij Idea doesn't have context help by Flex objects?
3. Flex Reflection
4. Flex mxml app architecture
Wednesday, April 30, 2014
Friday, April 25, 2014
Black day
1. test I wrote aren't visible in test explorer filtered by owner at VS2012. - Forgot to add [TestClass] attribute
2. http://ambilykk.com/2010/04/21/wpf-the-tag-xxx-does-not-exist-in-xml-namespace-clr-namespaceyyy/ - deleted file, created then. - succeeded to see its instantiation in XAML succeeded
3. Couldn't get test into debugger. Reason : cleanup routine was private. It was discovered and test even wasn't tried to run.
[TestCleanup]
public void CleanupTestContext()
{
TestRunningContext.Cleanup();
}
2. http://ambilykk.com/2010/04/21/wpf-the-tag-xxx-does-not-exist-in-xml-namespace-clr-namespaceyyy/ - deleted file, created then. - succeeded to see its instantiation in XAML succeeded
3. Couldn't get test into debugger. Reason : cleanup routine was private. It was discovered and test even wasn't tried to run.
[TestCleanup]
public void CleanupTestContext()
{
TestRunningContext.Cleanup();
}
Tuesday, April 15, 2014
Tried FlashDevelop for Flex development.
Meanwhile breakpoints don't work.
Nice feature: function/var intellisense templates.
Nice feature: function/var intellisense templates.
Saturday, April 12, 2014
Friday, April 4, 2014
Choosing visual programming language.
Tried Scicos - http://www.scicos.org/. Got some bug like behaviour. Found no sources. It's open source theoretically.
Subscribe to:
Posts (Atom)