[flexcoders] http service and data service questions

2009-02-25 Thread Tom Preet
Hi All, can anyone share the Information regarding the questions 1. Is it possible to make httpService Requests synchronous? 2. I need to load an image from flickr into my application. Do I need a crossdomain.xml file on flickr? 3. What is the difference between httpService and Data

[flexcoders] using tooltip for MenuItems

2008-07-28 Thread Tom Preet
Hi All, In my application am using a menuItem, am able to display the data in the menu, but I need to use the Tooltip for the menuitem in the list. I have used the following code for displaying the tooltip. But by this code tooltip is not displaying. private var menuDataList:XMLList =

[flexcoders] Interview questions

2008-07-23 Thread Tom Preet
Hi All, I am attending for Interviews on Adobe Flex 2.0 and AS 3.0 can anyone send me Interview questions or url of faq's for preparing the Interview. Thanks, Tomt.

[flexcoders] tomcat server

2008-05-29 Thread Tom Preet
Hi All, Presently am using fds-tomcat for developing the Flex applications and excuting. can we use tomcat for deploying the flex applications that to run flex applications on tomcat4.x or 5.x etc.. can anyone give me some few suggestions about that. Thanks, Tomt.

[flexcoders] flex war project

2008-05-29 Thread Tom Preet
Hi All, I am working with Flex 2.0 with fds-tomcat. I need to create the project as a war file like flex.war. can anyone suggest me how to create war files for flex project and deploying this war file in any other tomcat. give me some suggestion on this.. Thanks in Advance --Tomt

[flexcoders] using files

2008-05-13 Thread Tom Preet
Hi, In my application am using the text file like .txt, .pdf files. when I click on the button I need to a open that pdf file. can anyone help me how to using the files with in Flex .. Thanks in advance, tomt

Re: [flexcoders] using files

2008-05-13 Thread Tom Preet
2008, Tom Preet wrote: when I click on the button I need to a open that pdf file. navigateToUrl() -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered

[flexcoders] String Replace

2008-05-13 Thread Tom Preet
Hi, In my application am using remote object method for retrieving data from Java class. in the ResultEvent am storing the values in String. But the data from the java was displa,ying as ,aa,bb,cc,dd ,AA,BB,CC,DD ,ab,bc,bd . But, comma(,) Symbol is displaying before the starting of each

[flexcoders] customizing navigateToURL

2008-05-13 Thread Tom Preet
Hi All, In my application am using the navigateToUrl method, Here for navigateToUrl am using a pdf file for displaying. it was also working fine. am using as follows: *var* u:URLRequest = *new* URLRequest(*docs/Chapter_1.pdf*); navigateToURL(u, *_blank*); when displaying this file it was

[flexcoders] progress bar with remote objects

2008-03-12 Thread Tom Preet
Hi, I am using RemoteObject method within my Flex application. Here for retriving data it was getting some few seconds. for that I need to use Progress bar instead of using showbusy cursor. can anyone give me some suggestions of using progress bar with remote object method. Thanks, Tomt.

[flexcoders] datagrid with checkbox implementation

2008-03-04 Thread Tom Preet
Hi All, Hi in my application am using datagrid in that am using dataprovider for displaying the data the data has been retrieving using remote object. am using the check box within itemrenderer. mx:DataGridColumn id=column4 textAlign=center headerText=Multi width=100 dataField=multi

Re: [flexcoders] datagrid with checkbox implementation

2008-03-04 Thread Tom Preet
/mx:DataGridColumn -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Tom Preet *Sent:* Tuesday, March 04, 2008 1:03 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] datagrid with checkbox implementation Hi All, Hi

[flexcoders] Select and Click Events generation

2008-03-03 Thread Tom Preet
Hi All, In my application am using one List , Combo box and other two List boxes(named as ABox, BBox). In the List box and combo box it contains some attributes. when am selecting a object from comboBox, using related object am retriving some more objects using remote object and displayed within

[flexcoders] datagrid provider doubt

