Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Paul Andrews
Reading the arguments about this subject is pretty confusing. One reason for splitting the list is so that more people will use flex related lists. Another reason for splitting the lists is that there are too many posts in one list. The list is apparently stagnating (!) so the splitting strategy

Re: [flexcoders] Re: How to create a n * n grid dynamically (not datagrid)

2008-06-17 Thread Josh McDonald
I assume they're just like any other component. Instantiate them, set whatever fields you need, and call addChild(newComponent) on the container to which you want to add them. Put a Grid somewhere, put GridRows in your grid, GridItems in your GridRows, and your components into your GridItems. Grid

RE: [flexcoders] How to catch Focus In/Out event on TileList ItemRenderer

2008-06-17 Thread Alex Harui
Unless there are focusable objects, they won't get focus. I think you want to catch the "change" even tinstead? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Hess Sent: Monday, June 16, 2008 7:27 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] How to have a component as a Wallpaper/Background

2008-06-17 Thread Alex Harui
Most containers have no background so if you put the object behind the container it should act like it is the background. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of timgerr Sent: Monday, June 16, 2008 9:35 AM To: flexcoders@yahoogro

RE: [flexcoders] DataGrid higlighted row blinks when data is updated

2008-06-17 Thread Alex Harui
File a bug. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jbaileyadam Sent: Monday, June 16, 2008 6:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid higlighted row blinks when data is updated I have a simple Data

RE: [flexcoders] "Infinity" value in Datagrid

2008-06-17 Thread Alex Harui
You may need to use resultFormat e4x and do your own parsing From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shrike6_7 Sent: Tuesday, June 17, 2008 7:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] "Infinity" value in Datagrid

RE: [flexcoders] How to compose a super tree item renderer using TreeItemRenderer and others

2008-06-17 Thread Alex Harui
You may need to bind the new renderer's .data to the TreeITemRenderer's .data property. I would just extend TreeItemRenderer and change what it does, though. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of an0one Sent: Tuesday, June

RE: [flexcoders] Class library

2008-06-17 Thread Alex Harui
Looks ok. Try it and tell us what errors you get. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Tuesday, June 17, 2008 10:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Class library Can I create a

RE: [flexcoders] flash9f.ocx crashes

2008-06-17 Thread Alex Harui
Use the proflier to watch for memory leaks. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathon Stierman Sent: Tuesday, June 17, 2008 10:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] flash9f.ocx crashes Has anyone e

RE: [flexcoders] Simple XML problem

2008-06-17 Thread Alex Harui
Double check your labelFunction From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sabe2000 Sent: Tuesday, June 17, 2008 11:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Simple XML problem Hi, HOw can I show all the titles

RE: [flexcoders] Re: How to set the registration point for a UIComponent

2008-06-17 Thread Alex Harui
There isn't really a "registration point". All that is is magic to reposition the graphical content to some other place. IOW, instead of drawing a rectangle from 0,0 to 100, 100, you can effectively set the reg point at 50,50 by drawing from -50, -50 to 50,50

[flexcoders] Re: How to create a n * n grid dynamically (not datagrid)

