[flexcoders] HELP! Blaze ds create a session without any authentication. Then I can get connected to session scope destination!!

2009-08-04 Thread Fernando Wermus
I have two services. Both of them are session scope. I called them without using my Custom Login, but anyway I can reach the service. I am very sorprised with this behavior. [WARN] HttpFlexSession has not been registered as a listener in web.xml for this application so no events will be

Re: [flexcoders] Adobe Air: open file with associated application

2009-08-04 Thread Ian Thomas
If you use flash.net.navigateToURL(someLocalFileURL), it will open via your default browser. If the browser is configured correctly it will open the documents in their appropriate applications. HTH, Ian On Tue, Aug 4, 2009 at 4:24 AM, Everson Alvesjho...@eversonalves.com.br wrote: Hello,

Re: [flexcoders] this group isn't very good

2009-08-04 Thread Tom Chiverton
On Monday 03 Aug 2009, mitchgrrt wrote: Search doesn't work. Google works fine. It even searches Yahoo, which is handy now Yahoo are going to be powered my Microsoft's equally useless Bing thing. find, and search works. I wish this group were hosted on Google instead of Yahoo. Feel free

[flexcoders] Amfphp inside module

2009-08-04 Thread yonghan79
Hi all,i want to ask.Does anyone ever before creating application using amfphp within modules?Right now i'm trying to create an aplication using amfphp,and access the methods within modules..When i run try to save data,i got errors like this : TypeError: Error #1009: Cannot access a property

[flexcoders] Re: Amfphp inside module

2009-08-04 Thread valdhor
AMFPHP runs on the server side so it has no bearing on your error. What happens at Kategori.mxml lines 56 and 109? Have you tried setting a breakpoint on line 55 and seeing what object is null? --- In flexcoders@yahoogroups.com, yonghan79 yongha...@... wrote: Hi all,i want to ask.Does anyone

Re: [flexcoders] Re: Amfphp inside module

2009-08-04 Thread Yesaya handoyo
I haven't try to set breakpoint on line 55...Should i pass the string to the main application first instead of directly accessing methods within modules??Also i put the code of line 55 and 109 here http://www.pastebin.org/6427 On 8/4/09, valdhor valdhorli...@embarqmail.com wrote: AMFPHP runs on

[flexcoders] Re: this group isn't very good

2009-08-04 Thread mitchgrrt
--- In flexcoders@yahoogroups.com, Howard Fore howard.f...@... wrote: For heaven's sake don't fork the community, just use Google to search the group. Put use the following line in your search terms: site:tech.groups.yahoo.com inurl:flexcoders I agree, I didn't really want to fork the

[flexcoders] Re: Amfphp inside module

2009-08-04 Thread valdhor
OK, so what is amf and where is it initialized? If you put a breakpoint on line 55 and then when it breaks, is amf null? --- In flexcoders@yahoogroups.com, Yesaya handoyo yongha...@... wrote: I haven't try to set breakpoint on line 55...Should i pass the string to the main application first

Re: [flexcoders] Re: Amfphp inside module

2009-08-04 Thread Yesaya handoyo
amf is the id for the amfphp service,i try to set breakpoint there.But it doesn't break..I just have to click on the line right to set breakpoint? On 8/4/09, valdhor valdhorli...@embarqmail.com wrote: OK, so what is amf and where is it initialized? If you put a breakpoint on line 55 and then

Re: [flexcoders] Re: Amfphp inside module

2009-08-04 Thread Yesaya handoyo
Sorry,i didn't use debug before...It return source not found..But when i didn't use modules,it works fine with saving data to database... On 8/4/09, Yesaya handoyo yongha...@gmail.com wrote: amf is the id for the amfphp service,i try to set breakpoint there.But it doesn't break..I just have to

[flexcoders] how to enable stack traceback?

2009-08-04 Thread mitchgrrt
I've recently changed companies. At my old company in the Flex app we were developing, whenever there was an unhandled exception we got a stack traceback in a popup window. At my new company I'm not seeing that. I see it when running inside the debugger, in the console, but not when there is

