RE: [flexcoders] Audio Capture in Flex2

2007-05-22 Thread Petro Bochan
Hi, For audio stuff, this might get you started. http://www.flashcomguru.com/apps/flex/flexaudiochat/ Cheers, Petro From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of BB Sent: Tuesday, May 22, 2007 5:11 PM To:

RE: [flexcoders] Flexbuilder2 bug: line number setting not remembered

2007-05-18 Thread Petro Bochan
: Friday, May 18, 2007 6:06 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flexbuilder2 bug: line number setting not remembered No, I'd would argue that it definitely is a bug. It occurs inconsistently -- sometimes I get line numbers, and sometimes I don't. On 5/17/07, Petro

RE: [flexcoders] Flexbuilder2 bug: line number setting not remembered

2007-05-17 Thread Petro Bochan
Hi, This is definitely not a bug, happens from time to time. Cheers, Petro From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of li wenzhi Sent: Thursday, May 17, 2007 10:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] How do you generate inactive icon states

2007-05-17 Thread Petro Bochan
?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; creationComplete=init(); layout=absolute mx:Script ![CDATA[ private var pLoader:Loader; private

RE: [flexcoders] How do you generate inactive icon states

2007-05-17 Thread Petro Bochan
Hi, Yes, this can be done. I'm not sure what you are after, but below is the basic script that sets the alpha of the sprite to some different value and applies a filter. To gain the grayscale effect you might try applying different filter effects. Cheers, Petro

RE: [flexcoders] How do you generate inactive icon states

2007-05-17 Thread Petro Bochan
promising. I am I on the right track? Linc From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Petro Bochan Sent: Thursday, 17 May 2007 5:29 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How do you generate inactive icon states

RE: [flexcoders] Problem with post

2007-05-16 Thread Petro Bochan
Hi, Try not to use the HTTPService with the URLVariables class. The latter is best used with the URLLoader class. I had fairly good experience with that. That might be the reason why the first variable is not being sent properly. Cheers, Petro From:

RE: [flexcoders] Can't load image in flex

2007-04-25 Thread Petro Bochan
Hi, Try this one: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; creationComplete=init(); layout=absolute mx:Script ![CDATA[ private var pLoader:Loader;

RE: [flexcoders] How to measure text?

2007-04-23 Thread Petro Bochan
Hi, You might also try checking out the migration appendix: http://livedocs.adobe.com/flex/201/langref/migration.html Cheers, Petro From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shaun Sent: Monday, April 23, 2007 5:14 PM

RE: [flexcoders] Question list

2007-04-16 Thread Petro Bochan
Hi, Because it's not part of your project. Try opening any other external .as file and you'll get the same result. Cheers, Petro 2.when i open a source file (ex: DataGrid.as) in flexBuilder,why i can't see the outline of DataGrid class in outline view?

RE: [flexcoders] AMFPHP 1.9 / RemoteObject pass arguments

2007-03-29 Thread Petro Bochan
Hi, This might get you started http://blogs.adobe.com/mikepotter/flex/ (July 17, 2006) Cheers, Petro From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rico Leuthold Sent: Thursday, March 29, 2007 5:21 PM To:

RE: [flexcoders] AS Custom Component Not Displaying

2007-03-29 Thread Petro Bochan
Hi, Did you create an .AS or MXML component? Also, are you hooking it up to your main MXML application file or do you use an addChild() method? Cheers, Petro From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of billbejeck Sent:

RE: [flexcoders] Global access in AS3

2007-03-27 Thread Petro Bochan
Hi, As a side note, you might try to place your .AS file in the root directory (along with your main .MXML application file) and define all the necessary methods there. The methods should be all public though but the advantage is that you are not even required to define a package. Methods

RE: [flexcoders] Project Build

2007-03-23 Thread Petro Bochan
Hi, In order for your script to be noticed by the syntax checker, you have to reference it from the main MXML / AS file. If your AS file is nested deep in packages with no reference, there is no way to force the check. Cheers, Petro From:

RE: [flexcoders] display current time

2007-03-22 Thread Petro Bochan
Hi, Too much bloated as of the simple example though, but have a look at: http://everflash.com/cs/blogs/everflash_blog/archive/2006/02/23/9.aspx Cheers, Petro From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chad Gray Sent: