[flexcoders] Flex4 ASDOC Problems

2010-06-25 Thread Shawn
I'm trying to document a project with ASDOC and am running into the following problems: 1) All that displays when I click on the Top Level link in the left hand top frame all that is displayed is _3521dbd1ca8bd2ceefec17f3754a166458f4cf964e51a39f254d17f563ff534d_mx_core_FlexModuleFactory.

[flexcoders] Memory leak in Spring BlazeDS Integration 1.0.3.RELEASE due to AsyncMessage

2010-06-25 Thread vascoace2002
I'm getting an AsyncMessage memory leak. This leak fills the Tomcat JVM tenured space after a few hours of heavy load operation and it crashes with an out of memory (OOM) error. I'm using the Spring BlazeDS Integration 1.0.3.RELEASE., Spring 3.0.1, Tomcat 6.0.26, ActiveMQ 5.3.1, SUN JDK

[flexcoders] Re: BlazeDS | AsyncMessages and not being consumed | No Client

2010-06-25 Thread vascoace2002
Did you find any solution to this problem?. I'm having a similar issue. There is a Blazeds Jira issue about your problem and this is the link: http://bugs.adobe.com/jira/browse/BLZ-502 Thanks, Alberto --- In flexcoders@yahoogroups.com, ilikeflex ilikef...@... wrote: Hi I am using the

[flexcoders] How to Convert FLV files to DVD on Mac OS X ?

2010-06-25 Thread Ahmed Ismail
Question: I have downloaded 20 videos from YouTube, all the files are .flv, and now I want to convert it into a format that’ll allow me to burn it into a DVD disc so I can play it on my DVD player at home. Does anyone know any good software that I can download for free to do this ?

[flexcoders] Debug button launching wrong file.

2010-06-25 Thread Clark Stevenson
Hey all, I have a habit of hitting the debug tool button in FB4, lastnight i right clicked on a MXML component and hit set as default application. However, i didnt mean to do that. I have set the default app back to Main.mxml but when i click the debug button, Main.mxml never runs. I need to

Re: [flexcoders] Flex4 ASDOC Problems

2010-06-25 Thread Oleg Sivokon
Hi. Regarding that class, you are welcome to vote: http://bugs.adobe.com/jira/browse/SDK-26196 I didn't have those other problems you describe though, this is what our Ant task looks like for creating documentation: target name=generate-documentation mkdir dir=${basedir}/docs/ delete fileset

Re: [flexcoders] Debug button launching wrong file.

2010-06-25 Thread dorkie dork from dorktown
You can go into your project properties and remove all the applications except the main one. You can add them back later. Also go into the menu Run Debug Other. Remove or modify those as well. You may want to restart and clean as well. If it still persists post back. If you do post back I'd say

Re: [flexcoders] Debug button launching wrong file.

2010-06-25 Thread Clark Stevenson
Hey mate. Thanks for your help! I decided to go for the boring... copy and paste option but finally it works :D I wont be setting a new default application again any time soon! Clark. On 25 June 2010 10:05, dorkie dork from dorktown dorkiedorkfromdorkt...@gmail.com wrote: You can go into

[flexcoders] Wheres my scrollbars gone? mx:Application to s:Application

2010-06-25 Thread Clark Stevenson
Hey everyone. A second post in a single day! I have been working with the Flex SDK again although i have only really been experimenting this week. I managed to finish off a current module and its working great but the main thing concerning me is no scrollbars. mx:Application would just

[flexcoders] Can DataGrids multiply columns

2010-06-25 Thread Stephen
I have a dataGrid as bellow and need to have the total of each row be calculated as the quantity and price are typed in. mx:DataGrid editable=true mx:DataGridColumn headerText=Quantity/ mx:DataGridColumn headerText=Price/ mx:DataGridColumn headerText=Total editable=false/ /mx:DataGrid How

Re: [flexcoders] Flex4 ASDOC Problems

2010-06-25 Thread Shawn Church
Well, I will try copying and changing your template and see what happens. Thanks for your response, Shawn

[flexcoders] Re: How to Convert FLV files to DVD on Mac OS X ?

2010-06-25 Thread valdhor
If you were on a PC I would not hesitate to recommend MediaCoder - http://www.mediacoderhq.com. For Mac, you may like to look at http://www.any-video-converter.com/products/mac_video_converter_freeware/ --- In flexcoders@yahoogroups.com, Ahmed Ismail som3a...@... wrote: Question: I have

