[flexcoders] How to popup a titlewindow in precise position

2009-06-30 Thread j2me_soul
I have a lot of nested buttons in a vbox. How can I put a popuped titlewindow in the center position of the button clicked. The codes is: mx:Canvas width=100% bottom=0 mx:Canvas backgroundImage=@Embed('/assets/background/ButtonBar.png') width=100% y=15 height=30 horizontalCenter=0/

Re: [flexcoders] LCDS / Tomcat : port 2038 already in use

2009-06-30 Thread Johannes Nel
we have a similiar issue on our CI server with the same version of Tomcat and LCDS, we are forced to kill -KILL (-f) the process. as yet we have found no work around. I don't know if you have tried forcing the kill yet, just going kill pid does not always work for us. ps ax | grep lcds (or lsof

[flexcoders] Help deploying an Adobe sample app using BlazeDS

2009-06-30 Thread jtorrance
I'm trying to run Adobe's sample http://www.adobe.com/devnet/flex/samples/restaurant/ Restaurant Finder on Eclipse/FB 4 while deploying the underlying services using the BlazeDS turnkey. After consulting the README, here is what I've done so far: 1. Unpacked the restaurant.zip file to a

[flexcoders] Overriding defaults, debugging and SO's

2009-06-30 Thread reutherg
Hello all, I believe this is my first post here, though I've been receiving emails from this group for awhile now. I have been working with Flex/AS3 for about a year now, still coming up to speed. I'm working on a personal project as an exercise for my skills and creativity as a coder,

[flexcoders] Sharing DataTransform between series

2009-06-30 Thread Alexander Tarelkin
Hello, I am working on an application that displays several series on the same chart. The series display similar data so they actualy share vertical and horizontal axes. I noticed that series.describeData method is invoked twice for each dimension on any underlying data update. It turnes out

[flexcoders] Changing Channel for JMS adapter in LCDS

2009-06-30 Thread Niamath Basha
hi, Default configuration of JMS adapter in LCDS is configured to rtmp channel. Now I want to change the Channel from rtmp to nio-amf-poll. Can I change the Channel for JMS adapter? If yes how can I achive that. Thanks

[flexcoders] From where to start building chat client

2009-06-30 Thread vladakg85
Hello, I want to start one small project for my self, it's about chat client where user can login and chat with other users etc. I am very interested to know what should I use to transfer messages from user to user is there any server, anything to start, yo analyze how to build chat

[flexcoders] Reading a 2D barcode

2009-06-30 Thread Clint Tredway
I have been looking for an actionscript library to read 2D barcodes but I have not run across one yet. Does anyone know of a library, and if so, do you mind sharing? Thanks! -- “When you choose hope, anything is possible.” -Christopher Reeve

[flexcoders] Is license required to deploye the flex chart application

2009-06-30 Thread Krunal Panchal
Is license required to deploye the flex chart application?    Regards, Krunal Panchal | Senior Software Engineer

[flexcoders] Re: Is license required to deploye the flex chart application

2009-06-30 Thread valdhor
Yes --- In flexcoders@yahoogroups.com, Krunal Panchal panchal_...@... wrote: Is license required to deploye the flex chart application?    Regards, Krunal Panchal | Senior Software Engineer

[flexcoders] Re: Reading a 2D barcode

2009-06-30 Thread valdhor
Seeing as Flash has no access to a scanner, I don't see how you could create a library for reading 2D barcodes. You are probably better off looking into Merapi (http://merapiproject.net/) as a bridge. You could use Zebra Crossing (http://code.google.com/p/zxing/) to read the bar codes and send

[flexcoders] Re: ListEvent itemRenderer field null when parent is out of view

2009-06-30 Thread lachance.brian
Hi, Tim, Thanks for the tip! I hadn't thought of that as a direct workaround of sorts, but that does open the doors for another way to get it to work, I think :) It's not-so-much accessing the data that's the problem with this bug (which I probably should have explained), but rather some of

Re: [flexcoders] Re: Reading a 2D barcode

2009-06-30 Thread Clint Tredway
The idea is to use a web cam to read the barcode.. Just trying to get all my options in front of me so I can make an informed decision. On Tue, Jun 30, 2009 at 10:59 AM, valdhor valdhorli...@embarqmail.comwrote: Seeing as Flash has no access to a scanner, I don't see how you could create a

[flexcoders] Hi integration Flex Applicaitons with .NET Environment

