[flex_india:14471] Re: webservice parameter

2008-09-25 Thread ravi
Hissam, You can pass parameters in request tag of every operation(method) of webservice. -Ravi On Sep 26, 11:06 am, HISSAM <[EMAIL PROTECTED]> wrote: > hey all > > How to send parameter to a  webservice method?? --~--~-~--~~~---~--~~ You received this message be

[flex_india:14470] webservice parameter

2008-09-25 Thread HISSAM
hey all How to send parameter to a webservice method?? --~--~-~--~~~---~--~~ 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 fr

[flex_india:14469] Re: Highlighting multiple date in datefield

2008-09-25 Thread Aasim
this MAY give u some idea on how to go about doing it.. http://blog.flexmonkeypatches.com/2008/09/04/flex-datechooser-background-color-for-smtwtfs-header-solution-2/ -Aasim On Sep 26, 10:26 am, mohan <[EMAIL PROTECTED]> wrote: > Hi, > In my application i need to highlight multiple dates.Multip

[flex_india:/] Re: communication between two swfs

2008-09-25 Thread Nishant Kyal
no it's not about the name being used again. If the previous connection has been closed properly, this error will not come even if u use the same named localconnection again. I faced this error many times when one of the connected swfs crashed and usually resolved it by closing all browsers and yah

[flex_india:14467] Re: deCompiler

2008-09-25 Thread Aasim
there are obfuscators for preventing that... you can google for "obfuscators + flex" here is one i found... http://www.ambiera.com/irrfuscator/index.html -Aasim On Sep 26, 8:56 am, AAFShini <[EMAIL PROTECTED]> wrote: > Hi, > > I was wondering to switch to flex or at least do the UI by Flex, But

[flex_india:14466] Re: Freezing columns in Datagrid

2008-09-25 Thread Prasanth
Thanks for the info On Sep 25, 8:39 pm, sindhu <[EMAIL PROTECTED]> wrote: > If in case i need to lock some three or four columns in the same > datagrid? wats the solution? > And also,if i do locking,is it possible to prevent the > scrolling(vertical) of the data inside the column .i mean .Scrolli

[flex_india:14461] Re: communication between two swfs

2008-09-25 Thread rayyan hasnain
local connection is failing because connection name is already used ,when u run it next time with the previous one already open it is unable to establish connection since name is already used. Is there any solution to this?? On 9/26/08, HISSAM <[EMAIL PROTECTED]> wrote: > > try find out the error

[flex_india:14465] Re: image

2008-09-25 Thread DineshKumar . T
Hey dude, i tried in many ways still i got confused with this.anyway i did a sample hope you may get some idea from thisif u done please tell me how http://www.adobe.com/2006/mxml layout="vertical" > Regards, DineshKumar.T --~--~-~--~~~---~--~

[flex_india:14464] Re: communication between two swfs

2008-09-25 Thread Nishant Kyal
A lot of times you can make the localconnection error go away by closing all browsers and yahoo messenger. Nishant www.itasveer.com On Fri, Sep 26, 2008 at 10:38 AM, HISSAM <[EMAIL PROTECTED]> wrote: > try find out the error, why the localConnection is failing > > > > > -- > -

[flex_india:14463] Highlighting multiple date in datefield

2008-09-25 Thread mohan
Hi, In my application i need to highlight multiple dates.Multiple dates are in array format.Is there any property for DateField for highlighting multiple Dates. Thanks & Regards Mohan --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[flex_india:14462] Re: DateField editable problem for year '1', '01' and '001' when editable = true

2008-09-25 Thread Kaleem
I am using Flex 3.0 but i am still getting the same issues. it take 01 as 2001 for other options it is still taking 1901. Please let me know if there is any other way to fix this. Thanks, Kaleem On Sep 25, 8:33 pm, imtiyaz <[EMAIL PROTECTED]> wrote: > This bug has already fixed in Flex 3, > c

[flex_india:14460] Re: communication between two swfs

