[flexcoders] Refreshing issues in Gumbo: Is that the bug or am i doing something wrong?

2009-05-19 Thread anuj181
Hi Guys I am trying to make a simple app in Gumbo(flex 4) but it does not seem to be working, I am just trying to change the color of the a simple rectangle (which is in the form of the path data for the SVG image), I am not sure whats going on here but it does not seem to be working. Am I

[flexcoders] Error Loading the SOAP mathod from AIR Application

2009-04-28 Thread anuj181
Hi Guys I have used Web Service in REST in the past but this is my first attempt to call SOAP method from WSDL and for some reason it is failing, I have never called a single method through SOAP so please bear my beginner mistakes,Below is my MXML code and my WSDL has following schema, Anyone

[flexcoders] How to clear cache for all major browsers (IE, Mozilla, Safari and Chrome)

2009-03-17 Thread anuj181
Hi Guys Anyone has any idea which is the best way to clear the cache for my web application (which is made in Flex and PHP), For some reason it keeps on pulling old entries from cache and is confusing user and me with the inconsistent results, I guess that it is pulling values from the cache as

[flexcoders] Weired Focus Change behaviour on tab pressing

2009-03-13 Thread anuj181
Hi Guys I am trying to make the focus changed consistently to different components in my app but it is showing different behavior when user presses tab. Few things are happening here if one of the radio button from the first radio group has been selected then pressing tab button will keep on

[flexcoders] Problem in sorting XMLList collection as a dataProvider for the list

2009-03-05 Thread anuj181
Hi Guys I am trying to sort the xmllist collection which is the dataprovider for the list. As the implementation of name-value pairs, i am displaying the entries in form of string in List and would like to sort all the data displayed in the List alphabetically, I am making a call through amfphp

[flexcoders] Problem in Sorting XMLListCollection (which is dataProvider for) the List

2009-03-05 Thread anuj181
Hi Guys I am trying to sort the dataProvider in the list which is in the form of XMLListCollection, I am using amfPHP for grabbing data in the form of XMLListCollection and for the display purpose I am using labelfunction to display just the friendly name of my entries which is the specific

[flexcoders] Re: Problem in Sorting XMLListCollection (which is dataProvider for) the List

2009-03-05 Thread anuj181
This is my first e-mail to this group with the new e-mail address, i am just trying to make sure if this group is receiving my e-mails as nobody has replied yet, Please send me the test reply so that I know if you guys are receiving my mails Thanks --- In flexcoders@yahoogroups.com, anuj181

[flexcoders] fscommand in AIR

2009-01-28 Thread anuj181
Does anyone know that can I use fscommand in AIR application? Does not seem its working in AIR. Works perfectly in Flex/Flash Thanks Anuj

[flexcoders] Guidance Needed about the organization of flex project and MXML Componenets

2009-01-23 Thread anuj181
Hi Flex Coders, I have been taken over one project started by some other programmer, The project asks user to login and after user logs in , different custom MXML Components are loaded. Thats the bigger picture what the project needs to do. The way this project was organized that the developer

[flexcoders] General Guidance requested to detect if any component has been changed or not

2009-01-16 Thread anuj181
Hi Group I need general guidance in achieving something. I have a form having different components like text box, radio button and list boxes (having drag and drop capability). I have Save and Cancel Button and when the form loads, the Save button is disabled, Now my requirement is that as soon

[flexcoders] Need some Help in implementing Log out functionality

2009-01-15 Thread anuj181
Hi I have implemented Log Out functionality in my App, All I did is that as soon as user clicks Log Out button, the code is going to reload the whole App which will automatically take the user to the login screen as login is the first screen in my flex App. Now My probelm is that I need some

[flexcoders] Graying out the Tab Selection of the parent App

2009-01-14 Thread anuj181
Hi All I am trying to disable the canvas in ToggleButtonBar in my parent app, Actually I am setting the disable property from differnt module of my app. My disabling is working fine but I like to give it a grayed out look, so I like to set the blurX or blurY property or give it a color, The