2008-06-17 Thread pbrendanc
--- In flexcoders@yahoogroups.com, "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > Look into Grid, GridRow, etc. These can be created at run-time. But > depending on what you're actually trying to do, you may be better suited > with the Tile component. > > -Josh > Can you be a bit more specific -

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Tim Hoff
Hey Matt, Appreciate you taking the time to stay in touch with this list. It sounds like Adobe has some great plans for the Flex forums that might improve the experience that people have commented on. I look forward to see what the somewhat near future brings. The only thing that I can say is

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Anatole Tartakovsky
Doug, I have few from the list in "high priority" gmail list that I monitor during the day along with personal and unsecured business messages. Priority account is associated with GTalk and other real time communications including push to mobile devices and todo/calendar lists. The rest goes

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Bjorn Schultheiss
> could argue that at times it's certainly not helping my productivity > :) Agreed.. I'm using apple mail and achieving something similar.. Mail seems to render the rss html better than gmail. Ion's cool.. but no offline support. --- In flexcoders@yahoogroups.com, "Doug McCune" <[EMAIL PR

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Josh McDonald
Well if it's only a month old I don't feel so stupid for not knowing about it ;-) On Wed, Jun 18, 2008 at 2:40 PM, Matt Chotin <[EMAIL PROTECTED]> wrote: > Yep, something we launched a blogged about a month or two ago. > http://community.adobe.com/ion/index.html > > Matt > > > On 6/17/08 9:35 PM,

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Josh McDonald
No Doug, I do the exact same thing. Fewer lists (like my current flex job, not using degrafa / pv3d, etc), but they're all going into the flex list. Once you learn not to care about the messages you mark "read" without reading them (kinda like ignoring a ringing phone, in my mind) it works pretty w

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Matt Chotin
Yep, something we launched a blogged about a month or two ago. http://community.adobe.com/ion/index.html Matt On 6/17/08 9:35 PM, "Josh McDonald" <[EMAIL PROTECTED]> wrote: That's a really useful thing, why isn't it pimped here more often? I've been here 10 months, and I'd never heard of

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Doug McCune
Out of morbid curiosity, am I the only one who has multiple email lists all being filtered into the same mega-list? I have flexcoders, flexcomponents, apollocoders, papervision, degrafa, flexlib, and flexjobs all dropped into a mondo folder in gmail. I color code each list accordingly so I can at a

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Josh McDonald
That's a really useful thing, why isn't it pimped here more often? I've been here 10 months, and I'd never heard of it before that Brazilian fellow (sorry I forgot your name dude) mentioned it in the original thread earlier today... -Josh On Wed, Jun 18, 2008 at 2:31 PM, Matt Chotin <[EMAIL PROTE

Re: [flexcoders] Re: Managed Collections with null objects

2008-06-17 Thread Josh McDonald
Could it be that you're deleting something in a source collection, and looking at another collection that's referencing that collection, but there hasn't been a frame tick and so the relevant events haven't been processed yet? It's the only thing I can think of without doing some brute-force stuff

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Matt Chotin
The community search engine that we put out is meant to help with this already. Go searching on adobe.com in the dev center for Flex and you'll see that it aggregates blogs, flexcoders, etc. Matt On 6/17/08 9:25 PM, "Sherif Abdou" <[EMAIL PROTECTED]> wrote: something like this http://extj

Re: [flexcoders] How to create a n * n grid dynamically (not datagrid)

2008-06-17 Thread Josh McDonald
Look into Grid, GridRow, etc. These can be created at run-time. But depending on what you're actually trying to do, you may be better suited with the Tile component. -Josh On Wed, Jun 18, 2008 at 1:36 PM, pbrendanc <[EMAIL PROTECTED]> wrote: > Hi, > I'm new to this group and just started learnin

[flexcoders] How to create a n * n grid dynamically (not datagrid)

2008-06-17 Thread pbrendanc
Hi, I'm new to this group and just started learning Flex 3. I want to try creating/adding a grid with a variable (user specified) # of cells. SO the grid size is defined at run time. Scenario is : User selects grid size (2x2; 3x3 etc) from combo box and corresponding grid is displayed - also want

Re: [flexcoders] Issue - XML values being converted to Scientific Notation in ArrayCollection

2008-06-17 Thread Adrian Pomilio
Tracy, Thank you. That is pretty much what I have just started doing, until our server guys shut down dev :-(. I ran a test and saw that if the format was xml or e4x it kept the value. I was already putting the items in a value object for another collection so this should work out quite well. Ju

[flexcoders] Re: Managed Collections with null objects

2008-06-17 Thread richcianci
--- In flexcoders@yahoogroups.com, João Fernandes <[EMAIL PROTECTED]> wrote: > > I'm having this weird issue that never happened before. > Sometimes, totally randomly, after deleting a managed item in a > arraycollection, instead of getting the arrayCollection resized by - 1, > my arraycollectio

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Sherif Abdou
something like this http://extjs.com/blog/2008/02/24/tasks2/ would work well, if we keep splitting it down then everyone is just going to be overwhelmed and nothing will get done. - Original Message From: Sherif Abdou <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Tuesday, J

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Sherif Abdou
an easier way would just create a big application using Flex/ColdFusion/AIR all in one, combine Adobe feeds, flexcoders, flexcomponents and everything in one site. Flexcoders can then be split up based on smart categories/categories like adobe feeds. I got 3 month of free time i can work on som

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Bjorn Schultheiss
cool. This discussion needs some resolving though. I'm all for the creation of another 15 lists. With all the cross-posting, subject-meta, gmail, stats, my-left-arm-is-longer-than-my-right arguments, my vote is still with the split. best-practices, architecture, components, unit-testing, deploym

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Daniel Freiman
I think of "Best Practices" and "Architecture/Concepts" as separate but overlapping categories so I guess that's why I thought no one else brought it up. On Tue, Jun 17, 2008 at 11:57 PM, Bjorn Schultheiss < [EMAIL PROTECTED]> wrote: > > Also, to Bjorn, that's a point I hadn't thought of. The i

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Bjorn Schultheiss
> Also, to Bjorn, that's a point I hadn't thought of. The idea of having an > arch/concepts list might be interesting. The two questions I would have > would be: 1) would the questions on this list have any connection to Flex Anatole mentioned it earlier in a 'Best Practices' list. For example

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Josh McDonald
Correlating subscribes, unsubscribes, and "everybody who posted in the last month" should be fairly easy when Doug's cooked up his list of threads/messages combined with what I assume are logs of subscribe and unsubscribe that Matt and co. have access to. From that we can work out average turnover,

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Anatole Tartakovsky
Matt, Doug, If you can just count subscriptions for the last 9 month, then take out 2500 of the accumulated difference, you would get unsubscribes. I assume that you are working off logs, not from the memberships export as it would remove unsubscribed members within the week (some busy people are

[flexcoders] Help on error: Invalid AMFX packet. Content must start with an node

2008-06-17 Thread gnu wolf
Hello Guys, I have a different error now. Invalid AMFX packet. Content must start with an node How do I fix this thing? I know it has something to do with my connection settings or proxy settings but which specifically should I check. Thanks in advance.

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Daniel Freiman
I agree that a FAQ seems like a good idea no matter what. Is anyone against this idea independent of the argument of whether or not to split the list? As far as splitting lists, I still think if people want to propose potential new lists, they need to be much more explicit about what the list wil

Re: [flexcoders] Re: Question regarding EventDispatcher

2008-06-17 Thread Douglas Knudsen
just remember to remove those listeners if you ever expect to remove test from the display list. If not test, will not get GC'd DK On Tue, Jun 17, 2008 at 7:06 PM, Kevin Fauth <[EMAIL PROTECTED]> wrote: > Bubbling is funny that way. If you don't need it to bubble, and can > reference the object

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Douglas Knudsen
Having been on this list since 2004, yeah back when the Iteration folks were not Adobe Robe Wearers yet, I've seen this discussion come up a few times. I've asked for a associated FAQ a few times, but there was no interest from the Iteration folks on this or splitting up things, no offense Alistai

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread barry.beattie
suggestion: type=my 2c and if there's any Aussie's or Kiwi's ... head over to http://tech.groups.yahoo.com/group/flexaussie/ Bjorn Schultheiss had the foresight to set this up ages ago but it really needs more bodies to really push it along and give it some critical mass. Use Flexcoders for se

[flexcoders] Re: How to set the registration point for a UIComponent

2008-06-17 Thread flexawesome
is it possible? --- In flexcoders@yahoogroups.com, "flexawesome" <[EMAIL PROTECTED]> wrote: > > I was working on the scale for my application, I could set scaleX and > scaleY to change the size of my UIcomponent. ( it extends to the right > and bottom ) > > I had one problem is how to set the

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Bjorn Schultheiss
Just some random thoughts. It seems most of the posts on the list are general help questions. Alex and the other guys have been a great help when it comes to asking questions where the answers weren't bleedingly obvious to me in the documentation. Sometimes I have more abstract questions that I

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Josh McDonald
*grin* On Wed, Jun 18, 2008 at 11:31 AM, Doug McCune <[EMAIL PROTECTED]> wrote: > > Then of course I'll build some flex apps to crunch some of the data :) > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECT

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Josh McDonald
Matt, I'm definitely interested in knowing some of these stats. You could also track postings-per-user over time, and identify people who are likely candidates for a "hey, why'd you quit the list?" private email. I don't think anybody would be mad about being contact by an Adobe representative who

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Doug McCune
I plan on gathering a complete archive of the list over the next week and doing some analysis. I'll post the full dataset once I get it compiled to let others play with it too. I'm working on a variety of ways to get a compiled list of all messages, but I think between either scraping the mail arch

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Matt Chotin
As far as stats, we've had about 100 people join in the last week. I don't know how many folks unsubscribed, that seems to be a little harder to track easily and I don't have time to read through all the logs (if someone would like to write some scripts to go through the logs and build up these

Re: [flexcoders] Problems passing value objects between Flex and CF

2008-06-17 Thread Jeffry Houser
Well, in that example your ActionScript objet is "vo.TestVO"; yet your CFC aliases components.test.TestVO . Change your CFC alias to "vo.TestVO" and see what happens. Also be very sensitive about case sensitivity in paths. holmgren.eric wrote: I am trying to pass a simple VO from CF to Fl

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Tim Hoff
Nope, obviously not "all good" for you. It's slang, so I'm sorry if there was something lost in the translation. It specifically means that its not worth getting worked up over.The sky is falling. :-) -TH --- In flexcoders@yahoogroups.com, "Anatole Tartakovsky" <[EMAIL PROTECTED]> wrote:

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Anatole Tartakovsky
Tim, Stagnant is definetly not good for developing technology. It is also unlikely to be "all good". Flexcoders increased 30% in 9 month ( from 7,500 to 9965) since August of 2007. The number of messages for the first 5 month increased approx 5% from the year before - even with major release t

Re: [flexcoders] Re: Move and Resize effect on panel

2008-06-17 Thread Steve Mathews
Thanks Tim, this worked great. On 6/16/08, Tim Hoff <[EMAIL PROTECTED]> wrote: > > Hi Steve, > > Would usually use state transitions for this, with a shorter duration, but > the code below works the same way. Effects are smoothest when you set the > from and to values. Not as smooth if you are

Re: [flexcoders]

2008-06-17 Thread gnu wolf
Thank you Seth! Appreciate your input on this! I was able to solve the problem by enabling the https in the tomcat configuration. Again, thank you. -- Clem On Wed, Jun 18, 2008 at 6:18 AM, Seth Hodgson <[EMAIL PROTECTED]> wrote: > Hi Clemen, > > That error message pretty well sums it up. > >

Re: [flexcoders] Re: ImageSnapshot in bounds

2008-06-17 Thread Josh McDonald
Just instantiate a UIComponent that supports graphics(), use the bitmap data as an image fill, and draw a 100x100 rectangle in it. That should work. -Josh On Wed, Jun 18, 2008 at 9:50 AM, flexawesome <[EMAIL PROTECTED]> wrote: > right, I tried to use the image component and doesn't display it fo

Re: [flexcoders] capture linebreaks

2008-06-17 Thread Josh McDonald
No, I mean /$\s*^/g which looks for any whitespace (including \n and \r) between the end of a line and the beginning of the next (with the /g) so you replace that with "". But for some reason that won't work in Flex's regexp implementation although it does work fine in Java's. The second solution w

[flexcoders] Re: ImageSnapshot in bounds

2008-06-17 Thread flexawesome
right, I tried to use the image component and doesn't display it for me as well. What shall I add for the code? --- In flexcoders@yahoogroups.com, "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > Right, gotcha. BitmapData.getPixels returns a ByteArray of pixel data, which > would just be a width

Re: [flexcoders] capture linebreaks

2008-06-17 Thread Luke Vanderfluit
Hi. Thanks for your help. Josh McDonald wrote: > If the /$\s*^/g regex doesn't work (it should though), You probably mean /^\s*$/ which is looking for any number of spaces between the beginning and end of a line... try > string.split("\n").join("") - it probably won't be fast, problem is I

[flexcoders] SummaryField summaryFunction question

2008-06-17 Thread Eric Cancil
When writing a summaryFunction for summaryFields I've noticed that if it returns a string (let's say you want to format a summary to be a number delimited by commas at the thousands, or add a dollar sign to a dollar amount summary) the NaN is displayed in your summary row. To me this really doesn'

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Tim Hoff
No words to eat man. Those numbers also indicate that there hasn't been a sudden explosion in message volume recently. It's been consitant for years.So, the need to drastically re-structure because of the Inbox doesn't fly. Stagnation, perhaps. Less un-answered questions being asked. Any

