Re: [flexcoders] PureMVC

2009-06-19 Thread claudiu ursica
On pureMVC.org there are several samples in there. check this for example: http://trac.puremvc.org/PureMVC_AS3/ C From: Ashish Verma ashish.ve...@techendeavour.com To: flexcoders@yahoogroups.com Sent: Friday, June 19, 2009 8:52:29 AM Subject: [flexcoders]

[flexcoders] Re: Changing the background of items in a TileList

2009-06-19 Thread Max Pimm
Silly me, you're absolutely right. --- In flexcoders@yahoogroups.com, thomas parquier mailingli...@... wrote: I think you should *only* have to override the drawTileBackground function... thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@... softphone : sip:webattit...@...

[flexcoders] Re: Is there any way to globally mute all sounds in an application?

2009-06-19 Thread mihksoft
SoundMixer.stopAll() --- In flexcoders@yahoogroups.com, greg h flexsa...@... wrote: Is there any way to globally mute all sounds in an application? I have an application with several short, embedded MP3 sound effects plus NetStream video that has audio. Note: In our application play() is

[flexcoders] Charting questions

2009-06-19 Thread inevative
Hey peepsJust looking for some help with some charting related tasks. - Can you rotate the axis labels on a LineChart? All the examples i have used seem to work fine on BarChart but not on LineChart - Consider the following... mx:horizontalAxis mx:DateTimeAxis dataUnits=days

Re: [flexcoders] Livecycle CommunicationsException: Communications link failure

2009-06-19 Thread Ward Loockx
Hello Pedro, Increasing the connection timeout is not possible because other applications use these database too. I try'd to use C3Po but looks like the connections still timeout. Here is an example I have a remoting service. In the constructor I create my pool.

Re: [flexcoders] Re: Signed RSL penetration

2009-06-19 Thread Simon Bailey
You know what confuses me though over all this, why hasn't Adobe cached the Flex framework in the Flash Player? An additional 500k on the player download would be a miniscule inconvenience in time for the user, the way it stands the time added reflects poorly on the actual Flex

[flexcoders] Re: Remoting Question

2009-06-19 Thread valdhor
I don't know how ColdFusion handles sessions but PHP uses cookies. IF CF does it the same way then you will have a problem as mydomain.com and www.mydomain.com would have separate cookies. I don't know if it is even possible to do what you want in CF. Maybe check the documentation or the CF

[flexcoders] Re: multiple filters on XMLListCollection how?

2009-06-19 Thread valdhor
What is colourFilter, sizeFilter and selectedItem? You should be using item. That is the object passed into the filter function. Set a breakpoint in the filter function and see what properties item has. Once you know, you can write a function to test those properties. --- In

[flexcoders] Re: Flex error when AdvancedDataGrid made too small.

2009-06-19 Thread valdhor
Instead of setting height and width of a component to 0, try setting visible property to false and includeInLayout property to false. --- In flexcoders@yahoogroups.com, Mic chigwel...@... wrote: In an application where 8 panels exist on the screen with each panel containing a chart or an

[flexcoders] Re: Accurate way of measuring a datagrid

2009-06-19 Thread valdhor
I hate to be picky but my math makes it 52. Anyway, did you count things like padding, vertical gap etc? --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: Tom: Thanks for that, but unfortunately that method is inaccurate( Maybe it doesn't work for very good for

[flexcoders] Re: PureMVC

2009-06-19 Thread a.scavarelli
I am just learning it as well, and found this tutorial to be pretty handy as it walks you through every step :) http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-introduction/

[flexcoders] (SOT) Opportunity for FB ? (Hey! Adobe !)

2009-06-19 Thread Brad Bueche
I've been reading up on Bugzilla and it is frequently mentioned that its UI is not the most intuitive or easy to use in the world. Well if one needs an improved UI experience, is not FB the answer!? Well really, the SDK in this case. Although, I guess, anything you do in FB, outside of the

[flexcoders] Camera deactivation

