I have an application control bar at the bottom of my Flex application (with attributes width=\"100%\", dock=\"false\", left=\"0\", bottom=\"0\", height=\"50\"). It contains a lot of elements (like bu
Is there not an event that occurs only when there has been some sort of visual change to an object. So for example if it were a video or animated object it would be firing as often开发者_如何学C as En
Our team is about to start a SAAS web application geared toward small businesses. This is a completely new experience for us; we are a system/linux/php development organization and no experience whats
I am using Flex and with the AS3 libraries. I can make calls etc but when i get values returned in the event, they are in RawResult. I am not sure how to turn that into an arraycollection etc so i can
I have another drag-and-drop question. I\'m using DnD on a Tree component and it works fine, when I have up to 50-80 items in the tree. However, when I have 100-300 items, the simple drag-and-drop ope
I recently stumbled upon flex/openlaszlo (OL). Both seem very useful and I have a开发者_运维问答 few questions about them:
I\'ve been learning Degrafa re开发者_StackOverflowcently, and I have noticed that there is not much consistency amongst examples posted on the web.Is there a place where I can find degrafa best practi
I have some XML structures like this: var struct:XML = <mh> <mi id=\"1\" stuff=\"whatever\"/>
How can i benchmark a website ? i want to define how many user can i handle simultaneously. Can you suggest me any read / tool that helps ?
Say for example, I have an XML file with 100 \"person\" nodes, and I want the first 30. Or possibl开发者_Go百科y 51 - 100.Is there any way to do this with e4x syntax to return an XMLList?var list:XMLL