2008-09-25 Thread HISSAM
> > try find out the error, why the localConnection is failing -- - Warm Regards, HISSAM, Soft Engg, iThinkLabs Pvt Ltd. India. website:http://www.ithink-labs.com http://www.yureekah.com -- --~--~-~--~~

[flex_india:14458] communication between two swfs

2008-09-25 Thread ryan
hi! everyone i want to send data from one swf to another,i tried it with local connection and its works only when u run it once.when next time u run its throu an error "local connection fail" and bcoz of that data can not be send is there any solution to this problem? besides local connection what

[flex_india:14459] Re: Creating a PDF/DOC/XLS

2008-09-25 Thread Kreative Vision
Cool @Kishore great work men good spot out. @Anand Could u be able to throw more light on Excel and doc part. Regards, KREATIVES Kreative Vision Group [http://kreativeslive.codenamegenius.com]. "MIND - VISION - IDEA is all that takes to create a spark." On Thu, Sep 25, 2008 at 8:26 PM, A

[flex_india:14457] Re: Hittest

2008-09-25 Thread HISSAM
img1.addEventListener(Event.ENTER_FRAME,hitAnotherImage); private function hitAnotherImage(e:Event):void { if(img1.hitTestObject(newImageID) { img1.x=img1.x-10;img1.y=img1.y-10; } } hope this works for you -

[flex_india:14456] deCompiler

2008-09-25 Thread AAFShini
Hi, I was wondering to switch to flex or at least do the UI by Flex, But it seems that the Source of the code will be available after compiling! There are many Flash De Compilers that read the .swf file and can produce a complete .fla file including all the action scripts. is there a way? --~-

[flex_india:14455] Hittest

2008-09-25 Thread bhavya gowda
Hi.,Everyone,.am flex beginnerI have 2 images...While dragging the 1st image,if it touches 2nd image,the 2nd image should move .How Should i do this...How i need to apply the hittest here.. --~--~-~--~~~---~--~~ You received this message because you are subscrib

[flex_india:14454] Re: Assign Value to

2008-09-25 Thread flexkwt
Sorry about the confusion. What I would like to do is I need to verify a value which is in a Array Collection(I am adding value to Test as AddItem) and based on the value in Test, show Triangle or Circle ItemRenderer. Regards On Sep 25, 11:15 pm, imtiyaz <[EMAIL PROTECTED]> wrote: > At this poi

[flex_india:14453] Re: Dynamic Image in

2008-09-25 Thread flexkwt
When I tried to use dataFunction it is affecting my lineSeries. Does this have any impact on the graph? Regards On Sep 26, 6:41 am, flexkwt <[EMAIL PROTECTED]> wrote: > Thanks a lot. > > I assume that it will not negate the values in > xField!http://groups.google.com/group/flex_india/browse_th

[flex_india:14452] Re: Need help on creating flex library project

2008-09-25 Thread imtiyaz
Please go through this link, http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=projects_035_31.html Regards, Imtiyaz Basha On Sep 26, 1:57 am, VPN <[EMAIL PROTECTED]> wrote: > Right click on the flex lib project, click on Properties,

[flex_india:14451] Re: Flex IDE Hot Code Replacement?

2008-09-25 Thread imtiyaz
nope , will hope in future releases :) Regards, Imtiyaz Basha M S --~--~-~--~~~---~--~~ 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

[flex_india:14450] Re: Datagrid Issue

2008-09-25 Thread imtiyaz
I agree flex is a thick client, it doesn't mean that you need to keep all your records on client side :) , I am shocked when I heared the word 2 Lac rows, I strongly suggest you to implement the pagination here, It will reduce increase the performance of your application. Regards, Imtiyaz Basha

[flex_india:14449] Re: Dynamic Image in

2008-09-25 Thread flexkwt
Thanks a lot. I assume that it will not negate the values in xField! http://groups.google.com/group/flex_india/browse_thread/thread/c29a0cd203bfcda8/94fd055136c02919?lnk=raot I will try dataFunction Regards On Sep 26, 12:09 am, "Venkat Viswanathan" <[EMAIL PROTECTED]> wrote: > Hi, > > There

[flex_india:14448] datagrid row renderer

2008-09-25 Thread jnichols886
I would like a form appear in a row of the datagrid when the user clicks on that row. It that possible. does anyone have a custom component. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" gr

[flex_india:14447] Re: Need help on creating flex library project

2008-09-25 Thread VPN
Right click on the flex lib project, click on Properties, go to 'Flex Library Build Path' link - >> here you can select the classes need to be included in your SWC output. It should solve your problem too. VPN On Sep 26, 1:10 am, ravibharathi <[EMAIL PROTECTED]> wrote: > I am trying to create f

[flex_india:14446] Need help on creating flex library project

2008-09-25 Thread ravibharathi
I am trying to create flex library project but i am getting error like this" Nothing was specified to be included in the library ".Can any one please guid me --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex Indi

[flex_india:14445] Re: How to hide the parameters displayed in the status bar while running the app?

2008-09-25 Thread sindhu
status bar On Sep 24, 10:01 am, HISSAM <[EMAIL PROTECTED]> wrote: > status or url bar?? --~--~-~--~~~---~--~~ 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@g

[flex_india:14444] Re: Freezing columns in Datagrid

2008-09-25 Thread sindhu
If in case i need to lock some three or four columns in the same datagrid? wats the solution? And also,if i do locking,is it possible to prevent the scrolling(vertical) of the data inside the column .i mean .Scrolling by rotation wheel of mouse not scroll bars On Sep 25, 7:34 pm, imtiyaz <[EMAIL

[flex_india:14442] Flex IDE Hot Code Replacement?

2008-09-25 Thread flexwiz
does Flex IDE support Hot Code Replacement without app-restart? while debugging? --~--~-~--~~~---~--~~ 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@googleg

[flex_india:14441] Datagrid Issue

2008-09-25 Thread Raje
Hi All, I am really stucked at the following issue, working on this since last week. Please look into. I am getting 2 lacks rows as a result of RemoteObject call. Each row having aroung 60 columns. 1.If I assigne this data to Arraycollection, Player gives me HeapError. [ It works fine for 50K r

[flex_india:14440] html in flex

2008-09-25 Thread abhishekchess1
hello frnds, i'm using html in flex , in my html code i'm showing first 1 image then its details then at next line anather image and its details , but when i'm doing this , it shows first image then text of its beside it and next line but beside first img 2nd image's details also and then it sho

[flex_india:14439] Re: Accordion content creation.

2008-09-25 Thread Li
Thanks Aasim. I've tryed that but it does not help. This is what's happening: The following content is inside the accordion... If I dont place anything in any of the Vboxes, when I o

[flex_india:14443] Re: Freezing columns in Datagrid

2008-09-25 Thread Raje
Check lockedColumnCount, lockedRowCount property of DataGrid, Raj. Life is simpe wih Flex On Sep 25, 7:16 pm, Prasanth <[EMAIL PROTECTED]> wrote: > Hi all, > > I am having an application that displays data in a Datagrid . I want > to know if it is possible to Freeze certain columns when you d

[flex_india:14438] Re: Dynamic Image in

2008-09-25 Thread Venkat Viswanathan
Hi, There is something called "dataFunction", that will execute of every item. You can get the value of the item there. I also noticed that there is a property called "fillFunction". I have never used it but I feel it will come handy for you. Regards, Venkat On Thu, Sep 25, 2008 at 8:09 AM, fle

[flex_india:14437] Re: DateField editable problem for year '1', '01' and '001' when editable = true

2008-09-25 Thread imtiyaz
This bug has already fixed in Flex 3, consistently you will get 1901. It seems that you are using Flex 2 version FYI : please refer https://bugs.adobe.com/jira/browse/SDK-7648 Regards, Imtiyaz Basha M S --~--~-~--~~~---~--~~ You received this message because you a

[flex_india:14436] Re: Assign Value to

2008-09-25 Thread imtiyaz
At this point I didn't felt any difference in your question and your explanation. I suggest you to go through Line Series api and examples. http://livedocs.adobe.com/flex/2/langref/mx/charts/series/LineSeries.html I bet it will clear all your doubts, Regards, Imtiyaz Basha M S On Sep 25, 7:50 p

[flex_india:14435] Re: automatic type conversion

2008-09-25 Thread imtiyaz
"for some critical problems there is simple solution" :) and this problem falls in this category, the solutions is use double quotes for your number like string :) means the xml should be like this http://ftgsmt040vwin/RSSXSD/";> "26144E101" 0.068 DRGG DRAGON INTL GROUP This has been tested

[flex_india:14434] Re: Creating a PDF/DOC/XLS

2008-09-25 Thread Anand Kothalkar
Great! I can solve your problem with Excel and doc as well. There is a XML version also available. For spreadsheet it is called spreadsheetML. You can export your data into these formats. Best Regards, Anand kothalkar On Thu, Sep 25, 2008 at 7:39 PM, kishore.v <[EMAIL PROTECTED]> wrote: > >

[flex_india:14433] Re: Assign Value to

2008-09-25 Thread flex kwt
I posted the reply http://groups.google.com/group/flex_india/browse_thread/thread/47d3ba9d43c7b94f/e78f1b226cb6c849?hl=en#e78f1b226cb6c849 could you please help? Thanls On Thu, Sep 25, 2008 at 9:42 PM, imtiyaz <[EMAIL PROTECTED]> wrote: > > Okey If I consider your object like > > CustomObject >

[flex_india:14432] Re: Assign Value to

2008-09-25 Thread flexkwt
Hi, Thanks a lot for the answer. My dataprovider is in fact a collection. And Test is added as addItem to the collection. But inside the renderer, I am not sure how to get the value from Test. In the In wrote: > Okey If I consider your object like > > CustomObject >    -xFieldValue >    -yField

[flex_india:14431] Re: Freezing columns in Datagrid

2008-09-25 Thread imtiyaz
Hi Prashath, you can do this by setting lockedColumnCount property of dataGrid if you set it to one the first column will be "freezed". here is the example ---

[flex_india:14428] Re: Exception after calling the webservice.

2008-09-25 Thread imtiyaz
First Note : Add a handler to your webservice result event. in the handler w Point 1 : your webservice is returning ArrayList which flex will die to understand :) , So the type cast it using ArrayCollection. Point 2 : your arraylist (result) contains collection FlexProductData, here again flex w

