[flex_india:26696] Get Date Object without TimeZone

2009-11-17 Thread Madan Narra
Hi All, Is it possible to create a Date object without holding the TimeZone ? The date object should just be Thu Nov 19 00:00:00 2009 instead of Thu Nov 19 00:00:00 GMT-0500 2009 just ignoring the time zone Any ideas how to implement this. -- Thanks, Madan N -- You received this message

Re: [flex_india:26697] Print output not proper

2009-11-17 Thread Kunnath Santhosh
Wild guess here, do you by any chance have any of the following in styles.css? modalTransparencyBlur modalTransparency modalTransparencyColor modalTransparencyDuration If you do, they may be playing a part (I am assuming you are popping a window/dialog during the process of

Re: [flex_india:26698] Multiple user games using TCP/IP

2009-11-17 Thread karthi keyan
Thank you. On Tue, Nov 17, 2009 at 12:05 PM, nagendra bhange nagendrat...@gmail.comwrote: www.*smartfoxserver*.com On Tue, Nov 17, 2009 at 10:50 AM, karthi keyan karthikeya...@gmail.comwrote: Thank you, Can u give me any reference links ? On Mon, Nov 16, 2009 at 7:20 PM, nagendra bhange

Re: [flex_india:26699] Print output not proper

2009-11-17 Thread vishal lad
Yes I am using Popup.But certainly has not defined any of the style in CSS. On Tue, Nov 17, 2009 at 3:23 PM, Kunnath Santhosh kunnath.santh...@gmail.com wrote: Wild guess here, do you by any chance have any of the following in styles.css? modalTransparencyBlur modalTransparency

Re: [flex_india:26700] Re: Printing Image in Flex

2009-11-17 Thread abanapurmath
How do I print the image, if the image is not available at compile time? sam-147 wrote: Thanx a million guys!!! I got it!!! On Jul 8, 4:28 pm, Kalpataru Roy kalpataru...@gmail.com wrote:  Use Embed image for  image Printing also set height and width property of the image (best

Re: [flex_india:26701] Re: Printing Image in Flex

2009-11-17 Thread abanapurmath
To elaborate, I am getting a list of URLs, which point to different pictures of different people. If I assign the Image.source value to this, the image does not get printed, as stated above here. Embed does not work if the image is not present at compile time. Please help out. abanapurmath

Re: [flex_india:26702] Sqlite with Flex AIR

2009-11-17 Thread kalai selvi
yes i have the soln: selectStmt.text = insert into widgetdef (id,code,name,widgetdefgroup, image) values ('+Number(id)+','+String(widgetCode)+','+String(widgetName)+','+String(widgetDefGroup)+', '+new File(http://www.helpexamples.com/flash/images/image1.jpg;) +') ; try

[flex_india:26703] Re: Get Date Object without TimeZone

2009-11-17 Thread Madan Narra
Explaining a bit more on the question I raised earlier. We have an issue in a custom component, The issue is being caused only in TimeZones which are effected by the Day Light Savings. As we are aware, that day light savings changed from this Sun ,November 1st 2009, only than we are aware of

[flex_india:26704] Re: Get Date Object without TimeZone

2009-11-17 Thread elda...@gmail.com
try to use UTC methods! On 17 nov, 07:10, Madan Narra madan.flexj...@gmail.com wrote: Hi All, Is it possible to create a Date object without holding the TimeZone ? The date object should just be Thu Nov 19 00:00:00 2009 instead of Thu Nov 19 00:00:00 GMT-0500 2009 just ignoring the time

Re: [flex_india:26707] Get Date Object without TimeZone

2009-11-17 Thread ya meng
using dataFormatter in flex 2009/11/17 Madan Narra madan.flexj...@gmail.com Hi All, Is it possible to create a Date object without holding the TimeZone ? The date object should just be Thu Nov 19 00:00:00 2009 instead of Thu Nov 19 00:00:00 GMT-0500 2009 just ignoring the time zone Any

Re: [flex_india:26708] Design mode view is not the same when running the actual Application StyleSheet

2009-11-17 Thread ya meng
may be there are some errors or warnings in your file,so the compiler didn't compile your new file,it just run the old one,so you saw nothing changed in the new one,try to fix your warnings,especially the warnnigs that two variables have the same name. 2009/11/16 jalopy jalopy@gmail.com

[flex_india:26705] Re: Get Date Object without TimeZone

2009-11-17 Thread sathesh
hi, Use DateFormatter to get the Date in the format you want example: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:DateFormatter id=formatDateTime formatString=EEE MMM DD L:NN:SS YYY / mx:Label text={formatDateTime.format(new

[flex_india:26709] Re: Print output not proper

2009-11-17 Thread sathesh
hi, try changing the settings in pdfcreator monitor(PDFCreator.exe) under option menu On Nov 17, 4:05 pm, vishal lad vish...@gmail.com wrote: Yes I am using Popup.But certainly has not defined any of the style in CSS. On Tue, Nov 17, 2009 at 3:23 PM, Kunnath Santhosh

Re: [flex_india:26710] Re: Printing Image in Flex

2009-11-17 Thread R G
HI there.. I ve solved this one with trick.. My requireemnt was a print of combination of two images.. So.. we set those two images in a canvas and took a ImageSnapShot (this is a class in Flex).. it works. Second thing if u wat only a singel image.. make an mx:Image tag, which ll be

Re: [flex_india:26706] Print output not proper

2009-11-17 Thread Kunnath Santhosh
Can you try after adding the following in styles.css? There is a default blur, transparency set so I wonder if that is causing some issues. Application { modalTransparencyBlur: 0; modalTransparency: 0; } Regards _ Kunnath

Re: [flex_india:26711] Re: Print output not proper

2009-11-17 Thread vishal lad
Thanks for your replies. I did tried both options but didn't worked. If I find the the solutions will let you know. On Tue, Nov 17, 2009 at 6:01 PM, sathesh sathesh@gmail.com wrote: hi, try changing the settings in pdfcreator monitor(PDFCreator.exe) under option menu On Nov 17, 4:05

Re: [flex_india:26712] Re: Get Date Object without TimeZone

2009-11-17 Thread Madan Narra
As I said earlier, Am expecting a DATE object without TimeZone. Formatting a Date Object returns me a String !! Also, I tried Converting the Date to UTC or using the UTC methods available. They didnt help me out. Madan N -- You received this message because you are subscribed to the Google

Re: [flex_india:26713] Re: how to get data from java and display in combobox?

2009-11-17 Thread mahesh bab
mx:combobox dataprovider={arraycollection} labelFileld=arraycollectionfileld1/ mx:combobox dataprovider={arraycollection} labelFileld=arraycollectionfileld2/ Regards D.Mahesh Babu On Mon, Nov 16, 2009 at 10:22 PM, prajnith K prajn...@gmail.com wrote: yeah thanks for u reply... i

Re: [flex_india:26714] Re: IFrame Issue

2009-11-17 Thread Kiran Kumar Vasireddy
Hi Sathesh, Thanks for looking into it. This solution worked a bit . But If possible could you please run the attached code(Demo.mxml) and see the problem ? I am facing two issues 1) Videos looks fine in the Pannel when It loads first time , But if you scroll down and up and notice the video

Re: [flex_india:26715] Binding issue

2009-11-17 Thread pradeep gorijavolu
Thanx Kiran, i was tried wht u told to me but here like i was decalred arraycollection without bindable 1)in the preintialize event call the initapp() and arraycollection will place the values and displays in to the two datagrid components 2)But whn we change the values in the one datagrid it

[flex_india:26716] WebService Inline

2009-11-17 Thread Garcia Souza
Hello People. I am an brazilian programmer. I am searching a solution to my problem. I want write an method that call a webservice method and get the result. All this in only one method. I can not write two methods, one to call and another to receive the result. Thanks. -- You received this

Re: [flex_india:26717] Binding issue

2009-11-17 Thread Kiran Kumar Vasireddy
Could you please attach the code you have to look into it? ( which changes datagrid 2 when we change datagrid 1) On Tue, Nov 17, 2009 at 8:32 AM, pradeep gorijavolu pradeepflex.gr...@gmail.com wrote: Thanx Kiran, i was tried wht u told to me but here like i was decalred arraycollection

[flex_india:26718] Re: IFrame Issue

2009-11-17 Thread sathesh
hi Kiran, checked the demo file it works fine for me in almost all browsers firefox, IE,Opera,chrome [ flash player version 10,0,22,87] one issue i see is a mild flickering of the iframe up and down but thats negligible didnt get any security exception for me.. On Nov 17, 11:35 pm, Kiran Kumar

[flex_india:26719] Re: Design mode view is not the same when running the actual Application StyleSheet

2009-11-17 Thread FlexiSush
Hi, yes it is true. css styles are not captured by flex builder for some cases. u need to run the application and c the exact style. On Nov 16, 7:10 am, jalopy jalopy@gmail.com wrote: Hello Everybody, When applying CSS to certain page, and looking at the design mode in Flex Builder is

[flex_india:26721] Doubt in Defining the class.

2009-11-17 Thread Gerald Anto
Hello Friends, Actually i need a class that extends a super class. Shall i have two classes in a single .as file? if i do like i cant get a result but if i have a separate class in a package it works fine my previous code package com { public class Example {

Re: [flex_india:26722] Re: Printing Image in Flex

2009-11-17 Thread abanapurmath
Can you please provide more information on the imagesnapshot part of it? Here is my actual problem. I am picking up the URL of the picture from the database and when I assign the source attribute of the image (image.source) with the URL value picked up from DB, it does not get printed, but it

[flex_india:26723] Re: image enable

2009-11-17 Thread Mayur
Image disable - is not giving proper meaning. However - if you want to just show / hide image I suggest to go for - private function disable():void{ img.visible = false; img.includeinLayout = false; } private function enable():void{ img.visible = true;