[flexcoders] Re: Amfphp inside module

2009-08-04 Thread valdhor
source not found ?? When does it produce this error? When it breaks? Is amf null when it breaks? How do you initialize amf? Perhaps posting more code will help us to help you. I find it hard to believe you have never used debug before. --- In flexcoders@yahoogroups.com, Yesaya handoyo

[flexcoders] Variable assignment help [1 Attachment]

2009-08-04 Thread Wally Kolcz
I am returning a web service as objects from Blue Dragon. I managed to figure out how to assign them to a datagrid, but some of my application requires assigning values to variables or text. Can anyone tell me how to get the value 'wkolcz' so I can use it to

re: [flexcoders] Variable assignment help

2009-08-04 Thread Wally Kolcz
Ahh, figured it out: e.result.data[0][0] From: Wally Kolcz wko...@isavepets.com Sent: Tuesday, August 04, 2009 7:09 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Variable assignment help [1 Attachment] [Attachment(s) from Wally Kolcz included

[flexcoders] Re: Amfphp inside module

2009-08-04 Thread yonghan79
--- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: source not found ?? When does it produce this error? When it breaks? Is amf null when it breaks? How do you initialize amf? Perhaps posting more code will help us to help you. I find it hard to believe you have never used

Re: [flexcoders] how to enable stack traceback?

2009-08-04 Thread Johannes Nel
just using the debug player should give you that. On Tue, Aug 4, 2009 at 3:54 PM, mitchgrrt mitch_g...@hotmail.com wrote: I've recently changed companies. At my old company in the Flex app we were developing, whenever there was an unhandled exception we got a stack traceback in a popup

[flexcoders] error #2032

2009-08-04 Thread grimmwerks
hey - we're building a video player that pulls from sesamevault -- and for some reasons people in europe are experiencing an error #2032 that we're not seeing in any of our testing - I've been doing some googling but wondering why something that works in the US might have issues elsewhere

[flexcoders] Re: Question about a flex component

2009-08-04 Thread veena_kris2003
I want to make the icons visible only if the horizontal scroll is enabled (because enough items were put in the horizontal list). How do I do that? Thanks, Veena --- In flexcoders@yahoogroups.com, veena_kris2003 v.kri...@... wrote: Hi, Thanks for your answer. Do you mind posting an

Re: [flexcoders] Re: Flex Accordion Menu?

2009-08-04 Thread Vivian Richard
Great Very happy to hear that it worked :-). Cheers. On Mon, Aug 3, 2009 at 7:31 PM, Benthegoosm...@gmail.com wrote: Thank you! That works perfectly. I'm using normal buttons for the top level items with no children, and I'm using a window shade for top level items with

[flexcoders] Re: Question about a flex component

2009-08-04 Thread veena_kris2003
how do i make visible invisible the icons for previous/next? --- In flexcoders@yahoogroups.com, veena pandit v.kri...@... wrote: Hi, I am new to Flex. I am looking for help on designing a custom component that will hold a lot of items. When the items exceed the number that are visible

[flexcoders] AdvancedDataGrid and XML data synchronization ( dynamic datafield issue)

2009-08-04 Thread david lee
I'm making kind of editor with AdavacedDataGrid (ADG) and TextArea. XML data in TextArea is dataProvider to ADG. So, If user change XML Data in TextArea ADG also updated. And if user change data using ADG, XML data in TextArea will be updated. If XML data is simple, this function is not so

[flexcoders] Messaging to only one consumer (me).

2009-08-04 Thread Andrew Voronin
Hello. How to do something like this: 1. I send to destination (subtopic) a message (may be with specific header or selector) and this message will deliver only for my consumer (I need to do some evaluation in my custom MessagingAdapter). It looks like simulation of remote method invocation via

[flexcoders] Include all classes of a swc in an output swc (not swf)?