Re: [flexcoders] capture linebreaks

2008-06-17 Thread Josh McDonald
If the /$\s*^/g regex doesn't work (it should though), try string.split("\n").join("") - it probably won't be fast, but it'll get you by, and you can write something specific using indexOf etc later if speed becomes a problem. -Josh On Wed, Jun 18, 2008 at 9:24 AM, Luke Vanderfluit < [EMAIL PROTE

[flexcoders] how to change to dot of line chart datatip

2008-06-17 Thread coder3
Hi, I made a line chart, with showDataTips="true", so it has a datatip with a dot to show the position on the chart. by default, the dot is a light color dot with a circle, but i would like to make the color darker, and remove the circle if possible, like the dots in google finance, http://financ

Re: [flexcoders] capture linebreaks

2008-06-17 Thread Luke Vanderfluit
Hi. shaun etherton wrote: > Hey Luke, > > Luke Vanderfluit wrote: >> Ive tried this: >> var myp:RegExp = /\n/g; > > have you tried \r Yes. Ive tried /\r\n/, /\r/, /\n/ Also tried setting is as in new RegExp("//n","g"); etc. Kr. Luke. > > cheers, -- Luke Vanderfluit Analys

[flexcoders] [ExcludeClass] - annoying as hell, but besides that how likely are things to be deprecated / chucked out?

