[flexcoders] The FDS didn't respond suddenly. Have you had such case?

2010-08-04 Thread sn197412
In client environment, the FDS didn't respond suddenly. The first PC could subscribe. The second PC could subscribe. The third PC could subscribe. The fourth PC couldn't subscribe and FDS returned nothing. It doesn't happen again after they rebooted WAS. However, we need the reason because it's

[flexcoders] Re: [Flex 2.0] How can get CFC information that is accessed via RemoteObject??

2006-04-19 Thread sn197412
Of sn197412 Sent: quarta-feira, 19 de Abril de 2006 4:45 To: flexcoders@yahoogroups.com Subject: [flexcoders] [Flex 2.0] How can get CFC information that is accessed via RemoteObject?? Hi. I have a question about ColdFusion with RemoteObject of Flex 2.0. When I dump CGI information

[flexcoders] Re: [Flex 2.0] How can get CFC information that is accessed via RemoteObject??

2006-04-19 Thread sn197412
185 200 . Fax (+351) 213 540 370 [EMAIL PROTECTED] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sn197412 Sent: quarta-feira, 19 de Abril de 2006 12:29 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: [Flex 2.0] How can get CFC

[flexcoders] Re: [Flex 2.0] How can get CFC information that is accessed via RemoteObject??

2006-04-19 Thread sn197412
. Informática - Área de Desenvolvimento Cofina media Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL Tel (+351) 213 185 200 . Fax (+351) 213 540 370 [EMAIL PROTECTED] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sn197412 Sent

[flexcoders] [Flex 2.0] How can get CFC information that is accessed via RemoteObject??

2006-04-18 Thread sn197412
Hi. I have a question about ColdFusion with RemoteObject of Flex 2.0. When I dump CGI information that is accessed via RemoteObject, dumped information is flex2gateway information. It's not CFC information. How can get CFC information that is accessed via RemoteObject?? -- Flexcoders

[flexcoders] [Flex2.0] How can I control cache of HTTPService inside FlashPlayer?

2006-04-13 Thread sn197412
Hi. I have a question. How can I control cache of HTTPService inside FlashPlayer? I get XML file that is always different contents each request. But HTTPService show content that was got at first access. How should I? --Shigeru http://Shigeru-Nakagaki.com -- Flexcoders Mailing List FAQ:

[flexcoders] What is Incompatible override??

2006-04-04 Thread sn197412
Hi. I'm trying to compile a [EMAIL PROTECTED] But I got errors every override lines. What is Incompatible override?? package { import flash.util.Proxy; import flash.util.flash_proxy; import flash.util.trace; use namespace flash_proxy; public dynamic class Person extends Proxy {

[flexcoders] a question about Flow sample at Adobe Labs

2006-04-04 Thread sn197412
Hi. a question about Flow sample at Adobe Labs flashplatform +projects +flexsamples +trunk\src +flex2 +samples +flow I'm trying to compile, but some errors happen like below. What is this error?? Unable to transcode

[flexcoders] Re: What is Incompatible override??

2006-04-04 Thread sn197412
:*, ... args):* On 4/4/06, sn197412 [EMAIL PROTECTED] wrote: Hi. I'm trying to compile a [EMAIL PROTECTED] But I got errors every override lines. What is Incompatible override?? package { import flash.util.Proxy; import flash.util.flash_proxy; import flash.util.trace

[flexcoders] Re: how to get the Bitmap/BitmapData of controls

2006-03-31 Thread sn197412
Hi. It is not available for now, right? (But Java can handle this with HttpServlet.) Another question. Can we copy Bitmap to Clipboard?? --Shigeru --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 3/30/06, sn197412 [EMAIL PROTECTED] wrote: How should I write

[flexcoders] Re: how to get the Bitmap/BitmapData of controls

2006-03-31 Thread sn197412
that the source can't convert to CFML.) --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 3/31/06, sn197412 [EMAIL PROTECTED] wrote: It is not available for now, right? (But Java can handle this with HttpServlet.) yeah, you should be able to upload binary data

