[flexcoders] Help needed -- Reloading SWFLoader leads to Unexpected Behaviour

2008-09-23 Thread sudha_bsb
Hi, I have an application with multiple states. Each state changes the source of a SWFLoader present in the base state. Switching between states forces the SWFLoafer to reload the source file. Such reload results in some unexpected behaviour such as the contents of the individual SWF files are

[flexcoders] problem with the flex application in MAC

2008-09-22 Thread sudha_bsb
Hi, We have a strange problem with the flex application. We have a website developed in flex and it simply doesn't work in MAC. http://www.sportzhubmedia.com/arc2008/ The application makes extensive use of flex states. When viewed via a Mac Osx any verion firefox or safari...gives a blank

[flexcoders] Re: problem with the flex application in MAC

2008-09-22 Thread sudha_bsb
http://VadexFX.com http://Sherifabdou.com - Original Message - From: sudha_bsb To: flexcoders@yahoogroups.com Sent: Monday, September 22, 2008 12:46 PM Subject: [flexcoders] problem with the flex application in MAC Hi, We have a strange problem with the flex

[flexcoders] accordion component

2008-09-16 Thread sudha_bsb
Hi, Is there any component out there which is similar to accordion, except that initially all accordion items will be collapsed. As we click on each accordion itemthe corresponding one expands and the rest collapse. Only initially, all the accordion items will be collapsed. Please help if

[flexcoders] application hangs while inserting data into sqlite database

2008-09-14 Thread sudha_bsb
Hi, I am trying to insert images into sqlite database from an air application. The images are of size 1MB. I want to show a loading animation while the insert is happening. But the application just hangs while inserting data into database. It returns into normal mode only when the insert is

[flexcoders] Re: application hangs while inserting data into sqlite database

2008-09-14 Thread sudha_bsb
mode speeds things up a lot On Sun, Sep 14, 2008 at 7:09 PM, sudha_bsb [EMAIL PROTECTED] wrote: Hi, I am trying to insert images into sqlite database from an air application. The images are of size 1MB. I want to show a loading animation while the insert is happening

[flexcoders] mac osx skin is flex

2008-08-28 Thread sudha_bsb
Hi All, Can one some one share OSX skin or css if there is anything out there. I know the following one is existing http://weblogs.macromedia.com/mc/archives/2006/05/mac_os_x-lookin.html but this has many bugs in flex3, and not available for all components. but I need a full fledged one for

[flexcoders] Actionscript based Modules

2008-08-18 Thread sudha_bsb
Hi, I was going through Livedocs about Modules in Flex and I have a few questions. I created an ActionScript project with a few modules, compiled them and everything works fine. My question is, is it possible to have both ActionScript based modules and MXML Based modules in the same

[flexcoders] Re: Actionscript based Modules

2008-08-18 Thread sudha_bsb
Hi Simon, Thanks for that one..it works now :) Thanks Regards, Sudha. --- In flexcoders@yahoogroups.com, Simon Bailey [EMAIL PROTECTED] wrote: Right click the Project Properties Flex Modules Add... add the AS module :-) Cheers, Simon On 18 Aug 2008, at 11:36, sudha_bsb

[flexcoders] FlexBuilder Design View Speed

2008-08-04 Thread sudha_bsb
Hi, I am currently working on a project which requires me to work extensively on the design view. My project has couple of states and when I switch between states in the design view, Flex Builder stops rendering anything at all in the design view. This is crippling my productivity very

[flexcoders] Re: Parsing MultiLevel Array

2008-07-31 Thread sudha_bsb
Of sudha_bsb Sent: Wednesday, July 30, 2008 2:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Parsing MultiLevel Array Hi, I have a requirement wherin I have to parse a multilevel array. Suppose we have an array like mx:Array mx:Object label=Control Panel mx:children

[flexcoders] Parsing MultiLevel Array

2008-07-30 Thread sudha_bsb
Hi, I have a requirement wherin I have to parse a multilevel array. Suppose we have an array like mx:Array mx:Object label=Control Panel mx:children mx:Array mx:Object label=Five / mx:Object label=Six / /mx:Array /mx:children /mx:Object

[flexcoders] air sqlite image loading

2008-07-21 Thread sudha_bsb
Hi, I am trying to store an image into Sqlite database from an air application and also trying to display the image by reading data from the database. I am using blob datatype for this. I am getting the following error while doing it... Error #2044: Unhandled IOErrorEvent:. text=Error #2124:

[flexcoders] air sqlite example with BLOB datatype

2008-07-20 Thread sudha_bsb
Hi, Can someone share a simple example on how to store and retrieve the BLOB data from SqLite using AIR. I want to store images in the database using BLOB type, retrieve them and show them as images. Please help, Thanks, Sudha.

[flexcoders] PopUpMenu Button item click....

2008-07-12 Thread sudha_bsb
Hi, I am having strange problem with PopupMenuButton. I am having a popupmenubutton with submenus as its items. When I click on the parent menu item( not on the sub menu item), how can i get the index of the parent menu item on which it is clicked. Which event gets triggered for this. The

[flexcoders] Air Desktop Gadget in vista sidebar

2008-07-04 Thread sudha_bsb
Hi, I want to add air widgets to the desktop sidebars like by default 1) Vista Sidebar, 2) Google Desktop 3) Yahoo Widgets. Any idea on how to achieve this... Thanks Regards, Sudha.

[flexcoders] dispatching hitdata manually: bubble chart