[flex_india:14430] Freezing columns in Datagrid

2008-09-25 Thread Prasanth
Hi all, I am having an application that displays data in a Datagrid . I want to know if it is possible to Freeze certain columns when you do a horizontal scroll on the Datagrid like you do in MS Excel . Say if there are five columns and the first column needs to be frozen so that when you do a

[flex_india:14422] Re: image

2008-09-25 Thread Leena Jain
Hi, Try imagesnapshot class: http://sherifabdou.com/2008/09/using-the-imagesnapshot-class-in-flex-to-take-a-snap-shot-of-a-component/ Regards, Leena On Sep 25, 5:45 pm, "Shyam Sundar" <[EMAIL PROTECTED]> wrote: > There is no documentation stating this. but i said it is not working for > label

[flex_india:14419] Vscrollbar dynamically changing Colors

2008-09-25 Thread girish kumar
Hi I ran into an prob with Vscrollbar, i want to dynamically change the color of the scrollbar(skin). i tried it using color transform but its not coming as expected.. at the sametime iam applying the same to another canvas but its working fine.. I have given background color also then also no scop

[flex_india:14425] DateField editable problem for year '1', '01' and '001' when editable = true

2008-09-25 Thread Kaleem
I have one DateField for which I have set following properties formatString as “MM/DD/” editable = true Problem When I enter 01/01/01 it takes the date as 1st Jan 2001 When I enter 01/01/1 it takes the date as 1st Jan 1901 And When I enter 01/01/001 it takes the date as 1st Jan 1901 I wan

