Re: [flexcoders] Dot NET or JAVA example to give output as WSDL

2009-09-06 Thread Sam Lai
If you are developing the .NET web service using the standard method, it would have generated a WSDL for you which is accessible at the web service URL (ends with .asmx). As far as I know, SQL server does not do web services natively (maybe with the Data Services component...). 2009/9/6 Suresh G

[flexcoders] Canvas with Draggable Components on it

2009-09-06 Thread flex_coder
I am working on a application where I have a Canvas. and a lot of different Flex Components (text fields, images, checkboxs etc) are inserted on this Canvas. All of them are supposed to be selectable, draggable and configurable. e.g. If I select a text field, I should be able to change the default

Re: [flexcoders] Position elements with different font size against baseline in HBox

2009-09-06 Thread Alexander Tarelkin
Well, thank you for the answer, but I originally asked how I could eliminate padding =) On Sun, Sep 6, 2009 at 3:49 AM, Ivan Wang ivan.wang2...@gmail.com wrote:  Just make the labels same height, and tuning its own padding. I think it is sort of tricky, but Flex still can't make text

Re: [flexcoders] LineSeries in LineChart

2009-09-06 Thread Alexander Tarelkin
Types inherited from Series including LineSeries have a filterData property. Hopefully this is all you need. On Sat, Sep 5, 2009 at 10:56 PM, ram ramesh ram_y...@yahoo.co.in wrote: Hi How to block/restrict undefined value or null value in Lineseries before plotted into Chart. I tried

Re: [flexcoders] LineSeries in LineChart

2009-09-06 Thread Alexander Tarelkin
I am sorry/ I missed that you have already tried this. Why don't you want to wrap the collection with an ArrayCollection if it works? On Sun, Sep 6, 2009 at 8:39 PM, Alexander Tarelkin alexander.tarel...@gmail.com wrote: Types inherited from Series including LineSeries have a filterData

Re: [flexcoders] SWF File Not Loading

2009-09-06 Thread Angelo Anolin
Hi Alex, Thanks for the insight. I didn't see any trace statements either. But I was able to pinpoint the problem. Apparently, it was a CSS - Javascript combination that is sort of like setting the swf object's height to 0, which renders it invisible. Fixed already. Thanks for the input

[flexcoders] The logic of Stage.fullScreenSourceRect property

2009-09-06 Thread guy.tomer
I wonder if someone can explain me the logic of this property. I understand it marks the rect for scaling in full screen but why is it related to HW scaling? I mean isn't it one property doing two tasks? When you chose the whole stage rectangle, is it supposed to behave the same as if you did

Re: [flexcoders] LineSeries in LineChart

2009-09-06 Thread ram ramesh
I am using ArrayCollection only. var yearInfoList = journalsInChart.getItemAt(i).yearInfoList; isCoverageGapExist = journalsInChart.getItemAt(i).isCoverageGap; tempCitationsSeries.displayName = journalsInChart.getItemAt(i).source; tempCitationsSeries.dataProvider =

[flexcoders] BlazeDS for .Net what happened?

2009-09-06 Thread Igor Costa
I`m wondering what happen to the project BlazeDs for .Net that disapear from the labs.adobe.com any official announcements ? Regards -- Igor Costa www.igorcosta.org

[flexcoders] HTTP component flash support

2009-09-06 Thread yiğit boyar
hi all, we have a rich internet application coded with ajax which also uses flash for some tasks via Flex Ajax Bridge (video socket connection). now we want to develop a desktop version with as little work as possible. I've tried a simple AIR app that includes an html component where location

[flexcoders] Add text on an image

2009-09-06 Thread kcg_21
Hi, I want to create an application that allow users to manually add text to an image. But I don't know how. Is it possible to do this? If so, how? Thanks! :) Kaye

[flexcoders] Re: Dot NET or JAVA example to give output as WSDL

2009-09-06 Thread mportuesi
Since your question is about .NET, Java, and Microsoft SQL, you might get a better answer if you post your question in a different forum, dedicated to one of those technologies. --- In flexcoders@yahoogroups.com, Suresh G suresh@... wrote: My Dear Coders, I am a newbie in coding, good in

Re: [flexcoders] Re: http request erro

2009-09-06 Thread Vik
Hie so after putting a breakpoint i could see following error text Error #2032: Stream Error. URL: http://127.0.0.1:7101/HeadCount-HeadCountXml-context-root/HeadCountService?param1=today Also when i type http://www.myserver.com/crossdomain.xml i get a 404 not found exception means there is no

Re: [flexcoders] Flex PMD forum?

2009-09-06 Thread ady
I could check if i have the exact stack trace from the java console -ady On Sat, Sep 5, 2009 at 4:42 AM, Magnus Lassi magnus.la...@gmail.com wrote: Thanks, I followed your advice and exported it making sure not to include the CopyrightMissing rule and running the ant task with custom