[flexcoders] Re: Can DataGrids multiply columns

2010-06-25 Thread valdhor
One way might be (Caveat: I haven't tried this and I'm just thinking off the top of my head) to add itemEditEnd listeners that update and refresh the dataprovider, --- In flexcoders@yahoogroups.com, Stephen sd_br...@... wrote: I have a dataGrid as bellow and need to have the total of each row

[flexcoders] Read from DB Write to DB

2010-06-25 Thread Minister of Defense
Hi, I m new to Flex and i wonder if any tutorial about RIA on reading data from DB and write data to DB? any help would be great. thanks in advance.

[flexcoders] Data Import Web Service... Where has it gonein FB4?

2010-06-25 Thread Nick Middleweek
Hi, Does anyone know where I can get FB3's Import Web Service feature in FB4? I just want to import all the Value Objects from my WSDL but the FB4 Connect to Web Service feature seems to create a load of bloated code. Perhaps I'm just used to the FB3 version and I need to adjust my thinking but

[flexcoders] Re: RadioButton as DataGrid item editor

2010-06-25 Thread Amy
--- In flexcoders@yahoogroups.com, Dave Glasser dglas...@... wrote: --- On Thu, 6/24/10, Amy amyblankens...@... wrote: What logic are you using to transfer the value of the RadioButtonGroup to the appropriate properties? None, actually. I would expect the DataGrid to handle that,

Re: [flexcoders] Data Import Web Service... Where has it gonein FB4?

2010-06-25 Thread claudiu ursica
Data Services Tab, usually near Problems one or Data Button /Connect to Web Service C From: Nick Middleweek n...@middleweek.co.uk To: flexcoders@yahoogroups.com Sent: Fri, June 25, 2010 4:11:51 PM Subject: [flexcoders] Data Import Web Service... Where has

[flexcoders] Re: Can DataGrids multiply columns

2010-06-25 Thread Amy
--- In flexcoders@yahoogroups.com, Stephen sd_br...@... wrote: I have a dataGrid as bellow and need to have the total of each row be calculated as the quantity and price are typed in. mx:DataGrid editable=true mx:DataGridColumn headerText=Quantity/ mx:DataGridColumn

[flexcoders] STOP selection of header row while selecting by keyboard up arrow key

2010-06-25 Thread DevSachin
Hi, I want to STOP selection of header row while selecting by keyboard up arrow key. I mean to say, when i am in 0th row index of the ADG then i dont want to allow user to press up key and go focus to header(rowIndex=-1). I am trying to use following code..But focus is not removing from the

Re: [flexcoders] Data Import Web Service... Where has it gonein FB4?

2010-06-25 Thread Nick Middleweek
Hi, Unless I'm mistaken but I think that is the same as selecting Connect to Web Service... from the Data menu ? I was hoping to get to the FB3 import Web Service feature... Cheers, Nick On 25 June 2010 15:29, claudiu ursica the_bran...@yahoo.com wrote: Data Services Tab, usually near

Re: [flexcoders] Read from DB Write to DB

2010-06-25 Thread Brendan Meutzner
Flex doesn't read or write to databases directly. You will need to implement an intermediary technology like PHP, ColdFusion, Java, etc You will utilize RemoteObject, HTTPService, WebService tags with these technologies within Flex. I'm not going to point out any tutorials directly because

[flexcoders] Wheel Scroll on Mac Buggy

2010-06-25 Thread Brendan Meutzner
Hi All, I was very happy to see wheel scrolling implemented on Mac in Player 10.1... however, I've found it's kind of buggy. Essentially, if I use it to scroll a list based component, it works great. If I use it to scroll a container based component it jumps around a lot. For example, a

Re: [flexcoders] Wheel Scroll on Mac Buggy

2010-06-25 Thread dorkie dork from dorktown
I've seen it as well. Are you manually adding mouse wheel support through one of the numerous javascript patches? Try disabling it and see if it works. Note: There is no support for mouse wheel natively in Firefox browsers on Mac. On Fri, Jun 25, 2010 at 11:15 AM, Brendan Meutzner

Re: [flexcoders] Wheel Scroll on Mac Buggy