2009-06-19 Thread Leon`e
When I use in my Flex applicaiton Camera.getCamera() function I activate camera which is signalized by blue light attached to my camera in computer. How can I deactivate camera? It’s still capturing image (blue light is still turned on) until I close flex application in the browser. -- View this

Re: [flexcoders] (SOT) Opportunity for FB ? (Hey! Adobe !)

2009-06-19 Thread Matt Chotin
We considered this when choosing a bug system for bugs.adobe.com and decided the investment wasn't really worth it to us. It's certainly good if someone else wants to take it on, but at least 3 years ago if I recall correctly bugzilla didn't really have services that you could build a ui

[flexcoders] Re: Camera deactivation

2009-06-19 Thread kaspar.luethi
i assume the light only turns green whan you actually use the camera like using attachCamera on a VideoDisplay object. just use attachCamera(null) on the same object and the camera connection is (kind of) disposed, light turns off. k. --- In flexcoders@yahoogroups.com, Leon`e kermi...@...

[flexcoders] Re: (SOT) Opportunity for FB ? (Hey! Adobe !)

2009-06-19 Thread kaspar.luethi
--- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote: We considered this when choosing a bug system for bugs.adobe.com and decided the investment wasn't really worth it to us. and Jira is a very good choice - love this software. k.

RE: [flexcoders] Charting questions

2009-06-19 Thread Jake Churchill
Add the following right after your code: mx:horizontalAxisRenderers mx:AxisRenderer axis= {monthLabels} labelRotation = 45 /

Re: [flexcoders] Camera deactivation

2009-06-19 Thread Leon`e
Well, the thing is it doesn't work in my case. I attached camera to Video object, and NetStream object. I've tried to set attachCamera(null) both to Video and NetStream object. I've also tried to set camera object (received from Camera.getCamera()) to null. The camera light is still on. Does your

[flexcoders] Gauge and Ticks' Labels - Problem!!!

2009-06-19 Thread kubincanek
Hej, I urgently need help about adding labels to ticks with different offsets for these labels. I found example about gauges and displayed labels to the ticks inner gauge but need these labels outer of gauge. I'd like to attach screenies about my customized gauge but not possible :(( .. help

[flexcoders] peer2peer air application

2009-06-19 Thread otunazero
I'm looking for people to help me test a new p2p app i made. It's in alpha right now.. if interested please email me thanks my email is otunaz...@yahoo.com

[flexcoders] Gauge and Ticks' Labels - Problem!!!! [1 Attachment]

2009-06-19 Thread marian kubincanek
Hej, I urgently need help about adding labels to ticks with different offsets for these labels. I found example about gauges and displayed labels to the ticks inner gauge but need these labels outer of gauge. I'd like to attach screenies about my customized gauge but not possible :(( .. help

[flexcoders] Re: Camera deactivation

2009-06-19 Thread kaspar.luethi
it works for me in flex 3.3. and fp10. eventually you have some resource management problems, attaching multiple times or so. k. --- In flexcoders@yahoogroups.com, Leon`e kermi...@... wrote: Well, the thing is it doesn't work in my case. I attached camera to Video object, and NetStream

Re: [flexcoders] Re: Binding two elements in a single datagrid column

2009-06-19 Thread Angelo Anolin
Hi Tim. the sample really looks great. I would try to analyze the codes this weekend since I was pretty occupied these past few days. The display alone is already what I am hoping to achieve since I don't want to separate the age and months on another column. If I did separate it, then it

[flexcoders] Re: Accurate way of measuring a datagrid

2009-06-19 Thread Tim Hoff
If you can't get it to work, you could always use a Repeater instead. In this case, since you want to display all of the items, this would probably work out better. -TH --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Yeah, maybe not. Good luck; this is a common challenge that

[flexcoders] Spring Security Bounty - call for ninja assassins!

2009-06-19 Thread Rick Winscot
If you are an experienced Spring-ite with experience in handling conditional NT Authentication and want to make some extra money please reply off-list for details. We have a requirement on the plate to add NT authentication to a Flex application and we¹ve only been marginally successful. The