2008-02-27 Thread Tom Preet
to be retrieved. for example, RPC is returning object with three properties named prop1, prop2 and prop3. then the dataField should be set to the name of the property like dataField = prop1; Hoe this helps. Regards, Sujit Reddy G On Tue, Feb 26, 2008 at 1:38 PM, Tom Preet [EMAIL

[flexcoders] data provider doubt

2008-02-26 Thread Tom Preet
Hi All, In my app am using datagrid with three columns. to fill the data in to datagrid, am getting the data using remote object and stored data into a Arraycollection in mxml. when am displaying the data into a grid it was displaying(repeating same data) in all the three columns. how to

Re: [flexcoders] Re: Tree nodes expansion

2008-02-18 Thread Tom Preet
--- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Tom Preet [EMAIL PROTECTED] wrote: Hi All, In my application am using Tree with nodes when I click on the node it was displaying the alert, but when I selected the first node the related page was displaying, next time when I

Re: [flexcoders] Tree nodes expansion

2008-02-14 Thread Tom Preet
Hi All, In my application am using Tree with nodes when I click on the node it was displaying the alert, but when I selected the first node the related page was displaying, next time when I click on another node it was not displaying the second page. Now I need to use it as when I click on

[flexcoders] Tree nodes expansion

2008-02-13 Thread Tom Preet
Hi All, Am using Tree in my application with three nodes. using XMLListCollection and displaying the data within respected panel. when I click on node it was displaying in on only one page. when clicking on remaining nodes there was no effect. i would like to use the Refresh when I click on

[flexcoders] Using Remote Object

2008-02-13 Thread Tom Preet
Hi All, In my application am using a List box witha list of items. when selected a node I need to send that node to same object to two remote objects. am having a doubt how to using this. after getting the data into the ResultEvent I need to display the two different Results on two panels. can

[flexcoders] Tree Nodes with new Application

2008-02-12 Thread Tom Preet
Hi All, In my application am using Tree with nodes when I click on the node it was displaying the alert, but when I selected the first node the related page was displaying, next time when I click on another node it was not displaying the second page. Now I need to use it as when I click on

[flexcoders] tree nodes using refresh

2008-02-04 Thread Tom Preet
Hi, In my application am using a tree structure. I am using two nodes and textarea for displaying data. here am using remote-object method to read the content from a file. when I click on the nodes it was displaying the related data with in textarea, it was working fine. when I click on other

[flexcoders] Using Popup menu

2008-01-15 Thread Tom Preet
Hi All, Iam working using login page in my app am using username, password to give username and password, when I click on submit button it will validate the user name and password upto here working fine. I am using another button for change password when I click on change password button a new

[flexcoders] Show and Hide using delay

2007-12-26 Thread Tom Preet
Hi All, In my am using two buttons when I clicked on button one it will display the some text on another, it will display only for 3 seconds. same will repeat when I clicked on another button. but this was happening for only one time again I need to refresh the page. I need to display the label

[flexcoders] Remote Object with fieds Data

2007-12-17 Thread Tom Preet
Hi All, I am developing an Flex App.. in my App, I used 3 text boxes and 2 labels to display the text in the labels and textboxes I need to use Remote Object method. in remoting-config.xml described the description for java class. In mxml function for ResultHandler is used like this var

[flexcoders] TabNavigator with Local tag ..

2007-10-22 Thread Tom Preet
Hi All, In my app am using the TabNavigator control for displaying Tabs. When I click on click on each tab I've to open an mxml page with in a tab. for this am using like mx:TabNavigator id=tn borderStyle=solid height=400 width=600 x=11 paddingTop=0 mx:VBox label=TabOne width=600

Re: [flexcoders] Hyperlink in flex.

2007-10-18 Thread Tom Preet
Hi Venkat, use the URL Navigator control for ex: var u:URLRequest = new URLRequest(x.mxml); navigateToURL(u, _self); for the Image Click event ok. Bye.. Preet. On 10/19/07, Venkat Perpati [EMAIL PROTECTED] wrote: Hi, Can anyone please tell me about how to add a hyperlink

[flexcoders] How to use Refresh()

2007-10-17 Thread Tom Preet
In my application am using a button for Refresh. Upto Now: I have retrived the list of files from Directory in to the combo box usingthe Remote Object method. when I select a particular file from combo the content of the file is displaying on the text area. upto here working fine. along with

[flexcoders] Doubt using Refresh

2007-10-15 Thread Tom Preet
Hi, In my application am using a button for Refresh. Upto Now: I have retrived the list of files from Directory in to the combo box using the Remote Object method. when I select a particular file from combo the content of the file is displaying on the text area. upto here working fine. along

[flexcoders] SuperTabNavigator

2007-09-28 Thread Tom Preet
Hi All, In my application am using the SuperTabNavigator, can tell me how to use the supertabnavigator that displays the tabs in the panel with closable option. can anyone give me some examples regarding this. Thanks, Tomt.

Re: [flexcoders] Doubt with Refresh()

2007-09-26 Thread Tom Preet
Hi, Thanks for u r reply. In my app I used remote object procedure to get data from the server. The data is displaying in the text area when I click on the button. Here I placed one button for refresh. when I click on the button the text area has to be refreshed. But, here am not getting how to

[flexcoders] Doubt with Refresh()

2007-09-25 Thread Tom Preet
Hi All, In my App am using the one text area and one button for refresh . when I click on the button the text area has to be refreshed. Can any one help how achieve this. Thanks, Preet.

[flexcoders] Doubt with Combo box

2007-09-19 Thread Tom Preet
Hi All, In my application I used the combo Box to display a list of files(file Names). These files are retrived from a file using Remote object. Now, when I click on the fileName the contents in the file has to be displayed on the text area. But when i clicked on the file name the filename is

[flexcoders] Combo box with Remote Object

2007-09-17 Thread Tom Preet
Hi Guys, am having a doubt on using the combo box control in Flex Application. The values in the combo box has to be read from a file and display within a combo box, for this I used Remote object method. am not getting how to write a function for store the data in a Array Collection and

[flexcoders] problem Super Tab Navigator

2007-09-05 Thread Tom Preet
Hi, In my App am i would like to use the SuperTab Navigator but when i use the flexlib:SuperTabNavigator am not getting thatone. can i have to import any jars for that. can tell me how to achieve this. Thanks, Tomt.

[flexcoders] Closable Tabs

2007-09-03 Thread Tom Preet
Hi, In my App I used the Tab Navigator control and placed some tabs in my App. When I run the app the tabs are overlaping. am having doubt when I click for second tab the first tab has to be closed, when I click on third tab the before tabs are to be closed... can suggest me how to implement