2008-06-17 Thread Josh McDonald
Hi guys, I'm trying to toss up whether I should put some funky layout code in a custom Container, or if it's better to extend Layout, which is [ExcludeClass]'d. It's only a couple of methods so in this case I'm not that bothered by the fact that it's missing from the docs due to the [ExcludeClass]

[flexcoders] Re: Question regarding EventDispatcher

2008-06-17 Thread Kevin Fauth
Bubbling is funny that way. If you don't need it to bubble, and can reference the object that's dispatching the event directly, you might be better off to set the listener on the object itself: var test:TestComponent = new TestComponent(); test.addEventListener (MyEvent.EVENT_GOOD, doGood); test.

Re: [flexcoders] Question regarding EventDispatcher

2008-06-17 Thread Josh McDonald
Also keep in mind that events bubble up the display hierarchy, not necessarily your object graph hierarchy, even though they're often closely related. If B is not a direct (display list) descendant of A, A will never receive events bubbled from B, even if A.something.somethingElse.anotherField == B

RE: [flexcoders] Question regarding EventDispatcher

2008-06-17 Thread Tracy Spratt
Unless a listener is assigned directly to the dispatching component, you need to set the "bubbles" argument when you dispatch the event dispatchEvent( new MyEvent (MyEvent.RESULT,true) ); Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Beh

