Re: [flex_india:30445] Free Flex IDE

2010-06-22 Thread Radu Toev
Hi Ivan, I've worked a little with FlashDevelop (http://osflash.org/flashdevelop) and I find it quite pleasent to work. The main problem in it is that it doesn't have a debugger yet. Other than that it has a nice autocompletion feature and just about anything you would aspect in a decent IDE. On

Re: [flex_india:30456] dispatchEvent

2010-06-22 Thread Radu Toev
Hi, package is a key word indicating an actionscript class. >From what I see you have your actionscript block inserted into an mxml file. On Sun, Jun 20, 2010 at 8:27 PM, Toni wrote: > Hello Everyone, > > I am new to flex actionsript3.0 and need some help with setting up a > dispatchEvent. When

Re: [flex_india:30468] UML for flex

2010-06-23 Thread Radu Toev
Hi, You could try http://www.umlet.com/. This application can be set up as a Flex/Eclipse plugin, but from what I know, it doesn't have any code generation. On Tue, Jun 22, 2010 at 4:12 PM, raj wrote: > Hi, > > Please suggest me any UML tool for flex. > > Thanks in advance > > Raj > > -- > You

[flex_india:30516] SWF loading issue

2010-06-28 Thread Radu Toev
Hello, I am trying to load a SWF file into a flex 3 application using Loader and URLRequest. Everything works fine on my local machine, but when I move the main swf to a server(running tomcat) I get: Error #2032: Stream Error. URL: I've tried loading the swf specifying both absolute and re

Re: [flex_india:30530] SWF loading issue

2010-06-28 Thread Radu Toev
t; . if that work then check with 2nd point > 2) try to deploy your application on lcoalserver and then try. > > let me know it doesnt work. or share you code base if possible. > > On Mon, Jun 28, 2010 at 5:14 PM, Radu Toev wrote: > >> Hello, >> >> I am tryi

Re: [flex_india:30532] Replacing the special character for existing keywords

2010-06-28 Thread Radu Toev
Are you using textArea.text or textArea.htmlText when sending data to the database? On Mon, Jun 28, 2010 at 5:34 PM, flex group wrote: > Hi, > > in my application i have one text area when i copy the data > from word document into text area in that some special characters are the

Re: [flex_india:30623] flex 4 BorderContainer

2010-07-05 Thread Radu Toev
Try using BorderContainerId.numChildren to get the number of children in your container. On Mon, Jul 5, 2010 at 11:52 AM, Tharage Ntakadzeni wrote: > Hi guys > Does anyone know how i can check if a flex 4 BorderContainer still have > chidrens and how many children s does it have . > > -- > You

Re: [flex_india:30628] how to extend styles in css ?

2010-07-05 Thread Radu Toev
You can write a styles.css file where you can include different style declarations. So if you would like to create customs styles for different components you do for example: Panel { borderColor: #cc; borderAlpha: 1; roundedBottomCorners: true; cornerRadius: 5; backgroundAlpha:

Re: [flex_india:30776] Button is not working on first click

2010-07-19 Thread Radu Toev
Hi, Can you please provide some extra information like: - is your button in another container ? - you said "Button is not working on first click", does it work on a second click? On Sun, Jul 18, 2010 at 8:45 PM, Khalid Chaudhary < chaudhary.kha...@gmail.com> wrote: > Hello All, > > Button is

Re: [flex_india:30826] Testing Flex code

2010-07-23 Thread Radu Toev
Hi, I use ASUnit and I am very happy with it http://asunit.org/ . On Fri, Jul 23, 2010 at 9:17 AM, Akshar wrote: > I want to write test cases for my flex application. what is the best > place to start and what test suite should i use. I want to test both > UI as well as action script code. > >

Re: [flex_india:30853] Hi,How to play a gif image?

2010-07-26 Thread Radu Toev
Hi >From my knowledge you can use the SWFLoader and Image control to load gif. Try using SWFLoader because, the Image control is used for loading static graphic. On Tue, Jul 27, 2010 at 4:47 AM, 朱传明 wrote: > Hi,all: > >I want to play gif image in my application. > I googled but only find fe

Re: [flex_india:31317] MySql, Flex and emailing

2010-09-04 Thread Radu Toev
Hi, >From my knowledge to send an email from flex, you need a server side script that you will call from your application. I found a short tutorial if you are using coldfusion( http://tutorial8.flexcf.com/) that I think will help you. I personally used php as a server side script for sending email

Re: [flex_india:31317] Type Coercion Error

2010-09-04 Thread Radu Toev
Can you please post the part of the code where the error occurs? On Tue, Aug 31, 2010 at 7:15 PM, suku wrote: > Hi all, > > I am getting this error > > > TypeError: Error #1034: Type Coercion failed: cannot convert > flash.events::ev...@cd1e589 to spark.events.IndexChangeEvent. > at spark.acces

[flex_india:31345] Reload air application

2010-09-07 Thread Radu Toev
Hello, I have an AIR application that I wan't to reload from itself if a certain condition is met. I need help on the reloading of the application part. Thanks -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send

Re: [flex_india:31354] Reload air application

2010-09-07 Thread Radu Toev
Found the answer. If anyone is interested check http://stackoverflow.com/questions/1821749/how-to-restart-a-standalone-adobe-air-flex-application . On Tue, Sep 7, 2010 at 9:27 AM, Radu Toev wrote: > Hello, > > I have an AIR application that I wan't to reload from itself

[flex_india:31739] Child sprite event listener problem

2010-10-13 Thread Radu Toev
Hello, I have a class that extends Sprite. In that class I have another sprite (red circle) and other elements(textfield, image etc). In the main class I add the class that extends Sprite and add to the red circle a roll over event listener. The problem is that this doesn't work, so no roll over e

Re: [flex_india:31776] Refreshing workspace - it is a problem

2010-10-19 Thread Radu Toev
Hi, Modifications might not appear because you could have an error in your code. If this is the case, than the output you see is the last known code state without any errrors in it. On Tue, Oct 19, 2010 at 12:46 PM, Gerald Anto Fernando < flex.gerald.a...@gmail.com> wrote: > Hello Frriends, > i

[flex_india:31802] Timezone offset webservice

2010-10-20 Thread Radu Toev
Hi, Does anyone know a webservice that permits me to access the local time in different cities in the world(e.g paris, tel aviv, hanoi ...). Thanks. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to f

[flex_india:32315] Problems using amf-secure with Internet Explorer on https

2010-12-15 Thread Radu Toev
Hello, I have the following configuration - client : Flex with sdk 4.1 - server-side : tomcat, spring framework Communication is done with the mf protocol. In my services-config I have the following config for the channels false

Re: [flex_india:32329] Re: Problems using amf-secure with Internet Explorer on https

2010-12-15 Thread Radu Toev
Hello, My connector has the following attributes Another thing I did not mentioned in my post is the behaviour of IE when the link is accessed: It outputs the following message :There is a problem with this website's security certificate.Then I have two options : click to close the webpage and