[flex_india:21373] Re: bin-release Problem

2009-04-10 Thread vrathore
You need to embed the images in the swf file as follows :- [ Embed(source=/com/rathore/view/images/copy.png) ] public static var copy_icon:Class; mx:Image source={copy_icon} / Cheers Varun Rathore --~--~-~--~~~---~--~~ You received this message because

[flex_india:21374] Showing me trial verison view for charts

2009-04-10 Thread akshay
Hi all, I am stuck with this problem i have developed the application in builders professional version but its giving trial version's message in another machine where builder is not installed .. Is there any dependency on builder?? Pl help me .. I am compiling my application thr mxmlc ..

[flex_india:21375] Re: bin-release Problem

2009-04-10 Thread krishna2004
i have done same way as vrathore said but still its not working. but when i display the images without using panel in tilelist its working fine (from bin-release folder). so can any one tell me the suggestions? Thank you. On Apr 10, 12:33 pm, vrathore vrathor...@gmail.com wrote: You need to

[flex_india:21376] Re: Showing me trial verison view for charts

2009-04-10 Thread Venkat Viswanathan
Hi, You will need a Flex 3 Professional license to compile charts without the trial message. You will have to put the license information in the license.properties file inside the frameworks folder in the sdk. Regards, Venkat www.venkatv.com On Apr 10, 12:45 pm, akshay goreaks...@gmail.com

[flex_india:21385] Re: make my application faster?

2009-04-10 Thread Naresh
hi, if I use 5000 different images So Wt to do?We have Embed all these Images into Our application? On Apr 9, 2:55 pm, vrathore vrathor...@gmail.com wrote: 1. go to project properties-flex build path-library path - framework linkage-select RSL from drop down   press ok 2. go to project

[flex_india:21384] Re: [Pune Flex Users:1392] New Flex IDE for .Net and Java Developers

2009-04-10 Thread shashank kulkarni
Hi Jagan, Thanks for such a wonderful information.Its really a very good written Post if somebody knows other links please post. Thanks and Regards Shashank Kulkarni(09822576796), Flex Developer, Symphony services,Pune. Check out some Cool Stufs : http://shashankkulkarni.wordpress.com/

[flex_india:21387] Re: Hi

2009-04-10 Thread Sindhu
Hi, ViewStack is working is just fine. I tried the below code for navigating from one mxml to another but it didn't work. ?xml version=1.0? !-- first.mxml -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script![CDATA[ import flash.net.*; public function

[flex_india:21386] ComboBox in DataGrid

2009-04-10 Thread sankar swaroop
Hi friends, I kept combobox in datagrid column and i see the in grid with data but i cannot get the selected item from the combobox which is in datagrid. I can get all other columns data except combobox data? How can i get it? Help me plz.. Thank you, Bye..

[flex_india:21383] Re: bin-release Problem

2009-04-10 Thread Naresh
Hi , This naresh, I have a doubt that if I load data from server side xml .suppose he is going to update the xml ,on that time we have load all images from xml into our application .Then how can we Embed images and wt to do? in that situvation. On Apr 10, 12:33 pm, vrathore

[flex_india:21389] Re: Need Some Samples

2009-04-10 Thread Saravanan
Hi ganesh search thru the community... answered many time by the community memebers... -sara designscripting.com On Apr 9, 9:45 am, ganesh kumar kumarganes...@gmail.com wrote: Hi , i am ganesh kumar from chennai,i am working in flex,i am going to do adobe flex certificate so kindly send me

[flex_india:21390] Re: How to save the application when application terminates unfortunately

2009-04-10 Thread Saravanan
Even we can save as encrypted files in the application path and open it for later use.. -sara designscripting.com On Apr 9, 2:40 pm, vrathore vrathor...@gmail.com wrote: To save the Dynamic CSS, we can use 1.Shared Object to save the style object of the component. to know more about shared

[flex_india:21391] Re: J2EE and Flex Builder 3

2009-04-10 Thread Saravanan
Hi Varun Welcome to the community.. here is the link for setup WTP with Flex builder http://blogs.eyepartner.com/adrian/flex/create-combined-javaflex-project-in-flex-builder/ http://corlan.org/2008/06/05/creating-a-combined-flexjava-project-in-flex-builder-wo-lcdsblazeds/ -sara

[flex_india:21392] Re: Can anyone help me with its coding in FLEX? i need code for application that will stream from webcam,convert the video to FLV format and then stream it to a FTP server. The vi

2009-04-10 Thread Stephen
You can use Moyea Video4Web Converter to convert video to FLV, it is free - http://www.flash-video-mx.com/video4web-converter/ Then use Moyea Web Player Pro to publish the resulting FLV to Internet and make a custom flash video playr for website - http://www.flash-video-mx.com/web-player-pro/

[flex_india:21394] Alert bar at the top

2009-04-10 Thread Romil
Hi, Ever noticed a yellow color alert bar at the top in browser window (IE or Firefox)? This happens when the popup blocker blocks a popup or a script tries to run (this depends on your browser setting of course) or (in case of firefox) when you login to a site for the first time (a black bar

[flex_india:21395] Issue with line drawing

2009-04-10 Thread Sunil
Hello, While working on a project I came upon a strange issue. the application uses the drawing API to draws simple line. This is a simple piece of code every time I use to draw a line but when I start drawing line on base container(canvas) and when I reach multiple lines I find it to remove

[flex_india:21398] Re: Alert bar at the top

2009-04-10 Thread Saravanan
Can we use navigation bar with button in it? -sara designscripting.com On Apr 9, 10:56 pm, Romil mail2ro...@gmail.com wrote: Hi, Ever noticed a yellow color alert bar at the top in browser window (IE or Firefox)? This happens when the popup blocker blocks a popup or a script tries to run

[flex_india:21399] Re: login+cursor+blink

2009-04-10 Thread Saravanan
yes the methods please... -sara designscripting.com On Apr 9, 7:04 pm, Flex Baby send2sivagan...@gmail.com wrote: hi, i have 2 text boxes for username password.In page load,the cursor is not selected the username by default. how make the username by default(blinking cursor) at startup? i

[flex_india:21403] Re: Problem to show new added child to tree

2009-04-10 Thread Saravanan
sample code pls... -sara designscripting.com On Apr 11, 12:48 am, sankar swaroop sankaras...@gmail.com wrote: Hi friends, I created a custom component for tree and getting data through HttpService and another custom component design to add new nodes to that tree Here every thing working