Hello,
I have a flex data grid with multiple selection set to true. If I try to drag let say 10 rows, then all those 10 rows move along with the mouse cursor and it looks really annoying.
I don't want to show any text when user is dragging the rows. I want the user to see only red and green images on the cursor which indicates whether...
Hi
I am used URLLoader in flash and created the swf to load images, i have used that swf in flex using swfloader,
When i individually used that swf to load images and when i resize the images its working fine.
but when i load the swf in swfloader in flex3 the image is loaded sucessfully but re-size is not working in flex3 swfloade...
How do I export data in my datagrid to an Excel file in Flex?
Can anyone provide some examples for that? I am browsing but couldn't find out a single example of that kind.
EDIT
Browsed a lot and found out how to convert datagrid data to csv format. Now How to convert that to excel? Is there a way to do that without using any server sc...
I have and list compontent with an extrunal itemrenderer.
My itemrender is a module that i would like to load in at runtime.
I have used moduleloader tag but it doesn't display anthing.
if i don't use the moduleloader tag but the instead() it displays the content.
does anyone know how i must do this?
Application file with list compone...
In an AS3 project, we can access loaderInfo in the first line of the root class' constructor. This means that the entire AS3 application can take advantage of the loaderInfo object.
However, in Flex, it seems that the loaderInfo object is not available until after the applicationComplete event is sent. This is problematic for me, as o...
Hi I have some html text coming from an rich text control.
something like:
<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0000FF" LETTERSPACING="0" KERNING="0"><A HREF="event:http://bbc.co.uk" TARGET="_blank"><U>l</U></A><U>ink1</U><FONT COLOR="#000000"> blah blah blah. another <FONT COLOR="#0000FF"><A ...
We use
[Embed(source="assets/styles/basic/my_skins.swf",symbol="preloader_3")]
private var PreloaderAnim:Class;
for embedding a movieclip from an swf file.
How can I do the same using a CSS file (which is loaded at runtime) and use it in my class?
...
Hi
I'm making a right toolbar with different buttons on it. When i rollover it, it slides inside the view and when i rollout it slides out of the view almost 90%. each button on it also has some rollOver/Out event listeners.
Problem is, when i rollover on any button, then the rollout event of the container(toolbar) get dispatched and t...
Hi ,
I'm a little bit confused.
I want to start learn Flex3 with Eclipse and the FlexPlugin .
But I can't find the link.
Is the Standalone version of FlexBuilder free ?
How do i set up the Enviorement ?
Do i have to download the FlexBuilder ( free?)
Or do i have to download Eclipse and then add the plugin ( link ? )
Can anyone help ...
Hi,
I have a Flex client using a Flash binary (TCP) socket for communication with a Java server. I have a localhost (Apache) server providing a crossdomain.xml file which is wide open just while I am testing.
My code successfully loads the policy file on startup.
I then connect the socket to the server without any difficulty and se...
I have the following application and I am trying to put a scrollbar somewhere inside the TabNavigator, preferably on the innermost Vbox, but the scrollbar always ends up on the Panel. Is there some kind of property which controls this? I thought height=100% would have controlled it but it doesn't seem to work.
Sample is here. You can vi...
Does anyone know an Actionscript equivalent of the javascript getElementsByClassName.
What I would like to do is add a custom 'stylename' to various components which I can then use to get a collection of these objects and therefore process their visibility property.
The idea is I want to hide various components based on what roles a ...
I'm working on reducing the memory requirements of my AS3 app. I understand that once there are no remaining references to an object, it is flagged as being a candidate for garbage collection.
Is it even worth it to try to remove references to Loaders that are no longer actively in use? My first thought is that it is not worth it.
He...
Hi now I have found how to give a relative path in URLRequest paramate and download that file. I found it from this particular stack overflow post . Thanks to Christian Nunciato and heri0n.
so now if If give my machine's relative path, C:/sample/DefectList.xls it works.
Now I have to access an xls file kept in the server machine or any ...
I have an HBox displaying a series of canvases. I am removing a child of a canvas and adding it to the rawChildren of the containing HBox, so I can position it, and make it appear to shift outside the bounds of the canvas.
Here is the code from the canvas:
private function onMouseOver(e:MouseEvent):void
{
(this.parent as HBox).rawC...
I have a List, that is not showing any items until you scroll, then the items show up. Does anyone know how to fix this? I tried calling list.invalidateDisplayList(); and list.invalidateList(); But with no luck.
Any ideas?
Thanks.
EDIT: Here is some code:
<mx:Script>
<![CDATA[
[Bindable]
private var _xmlList:XMLList = ...
Does anyone know of any opensource tool for creating dynamic organization chart in flex by reading values from database
...
Hi,
Can somebody recommend a simple html parsing library, written in as3 for a flex project?
Thanks,
Nava
...
I have 2 advanced data grids, one above the other. They both have the exact number of columns, and pertain to each other in the same way. But each is showing different data, which is why I split into 2 grids. However, on each one you can resize the columns, what I would like is to make it so that if you resize a column on either datagrid...
We have a Flex app that we are trying to test with Load Runner. The application runs just fine when run stand-alone in a browser. When the app initializes, an XML properties file is loaded.
When trying to access the same application (using the same URL) with LoadRunner, a Fault occurs when trying to load the same properties file that ...