[flex_india:14429] Re: Creating a PDF/DOC/XLS

2008-09-25 Thread kishore.v
Hi all, I found the solution for this. Please go through the below URL if any one are looking for the same. http://alivepdf.bytearray.org/ Regards, Kishore.v On Sep 25, 7:24 am, "kishore.v" <[EMAIL PROTECTED]> wrote: > Hi > > I am also looking for the same.  I need to generatePDFdirectly f

[flex_india:14427] Re: Exception after calling the webservice.

2008-09-25 Thread imtiyaz
I don't know why mails are replying here. this is my second mail, sorry if first reply already recieved First of all I will not prefer to assign the result directly to data grid. Write a handler do the necessary processing with your result and assign it desired component. So here you need to assi

[flex_india:14420] Re: Assign Value to

2008-09-25 Thread imtiyaz
Okey If I consider your object like CustomObject -xFieldValue -yFieldValue -extraVal1 -extraVal2 if your data provider is having a collection of CustomObjects. what is the problem here ? you renderer can get the complete object and you can fetch the other values from it. May

[flex_india:14423] Re: image

2008-09-25 Thread Leena Jain
Hi, Try ImageSnapShot class http://sherifabdou.com/2008/09/using-the-imagesnapshot-class-in-flex-to-take-a-snap-shot-of-a-component/ Or As suggested use BitMap Data.This link might help you http://ricozuniga.com/2007/05/19/create-a-bitmap-of-an-object-using-bitmapdata/ Thanks and Regards, Le