2008-06-29 Thread sudha_bsb
Hi, I have a requirement like I need to show data tips in my chart manually, not only when the mouse is passing over data points. How to use the HitData Object so that I get the data points of the object? Basically I need to a way to dispatch the hit data manually without the mouse passing over

[flexcoders] fisheye dataprovider change

2008-06-15 Thread sudha_bsb
Hi, I am doing this adding of images and removal of images at run time to the fisheye data provider. While adding the images fisheye works fine but after removal of one of the items...the fisheye doesn't adjust itself so that all the images occupy the space availableThe removed image space is

[flexcoders] changing AIR application width and height

2008-06-08 Thread sudha_bsb
Hi, How to change an AIR application width and height at run time. Also how to change the x and y coordinates at run time. I am trying to change them by accessing with this.. this.width this.height this.x this.y This is not helping always... Please help... Thanks, Sudha.

[flexcoders] adding images to a panel

2008-06-06 Thread sudha_bsb
Hi, I have a long horizontal panel. I want to add images to it at a particular position for each image. Say I have a panel of width 250 and height 50, with x as 0 and y as 0 I want to add images at (0,0) (50,0), (150,0), (200,0) Setting the x and y for images is not helping. for(var i:int

[flexcoders] Re: adding images to a panel

2008-06-06 Thread sudha_bsb
container uses relative positioning. For absolute positioning, use a Canvas. -TH --- In flexcoders@yahoogroups.com, sudha_bsb sudha_bsb@ wrote: Hi, I have a long horizontal panel. I want to add images to it at a particular position for each image. Say I have a panel of width

[flexcoders] Fisheye component.

2008-06-05 Thread sudha_bsb
Hi, I am using Ely greenfield Fisheye component. I have a requirement like some of items in fisheye menu should be not be zoomed and some of them should be zoomed. I just want to keep an image divider between menu items which should be not be zoomed when the mouse moves over it. Also, is there

[flexcoders] Flex Builder 3 Extending Design View for Custom Components

2008-05-28 Thread sudha_bsb
Hi, For a project I have created certain custom components and compiled them into a swc. When I use this swc in a different project I would like to have a custom design view for the components inside the swc. Can I do this without using additional plugins? Also, in the following link

[flexcoders] Re: Flex Builder 3 Extending Design View for Custom Components

2008-05-28 Thread sudha_bsb
Hi Anirudh, Thank you for your reply. The link was helpful. However I was looking forward to more information on changing the design view from the swc file generated. More specifically, some information on Library functionalities such as design.xml, and changes to mxmlProperties etc.

[flexcoders] Issue with PopupButton in full screen

2008-05-23 Thread sudha_bsb
Hi, I have an issue with popup button in full screen. I have a horizontalList in the popup window of the popup button. In Normal Screen mode the popup window comes up. But in Full Screen mode, the popup window doesn't turnup. Once u came from full screen mode to normal mode..even then the popup

[flexcoders] popupbutton direction

2008-05-21 Thread sudha_bsb
Hi I have a popup Button which displays a popup window when clicked. The popup window comes always below the popup button. I want the popup window to come above the pop up button. How can we achieve this. I don't want the arrow to be shown in the popup button and trigger the show and hide of

[flexcoders] Horizontal List Focus Children

2008-05-20 Thread sudha_bsb
Hi, How to get the focussed children component of the horizontal list. I mean when I move the mouse over the horizontal list, how can i know which children item renderer have the focus... Also how to avoid showing focus rectangle when I click on one of the children. Appreciate your help

[flexcoders] Air application background transparent color

2008-05-13 Thread sudha_bsb
Hi, I am using Ely Greenfield's Fish Eye Component. I am using that in an AIR application. I have made the application window transparent and had set the background color and background image as empty. However it is taking the default color as black and the entire window comes in black color.

[flexcoders] How can I launch windows applications like wordpad and notepad from AIR?

2008-05-12 Thread sudha_bsb
Hi, I have this requirement like launching native windows applications like Windows wordpad and notepad from an application. How Can I go about it? Is there a facility to do this in AIR 1.0? Thanks, Sudha.

[flexcoders] Re: How can I launch windows applications like wordpad and notepad from AIR?

2008-05-12 Thread sudha_bsb
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sudha_bsb Sent: Monday, May 12, 2008 5:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How can I launch windows applications like wordpad and notepad from AIR? Hi, I have this requirement like launching native windows applications

[flexcoders] Re: How can I launch windows applications like wordpad and notepad from AIR?

2008-05-12 Thread sudha_bsb
and launch it. I've got the same errors on testing level - Original Message From: sudha_bsb [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, May 12, 2008 9:28:30 PM Subject: [flexcoders] Re: How can I launch windows applications like wordpad and notepad from AIR

[flexcoders] Re: Webservices problem

2007-12-20 Thread sudha_bsb
Regards, Sudha. --- In flexcoders@yahoogroups.com, subeesh a [EMAIL PROTECTED] wrote: Are you passing in the parameters correctly ? . How are you passing the vaues to the webservice method. Post your code snippet here . - Original Message From: sudha_bsb [EMAIL PROTECTED

[flexcoders] Webservices problem

2007-12-19 Thread sudha_bsb
Hi, I have a webservice that I invoke back to back on a button click. On the first click the webservice returns the expected result. However, on successive clicks, I get the following error: [FaultEvent fault=[RPC Fault faultString=Array of input arguments did not contain a required