2010-06-25 Thread Brendan Meutzner
No, no javascript hack in place... just the default index template file. Good to know re: firefox, thx. Brendan On Fri, Jun 25, 2010 at 12:10 PM, dorkie dork from dorktown dorkiedorkfromdorkt...@gmail.com wrote: I've seen it as well. Are you manually adding mouse wheel support through

[flexcoders] IME position problem

2010-06-25 Thread bsyyu
with flex 4 mx mode only, I create a Tile component with TextInput wrapped insides Canvas. Under IME with mode Chinese, I set TextInput to be on focus at start,Chinese text can be typed into the TextInput as usual, but the IME is positioned at the top of left hand corner of the screen. It is

Re: [flexcoders] IME position problem

2010-06-25 Thread Alex Harui
I believe IME requires FP 10.1. On 6/25/10 10:19 AM, bsyyu ben.s...@gmail.com wrote: with flex 4 mx mode only, I create a Tile component with TextInput wrapped insides Canvas. Under IME with mode Chinese, I set TextInput to be on focus at start,Chinese text can be typed into the

Re: [flexcoders] Wheres my scrollbars gone? mx:Application to s:Application

2010-06-25 Thread Alex Harui
You have to add a Scroller to get scrollbars. On 6/25/10 3:09 AM, Clark Stevenson a.scots...@gmail.com wrote: Hey everyone. A second post in a single day! I have been working with the Flex SDK again although i have only really been experimenting this week. I managed to finish off a

Re: [flexcoders] Re: RadioButton as DataGrid item editor

2010-06-25 Thread Dave Glasser
--- On Fri, 6/25/10, Amy amyblankens...@bellsouth.net wrote: What is your itemRenderer code? I'm just using the RadioButton, out of the box. I'm setting the itemRenderer property on the DataGridColumn to new ClassFactory(RadioButton).

[flexcoders] ASDOC - Error: '' is not a directory

2010-06-25 Thread atomilux
I know others have encountered this problem. My question is has anyone conquered it? I found a workaround but nothing that addressed my specific bug: 1. With Flash Builder 4: - fails with a custom External Tools Configuration - fails running via Terminal - fails running ANT version - ALWAYS

Re: [flexcoders] Wheres my scrollbars gone? mx:Application to s:Application

2010-06-25 Thread Technusiast
I did that, by adding the Scroller in a skin file. Scrollbar appears, but not responsive to mouse wheel. Where should I look? On Jun 25, 2010, at 10:28 AM, Alex Harui aha...@adobe.com wrote: You have to add a Scroller to get scrollbars. On 6/25/10 3:09 AM, Clark Stevenson

Re: [flexcoders] Wheres my scrollbars gone? mx:Application to s:Application

2010-06-25 Thread Alex Harui
If you are on a mac, see the other thread about Mouse Wheel on mac. On 6/25/10 12:53 PM, Technusiast technusi...@yahoo.com wrote: I did that, by adding the Scroller in a skin file. Scrollbar appears, but not responsive to mouse wheel. Where should I look? On Jun 25, 2010, at 10:28 AM,

Re: [flexcoders] ASDOC - Error: '' is not a directory

2010-06-25 Thread Jeffry Houser
I think I had the same error; and eventually just rolled back to using the Flex 3.5 ASDoc tool. If you file a bug, let us know. On 6/25/2010 3:20 PM, atomilux wrote: I know others have encountered this problem. My question is has anyone conquered it? I found a workaround but nothing

[flexcoders] Get all styles at runtime of specific component

2010-06-25 Thread dorkie dork from dorktown
How do you get a list of all styles that a component supports? var buttonStyles:Array = getStyles(buttonComponent); var containerStyles:Array = getStyles(borderContainer); The follow up question to this is there a recommended api to get the computed style for that component instance? JP

[flexcoders] Re: Scrolling a Popup in IE leads to UI distortion

2010-06-25 Thread LathaM
Thanks Alex. That was the problem actually. The wmode was set to 'transparent'; Setting it to 'window' fixed the problem. Thanks for the help. - Latha --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: If you have a non-default wmode all bets are off. On 6/24/10 8:54 AM,

Re: [flexcoders] Get all styles at runtime of specific component

2010-06-25 Thread Alex Harui
Styles are defined by metadata and further controlled by the theme and skin. You’d probably have to retain metadata to introspect at runtime. I’m not sure I understand the last question. getStyle() would return the computed style. On 6/25/10 5:38 PM, dorkiedorkfromdorkt...@gmail.com