Aethex

420
Reputation
128 views

Registered User

Name Aethex
Member for 7 months
Seen Oct 11 at 14:16
Website
Location Ottawa, Canada
Age 14
Nov
4
accepted loading flex components using xml
Oct
14
awarded  Popular Question
Sep
15
asked What is the most elegant solution to managing various Java external libraries?
Sep
15
asked Will learning C/C++ etc. be useful in today’s society?
Sep
5
accepted Flex Drag n Drop between Components
Aug
27
comment Adobe Flex vs Silverlight
Flash has been around on browsers much longer than c# or Silverlight. On that platform, it is much more stable and developed. Likewise, .NET beats Adobe AIR when it comes to desktop applications.
Aug
27
comment Create a timeline from date to date in Flex/AS3
Put the very wide timeline in a container smaller than it. That way, the timeline will scroll inside the container with a scrollbar.
Aug
26
comment Flex Drag n Drop between Components
See this website: adobe.com/devnet/flex/… You probably know most of it, but it might be useful. Also try looking at the source of the List control - that has drag/drop support built-in. As for the DraggableAdvancedDataGrid, probably, but it depends on the various facilities that AdvancedDataGrid already has.
Aug
26
revised Create a timeline from date to date in Flex/AS3
Some math...
Aug
26
comment Create a timeline from date to date in Flex/AS3
No, actually. See my edit.
Aug
25
comment Flex Drag n Drop between Components
Sorry, I've long replaced the old dragging method with a custom List control. Would creating a DraggableTreeControl that implements dragging be a viable solution?
Aug
25
answered Flex Drag n Drop between Components
Aug
25
answered Highlight selected cell of a flex data grid
Aug
25
answered Saving and Loading XML file with flex
Aug
25
answered Create a timeline from date to date in Flex/AS3
Aug
25
answered Importing a SWC for a Flex Project in Flash Develop
Jul
9
comment What are common UI misconceptions and annoyances?
I agree. I don't need a splash screen that takes up 50% of my workspace when that same application also advertises its existence in the Taskbar with endless notifications, Windows Update-style.
Jul
6
comment C# documentation from source?
Well, Sandcastle generates documentation from assemblies, and I need it to generate directly from my .cs source file (I'm building a framework).
Jul
6
asked C# documentation from source?
Jul
6
revised Best compression algorithm for XML?
Encryption to compression: typo
Jul
6
comment Flex: Inverting LinearAxis values
Sorry, I meant LinearAxis.
Jul
4
asked Best compression algorithm for XML?
Jul
4
comment Flex: Inverting LinearAxis values
That's long! Too bad I won't have a chance to test it out before the bounty ends.
Jul
4
comment Flex: Inverting LinearAxis values
Doesn't matter if it's a CategoryAxis, since it uses Minimum and Maximum values.
Jun
28
asked Are Flex charts available in the free Flex SDK?
Jun
27
asked Other Flex IDEs?
Jun
27
revised How can I visualize XML in Flex /Flash?
Clarification edit
Jun
26
asked How can I visualize XML in Flex /Flash?
Jun
22
accepted [flex] how to have a Button not fire on space key if it has focus?
Jun
18
comment Waiting for Flex Effects to Finish
Never used effects in Flex, this was off the top of my head :-) I'm also from the Javascript world, and this is how it would be done in JS.
Jun
18
answered Waiting for Flex Effects to Finish
Jun
16
comment How do I compile multple independent mxml files at one time?
Modules are meant to be integrated into the main app. Putting each module in a different page seems like poor practice. Why not code the entire thing in Flex? Separate modules provide different UIs. You can also compile each module into a swc or library file and include them as a library using a compiler argument (I forget which one that is).
Jun
14
comment Adobe Flex vs Silverlight
What I mean is that Flash is more common, and is probably already installed on you computer at work (or anywhere). That was bad wording on my part.
Jun
14
answered Adobe Flex vs Silverlight
Jun
12
awarded  Commentator
Jun
12
comment Which language would you use in your OS?
Not necessarily. A low-level language like C would be able to load the required libraries and services to execute a high-level language like C#. It's a bit like JVM, but built right in.
Jun
12
answered Alternatives of Flex Builder.
Jun
12
answered How do I compile multple independent mxml files at one time?
Jun
12
comment Which language would you use in your OS?
Not the most high-level... I would use a stronger language on top of C... but it works!
Jun
12
answered [flex] how to have a Button not fire on space key if it has focus?
Jun
11
comment Which language would you use in your OS?
The OS could be configured to run Java natively, just as Windows does with CLR or whatever it's called. A native-Java OS is certainly something to ponder about.
Jun
11
answered problem processing xml in flex3
Jun
11
asked Which language would you use in your OS?
Jun
11
revised What are some good Java tutorials?
Question edit
Jun
11
comment What are some good Java tutorials?
Sorry about that. I was in a hurry.
Jun
11
asked What are some good Java tutorials?
Jun
10
accepted Trouble with Flex scrolling
Jun
9
answered Trouble with Flex scrolling
Jun
9
awarded  Critic