[flexcoders] Casting a drag and drop Image to a class for backgroundImage of Box

2008-06-17 Thread Josh Millstein
Does anybody know how I could get an image that is dragged from the desktop into an air application to become the background image for the dropSource. I've got the drag and drop working and can put the image into the container, just can't figure out how to pass it to the backgroundImage setStyle pr

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Anatole Tartakovsky
Doug, Before we get into details please note that you have smaller group 30% size of flexcoders members count posting 5% of the flexcoders message count - but people do not flee as the traffic does not force them, they get occasional emails and they have chance to follow up. Flexcomponents is a

RE: [flexcoders] Restrict the number of records viewable in a managed arraycollection

2008-06-17 Thread Tracy Spratt
In the result handler, just select the desired items, and assign them to the DG.dataProvider. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of richcianci Sent: Tuesday, June 17, 2008 5:08 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] How to detect the percentage overlap of one object with the another

2008-06-17 Thread anuj181
Hi guys I have few objects of type rectangle(re-sizable and draggable). I like to have them change border if 85% percent of one rectangle comes on top of another.I would be able to change the border of the recatngle by using hitTestPoint method. As soon as one rectangle crosses the center of anothe

Re: [flexcoders] Label with opaqueBackground set, how to come back to the original color?

2008-06-17 Thread Josh McDonald
I didn't think labels could have backgrounds or alpha values? -Josh On Wed, Jun 18, 2008 at 7:51 AM, alex <[EMAIL PROTECTED]> wrote: > I have a label and lets say I want to know what it is : > myLabel.opaqueBackground > > it will return null , and lets say I set it to a color: > > myLabel.opaq