[flexcoders] Flex 3s generated web service proxies

2009-06-19 Thread nathanpdaniel
Here's the link to what I'm referring to: http://livedocs.adobe.com/flex/3/html/help.html?content=data_4.html I'm importing a web service (WSDL) and having Flex Builder 3 generate all my web service proxy classes. It works great but, I modified my base class - now how do I update my WSDL (and

[flexcoders] Sticky scrollbars

2009-06-19 Thread djhatrick
Sticky scrollbars, even with livescrolling set to false.. This is so frustrating, tell me this stuff is fixed in fb4? I wouldn't call developing in flex as RIA, there's just too many things like these bugs that are annoying... I am venting today. But the framework drives me crazy when things

[flexcoders] Datagrid sort function

2009-06-19 Thread flexaustin
Wondering if any has built a custom sort function that can handle a mix of IP Addresses and names like so? Alpha Beta Zulu 0.0.0.0 192.168.168.1 192.168.168.11 192.168.168.23 192.168.168.231

Re: [flexcoders] my SWFLoader wont give me the correct width and height

2009-06-19 Thread Jamie S
I don't think that's necessarily correct because as I mentioned the $width and $height protected values are correctly set by the time the COMPLETE event is dispatched. So the values are known, they just aren't being updated until the time of the UPDATE_COMPLETE event. Jamie On Thu, Jun 18, 2009

[flexcoders] Re: Accurate way of measuring a datagrid

2009-06-19 Thread djhatrick
Lulz thanks for the that! I must be tired ... but i got this to work, correctly, I have multiple rows that can be longer than others, so this was my error... By the way, is there an event I can subscribe to that will tell me when everything is rendered, or do i have to rely on my trusty

[flexcoders] Re: multiple filters on XMLListCollection how?

2009-06-19 Thread Tim Hoff
Looks like you have a little problem in the logic. It will either include all of the items or those that meet the two selected criteria. But it won't include all of one and a selected criteria of the other. A suggestion is to break up the individual criteria into seperate sub filterFunctions.

[flexcoders] argh: matrices and dragging

2009-06-19 Thread grimmwerks
I've got a little app that is the same old small viewer / large image type thing we all know and love. I've got a slider that sets the scale - ie when the user zooms up, the large image zooms up and the 'box' canvas does the invert so that it shows what view the user is seeing -- dig?

[flexcoders] Re: Creating a new ListEvent - how to specify ItemRenderer?

2009-06-19 Thread flexcoder2008
Thanks Tim, That's not quite the behavior I was looking for though - my List can not be in edit mode. I figured out exactly what I needed - I had to use the indexToItemRenderer method of the List - hopefully this will help someone else... Here's my List KeyDown handler: private function

[flexcoders] Re: multiple filters on XMLListCollection how?

2009-06-19 Thread Tim Hoff
This is a little cleaner and less verbose. Also, if your ComboBox's are using Objects, you may have to use selectedLabel; instead of selectedItem: private function filterData():void { xmlData2.filterFunction = itemFilterFunction; xmlData2.refresh()

[flexcoders] Re: Creating a new ListEvent - how to specify ItemRenderer?

2009-06-19 Thread Tim Hoff
Nice! -TH --- In flexcoders@yahoogroups.com, flexcoder2008 djohnso...@... wrote: Thanks Tim, That's not quite the behavior I was looking for though - my List can not be in edit mode. I figured out exactly what I needed - I had to use the indexToItemRenderer method of the List - hopefully

[flexcoders] Adding a close button to a TabBar

2009-06-19 Thread fumeng5
Hi -- I'm trying to add a close button to a tab in a TabNavigator component. I searched the archives and found a post that is nearly 4 years old and was hoping there was something newer. My Tab is a VBox and I set its icon property to an image. But that image appears to the left; how can I

