[flexcoders] Re: RTE when setting spark gridcolumn visible property (f

2011-10-07 Thread bhaq1972
Thanks I feel a bit stupid now because I just realized its only affecting IE6 ...which is obviously a very out of date browser. --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: I'm sure it is just a bug. Please file it. I would try doing it on creationComplete and

Re: [flexcoders] help with a repeater

2011-10-07 Thread Gustavo Duenas
thanks for your help here is the error log Error: Repeater is not executing. at mx.core::Repeater/get currentItem()[C:\autobuild\3.3.0\frameworks \projects\framework\src\mx\core\Repeater.as:305] at iglesiaFls/openWindowVimeo()[/Users/gustavoduenas/Documents/Flex Builder

[flexcoders] is there another flexcoders list?

2011-10-07 Thread Gustavo Duenas
Hi, is there another list, it's been ages since someone just answer me...it is just me or everyone else has migrated to some other list? Gus

Re: [flexcoders] is there another flexcoders list?

2011-10-07 Thread Jeffry Houser
This list started to die after Adobe launched their new forums. I think that was a couple of years ago. Adobe, basically, stopped directing people to this list and instead started directing them to the forums. So, that is where you'll find the traffic. On 10/7/2011 9:44 AM, Gustavo

Re: [flexcoders] is there another flexcoders list?

2011-10-07 Thread Gustavo Duenas
thanks man I will try there Gus On Oct 7, 2011, at 9:57 AM, Jeffry Houser wrote: This list started to die after Adobe launched their new forums. I think that was a couple of years ago. Adobe, basically, stopped directing people to this list and instead started directing them to the

[flexcoders] Re: using a coldfusion proxy to show twitter feed in flex app

2011-10-07 Thread ZIONIST
Hi guys below is the code i came up with but i get this error faultCode:Server.Processing faultString:'Unable to invoke CFC - The method 'getTweets' in component C:\ColdFusion9\wwwroot\twiiterCFlex\src\cfcs\twitter.cfc cannot be accessed remotely.' faultDetail:'' flex code

[flexcoders] Re: help with a repeater

2011-10-07 Thread valdhor
I have had better results with a repeater if I bundle all the components in the repeater into a single component and then repeat that. You can create public variables in this custom component to hold values you need to pass in. --- In flexcoders@yahoogroups.com, Gustavo Duenas gduenas@...

[flexcoders] Re: is there another flexcoders list?

2011-10-07 Thread valdhor
Of course, all the most knowledgeable people are still here because they can't stand the chatter over there ;-} --- In flexcoders@yahoogroups.com, Jeffry Houser jeffry@... wrote: This list started to die after Adobe launched their new forums. I think that was a couple of years ago.

[flexcoders] Re: using a coldfusion proxy to show twitter feed in flex app

2011-10-07 Thread valdhor
This is a CF error. I don't know much about CF but the error is saying that you are not allowed to access that method remotely. Is there some setting in CF that tells it which methods are remotely accessible? Is the crossdomain file set up correctly? From my point of view, it has to be some

Re: [flexcoders] Re: help with a repeater

2011-10-07 Thread Gustavo Duenas
can you point me how? thanks gus On Oct 7, 2011, at 12:04 PM, valdhor wrote: I have had better results with a repeater if I bundle all the components in the repeater into a single component and then repeat that. You can create public variables in this custom component to hold values

RE: [flexcoders] help with a repeater

2011-10-07 Thread Gordon Smith
This poorly-worded message is trying to explain that you cannot access the 'currentItem' of a Repeater, as your code vimeo.currentItem.title in openWindowVimeo() is doing, after the Repeater has already created all the repeated components. As each repeated component is created, 'currentItem' is

[flexcoders] Re: using a coldfusion proxy to show twitter feed in flex app

2011-10-07 Thread ZIONIST
I changed access to 'remote' on the cfc and when i run it i get this error faultCode:Server.Processing faultString:'Unable to invoke CFC - Unable to parse the feed: Either source specified is invalid or feed is malformed.' faultDetail:'Error: Invalid XML'

Re: [flexcoders] Re: using a coldfusion proxy to show twitter feed in flex app

2011-10-07 Thread Kevin Bowers
 Try setting the CF function access to remote, rather than public From: valdhor valdhorli...@embarqmail.com To: flexcoders@yahoogroups.com Sent: Friday, 7 October 2011, 17:17 Subject: [flexcoders] Re: using a coldfusion proxy to show twitter feed in flex app

Re: [flexcoders] help with a repeater

2011-10-07 Thread Gustavo Duenas
Thank you my friend, you are really good. I guess I should have read more the book. It totally works. Gustavo On Oct 7, 2011, at 12:21 PM, Gordon Smith wrote: This poorly-worded message is trying to explain that you cannot access the ‘currentItem’ of a Repeater, as your code

Re: [flexcoders] Re: using a coldfusion proxy to show twitter feed in flex app

2011-10-07 Thread Paul Hastings
On 10/7/2011 10:38 PM, ZIONIST wrote: Hi guys below is the code i came up with but i get this error faultCode:Server.Processing faultString:'Unable to invoke CFC - The method 'getTweets' in component C:\ColdFusion9\wwwroot\twiiterCFlex\src\cfcs\twitter.cfc cannot be accessed remotely.'

[flexcoders] Re: using a coldfusion proxy to show twitter feed in flex app

2011-10-07 Thread ZIONIST
any help guys. Am kinda stuck here.

[flexcoders] facebook status on air app

2011-10-07 Thread Gustavo Duenas
Hi guys, I'm making an air app and so far I need to grab a facebook status or feed into a mx:repeater, does anyone knows how, it is not like creating a facebook app with flex, is something more easy (in theory), does anyone knows how? or at least point me where the xml or rss facebook file

RE: [flexcoders] help with a repeater

2011-10-07 Thread Gordon Smith
BTW, you should consider moving to Spark components and using a Spark DataGroup rather than a Repeater. A DataGroup is more efficient when you have many data items that need to be rendered because it only creates item renderers for the data items that are visible. Repeater always creates all of

[flexcoders] Re: using a coldfusion proxy to show twitter feed in flex app

2011-10-07 Thread valdhor
OK, so now it doesn't like the XML you are sending to the CFC. What does Charles show as the XML string that is actually being sent? Does that XML pass a validation check? Does it look right? --- In flexcoders@yahoogroups.com, ZIONIST stinasius@... wrote: I changed access to 'remote' on the

[flexcoders] Self Signed SSL Certificates

2011-10-07 Thread David Nester
Greetings! I am trying to write a Flex desktop application which connects to a SOAP-based service. Question is - the server uses self-signed certificates and there is no way around having the server listen on an additional (non-ssl) port. I have read that with the desktop applications -

[flexcoders] Adobe captivate and flex

2011-10-07 Thread kapil_saggi
Hi everyone, I am trying to load a captivate generated swf file in my flex project. As we know, we can create a password protected swf file using Adobe Captivate. Is there any way in which we can load that file automatically using Flex? Here automatically means that my flex application

[flexcoders] load password protected captivate file in flex

2011-10-07 Thread kapil_saggi
Hi everyone, I have a query, to which I could not find a solution over google. As we know, we can create a password protected swf file using Adobe Captivate. My question is that can we load that file automatically using Flex? Here automatically means, that my flex application provides the

Re: RV: [flexcoders] combobox problem

2011-10-07 Thread ANIBAL Benalcazar
please help with generate pdf structured who contract from forms and datagrid

[flexcoders] Parsing Soap Response

2011-10-07 Thread David Nester
Greetings! I have a SOAP response from a webservice that i am trying to parse to a datagrid. The information that comes back to the result handler is in the format of: SOAPENV:ENVELOPE -- soapenv:body ns2:serviceResponse --ns2:return ns1:data I'm trying to figure out how

[flexcoders] How much load a Red5 server can handle?

2011-10-07 Thread mulchand12345
Hi I have created a user video recording application which is hosted on red5 server and it uses oflademo code to capture and save the video. My query is how much load a red5 server can handle? I mean it is just a tomcat server. If it goes live and hundreds of user started using it, what are

[flexcoders] Possible to specify a fallback font without breaking font embedding in Flex4?

2011-10-07 Thread stiggler1
I posted this question on stackoverflow.com a few months back and unfortunately haven't gotten any responses. Any help would be much appreciated! http://stackoverflow.com/questions/6435042/is-it-possible-to-specify-a-f\ allback-font-without-breaking-font-embedding-in-flex Here's the question as

Re: [flexcoders] Re: using a coldfusion proxy to show twitter feed in flex app

2011-10-07 Thread ilugroupmultimedia_mks
Googling bro..:D South Sulawesi Information Technology Corporate -Original Message- From: ZIONIST stinas...@yahoo.com Sender: flexcoders@yahoogroups.com Date: Fri, 07 Oct 2011 16:31:52 To: flexcoders@yahoogroups.com Reply-To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: using a

[flexcoders] Bar Graph basic doubt!

2011-10-07 Thread Venkat M
  Hi Group,   I have a basic doubt on bar graphs in flex. For a bar graph I bind the data provider with an array collection. This array collection will be populated dynamically with the values 0,1 or 2.   So the bar graph is showing fine, but the interval lines are at 0,

[flexcoders] Re: RTE when setting spark gridcolumn visible property (f

2011-10-07 Thread valdhor
If that is the use case I would have built that data grid and columns on the fly in ActionScript. Why bother having columns in memory that you don't use? --- In flexcoders@yahoogroups.com, bhaq1972 mbhaque@... wrote: The problem doesn't exist if the code is executed in the preintialize or

Re: [flexcoders] Possible to specify a fallback font without breaking font embedding in Flex4?

2011-10-07 Thread Alex Harui
If you want to use font-fallback for an embedded font, even the fallback fonts have to be embedded. On 10/5/11 7:58 PM, stiggler1 pmow...@gmail.com wrote: I posted this question on stackoverflow.com a few months back and unfortunately haven't gotten any responses. Any help would be much