[flex_india:14424] Re: automatic type conversion

2008-09-25 Thread Sailaja
Hi, Did you get a solution to this. I face the same problem. pl let us know. Regards, Sailaja On Aug 8, 10:42 am, Vikram <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks for replying. But that does not work because by the time > objectproxy creates the object the data is alrady converted so > object

[flex_india:14426] Re: Making a row disable in datagrid

2008-09-25 Thread Kaleem
you have to use ItemRenderer and u can have the logic inside ur component. On Sep 24, 11:36 am, ravibharathi <[EMAIL PROTECTED]> wrote: > I have to making a row non editable in datagrid based upon the > datafeild value.Any idea --~--~-~--~~~---~--~~ You received t

[flex_india:14421] Unable to load iframes

2008-09-25 Thread Shab
I have built an air application which loads an html file located in src directory.The html file contains some javascript code and an iframe which has source set to another html file located in the src itself .This iframe does not appear whenever there is a proxy internet connection .With direct c

[flex_india:14414] Re: image

2008-09-25 Thread
Is there any documentatin which syas it will not work with Labels. Coz this is strange. Anand On Sep 25, 2:39 pm, "Shyam Sundar" <[EMAIL PROTECTED]> wrote: > Hi, > > bitmap data is working only for flash objects like 'textfiled'. I tried > using bitmapdata for labels but displayed empty bitmap i

[flex_india:14418] Re: image

2008-09-25 Thread
I somehow do not agree with you, however i ll try it myself meanwhile see this http://blog.everythingflex.com/2008/02/25/create-images-with-air-and-jpegencoder/ Anand On Sep 25, 5:45 pm, "Shyam Sundar" <[EMAIL PROTECTED]> wrote: > There is no documentation stating this. but i said it is not work

[flex_india:14394] Re: Assign Value to

2008-09-25 Thread GnanaPrakasam T
Using xfield and yfirld attributes in Lineseries You can set the datafield values to Lineseries. i preassume that the word 'Test' you are using here is one field in Arraycollection. some could help? > I am not sure whether this is the correct approach. > > Thanks > > On Sep 25, 10:31 am, fle

[flex_india:14417] Re: image

2008-09-25 Thread Shyam Sundar
There is no documentation stating this. but i said it is not working for labels. If want you try this. var txtChar:Label=new Label(); txtChar.text="To view the test"; var bitmapdata:BitmapData=new BitmapData(width,height,false,0xFF); bitmapdata.

[flex_india:14416] Re: Assign Value to

2008-09-25 Thread flexkwt
Someone could please help Regards On Sep 25, 4:18 pm, flexkwt <[EMAIL PROTECTED]> wrote: > Hello, > > I cannot set the Test value in xfield because xfield contains other > information to be displayed. > What in the Test variable contains is the value which I require to > check what kind of chart

[flex_india:14415] Re: Exception after calling the webservice.

2008-09-25 Thread
Create a serializable class in Flex. I think your data is coming to Flex but not getting serialized. Try to debug the result bloack and see wether your are able to get the data in result before you equate it to any dataholder. Anand On Sep 25, 12:04 pm, chan <[EMAIL PROTECTED]> wrote: > Hi Imtiy

[flex_india:14413] Re: newbie in Flex 3.0

2008-09-25 Thread
Dude, Perhaps this is not a good place to answer your question. However get some space from a hosting company, register a domain from a domain provider and upload your files on the hosting space. Make sure your host has support of PHP in order to run that, XML's run anywhere. :) they r just silly

[flex_india:14412] Re: Cusor inside a container

2008-09-25 Thread
I did not understand completely but if you want a cursor use CursorManager class. Anand On Sep 25, 2:45 pm, "Shyam Sundar" <[EMAIL PROTECTED]> wrote: > Hi, > > I am having containers(like Hbox,Vbox,...) inside another > container. Now i want to place a cursor between two child container

[flex_india:14411] Re: tool tip

2008-09-25 Thread Satish பேர கேட்டா சும்மா அதுருதில
Thanks to all, I fixed the bug.. On Thu, Sep 25, 2008 at 4:16 PM, GnanaPrakasam T <[EMAIL PROTECTED]>wrote: > > Exactly what you are refering here as Custom compont? > is that component extending Tooltip.if so use the following syntax in that > customcomponent to change font size of tooltip label

[flex_india:14410] Re: tool tip

2008-09-25 Thread GnanaPrakasam T
Exactly what you are refering here as Custom compont? is that component extending Tooltip.if so use the following syntax in that customcomponent to change font size of tooltip label in Actionscript this.setStyle("fontSize",12); Gnanz.../ Satish ??? ?? ?? wrote: > hi, > seems

[flex_india:14409] Re: tool tip

