Re: [flexcoders] Multi Windowed Application in one application

2008-04-28 Thread shrikant.patil
hi, There is no such builtIn method for multi windows in flex. for that u need to use a framework called FlexMDI. which is free open source.u can get the source from google code :) Nitrobear wrote: Hello, I have an application, with a main windowed application, but I need 2

Re: [flexcoders] How to prevent tab change

2008-04-28 Thread shrikant.patil
I Think you can do this by using tabControl.selectedIndex property each time when tab index get changed . you can check and test the conditions,. :) Subhadeep Chatterjee wrote: Hi, I need to prevent a tab from being changed when user changes tab. This is a typical form

Re: [flexcoders] VideoDisplay throws Error: Cannot call reconnect on an http connection.

2008-02-10 Thread shrikant.patil
hi, the error is because of, while u streaming a video from the server and u make fast oneafter another request to the server for different video.. the way u can achive is that u may need to clear the video before making new request. refer below link u wil get complete idea and hope

Re: [flexcoders] Load data from datagrid to combobox

2008-02-05 Thread shrikant.patil
hi, to load data for datagrid u use a data provider right?.. which holds all the contents and value which u want to show in datagrid...means the main resource for the values of datagrid is dataprovider...so use that same data provider for u r combo box. thats it!!! Ganesh

Re: [flexcoders] Update External XML data in Flex

2008-02-04 Thread shrikant.patil
hi please refer below links.. hope those are useful for u.. Reading external XML documents http://livedocs.adobe.com/labs/flex3/html/13_Working_with_XML_11.html XML methods http://livedocs.adobe.com/labs/flex3/html/13_Working_with_XML_04.html The E4X approach to XML processing

Re: [flexcoders] Adding you tube's flv

2008-02-04 Thread shrikant.patil
hi refer below link, it may help u. http://code.google.com/p/as3youtubelib/ Guillermo Villasana Cardoza wrote: Is it possible to load into a flex app, an flv from you tube? if so is there an example or something I can see? Thanks Terius -- View this message in context:

Re: [flexcoders] Fail to apply UITextFormat to UITextField in custom Component

2008-02-04 Thread shrikant.patil
hi, i have tested u r file i got a orange backgrounded, vardana, bold text saying that : The quick brown Fox... i hope it is working fine... ndkamp wrote: I try to apply UITextFormat to an UITextField in a custom component but the new format won't show. what am i doing wrong?

Re: [flexcoders] Trouble with WebService

2008-02-04 Thread shrikant.patil
hi, put corssdomain.xml file at root directory of u r application directory it must be like this: ?xml version=1.0? !DOCTYPE cross-domain-policy SYSTEM http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd; cross-domain-policy allow-access-from domain=* secure=false/

Re: [flexcoders] Datagrid Counting row and total value

2008-02-03 Thread shrikant.patil
hi i thik u r using some kind of data provider like array or what ever... u can calculate the total number of records from that data provider structure, say for example the data provider may b the array, then u can get total number of rows by using ; arrayname.length property... hope it may

Re: [flexcoders] Loading Image Sequence into Movie Programmatically/Dynamically Generate SWF

2008-02-03 Thread shrikant.patil
hi, there is a component called SWFLoader in flex u can load a swf to play using this component. play bit with it and u will get u r results.. Xs][mage wrote: I saw some posts on this topic and didn't see any solution to this yet. Is there a way to use Actionscript 3.0 in

Re: [flexcoders] Validation approach

2008-02-02 Thread shrikant.patil
hi refer the below link hope it may help. http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=createvalidators_153_4.html Yogesh Jadhav-2 wrote: Hi all, Currently i am validating my form ( having 10-12 fields ) by

Re: [flexcoders] Combox box selected Index

2008-02-02 Thread shrikant.patil
hi, please review the sample below it is tricky... ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=init(); mx:Script ![CDATA[ import mx.controls.*; import

Re: [flexcoders] Combox box selected Index

2008-02-02 Thread shrikant.patil
hi, another simple trick is .. * select the combobox... * goto Flex Properties panel * select category view * under common category * just click inside the box next to prompt : * and just press a space using spacebar * hit enter * save and run u wil get what u want jitendra jain

Re: [flexcoders] Generic showPopupWindow function

2008-02-01 Thread shrikant.patil
hi please refer the link below, u may get useful; http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/ markgoldin_2000 wrote: I am trying to create a generic showpoppup function: public function

Re: [flexcoders] SWF is not a loadable module / crossdomain.xml woes

2008-01-31 Thread shrikant.patil
hi try to put the below crossdomain.xml u r missing something there; ?xml version=1.0? !DOCTYPE cross-domain-policy SYSTEM http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd; cross-domain-policy allow-access-from domain=* secure=false/ /cross-domain-policy As per mine

Re: [flexcoders] SWF is not a loadable module / crossdomain.xml woes

2008-01-31 Thread shrikant.patil
being requested by the Flash player. --- shrikant.patil [EMAIL PROTECTED] wrote: hi try to put the below crossdomain.xml u r missing something there; ?xml version=1.0? !DOCTYPE cross-domain-policy SYSTEM http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd; cross-domain

Re: [flexcoders] SWF is not a loadable module / crossdomain.xml woes

2008-01-31 Thread shrikant.patil
(); And the onModuleError event handler gets called. The ModuleEvent's errorText property is SWF is not a loadable module. --- shrikant.patil [EMAIL PROTECTED] wrote: hi, ok... may be the problem is not with crossdomain.xml,... can u please post the error u r getting ?. and try

Re: [flexcoders] SWF is not a loadable module / crossdomain.xml woes

2008-01-31 Thread shrikant.patil
hi, cool here i m sendung u a link of flex documentation : http://livedocs.adobe.com/labs/flex3/html/help.html?content=modular_5.html on this page there is a topic titled with : Loading modules from different servers check the security, and methods which need to take at initial stage

Re: [flexcoders] style of panel and titlewindow

2008-01-31 Thread shrikant.patil
hi, you need to define style for the drop shadow in your style as below: Panel{ borderSkin:Embed(source='assets/felixStyle.swf', symbol='felixPanelBorder'); dropShadowEnabled: true; shadowDistance: 8; shadowDirection: right; dropShadowColor: #33;

[flexcoders] adding and refering the childs of a container

2008-01-13 Thread shrikant.patil
hi, here i am with a problem, i m creating a chat based flex application in which when ever i click on an name of the user it opens a new window, which contains a text area, input text etc... this happens each time what i want to chat with a person. ( think like yahoo messanger). So for creating

Re: [flexcoders] adding and refering the childs of a container

2008-01-13 Thread shrikant.patil
- window dictionary (which maps users to their windows) then when a message comes, you can find the corresponding window looking at the dictionary. through the window, you can reach it's components. to make this easy,give id's to inner components (text input etc) shrikant.patil wrote On 01/14/2008