[flexcoders] Generating Random key

2009-01-05 Thread anuj181
Hi I need to work on a piece of code in which whenever user clicks on the button , the code should generate random 12 character key having all caps and no vowels in the format of XXX-XXX-XXX-XXX. Can anybody guide me in this direction. Is there any built in function for that or do I have to use

[flexcoders] Trying to pass data in different module

2008-12-19 Thread anuj181
Hi I am trying to set the visibility of some components which are in different modules and my code is not working. There is login screen in which i have provided forgot password link and in which there are 3 components which are by default set invisible. Whenever user changes his password by

[flexcoders] When can Browser Compatibility issues happen with the Flex App

2008-12-18 Thread anuj181
Hi All I have a release build of my project which when I have couple of issues. When I put that release folder on the server (which is Linux Box in my case having apache server), the file would show up fine in IE 7.0 but displays as plain text (displaying bunch of javscript and HTML code) in

[flexcoders] How would I Overwrite contents of External XML File

2008-12-15 Thread anuj181
Hi All I am working on change password option for the user, I am reading password content from external XML Files and then depending upon the added value I need to overwrite the external XML's files passsword entry. I am using following code for changing it but it is not working, My XML file is in

[flexcoders] Getting NULL Object Reference while deleting last element of the list

2008-12-11 Thread anuj181
Hi Guys I am trying to implement the delete entries of the list box. The code works fine till the last entry, when i am trying to delete the last item after selection it is throwing error TypeError: Error #1009: Cannot access a property or method of a null object reference. I have seen this error

[flexcoders] Filtering working partially, Looping through just the first node of XML.Pls Help

2008-12-09 Thread anuj181
Hi All Guys This is regarding the problem I had few days back. I made filtering of the List partially working for my app after taking some help from this group, but I realize a bug in my program. I am making rest calls to load data in form of XML in List. I need to apply filter on this list.

[flexcoders] Filtering the List Entries depending upon the text entered in text Input box

2008-12-03 Thread anuj181
Hi All This is somehow regarding the question I have asked few weeks back. Unfortunately I have to stop this task at that time and now need to work on that. My need is that I have some entries in the List as an arrayCollection and there is text input box and I like to have list to filter the data

[flexcoders] Fwd: Filtering the List Entries depending upon the text entered in text Input box

2008-12-03 Thread anuj181
--- In flexcoders@yahoogroups.com, anuj181 [EMAIL PROTECTED] wrote: Hi All This is somehow regarding the question I have asked few weeks back. Unfortunately I have to stop this task at that time and now need to work on that. My need is that I have some entries in the List as an arrayCollection

[flexcoders] Is there any Name -Value Pair concept for Arrays?

2008-12-01 Thread anuj181
Hi All I am retrieving some data using HTTP from PostGres database. I would be successfully able to put all the entries in UDN's in the list box (using REST Calls). Now my requirement is that I need to display an attribute name Friendly name which is already in the database as the label (VISUAL

[flexcoders] How to send data as XML (data is loaded through HTTP in List Box)

2008-11-25 Thread anuj181
Hi All I use HTTP service to load data in List Box. I pasted code below, Now I need to allow drag and drop operation which I am successfully able to do that. However once items are dropped in second list , I need to wrap up the data as XML and send it to server , I guess i will use 'POST' method

[flexcoders] How to Add and Remove items from one list to another on click of button

2008-11-24 Thread anuj181
Hi All I am trying to move multiple items from one list to another on click of Add button. Please correct me if I am wrong. I have data provider for both these lists as an array and I was thinking that for adding I need to put the selected items in another array and need to add that array items in

[flexcoders] Moving of item is not working in List

2008-11-21 Thread anuj181
Hi Guys I displayed data in 2 lists (A and B) using HTTP service. I need to move data from one list to another. I already implemented the easier way (the drag and drop). However I need to implement the same functionality if user clicks on ADD button and remove button. If user clicks on 'Add'