Re: [flexcoders] Help with Flex 3 webservices

2008-06-17 Thread Josh McDonald
You need to set up some items inside your and then you call serviceName.operationName.send() to actually make the request. Here's a pointless example I have lying around (a test case from a bug report, so it's not a very nice example): http://www.adobe.com/2006/mxml"; layout="absolute">

[flexcoders] Re: Problems passing value objects between Flex and CF

2008-06-17 Thread holmgren.eric
Problem solved: testVO = CreateObject("component", "components.test.TestVO"); testVO.init(); in TestRO.cfc should have been ... testVO = CreateObject("component", "components.test.TestVO").init(); I don't think the alias was being initialized correctly previously. Eric

[flexcoders] Question regarding EventDispatcher

2008-06-17 Thread LazerWonder
Here's the scenerio: - In a component, I'm dispatching an event. Let's call it: "MyEvent" - In the main application, there is an EventDispatcher that's listening for the component event. None of this is Cairnogorm for many reasons. (Although I have nothing against that framework). However, t

Re: [flexcoders] Re: ImageSnapshot in bounds

2008-06-17 Thread Josh McDonald
Right, gotcha. BitmapData.getPixels returns a ByteArray of pixel data, which would just be a width * height array of raw 32 bit ARGB (or maybe RGBA, can't rememeber) uint data. swfLoader expects a filename, url or classname, or the ByteArray of an actual GIF / JPG / PNG / SWF / etc file. If you enc

[flexcoders] Restrict the number of records viewable in a managed arraycollection

2008-06-17 Thread richcianci
Hello, Is there a way for me to restrict the number of rows a user can see in a datagrid? I have a datagrid whose datasource is a large managed arraycollection that is being constantly added to/updated by a streaming process. The client want the user to only see the first 200 rows of the colle

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Doug McCune
OK, I eat my words in terms of message growth then :) Touche. Thanks for those stats. I'd actually be interested in getting access to the raw data dump for the entire list to run some analysis, but that's getting off topic. Just one point, which has already been brought up, but now that we're look

RE: [flexcoders]

2008-06-17 Thread Seth Hodgson
Hi Clemen, That error message pretty well sums it up. The proxy service does not allow an insecure swf that is interacting with the server over HTTP to request a proxied HTTPS call. If it did, sensitive data returned via HTTPS would be passed back to your client over an unencrypted HTTP hop. L

RE: [flexcoders] Error: can't access HTTPS URLs when accessing proxy via HTTP

2008-06-17 Thread gnuwolf
Sorry guys, forgot to set the subject. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gnuwolf Sent: Tuesday, June 17, 2008 6:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Hi Guys, I'm getting this error message whenever I invoke a WS ope

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Anatole Tartakovsky
Doug, As far as I know, I am the only one in the NY office who did not unsubscribe from the group. Looks at the stats ( provided by Tim) or just go to the group page. Also, the number of users if I remember it correctly has been in 9K for at least 6 month - meaning you have the same number of peop