Re: [flexcoders] argh: matrices and dragging -- anybody?!? :(

2009-06-19 Thread grimmwerks
I'm sure there must be SOMEONE on here (adobe?) that can explain how transforms work from one box to another scaled box...? On Jun 19, 2009, at 1:03 PM, grimmwerks wrote: I've got a little app that is the same old small viewer / large image type thing we all know and love. I've got a

[flexcoders] AIR sql parameters - can I use an array ?

2009-06-19 Thread Jim Hayes
I'm looking for a way to use the IN sql syntax and parameters, something like SELECT someField FROM someTable WHERE someOtherField IN (1,4,6,8,12); . Obviously I could build a string query from an array and execute that, but I'd rather stay with parameters if at all possible. If anyone knows,

Re: [flexcoders] Adding a close button to a TabBar

2009-06-19 Thread Tom McNeer
Take a look at Doug McCune's SuperTabNavigator. It can have a close box and lots of other stuff. Here's a blog entryhttp://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/about it. And here's the link to the entire flexlib

Re: [flexcoders] argh: matrices and dragging

2009-06-19 Thread thomas parquier
I think you should move var bigM:Matrix = big.transform.matrix.clone(); out of your box move handler, because box.x and box.y are positive even when moving to left or top. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net

Re: [flexcoders] argh: matrices and dragging

2009-06-19 Thread grimmwerks
But I need that to get the current state of the large transform matrix. What I'm having problems with is this idea that the smaller area maps to the larger area; in Director there was an actual map() function that doesn't seem to be in flash. It'd be great if the adobe guys could weigh in

[flexcoders] Re: Flex error when AdvancedDataGrid made too small.

2009-06-19 Thread Mic
Cool - I will try this I had tried the visible=false but I left it in the Layout. After further investigation I narrowed this down to the fact that I am using the advanced datagrid footer extensions that are available - Alex's I think with a couple of tweeks - and the error is in

[flexcoders] Radio Button in DataGrid urgent Plz

2009-06-19 Thread vin.flex
Hi there, I had requirment for having radio button for one of the column in Datagrid and the user should be able to select only one row radiobutton. I have used item renderer and assigned it to a RadioButton Group. But I got scrolling issues and also I was unable to preselect one row(which is

[flexcoders] BlazeDS | Messaging | Design Query

2009-06-19 Thread ilikeflex
Hi I have two destination defined in the messaging-config.xml file default-channels channel ref=my-polling-amf / /default-channels destination id=FlexDemoTopic /destination destination id=destStockData /destination and my-polling-amf is defined in the

[flexcoders] Performance improvement recommendation

2009-06-19 Thread yial2
Hi everyone, I am creating an application which is basically a flex/flash based blog engine. When the application is initially loaded, it will retrieve 50 blog post and display them on the first page. The problem I am having now is that it takes a LONG(5 min) time to load the posts. If I

RE: [flexcoders] Performance improvement recommendation

2009-06-19 Thread Alex Harui
Use the profiler to see where the time is being spent. If your attempt to use List had poor scrolling it implies that your post renderer is inefficient. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

Re: [flexcoders] (SOT) Opportunity for FB ? (Hey! Adobe !)

2009-06-19 Thread Sam Lai
I highly doubt this will happen, mainly because the flagship user of bugzilla is Mozilla, a web browser company with deep investments in HTML5, CSS and JS. Their community probably wouldn't be very receptive either. From a personal perspective, I don't think it is a good idea either - Flash UIs

RE: [flexcoders] Radio Button in DataGrid urgent Plz

2009-06-19 Thread Alex Harui
You might want to start with the Checkbox DataGrid example on my blog. Set allowMultipleSelection=false. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of

Re: [flexcoders] argh: matrices and dragging

2009-06-19 Thread grimmwerks
Argh -- still struggling. What am I missing? On Jun 19, 2009, at 5:03 PM, grimmwerks wrote: But I need that to get the current state of the large transform matrix. What I'm having problems with is this idea that the smaller area maps to the larger area; in Director there was an actual