2009-06-30 Thread Satish Chowdary
Hi All, could u please provide the information about how to integrate FLEX application with .NET Environment.. sending sample code appreciated Thanks inAdvance సతీష్ From: golnooshp golnoo...@yahoo.com To: flexcoders@yahoogroups.com Sent: Monday, 29 June,

[flexcoders] Issue with optimized RSLs digests

2009-06-30 Thread nidhi_sadanand
Hi I found a lot of discrepancy in the flex documentation regarding creation deploying of standard RSLs. Discrepancy #1: Docs say that we create the RSL compile the application against the non optimized RSL THEN Optimize the RSL. This doesn't work. Once optimized, the digest information

[flexcoders] How to fill canvas with HDividedBox?

2009-06-30 Thread Jim Jones
Hi all, I have a seemingly simple problem: I have a HDividedBox inside a Canvas. The HDividedBox fails to fill the Canvas pixel-perfectly. When the HDBox has no border then one pixel of the canvas background shows at the top and bottom, with a bit of alpha blur. When the HDBox has an 1 pixel

[flexcoders] Re: Hi integration Flex Applicaitons with .NET Environment

2009-06-30 Thread valdhor
One way is with WebORB for .NET (http://www.themidnightcoders.com/products/weborb-for-net/overview.html) --- In flexcoders@yahoogroups.com, Satish Chowdary chinnu_...@... wrote: Hi All, could u please provide the information about how to integrate FLEX application with .NET Environment..

[flexcoders] Re: Overriding defaults, debugging and SO's

2009-06-30 Thread valdhor
I don't really see the problem with debugging a button click or mouseover. If you put the breakpoint in the function that handles the button click then mouseovers will not trigger the breakpoint. As far as buttons lighting up, you can use a different skin that does not highlight when you mouse

Re: [flexcoders] Hi integration Flex Applicaitons with .NET Environment

2009-06-30 Thread Adrian Williams
Hi Satish, We have this exact configuration. Our front end (client-side) is served by our Flex apps, which interact with our database via our .net layer. There are packages out there that you can use (WebOrb is one) but we ended up simply setting up a web service on our .NET side and our

Re: [flexcoders] Re: Hi integration Flex Applicaitons with .NET Environment

2009-06-30 Thread Satish Chowdary
Thanks Valdhor...for providing information... సతీష్ From: valdhor valdhorli...@embarqmail.com To: flexcoders@yahoogroups.com Sent: Tuesday, 30 June, 2009 12:21:10 PM Subject: [flexcoders] Re: Hi integration Flex Applicaitons with .NET Environment One

[flexcoders] Re: How to enable ardware acceleation for AIR Player ?

2009-06-30 Thread helihobby
Any idea if the new Nvidia / Intel deal that Adobe has signed will fix this ? --- In flexcoders@yahoogroups.com, helihobby heliho...@... wrote: That sucks the big one... We need it BIG time, look why: http://www.MediaSignage.com Regards, Sean - MediaSignage.com --- In

[flexcoders] date format according to the location client Browser

2009-06-30 Thread mhbmarcos
Hi!!!, how to display date values with the format according the location client browser?. My app is web. Regards

[flexcoders] Re: Hi integration Flex Applicaitons with .NET Environment

2009-06-30 Thread Adrian Resa Jones
Satish, You can create your own example by creating a Flex project with ASP.Net - Create a Flex Project, Choose Asp.Net as the application server type. Once your project is created, choose the Data menu Item and then Create Application from Database. Create a connection to your database,

[flexcoders] Re: Flex Browse File

2009-06-30 Thread Adrian Resa Jones
Annoyingly enough, it appears that you can't get the path in Flex, only in Air for security reasons I guess. --- In flexcoders@yahoogroups.com, reversible_82 reversible...@... wrote: Thanks, but what I'm trying to accomplish is get the String with the folder path, for example: D:/Files/Pic,

Re: [flexcoders] Re: how can you make the icon in an AdvancedDataGridGroupItemRenderer accept clicks?

2009-06-30 Thread Pan Troglodytes
Well, the main reason I wouldn't want to write my own itemRenderer is that AdvancedDataGridGroupItemRenderer does a lot of stuff I wouldn't want to have to reinvent. It also interacts with stuff like iconFunction that would be annoying to re-implement. Plus, there's the fact that there's a high

[flexcoders] Re: itemrenderer in datagrid does not refresh

2009-06-30 Thread kshah0...@ymail.com
I tried it but no luck: Here is the code: ?xml version=1.0 encoding=utf-8? mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml; width=100% creationComplete=checkEmail() dataChange=checkEmail() mx:states mx:State name=redo mx:RemoveChild

[flexcoders] LCDS 2.6 Clustering Problem

2009-06-30 Thread pasflex
We are trying to get clustering configured for our application so that jms topic messages will be handled properly by the servers in the cluster. We are using a hardware load balancer. We have set up a default-cluster, using tcp and set the cluster-message-routing property to

[flexcoders] Weborb Genius Desparetley Needed!!!

2009-06-30 Thread [p e r c e p t i c o n]
Hi all, Does anyone know about using weborb with jruby??? I'm using Charles to see what's being sent, but somehow the request for weborb is producing a 404 error...basically it's looking for a weborb directory at the root level...(http://myserver.com/weborb)... so confusing.. please help soon

Re: [flexcoders] Weborb Genius Desparetley Needed!!!

2009-06-30 Thread Nate Beck
There is a weborb specific mailing list at: http://tech.groups.yahoo.com/group/flashorb/ Cheers, Nate On Tue, Jun 30, 2009 at 4:51 PM, [p e r c e p t i c o n] percepti...@gmail.com wrote: Hi all, Does anyone know about using weborb with jruby??? I'm using Charles to see what's being sent,

Re: [flexcoders] Weborb Genius Desparetley Needed!!!

2009-06-30 Thread [p e r c e p t i c o n]
i'm on it... :) actually just figured it out... but thanks for the info! On Tue, Jun 30, 2009 at 5:09 PM, Nate Beck n...@tldstudio.com wrote: There is a weborb specific mailing list at: http://tech.groups.yahoo.com/group/flashorb/ Cheers, Nate On Tue, Jun 30, 2009 at 4:51 PM, [p e r c

[flexcoders] Air Error via Remote Desktop

2009-06-30 Thread jdizowat
So I'm getting a very obscure win32 exception has occurred error when running my air application via remote desktop. The event viewer shows the following error - Faulting application rotator_air.exe, version 0.0.0.0, faulting module adobe air.dll, version 1.5.1.8210, fault address

[flexcoders] item renderer in ComboBox not consistent

2009-06-30 Thread Mic
I thought this might work --- fine until I start scrolling when it gets totally out of wack. The trace does fire occasionally while scrolling but not consistently. Appreciate some hints. TIA, Mic. ?xml version=1.0 encoding=utf-8? mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml;

[flexcoders] RE: RSLs and ACTUAL swf size

2009-06-30 Thread yaeer.katz
Hi, I'm optimizing a flex project with framework rsl's and modules and running into a bit of a mystery. looking through the link report, I am seeing the mx package taking up as much as 60-70% of the main swf, and load-externs doesn't seem to make a difference. (I'm not sure that you can do a

Re: [flexcoders] item renderer in ComboBox not consistent

2009-06-30 Thread Jeffry Houser
It looks like you are trying to change the background color of the label so that you have alternating colors, is that correct? This won't work due to render recycling. Renderers are re-used. There is not a single renderer for every item in your dataProvider. CreationComplete complete

Re: [flexcoders] Re: Is license required to deploye the flex chart application

2009-06-30 Thread Krunal Panchal
thanks for response. i read somewhere that to develope the flex application license is required but to depoly the application on server it does not required. Let me help to clear my understanding.   Regards, Krunal Panchal 

[flexcoders] ArrayCollection/Min Max Problem

2009-06-30 Thread Sherif Abdou
I have an array collection and I am trying to find the Min/Max of the values in groups. For Example my array collection has 100 values. I want to find the Min Value/Max Value between 1 to 26, 2 to 27, 3 to 28 , etc I tried to create 2 for loops in each other but for some reason during

Re: [flexcoders] ArrayCollection/Min Max Problem

2009-06-30 Thread Sam Lai
Maybe your trace statement is in the wrong place? Seeing your code would help in solving the problem. Another way to solve these problems is to sort the data (sub)set, then just pull the first and last elements. Depending on what you want to do with the data after, this may be faster. 2009/7/1

[flexcoders] Web Service Question (Help!)

2009-06-30 Thread Angelo Anolin
Hi FlexCoders, I am totally confused with the error I am having at the moment. Been banging my head on this for the past 3 hours.. In one of my function, I am trying to call a WebService method passing an ArrayCollection. var svcDP:WebService = new WebService();