RE: [flexcoders] How to compose a super tree item renderer using TreeItemRenderer and others

2008-06-17 Thread Tracy Spratt
TreeItemRenderer is an AS class, but not an mxml tag. You can't do a serious TreeItemRenderer in-line. See this example for a start: http://www.cflex.net/showFileDetails.cfm?ObjectID=575 Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECT

RE: [flexcoders] Issue - XML values being converted to Scientific Notation in ArrayCollection

2008-06-17 Thread Tracy Spratt
The default resultFormat is "object" which causes Flex to convert your XML into a structure of nested dynamic objects. You have no control over this conversion. Set resultFormat="e4x" and process the XMLList into your own ArrayCollection. Tracy From: f

[flexcoders]

2008-06-17 Thread gnuwolf
Hi Guys, I'm getting this error message whenever I invoke a WS operation: A fault occured contacting the server. Fault message is: Invalid URL - can't access HTTPS URLs when accessing proxy via HTTP. Here's a code snippet: http://www.adobe.com/2006/mxml"; layout="absolute" creationC

RE: [flexcoders] Re: My Web Service with soap headers code no longer work with Flex 3

2008-06-17 Thread Rick Winscot
Tracy - actually, you are right on the money. The Authorization header was blocked and then re-instated in 9.0.124. You can still work around the issue if you compile in Flex 2.0.1 since the RPC bits are still intact there. however - in 3.0 they have changed. >From the 3.0.x Flex SDK - Abstrac

[flexcoders] php plugin with flexbuilder

2008-06-17 Thread dnk
Has anyone used any of the php plugins available with flex builder? I am not referring to an eclipse install with the flex plugin, but rather flex builder standalone with a php plugin d

[flexcoders] Re: Oversized label

2008-06-17 Thread Amy
--- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote: > > I have a label (inside an itemRenderer being used for a List) whose > styling and text are set dynamically. For some reason, the label > reports itself as being over 700 px wide, even though its textWidth is > only 60 px o

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Tim Hoff
Doug, Here are the numbers. looks pretty consistant; once the critical mass was reached. -TH Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec 2008 3282 3513 3859 <

[flexcoders] Label with opaqueBackground set, how to come back to the original color?

2008-06-17 Thread alex
I have a label and lets say I want to know what it is : myLabel.opaqueBackground it will return null , and lets say I set it to a color: myLabel.opaqueBackground="0xFCF8DC" now when I want to return to the original color around the label , setting : myLabel.opaqueBackground=null is not retur

[flexcoders] Oversized label

2008-06-17 Thread Amy
I have a label (inside an itemRenderer being used for a List) whose styling and text are set dynamically. For some reason, the label reports itself as being over 700 px wide, even though its textWidth is only 60 px or so. Any idea what could cause such a huge disparity between these two numbe

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Doug McCune
Actually, this is worth going back to, because your initial email said that the group was "stagnant" and has plateaued with the number of new users and questions. Except your reason for bringing it up is that the traffic has gotten too much for you to read every message. So clearly the level of tra

Re: [flexcoders] Re: SQLite and AIR

2008-06-17 Thread George
SQLite has Encryption Extension that could protect database. Though it's not free so I don't think AIR have/will have this feature (maybe commercial AIR version?) http://www.hwaci.com/sw/sqlite/prosupport.html#crypto George nathanpdaniel wrote: > > > > Do you know if a user can view the DB

[flexcoders] Re: SQLite and AIR

2008-06-17 Thread nathanpdaniel
> Do you know if a user can view the DB outside of the AIR > application? Like, can they find mydb.db and open up the file to > see the data? That's affirmative. They just have to download the tool from sqlite.org . It's what I used to build/test databases for my AIR projects in the past

Re: [flexcoders] Re: My Web Service with soap headers code no longer work with Flex 3