[flexcoders] How to SelectAll entries in List

2008-11-20 Thread anuj181
Hi Guys In the list allowMultipleSelection allows me to select multiple entries of the list box. How would i implement the 'Select All' functionality, I need all the entries of the list to be selected if I click on the button. Pls let me know Thanks in advance Anuj

[flexcoders] Getting IP address of the local machine

2008-11-19 Thread anuj181
Hi Is it possible to get the IP Address of the serveron which you Flex App is running. My requirement is that I need to get the IP address of the server . Please let me know if Flex supports getting the IP address of the server machine, I know we can do that with PHP but i am just wondering if

[flexcoders] Filtering data using HTTP

2008-11-18 Thread anuj181
Hi Guys I am getting data in list box. I am using HTTP Service for getting all the entries and I filtered my list with the entries having the node named as 'pool'. My question is how would i get all the entries in the list except the entries with the pool in the list. Basically i have all the data

[flexcoders] Does Smart Serach like 'You tube' does possible in Flex ?

2008-11-18 Thread anuj181
Hi Guys If you go to You tube and when you start typing stuff then you get suggestions for the related text you types. I have requirement something like this. I pulled the data in my list box and we have to make it search able like if user starts typing in the text box say 'Adobe..', the list

[flexcoders] Gettign data from the list and putting into an array

2008-11-12 Thread anuj181
Hi Guys I am moving data from one list(A) to another(B) using drag-drop manager. The data is showing fine in both the lists, it is basically moving the selected entries form one list to another. Now my requirement is as soon as user clicks on a 'Add Button' , my code should put all the entries in

[flexcoders] Setting cursor to particular text box on the application load

2008-11-11 Thread anuj181
Hi Is it possible to set the cursor to the text input while your app loads. I am using setFocus to particular text input but it is just setting the focus to my text box but not the cursor. Is it possible to set the cursor to the text box on the app load. Thanks Anuj

[flexcoders] Basic auto Update of Flex UI with the Postgres database

2008-11-10 Thread anuj181
Hi Guys I asked his question earlier too and you guys were helpful in giving me solution but i ended up implementing solution which consume lot of resources . I have a tree which is getting data from Postgres though HTTP service and binding data in XMLList. As soon as new entry has been added to

[flexcoders] Casting Problem Dragging from one list and Dropping into another

2008-11-06 Thread anuj181
Hi Guys I am trying to drag contents of one list and drop it into the second List. I am having issues that first list has values from XML List Collection and only i need is the 'id' attribute of the XML and I am successful in getting XML List in 1st list. I am using HTTP Service. Now my problem is

[flexcoders] Basic Tab Question

2008-10-28 Thread anuj181
Hi I have seen Tab-navigator in Flex 3.0. I have basic question. Is it possible to to stack tabs vertically rather than horizontally . I have a requirement in which I have to make something like horizontal tabs but they have to be stacked vertically and then I need to embed image in those vertical

[flexcoders] How to keep Tree control synchronized with the database. Please Help

2008-10-21 Thread anuj181
Hi Guys I am trying to retrieve values form the database PostGres. I used REST calls for fetching the data and i am successful in binding that data with the data Provider of Tree control. Now my problem is that if I inserted any entry in the database, it will not update the Tree control directly.

[flexcoders] Errror while accessing mxml component in external as file

2008-10-13 Thread anuj181
Hi Guys I am trying to implement the login form . The login form works fine when i use script and put all the action script in the main mxml file. But my requirements is to put all the action script in external as file and make things working. For some reason the builder does not like my login

[flexcoders] Access of undefined property of type URLLoader

2008-10-08 Thread anuj181
Hi I am simply trying to load external XML file but the builder is not recognizing one of my variable named urlLoader of type URLLoader. it is saying Access of undefined property urlLoader, urlRequest and completeListener. Does anyone has any idea what's going on. Thanks ?xml version=1.0