[flexcoders] Re: how to get the Bitmap/BitmapData of controls

2006-03-30 Thread sn197412
Hi. I have a similar question too. I'm writing sample code like below. But I cant't find out Converting mx:Image to Bitmap. How should I ??? Please tell me. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns=* layout=absolute creationComplete=initApp()

[flexcoders] Re: how to get the Bitmap/BitmapData of controls

2006-03-30 Thread sn197412
Yes! it works. Thanks, Manish!! And ... Can I ask more ...? How should I write code for uploading the Bitmap to ColdFusion Server for example ?? Is this possible?? --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 3/30/06, sn197412 [EMAIL PROTECTED] wrote

[flexcoders] Re: how to get the Bitmap/BitmapData of controls

2006-03-30 Thread sn197412
Thanks again, Manish!!! I'll try that. Thank you very much for answers. --Shigeru --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 3/30/06, sn197412 [EMAIL PROTECTED] wrote: How should I write code for uploading the Bitmap to ColdFusion Server for example

[flexcoders] Can we change upIcon of Button class dynamically without Embed?

2006-03-10 Thread sn197412
Hi. Can we change upIcon of Button class dynamically without Embed? I mean I want to change Button face at runtime via downloading image file. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Questions about Thread

2006-03-06 Thread sn197412
Hi. 1. RemoteObject doesn't make new threads, right? 2. Event makes new threads, right? 3. Which is AVM based on multi thread or thread pool (like VB) ?? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Questions about Thread

2006-03-06 Thread sn197412
Hi. Thanks for replay, Abdul and Darron. Thanks for a link, Darron. That is very helpful to understand AVM. Now I understand AVM a little. AVM is very similar to Visual Basic's Thread Pool theory. (That isn't multi threads too.) Thank you so much. --Shigeru -- Flexcoders Mailing List FAQ:

[flexcoders] Can we remove RemoteObject instances??

2006-03-03 Thread sn197412
Hi. About RemoteObject instances. Can we remove RemoteObject instances like removeChild method?? If we create 100 RemoteObject instances, we can't remove those instances?? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Can we remove RemoteObject instances??

2006-03-03 Thread sn197412
) that declares the RemoteObject? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sn197412 Sent: Friday, March 03, 2006 6:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can we remove RemoteObject instances?? Hi. About

[flexcoders] IOException of ColdFusion + FileReference Class