2008-06-17 Thread Josh McDonald
You can set up a TraceTarget and tell it to listen to mx.rpc.* and mx.messaging.* and you'll get some of that information, but it's nowhere near as good as using Charles, as you won't get to see anything that the flash player doesn't get to see (redirects, 500 responses, etc). See here: http://li

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Anatole Tartakovsky
Matt, Let us review the goal - in the original post I explained that single group causes stagnation. If you agree with the numbers and reasoning behind it, let us look at the proposition in that light. IMHO, the mentioned measures while staying within the same single group would probably exten

[flexcoders] How to set the registration point for a UIComponent

2008-06-17 Thread flexawesome
I was working on the scale for my application, I could set scaleX and scaleY to change the size of my UIcomponent. ( it extends to the right and bottom ) I had one problem is how to set the registration point in the middle of my UI ( black box ). http://www.privatepaste.com/e10vnP2DX1 Thank

[flexcoders] Re: Combobox, not be able to update mysql on second time.

2008-06-17 Thread valdhor
It works for me. Have you checked the data that is arriving from your PHP script? Maybe something like Charles could help you out. --- In flexcoders@yahoogroups.com, "nash.e2008" <[EMAIL PROTECTED]> wrote: > > hi, my name is Jamie, newbie of flex. > > Im trying to get data from mysql using php.

[flexcoders] Problems passing value objects between Flex and CF

2008-06-17 Thread holmgren.eric
I am trying to pass a simple VO from CF to Flex with Flash remoting, but I can't seem to make it work. ServiceCapture shows a correctly typed object in the response, but Flex won't let me cast it as such. What am I missing here? http://coldfusion.pastebin.com/f36d7abbd TestVO.as: package vo {

Re: [flexcoders] Re: SQLite and AIR

2008-06-17 Thread Maciek Sakrejda
I actually don't know much about AIR, but you should be able to. SQLite typically stores its data in a regular file. When I worked with SQLite, we used a SQLite browser (I believe this one: http://sqlitebrowser.sourceforge.net/ ) for debugging. There even seems to be a Firefox extension to do the s

[flexcoders] [BlazeDS - Hibernate] Type coercion errors because HibernateProxy classes

2008-06-17 Thread Leonardo Moreno
Hi coders I'd like to implement the pattern session per request in my flex app. I have a session created per request that is used in my DAOs, Until this point everything is fine with the java part (not LazyInitializationException anymore) but when the object is send to flex i got a "type coerc

[flexcoders] Re: SQLite and AIR

2008-06-17 Thread LazerWonder
That's reassuring to know that I won't have to worry about limits there. The local db is just a copy of the remote - but if the remote connection is down, the user can use the local copy until connection is reastablished. Do you know if a user can view the DB outside of the AIR application?

[flexcoders] Simple XML problem

2008-06-17 Thread sabe2000
Hi, HOw can I show all the titles in the upper window? Here is my code. http://www.adobe.com/2006/mxml"; layout="vertical" verticalAlign="middle" backgroundColor="white" creationComplete="tempXML.send(httpServiceParams)"> http://rss.c

[flexcoders] How do I use proxy in an actionscript-centric webservice call

2008-06-17 Thread K.C
I'm invoking service calls in my .as class file, but I'm running into the sandbox restriction. I learned that a way around it is setting my flex app to use proxy. Any ideas how to do this using action script?

[flexcoders] flash9f.ocx crashes

2008-06-17 Thread Jonathon Stierman
Has anyone experienced random crashing on their Flex apps after long usages? One of my apps is causing IE to shut down after running for a few days -- it's a kiosk-esque app, so it does commonly run for an extended period of time. The error from the Application event log: Faulting application:

Re: [flexcoders] ColumnSet vs Multiple axes

2008-06-17 Thread Richard Rodseth
I sent code to Sunil and Sangavi demonstrating the bug. Now I'm looking for a workaround. If two ColumnSeries (different date axes) are displayed at the same location, I would like to be able to see both columns clearly, eg. through stroke/fill/alpha choices or by offsetting them somehow to simula

  1   2   >