2008-09-25 Thread Satish பேர கேட்டா சும்மா அதுருதில
hi, Whats that swf file contains?? can u explain me that Embed tag? Thanks Satish On Thu, Sep 25, 2008 at 3:28 PM, HISSAM <[EMAIL PROTECTED]> wrote: > [Embed(source="assets/Buttons/all.swf",symbol="normal")] > [Bindable]public var normalButtonStyle:Class; > > use setstyle("upskin",normalButtonSty

[flex_india:14404] Re: tool tip

2008-09-25 Thread Satish பேர கேட்டா சும்மா அதுருதில
hi, seems the css wont work out in custom component. How to do the same in Action Script 3?? Thanks Satish On Thu, Sep 25, 2008 at 1:47 PM, GnanaPrakasam T <[EMAIL PROTECTED]>wrote: > > Hi Friend. > > You can achieve this by writing one simple style class for ToolTip. > > You can do it your appl

[flex_india:14408] Re: tool tip

2008-09-25 Thread HISSAM
[Embed(source="assets/Buttons/all.swf",symbol="normal")] [Bindable]public var normalButtonStyle:Class; use setstyle("upskin",normalButtonStyle); --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community"

[flex_india:14407] Cusor inside a container

2008-09-25 Thread Shyam Sundar
Hi, I am having containers(like Hbox,Vbox,...) inside another container. Now i want to place a cursor between two child containers, but i cant place the cursor inside the container. So anyone can give me a idea that how i can place a cursor inside the container and how i can navigate the

[flex_india:14406] Re: image

2008-09-25 Thread Shyam Sundar
Hi, bitmap data is working only for flash objects like 'textfiled'. I tried using bitmapdata for labels but displayed empty bitmap image. so give some other solution which resolve this case. On Thu, Sep 25, 2008 at 2:39 PM, HISSAM <[EMAIL PROTECTED]> wrote: > your case is really interesting >

[flex_india:14405] newbie in Flex 3.0

2008-09-25 Thread anurag
Hello all, I am a basically PHP programmer and i know somewhat ColdFusion also. I have developed a small application which reads some XML from a folder assets and shows data on the page. Now i want to put this application in internet and create XML dynamically using PHP. So how can i setup my a

[flex_india:14403] Re: tool tip

2008-09-25 Thread Shyam Sundar
Hi, I want to specify those style inside the action script. How can i specify the mxml style in action script? On Thu, Sep 25, 2008 at 1:47 PM, GnanaPrakasam T <[EMAIL PROTECTED]>wrote: > > Hi Friend. > > You can achieve this by writing one simple style class for ToolTip. > > You can do it your a

[flex_india:14402] Re: Changing slider pointer icon (triangle).

2008-09-25 Thread Paritosh Bisi
Thanks... On Sep 24, 6:45 pm, "arvind hr" <[EMAIL PROTECTED]> wrote: > Hi, > > You can set the skin for the thumb using > thumbUpSkin >  thumbDownSkin

[flex_india:14398] Re: Exception after calling the webservice.

2008-09-25 Thread chan
Hi Imtiyaz.m.s ,Anubhav Thanks for your response, I am understanding what you are saying. But as I am new to this technology, I am not understanding of what type of class I should write so that it can be type casted with FlexProductData. Is it actionscript class that you were talking about? I w

[flex_india:14401] Re: image

2008-09-25 Thread HISSAM
your case is really interesting try searching on bitmapdatamight get some help --~--~-~--~~~---~--~~ 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@googlegroup

[flex_india:14400] image

2008-09-25 Thread friends
hi friends, How to convert the textual content present inside a canvas into a image(jpg,bmp...) file I have some hbox,label, inside my canvas. i need to convert all these things along with the text into a image file...How to go about it? Thanks Satish --~--~-~--~~--

[flex_india:14399] Looking for an opportunity.

2008-09-25 Thread [EMAIL PROTECTED]
Hello Group, One of my coullege is a 1.6 years experience holder with dot net as primary skillset. My Coulleges profile is not completely into programming and so has not worked as a full fledge programmer and now wishes to enter the software domain. Would be great if anyone could suggest, if my c

[flex_india:14397] Re: Drag and Image into the tilelist

2008-09-25 Thread bhavya gowda
Thanks.Flexian.. On Wed, Sep 24, 2008 at 10:10 AM, Flexian_me <[EMAIL PROTECTED]>wrote: > > Drag image from Canvas and drop it into Tile List > > > http://www.adobe.com/2006/mxml"; > layout="absolute" creationComplete="init()"> > > > > > > mouseDown="mouseDownHandler(event);"

[flex_india:14396] Re: Assign Value to

2008-09-25 Thread flexkwt
Hello, I cannot set the Test value in xfield because xfield contains other information to be displayed. What in the Test variable contains is the value which I require to check what kind of chartRenderer I need to display whether TriangleItemRenderer or CircleItemRenderer In wrote: > Using xfi

[flex_india:14395] Re: tool tip

2008-09-25 Thread GnanaPrakasam T
Hi Friend. You can achieve this by writing one simple style class for ToolTip. You can do it your application mxml file itself,are you can write it in external stylesheet and import it. put the below style in your mxml code, and see the change. ToolTip { backgroundColor:#FFEA00; bac

[flex_india:14393] Re: Assign Value to

2008-09-25 Thread flexkwt
some could help? I am not sure whether this is the correct approach. Thanks On Sep 25, 10:31 am, flexkwt <[EMAIL PROTECTED]> wrote: > Hello, > > Is it possible to assign a value to a > The idea is when I override override public function set data, I want > to get a value from in the override

[flex_india:14392] Re: Conditionally Display charts.renderers in

2008-09-25 Thread flexkwt
Thanks for the reply. When I chart_series.setStyle("itemRenderer", new ClassFactory(mx.charts.renderers.TriangleItemRenderer)); I get Access of undefined property chart_series. Hence I created var pseries:PlotSeries = new PlotSeries(); On Sep 25, 2:44 pm, GnanaPrakasam T <[EMAIL PROTECTED]> wro