2009-08-04 Thread Steve Bick
Is it possible to include all classes of a swc in another swc (not swf)? I would think that when compiling my new swc, using the parameter: -include-libraries included.swc would include that swc's classes in my output swc... but it won't unless a class in my source references classes contained

[flexcoders] including external css files in Flex

2009-08-04 Thread veena_kris2003
I have an external css file with a property that embeds an image. Do I include the file in the mxml file with a mx:Style. Then I am trying to skin a button with an image from the css file property. How do I do all of this?

[flexcoders] Re: Variable assignment help

2009-08-04 Thread valdhor
try... (e.result.data[0] as ArrayCollection)[0] (e.result.data.getItemAt(0)).getItemAt(0) (e.result.data.getItemAt(0) as ArrayCollection).getItemAt(0) One of those should work. --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: I am returning

[flexcoders] Re: Amfphp inside module

2009-08-04 Thread valdhor
Perhaps the problem is with your TextInput named txtNama. When you hit the breakpoint, is this variable null? --- In flexcoders@yahoogroups.com, yonghan79 yongha...@... wrote: --- In flexcoders@yahoogroups.com, valdhor valdhorlists@ wrote: source not found ?? When does it produce this

[flexcoders] Distortion Effects?

2009-08-04 Thread malik_robinson
Hi, I am trying to use the following example from Tour De Flex but it's missing some of the files needed to run the example. Here is a link to the demo that shows the functionality I'm trying to use: http://www.adobe.com/devnet/flex/tourdeflex/web/#sampleId=19260;illustIn\ dex=0;docIndex=0

RE: [flexcoders] Re: Question about a flex component

2009-08-04 Thread Gordon Smith
UIComponents have a visible:Boolean property which you can set to true or false. You can tell whether a Container is scrollable by checking whether its maxHorizontalScrollPosition is greater than 0. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com

Re: [flexcoders] Distortion Effects?

2009-08-04 Thread Pedro Sena
I don't have the link here but I'm using in my actual project. I'm sending it to your personal mail. I will not attach it here to avoid problems with zipped files. Regards On Tue, Aug 4, 2009 at 4:56 PM, malik_robinson malik_robin...@yahoo.comwrote: Hi, I am trying to use the following

[flexcoders] Stacked column chart with a twist

2009-08-04 Thread Richard Rodseth
I seem to recall a blog post recently about doing a stacked column chart where the height of the total column was based on a value in the data set, rather than summing each column segment. Or, to put it another way, the column height is determined by data, then each series gets a percentage of

[flexcoders] Re: Distortion Effects?

2009-08-04 Thread malik_robinson
Hi, Thanks for the reply, that would be great. You can send it to malik_robin...@yahoo Thanks, m --- In flexcoders@yahoogroups.com, Pedro Sena sena.pe...@... wrote: I don't have the link here but I'm using in my actual project. I'm sending it to your personal mail. I will not attach

Re: [flexcoders] Re: Distortion Effects?

2009-08-04 Thread Pedro Sena
Did it On Tue, Aug 4, 2009 at 7:55 PM, malik_robinson malik_robin...@yahoo.comwrote: Hi, Thanks for the reply, that would be great. You can send it to malik_robin...@yahoo Thanks, m --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Pedro Sena sena.pe...@... wrote:

[flexcoders] Voice transmission

2009-08-04 Thread charleswcng
Hi all, I saw this karaoke app in the flex showcase and was wondering how they do the voice transmission between users. You can see the app here: http://chitchat.vuilen.com/. Can anyone point me to the right direction in how to make an app like this? Also, I'm pretty new to flex. I've

Re: [flexcoders] Voice transmission

2009-08-04 Thread Nate Beck
Check out AFCS. http://labs.adobe.com/technologies/afcs/ HTH, Nate On Tue, Aug 4, 2009 at 3:29 PM, charleswcng charlesw...@yahoo.com wrote: Hi all, I saw this karaoke app in the flex showcase and was wondering how they do the voice transmission between users. You can see the app here: