[flex_india:17728] Looking for freelancers in Adobe AIR

2008-12-24 Thread archer...@gmail.com
Hi, We are currently looking for freelancers from India, with experience in Adobe AIR. Interested Freelancers, please email archer...@gmail.com Thanks Archer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex

[flex_india:17729] Re: Problem in getting cookie object in JSP

2008-12-24 Thread JAIN JITENDRA
Hi Raginig, Please take a look and also see remoting-config.xml whether the destination is properly defined. The flex.messaging.FlexContext class is a utility class that exposes the current execution context on the BlazeDSserver. It provides access to FlexSession and FlexClient instances

[flex_india:17730] Re: Handling SQL injections in Flex

2008-12-24 Thread Flexian_me
Yes .. use input validators and regular expressions to filter the input. Restrict special characters like ' , OR , = , - On Dec 24, 10:35 am, Sangeeta Kalyani kalyani.sange...@gmail.com wrote: Hi,          Is there any way to handle SQL injections in Flex. The user inputs should not contains

[flex_india:17732] Re: Display current time

2008-12-24 Thread rjoshicool
I tried it but it didn't work for me. it is not able to recognize timeFormat.. any solution?? On Dec 18, 4:25 pm, Thalai raju grajesh.go...@gmail.com wrote: hi *matiasx*                 can you get current date and after you can get current time using gettime() On 12/17/08, matiasx

[flex_india:17733] Re: Image drawing on canvas

2008-12-24 Thread pradeep.pa...@gmail.com
hi rajveer, in the code you mentioned the background image for the canvas is fixed. can background image be loaded dynamically?? how to do that?? On Dec 23, 2:05 pm, Rajveer Goud rajve...@gmail.com wrote: Hi..pradeep..!!! it may help you..!!! ?xml version=1.0 encoding=utf-8? mx:Application

[flex_india:17734] Re: reducing labels in a Flex Chart on the x-axis

2008-12-24 Thread amit patel
To Priyank Pls put some demo code so everyone can understand easily ,, and also if you have the any designs related to that then just attach it Amit On Tue, Dec 23, 2008 at 12:19 PM, Priyank Kapadia priyankomnipot...@gmail.com wrote: Hi friends, Just need your help here, i have a chart

[flex_india:17735] cross-platform AIR applications

2008-12-24 Thread abhishekchess1
hello frnds, could we do cross-platform AIR application , is any sample code is thr? thx in advance :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email

[flex_india:17736] Re: Problem in getting cookie object in JSP

2008-12-24 Thread Ragini
Thanks Jitrendra Regards, Ragini On Dec 24, 2:09 pm, JAIN JITENDRA warriorofheavens...@gmail.com wrote: Hi Raginig, Please take a look and also see remoting-config.xml whether the destination is properly defined. The flex.messaging.FlexContext class is a utility class that exposes the

[flex_india:17737] Re: Handling SQL injections in Flex

2008-12-24 Thread Abdul Qabiz
Hi Why would you want to do it on client-side? You gotta take care of it on server-side script? That's how it's done right. Even if you put input-filtering in client, someone can modify data using HTTP/HTTPS sniffing/proxy tools? If you are writing AIR app, you can perhaps then write code

[flex_india:17738] Re: HTML editor in Flex (Non AIR application)

2008-12-24 Thread Abdul Qabiz
Adobe Flash Player has limited capability to show rich text (html or rtf or something else). Generally, we either don't use Flash/Flex for rich text stuff or we overlay an html IFRAME over flex app to show html content, it's a workaround that works well. Search for Flex+IFrame technique, you

[flex_india:17739] Re: cross-platform AIR applications

2008-12-24 Thread Abdul Qabiz
Hi Abhishek Please go through AIR documentation and samples. There is plenty of stuff on Adobe's site itself. Yes! AIR apps run on most of the platforms (Windows, OSX, GNU/Linux) - so I can safely say it's crossplatform runtime. -abdul abhishekchess1 wrote: hello frnds, could we do

[flex_india:17740] Re: How handle FaultEvent

2008-12-24 Thread Shaleen Jain
Hi Guru, Your URL is not alive. Make sure your server is up and running fine. Then make sure you write correct server side code to handle the url. Still if you face problem, let me know Regards, Shaleen Jain http://shaleenjain.blogspot.com On Dec 23, 6:12 pm, natarajan santosh

[flex_india:17741] Re: Image file drawing on canvas

2008-12-24 Thread Venkat Viswanathan
Hi Rajveer, Well, passing the BitmapData as ByteArray is the only way you can send the data to PHP. Show me your code. Maybe there is something wrong there. Regards, Venkat www.venkatv.com On Wed, Dec 24, 2008 at 10:14 AM, Thalai raju grajesh.go...@gmail.comwrote: Hi Pradeep.

[flex_india:17742] Re: Display current time

2008-12-24 Thread Venkat Viswanathan
Hi, Add these two lines above the timeFormat.format () line... var timeFormat:DateFormatter = new DateFormatter; timeFormat.formatString = HH:NN:SS //KK:NN:SS for 12hr clock Regards, Venkat www.venkatv.com On Wed, Dec 24, 2008 at 4:25 PM, rjoshicool rjoshic...@gmail.com wrote: I tried it

[flex_india:17743] Multi threading in FLEX

2008-12-24 Thread getnattuonl...@gmail.com
Hi, Does flex support multi threading? Please let me know some of good links or document Nattu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to

[flex_india:17744] Re: Multi threading in FLEX

2008-12-24 Thread HISSAM
No multi threading is not supported --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to flex_india@googlegroups.com To unsubscribe from this group, send

[flex_india:17745] Re: Display current time

2008-12-24 Thread HISSAM
change this line to time=timeFormat.format(currentTime); TO time=currentTime.hours+:+currentTime.minutes+:+currentTime.seconds; --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India

[flex_india:17746] What is the minimum size of the flex application?

2008-12-24 Thread koteshwar Rao myneni
Hi all, What is the minimum size of the flex application? when I just created am empty application its about 148 KB. can we develop application less than 100 KB ? My intention is to develop application working in very very low internet band width. Is there any process please guide me. thanks

[flex_india:17747] Problem in the first loading with Firefox 3

2008-12-24 Thread tqnhat
Dear all, I used Liferay framework, Adobe Flex 3 Chart, extjs , Java technology to build a site and to embed .swf file (version 10.0.12 ) into [b]jsp page[/b], I used SWFObject 2.1 My homepage have two small chart (coded in the same way) .When I open homepage with IE7, everything is OK but

[flex_india:17749] Re: Image file drawing on canvas

2008-12-24 Thread Abdul Qabiz
Not really, you can also send as String, I would rather send as Base64 string, but it's going to be slow. I would go for AMFPHP. Venkat Viswanathan wrote: Hi Rajveer, Well, passing the BitmapData as ByteArray is the only way you can send the data to PHP. Show me your code. Maybe there is