2006-03-03 Thread sn197412
Hi. When a file upload to ColdFusion via FleReference Class, ColdFusion has IOException Error like below. (I just tried a sample at flashplatform's SVN in Macromedia Labs.) Is this FlashPler8.5's bug?? (My current FlashPlayer's version is 8,5,0,212.) 03/04 02:34:18 error Corrupt form data:

[flexcoders] How can we use Secure AMF wuth ColdFusion/Flex Connectivity?

2006-03-02 Thread sn197412
Hi. I tried SecureAMFChannel in flex-enterprise-services.xml. But RemoteObject always connect to HTTP AMFChannel. Is this normal action? Can't we use HTTPS RemoteObject?? --Shigeru -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] DateField and DateFormatter issue.

2006-03-02 Thread sn197412
Hi. When I use a DateFormatter with a couple of DateFileds, Something remove formatted date text. And also, when I focus in TextInput, Something remove formatted date text too. Here is a sample. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml;

[flexcoders] Re: How can we use Secure AMF wuth ColdFusion/Flex Connectivity?

2006-03-02 Thread sn197412
Hi, thank you for replay. Here is a destination configuration. destination id=ColdFusion channels channel ref=my-cfamf/ channel ref=my-secure-cfamf/ /channels properties source*/source lowercase-keysfalse/lowercase-keys /properties /destination Here is a channel

[flexcoders] About ApplicationDomain.getClass method

2006-02-28 Thread sn197412
Can we use Loader.loadeeInfo.applicationDomain.getClass(CLASS NAME) from other domain's swf?? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To

[flexcoders] Re: About ApplicationDomain.getClass method

2006-02-28 Thread sn197412
Hi, Thank you for replay. Beta 2 will have some player API changes that clarify all this, and introduce an explicit notion of a security domain. -rg I wish that setting of this security feature is able to be chosen by a developer. I mean, I want to build Flash application that can access

[flexcoders] I need help information of command line compile at Flex2.0

2005-12-27 Thread sn197412
Hi. How can I compile a Flex2.0 project that includes a lot of mxml files from command line ?? java -jar mxmlc.jar -optimize=false -file-spec ... ?? Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the

[flexcoders] Re: PopupWindow's MenuBar can't handle event if ...

2005-12-21 Thread sn197412
: On 12/20/05, sn197412 [EMAIL PROTECTED] wrote: I could switch window z-index. My problem is that MenuBar event doesn't work. If you could provide a standalone test case (something I can compile and run on my machine), that'll help us track and eliminate the problem. Manish

[flexcoders] runtime error of stage.stageWidth. Why???

2005-12-21 Thread sn197412
Hi. I got runtime error of runtime error of stage.stageWidth. Please tell me why? Runtime error is below. TypeError: Error #1009: null has no properties. at CustomPopup/CustomPopup$275$private::initApp() at CustomPopup/___Application0_creationComplete() at

[flexcoders] Re: runtime error of stage.stageWidth. Why???

2005-12-21 Thread sn197412
Ahh... I got why. I must set mx:Application's width and height like width = 1024. If I set mx:Application's width like width = '100%', stage.stageWidth doesn't work. Ah.. This has been ultra basic knowledge. --- In flexcoders@yahoogroups.com, sn197412 [EMAIL PROTECTED] wrote: Hi. I got

[flexcoders] Re: How do we judge CFC's method arguments of RemoteObject from ResultEvent??

2005-12-20 Thread sn197412
Thank you very much for your help!! It works very well. --Shigeru for archives ACT pattern is Asynchronous Completion Token design pattern. --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Check out the ACT pattern in the docs. You want to look at the return value

[flexcoders] PopupWindow's MenuBar can't handle event if ...

2005-12-20 Thread sn197412
Hi. 1. There two or more PopupWindow with a MenuBar. 2. I want to change PopupWindow's z-index on mouseDown event. 3. ActionScript3.0 for Changing PopupWindow's z-index is below. this.parent.setChildIndex(this,this.parent.numChildren); Then MenuItem doesn't work. It looks like crashing

[flexcoders] Re: PopupWindow's MenuBar can't handle event if ...

2005-12-20 Thread sn197412
Thank you for replay. I could switch window z-index. My problem is that MenuBar event doesn't work. So ... Thanks, Manish. --Shigeru --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 12/20/05, sn197412 [EMAIL PROTECTED] wrote: 1. There two or more PopupWindow

[flexcoders] FireFox.exe has been shuted down abnormarlly when ...

2005-12-20 Thread sn197412
Hi. FireFox.exe has been shuted down abnormarlly when flash call window.close via flash.external.ExternalInterface.call. Any advice?? Yahoo! Groups Sponsor ~-- Most low income homes are not online. Make a difference this holiday season!

Re: [flexcoders]dragable Popup issue!!!!!!!?????????

2005-12-20 Thread sn197412
Hi. Accidentally I could drag TitleWindow with HeaderHeight=0 but I don't know why. Here is a sample source of a component (name is DraggableCanvas). ?xml version=1.0 encoding=utf-8? mx:TitleWindow xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=* headerHeight=0 marginBottom=0

[flexcoders] Re: Flex Builder 2 and CFEclipse

2005-12-12 Thread sn197412
Hi there. I think it must be cause by Flex Builder alpha1. Because I tried Eclipse3.1 with CFEclipse, but cpu was calm. Thanks. --- In flexcoders@yahoogroups.com, Tom Ortega [EMAIL PROTECTED] wrote: Hello, I'm using the two together. I have a project folder that's linked to a mapped