[flexcoders] Re: Problem with setFocus()

2007-01-11 Thread Santo
Hello to you all, I am having the same problem here, With FF 2 and with IE 6. Using object.setFocus() or focusManager.setFocus(object) Not work. Just got the halo on the object, but the cursor goes to the next object. Regards. Rogério --- In flexcoders@yahoogroups.com, Mark McCray [EMAIL

[flexcoders] Re: binary in xml

2006-10-09 Thread Santo
Hi there! The best way I found to work with binarys/xml is Base64... Flex has built in classes for that (Base64Encoder and Base64Decoder) Regards Rogério --- In flexcoders@yahoogroups.com, Paul Hastings [EMAIL PROTECTED] wrote: On 10/1/06, EECOLOR [EMAIL PROTECTED] wrote: I think it has

[flexcoders] Re: Flex Marketing

2006-10-09 Thread Santo
Hello Again! I found the post that I talked about: http://www.mossyblog.com/archives/520.cfm Regards! Rogério Gonzalez FLEX 2 needs to be the purple cow, the anomaly in the herd that stands out and people go 'holy shit, did you see that cow back there' and then 2 dinner parties later the

[flexcoders] Re: ExternalInterface in Firefox

2006-10-03 Thread Santo
hello again, Here is a example of the problem that I´m having. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.controls.Alert; import

[flexcoders] POP3 by Socket

2006-08-25 Thread Santo
Bom dia pessoal, Hi folks, I want to know if anyone of you try make the POP3 by Socket example, from IFBIN(Flex by Example), work with final version of Flex 2. Now that he´s free, I try to test something but it just don´t work. Don´t give me any errors. Seems to be a security issue, like

[flexcoders] EXE Compiler and other

2005-12-19 Thread Santo
Hi all, I´m a beginner in Flex, but i´m trying Flex 2. In my tests, everything is fine, but I want to compile a EXE file, from the Flex 2. With Flash, or I use the Flash API to do that, or I compile in SWF and then with the Projector or With a 3rd Party projetor, I order to generate a EXE file.

[flexcoders] Re: Passing request data into Flex applications

2005-12-19 Thread Santo
hi! I use FlashVars in the HTML, with Flex 2.0 Works fine to me import flash.display.SWFLoaderInfo; import flash.display.Loader; public function Test() { if (SWFLoaderInfo(loaderInfo) != null){ var FlashVar_arguments:Object = SWFLoaderInfo(loaderInfo).arguments; if