[flexcoders] Is it possible to increase the heigth and width of scroll bars in any container?

2008-09-08 Thread anuj181
Hi Guys I have a general question. In general any scroll bar in container(either VBOX or HBOX etc)is (by default)16 pixels wide. Is it possible to change the width and height of any scroll bar for in built containers. Also for styling those scroll bars and scroll er within the container do i have

[flexcoders] Problem importing FlexLib

2008-09-04 Thread anuj181
Hi Guys I am trying to embed FlexLib in my Flex Project using following link http://code.google.com/p/flexlib/ I am trying to import downloaded file in my FLEX devlopment environment but is not letting me do that. When i imported the complete project folder. it says The folder does not contain a

[flexcoders] Problem importing FlexLib

2008-09-04 Thread anuj181
Hi Guys I am trying to embed FlexLib in my Flex Project using following link http://code.google.com/p/flexlib/ I am trying to import downloaded file in my FLEX devlopment environment but is not letting me do that. When i imported the complete project folder. it says The folder does not contain a

[flexcoders] Need Help and Guidance desperately

2008-08-25 Thread anuj181
Hi I am using HBOX container to load images letting user drag image from one HBOX and dropping them in another (2nd)HBOX. I need to calculate the real estate of the HBOX in which the image has been dropped (i-e 2nd HBOX). The reason is that because I need the dropped image to get placed in an

[flexcoders] Problems implementing tweening in FLEX

2008-08-20 Thread anuj181
Hi All I implemented transition with effects in Flash using the following code. My aim is as soon as user rolls over the arrow it brings up the menu.As long as the mouse remains on the menu, the menu stays else menu goes away. I am succesful in implmenting that in Flash.I used Tween and changes

[flexcoders] Can we customize already existing components with our own look, feel and size?

2008-08-15 Thread anuj181
Hi I am using HBOX component and dynamically loading external SWFs file in that component. This component is providing me drag drop option on the main stage using Drag Manager with the scrolling capability within the container. My questions is that [b]Can i give my own look, feel and size to that

[flexcoders] Full Screen and Scaling in FLEX. Please help

2008-07-01 Thread anuj181
Hi Flexcoders I have a question. I made an application and I like to give user the option of clicking on full screen. I implemented the following code and full screen is working fine. When user clicks on Full screen the whole application takes place of the monitor but my problem is that the

[flexcoders] How to detect the percentage overlap of one object with the another

2008-06-17 Thread anuj181
Hi guys I have few objects of type rectangle(re-sizable and draggable). I like to have them change border if 85% percent of one rectangle comes on top of another.I would be able to change the border of the recatngle by using hitTestPoint method. As soon as one rectangle crosses the center of

[flexcoders] How would i layout different objects in grid form

2008-06-11 Thread anuj181
Hi I have few objects containing of type image in my HBOX container. I am letting user drag and drop those objects within the HBOX. I want to provide user the option to arrange those objects in grid layout form. There is radio button on the main application saying 'Grid' and if user selects that

[flexcoders] Importing SWC Files in FLEX

2008-05-22 Thread anuj181
Hi Does anyone know how to import SWC file created in CS3 into Flex Project. I googled it and found lot of samples but in my case whenever i gave Library path, the swc file is not showing in my project' lib directory and when i manually move swc file it shows unknown icon on the file. Does anyone

[flexcoders] Please Help. Is there any resizeable swf/video container in FLEX

2008-05-15 Thread anuj181
Hi Does anyone know that if there is any inbuilt container if Flex 3.0 which allows user to click and drag to resize it. I need to load swf files in the container and i need to implement the functionality in which user can simply click on that container and drag it for resizing it. Please help me

[flexcoders] New To the list and have some questions

2008-05-07 Thread anuj181
Hi All I am new to this list. I know AS 3.0 and I am the member of FlashCoders. My aim to join this list is that i started making video gallery using AS 3.0 and then in the mid of the project, there came some requirements which make me to think that i am using wrong tool. Perhaps Flex is better