Re: [flexcoders] flex 1.5 : forcing client to use flash player 8

2006-06-22 Thread Sandip Patil
HiFor flex 1.5 in flex-config.xml write flash-player !-- enable/disable player detection -- enabletrue/enable !-- require 7.0.14 -- !-- required player version -- required-version8/required-version //here required version 8Thanks SandipAntoine Malpel [EMAIL PROTECTED] wrote:

Re: [flexcoders] Problem parsing mxml (flex2.B3)

2006-06-19 Thread Sandip Patil
can u post your index.mxml file heresilpa s [EMAIL PROTECTED] wrote: Hi all, I'm new to Flex. I may have to develop some RIAapplication using Flex2.0. I'm using Weblogic as myapplication server. When try to locate myindex.mxml(http://localhost:7001/index.mxml), i'mgetting following

RE: [flexcoders] Wrap text in header of DataGrid.

2006-06-14 Thread Sandip Patil
l RoadPune 411001INDIA From: Sandip Patil [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 5:27 PMTo: Sawant, Ramdas (IT)Subject: Re: [flexcoders] Wrap text in header of DataGrid. Hi Ramdas,Can you tell me wha

Re: [flexcoders] Dataprovider problem

2006-06-13 Thread Sandip Patil
Hi Rama,http://www.richinternetapps.com/archives/72.htmlhow this link will help you.Thanks Regards, Sandip patilrama satoskar [EMAIL PROTECTED] wrote: Hi all,Is there any concat property of the dataprovider of a list control. Kindly help,Rama

Re: [flexcoders] Dataprovider problem

2006-06-13 Thread Sandip Patil
Hi Rama,http://www.richinternetapps.com/archives/72.htmlhow this link will help you.Thanks Regards, Sandip patilrama satoskar [EMAIL PROTECTED] wrote: Hi all,Is there any concat property of the dataprovider of a list control. Kindly help,Rama

Re: [flexcoders] need help in making usrname/pswd Database

2006-06-06 Thread Sandip Patil
Hi,To fetch records from DB display in DataGrid, mx:RemoteObject id="fetchmyRecords" named="fetchmyRecordsService"mx:method name="getRecs" result="myRecs=fetchmyRecords.getRecs.result"//mx:RemoteObject in datagrid display as,mx:DataGrid id="myid" dataProvider="{myRecs}"

Re: [flexcoders] refering to a particular tab in TabNavigator FLEX1.5

2006-06-04 Thread Sandip Patil
n kumar [EMAIL PROTECTED] wrote: Thanks for replay,but here my intention is to change the perticular tab text color , for that i need to access the particular tab, can you give me the snippet for thatthanksFrom: Sandip Patil [EMAIL PROTECTED]Reply-To: flexcoders@yahoogroups.comTo: flexcoders

Re: [flexcoders] refering to a particular tab in TabNavigator FLEX1.5

2006-06-02 Thread Sandip Patil
Hi,mx:TabNavigator id="selectedtabNavigator" change="selectedTab()" selectedTab() function is,function selectedTab(){if(selectedtabNavigator.selectedIndex==0){ mx.controls.Alert.show("HI"); } Sandipnaveen kumar [EMAIL PROTECTED] wrote: Hi allCan any one plese tell me

Re: [flexcoders] loading pdf files in Flex Applications

2006-05-24 Thread Sandip Patil
Hi,Like fileIO functionality in Flex , call one JSP pass ur file name there from Flex . From JSP call your Java file where u will wirte ur Java logic to open PDFfunction preview(){var url="">var fileName = "abc"; url= ""> }where config is,mx:Model id="config"

Re: [flexcoders] Re: loading pdf files in Flex Applications

2006-05-24 Thread Sandip Patil
to flex app. One reason is PDF and user work area share the same scree.I am looking for pdf CONTROL or PDF aware control, so that users can resize and these two portions needs to communicate.ThanksVenu--- In flexcoders@yahoogroups.com, Sandip Patil [EMAIL PROTECTED] wrote: Hi, Like fileIO

Re: [flexcoders] Re: Flex Basics

2006-05-24 Thread Sandip Patil
. I need to iteratethrough the list which has some other value objects with differentvalues. These values need to be displayed.ThanksS--- In flexcoders@yahoogroups.com, Sandip Patil [EMAIL PROTECTED]wrote: Hi, try this mx:Script var data= [ {label:"A", data:A}, {label:"B", data:B}]; var select

Re: [flexcoders] Reducing Initial Startup time in Flex 1.5

2006-05-19 Thread Sandip Patil
Try to avoid calling functions in initialize tag.Sandipweb_manager_2004 [EMAIL PROTECTED] wrote: How can we reduce initial startup time of a flex application ? Suppose we have a large application , and we want to reduce application startup time. Is it possible that we are able to devide

RE: [flexcoders] How to clear date field

2006-04-13 Thread Sandip Patil
Hi,I think I am not able to clear my question.After using mx:DateField tag calender like dates coming.If user select date from that, date is showing in text box.Suppose if then user decide that he wants that text box empty he can't do that because he has selected from calender

RE: [flexcoders] Pagination in Flex ?

2006-01-04 Thread Sandip Patil
Thx Abdul,For the link which you sent to me.But here I am facing problem with DB.The records are not showing. I am using Mysql as DB JRun as server. I also tried http://www.markme.com/mchotin/files/data-1-jrun.xml the link given by Matt but still not able to connect to DB. Can you

Re: [flexcoders] Disabling toolbar of IE/ RIAs and the Refresh button- a potential usability problem

2005-12-07 Thread Sandip Patil
Hi Sreejith,Thx for your valuable sugettions . . Actually I did'nt get help regarding Back/refresh button in case of flex so I was thinking other way.Thx once again.Sandip PSreejith Unnikrishnan [EMAIL PROTECTED] wrote: Sandip, here is link to how u can detect the refresh

RE: [flexcoders] Disabling toolbar of IE

2005-12-06 Thread Sandip Patil
Hi Neek,I agree with you that I will use session etc. In fact I did navigation well upto end of my application i.e.depending upon username password. But let me clear my doubt again. Sorry,it might be wrong thinking by meagain. How I will understand that IE's refresh button is

RE: [flexcoders] Look Feel of Application as per user choice

2005-12-05 Thread Sandip Patil
Thx Philippe,for your response. But say,I have page Main.mxml in which I have ViewStack on this viewstack I am calling various pages like mx:ViewStacksrch:first/ srch:second/ /mx:ViewStack where srch reference name for my directory.I want from Main.mxml I can set

Re: [flexcoders] File IO Flex 1.5 with Flash Palyer 8

2005-11-29 Thread Sandip Patil
Hi Devis,I think you check your file pathproperly.i.e. path of file --- fileIO.swf in FileIO.mxml Sandip PDevis [EMAIL PROTECTED] wrote: Hi, to all, i'm using flex 1.5, but if i use this application where server running all it's ok, but my remote client recevice always

Re: [flexcoders] Print datagrid with picture in Flex2 alhpha

2005-11-15 Thread Sandip Patil
Here is the link regarding data grid examples. Which also contains printing of datagrid. Just see demo examples then go through source code.http://philflash.inway.fr/example.htmlZhu Feng [EMAIL PROTECTED] wrote: Hi, All,does the Flexprintdatagrid support printing pictures?when I use the

Re: [flexcoders] prompt property in ComboBox as array?

2005-11-14 Thread Sandip Patil
Hi,I am using,mx:ComboBox dataProvider="{['1', '2', '3']}" prompt="{[whatever value selected]}" / I have two buttons 1)Save 2)UpdateInitially I am saving say value 2 from dataProvider saving the record to DB.But when I click on update button it should show me whatever values I

Re: [flexcoders] Flex 2 - setting the color of a DataGrid row

2005-11-14 Thread Sandip Patil
If you want to give alternate row color to datagrid rowsalternatingRowColors="[0xff,0x66CCFF]" insert this in your mx:DataGrid tag.solgraphics [EMAIL PROTECTED] wrote: I am trying to set the color of a DataGrid row usingdg.setPropertiesAt(1, {0x00} );and I am having no luck. Did

RE: [flexcoders] How to add checkboxes to datagrid

2005-11-11 Thread Sandip Patil
olumn headerText="Type" / mx:DataGridColumn headerText="Details" / /mx:Array /mx:columns/mx:DataGrid /mx:ApplicationCan anybody tell me how to do this.Thx,Sandip patil Yahoo! FareChase - Search multiple travel sites in one click. -- Flexcoders Maili

Re: [flexcoders] How to give hyperlink to a record in data grid

2005-11-10 Thread Sandip Patil
Hi Manish, I appreciate your help if you just elaborate it further. What you mean custom cell renderer using a Link. I know there is one attribute for mx:DataGridColumn i.e.cellRenderer. But how to use it for giving hyperlink. Thx, sandip Manish Jethani [EMAIL PROTECTED] wrote: On 11/10/05,

RE: [flexcoders] How to save uploaded file in database

2005-10-14 Thread Sandip Patil
written code to save the information to DB. If I use javazoom.upload.UploadFile then I have there method getData(). But it is not working on JSP. So any hint or other way to save file to DB. Thx in advance, sandip patil Dimitrios Gianninas [EMAIL PROTECTED] wrote: We use Oracle 9i

RE: [flexcoders] How to save uploaded file in database

2005-10-14 Thread Sandip Patil
java class where I have written code to save the information to DB. If I use javazoom.upload.UploadFile then I have there method getData(). But it is not working on JSP. So any hint or other way to save file to DB. Thx in advance, sandip patil Dimitrios Gianninas [EMAIL PROTECTED] wrote: We

Re: [flexcoders] what does this error mean?

2005-10-06 Thread Sandip Patil
I was also getting this same error.But alongwith I am getting another errors.Like e.g. xyz variable not found. If you remove the errors like above then automatically your error will vanish. Regards, Sandip PNithya R [EMAIL PROTECTED] wrote: hai i get this error when i run my application.. i

Re: [flexcoders] Flash 8 compatibilty with Flex

2005-10-03 Thread Sandip Patil
the application from Windows ENV in IE6.0 with Flash player 8.0 client side browse popup. shows. if you have any clue on this , please help me out. Thanks Sandip Patil Manish Jethani [EMAIL PROTECTED] wrote: On 10/1/05, sandip_patil01 [EMAIL PROTECTED] wrote: My server details -- OS : RedHat Linux

Re: [flexcoders] File upload: 'Browse' only working on localhost?

2005-10-03 Thread Sandip Patil
The same problem I was getting then I put FileIO fileinmy root directory. just check your directory structuremanish [EMAIL PROTECTED] wrote: Hi Carson, I tried your URL . It perfectly works well. Can you plz give mesome idea how are you using JSP rather than CFM file. I really want toconfigure

RE: [flexcoders] Opening Browse Window In Flex like yahoo/rediff mail

2005-09-30 Thread Sandip Patil
to open window only butwhen I select a file from that window that selected file path is notdisplaying in text box.So anybody tell how to do this.Thanks in advance,Sandip Patil Yahoo! Groups Sponsor ~--Most low income households are not online. Help bridge

RE: [flexcoders] Opening Browse Window In Flex like yahoo/rediff mail

2005-09-30 Thread Sandip Patil
ody tell how to do this.Thanks in advance,Sandip Patil Yahoo! Groups Sponsor ~--Most low income households are not online. Help bridge the digitaldivide today!http://us.click.yahoo.com/

RE: [flexcoders] Opening Browse Window In Flex like yahoo/rediff mail

2005-09-30 Thread Sandip Patil
ile path is notdisplaying in text box.So anybody tell how to do this.Thanks in advance,Sandip Patil Yahoo! Groups Sponsor ~--Most low income households are not online. Help bridge the digitaldivide today!http://us.click.

RE: [flexcoders] Opening Browse Window In Flex like yahoo/rediff mail

2005-09-30 Thread Sandip Patil
articles/fp8_features.html thisURL but with the help of this only I am able to open window only butwhen I select a file from that window that selected file path is notdisplaying in text box.So anybody tell how to do this.Thanks in advance,Sandip Patil Yahoo! Groups Sponsor

RE: [flexcoders] Opening Browse Window In Flex like yahoo/rediff mail

2005-09-30 Thread Sandip Patil
withhttp://www.macromedia.com/devnet/flex/articles/fp8_features.html thisURL but with the help of this only I am able to open window only butwhen I select a file from that window that selected file path is notdisplaying in text box.So anybody tell how to do this.Thanks in advance,Sandip Patil

RE: [flexcoders] Opening Browse Window In Flex like yahoo/rediff mail

2005-09-30 Thread Sandip Patil
but with the help of this only I am able to open window only butwhen I select a file from that window that selected file path is notdisplaying in text box.So anybody tell how to do this.Thanks in advance,Sandip Patil Yahoo! Groups Sponsor ~--Most low incom

RE: [flexcoders] Opening Browse Window In Flex like yahoo/rediff mail

2005-09-30 Thread Sandip Patil
o open window only butwhen I select a file from that window that selected file path is notdisplaying in text box.So anybody tell how to do this.Thanks in advance,Sandip Patil Yahoo! Groups Sponsor ~--Most low income households are not online. Help

RE: [flexcoders] Opening Browse Window In Flex like yahoo/rediff mail

2005-09-30 Thread Sandip Patil
Thank you, Carson for youe quick replies. Ok I will try. Thanks again, Sandip Patil)Carson Hager [EMAIL PROTECTED] wrote: Sandip, Lookthis is the Flexcoders mailing list, not a Javalist. Your issues here are all Java related and have nothing to do with Flex. I would kindly ask you

Re: [flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread Sandip Patil
(which is already populated with data).I want both these valus to pass my Java class's anothermethod. Thx Again. Sandip Patil [EMAIL PROTECTED] wrote: Assuming that you already have a RemoteObject to call your Java Class. Thisis what I would do:mx:ComboBox id="item" dataProvider=

Re: [flexcoders] Re: Need Urgent help

2005-09-13 Thread Sandip Patil
yeah I know my dear friend, we need the animation component, do you know where I can get this animation component, if you help me out in this it will be great help..BTW: have you worked on this type of sample application, if so can you send me some linksor sample application. Thanks

Re: [flexcoders] Re: Need help on Fliping the components

2005-09-13 Thread Sandip Patil
for "ActionScript 2.0" from the URL: http://www.swftools.com/tools-details.php?tool=5505655915 ThanksSaleh Sandip Patil [EMAIL PROTECTED] wrote: yeah I know my dear friend, we need the animation component, do you know where I can get this animation component, if you h