Give an Image component, how can I tell the size [width and height] of the bitmap image that the Image is containing (not the size of the Image component)
Also I want to know this as soon as possible, so I think this needs to be in the Event.COMPLETE event?
Thanks!!
...
Could you suggest me a good Flex component for the widget shown in picture ?
http://dl.dropbox.com/u/72686/timeline.png
Functionalities:
- range selection
- scalable time period on x axis
- histograms areas
thanks
...
I want to insert data into a SQL Server, but I keep getting this error: "RPC Fault faultString="SOAP Response cannot be decoded. Raw response:faultCode="DecodingError" faultDetail="null"] "
I can get data all day, but why can't I input any?
Code:
<mx:Panel width="100%" height="100%" title="Data Tables" x="10" y="30">
<mx:D...
I am calling a server method through HTTPService from client side. The server is a RestFul web service and it might respond with one of many HTTP error codes (say, 400 for one error, 404 for another and 409 for yet another). I have been trying to find out the way to determine what was the exact error code sent by the server. I have walke...
Hi
I want to know which component is best to display multiple line of text's( just like help option in project's)..i want to add help option(details text to be display) to display while clicking in certain component
Thank's in advance....
...
Need to create a application which reads input from card reader.
Input coming from card reader as strings which is similar to the keyboard event. In flex,I can catch this string by listening key event.
Problem is that when someone presses key while swiping a card from card reader. Both will be appended in the input. How can i resolve ...
Hey guys,
My Flex client app has got some data from the back end (RemoteObjects, BlazeDS, Spring). Client has got all the data it needs, it now needs to put some information in a CSV format and make it available for download.
Using Flex 3 for this. Any ideas?
Thanks,
Sri
...
Hi,
I want to set the width and height of alert box ,i tried it by fixing the width and height but showing error ,and also i want to set the width and height as 100%
Thank's in advance
...
Hi,
I want to deallocate my variable?
can u help me?
...
This is a sample from my build.xml
<mxmlc
file="${SRC_DIR}/Main.mxml"
output="${DEPLOY_DIR}/@{market}.air"
locale="@{locale}"
debug="false"
optimize="true">
<arg value="+configname=air"/>
<load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
<library-path dir="${FLEX_HOME}/frameworks/li...
Hi,
I'm trying to bind bulk of text's into alertbox,so is it possible to add scrollbar in alertbox?thank's in advance.......
...
I have a flex grid where I have the verticalScrollPolicy="auto".But every time when the scrollbar appears all the columns get pushed to the left, making the columns not align as they should. I tried setting minWidth on all the columns to prevent this, but that doesn't seem to work. Any ideas?
...
Hi All,
I would like to play AAC audio format file from local disk. I got example to play through netstreaming but I need to play it from local disk. I got an example to play mp3 file from local disk using Sound class.
For reference:
http://www.adobe.com/devnet/flashmediaserver/articles/audio_playlist_app_05.html
...
hi friend,
I have created webapplication in which I am getting the error:-
ypeError: Error #1009: Cannot access a property or method of a null object reference.
at FlexSBTSApp/displayString()[E:\Users\User1\Documents\Flex Builder 3\FlexSBTSApp\src\FlexSBTSApp.mxml:38]
at FlexSBTSApp/___FlexSBTSApp_Button1_click()[E:\Users\User1\...
Hi,
I have a canvas which contains some flags(each flag is a canvas),when we click on that flag a corresponding video must play.I have used VideoDisplay tag and its working fine.But my question here is when we click on any place except on the player the video player should close.
Thanks & Regards,
Prasanth
...
What's the best way to develop JBoss/Seam/Flex/BlazeDS based applications?
The problem that I'm facing is in having an easy and clean way of having a deployed ear while having Flex/BlazeDS still debuggable from Flex Builder.
Everything works just fine if I'm working on an exploded war deployed under "JBOSS_HOME/server/default/deploy"...
hi im working on an AIR app in flex 3 app widget and need to make a window or panel fly out from the side . any ideas? thx in advance
...
BackGround: I have an advanced data grid. The data provider for this ADG is an ArrayCollection. There is a grouping collection on an ID field of this AC.
Example of a couple items within this AC the AC var name is "arcTemplates":
(mx.collections::ArrayCollection)#0
filterFunction = (null)
length = 69
list = (mx.collections::Arra...
I currently am trying to add a custom class which subclasses UIComponent to both a tree and a canvas, but when I try to re-order the tree by dragging I get this error:
TypeError: Error #1010: A term is undefined and has no properties.
at mx.controls::Tree/get firstVisibleItem()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\co...
Does anyone know if it is possible to test remote procedure calls in Cairngorm Commands with FlexUnit 4. I have an old app full of them and before I introduce FlexUnit into the mix would like to hear if anyone has been successful with this.
Many thanks,
...