Re: [flexcoders] Runtime CSS problem with SWFLoader

2007-09-29 Thread Jason Y. Kwong
[mailto:[EMAIL PROTECTED] *On Behalf Of *Jason Y. Kwong *Sent:* Saturday, September 29, 2007 1:05 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Runtime CSS problem with SWFLoader I've got an app which loads different runtime CSS SWFs to change its appearance at runtime

RE: [flexcoders] Re: Here we go again: Flex Vs Java

2007-09-28 Thread Merrill, Jason
component #7 listed, titled Rich User Experiences? Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott Sent

RE: [flexcoders] Flex code generator for webservice

2007-09-28 Thread Merrill, Jason
-only project. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Samuel R. Neff Sent: Thursday, September 27, 2007 6:30 PM

RE: [Flexcoders]: Flex site not loading in Internet Explorer 6 (IE6)

2007-09-28 Thread Merrill, Jason
Are you embedding the main .swf using the Javscript methods that work aroung the EOLAS patent changes in IE? You'll need to do that for sure. lots on the web on how to do that. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team

RE: [flexcoders] OT: Webservice classes (Flash 8) and SOAP formats

2007-09-27 Thread Merrill, Jason
framework? Thanks. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Wednesday, September 26, 2007 5:22

RE: [flexcoders] Re: Here we go again: Flex Vs Java

2007-09-27 Thread Merrill, Jason
ambiguous, since it would mean it would take in just about every new popular trend on the web. Maybe that's OK, I dunno, but not worth arguing about. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From

[flexcoders] OT: Webservice classes (Flash 8) and SOAP formats

2007-09-26 Thread Merrill, Jason
to rebuild this application in Actionscript 3.0, though I love Actionscript 3.0). Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team

RE: [flexcoders] simple form post

2007-09-25 Thread Merrill, Jason
You have two class statements, and if you keep the top one, you have imports below the class statement, which is a no-no. So what you have is: package class import class constructor other methods But what you should have instead is: package import class constructor other methods Jason

RE: [flexcoders] Re: Buttons in Flex !

2007-09-25 Thread Jason Szeto
The button itself doesn't use its own states to move between the up/over/down/disabled button states. Instead, you need to create a skin class that defines these states. I've coded up a very basic example that includes transitions. Enjoy, Jason

RE: [flexcoders] Re: Vector graphics serialization format?

2007-09-25 Thread Jason Hawryluk
We are hoping to have a beta for Degrafa around the end of Oct. This framework will do what your looking to do. http://www.degrafa.com cheers jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Borek Envoyé : mardi 25 septembre 2007 15

RE: [flexcoders] Can I write to a file from FLEX Application

2007-09-21 Thread Merrill, Jason
Local - no - unless you export to AIR or use a third party tool like Zinc. Server - yes - with server-side scripting like .NET or PHP. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From

RE: [flexcoders] Are you going to MAX?

2007-09-21 Thread Merrill, Jason
I'm there! Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Friday, September 21, 2007 9:44 AM

RE: [flexcoders] newline in a tooltip?

2007-09-21 Thread Merrill, Jason
Make the text htmlText and then use br or sometimes you may need two br tags Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Are you going to MAX?

2007-09-21 Thread Merrill, Jason
development group within the broader HR umbrella, focusing on learning solutions for various technology related business lines, so I don't touch the online banking world except when I check my own account. Sorry ;) Jason Merrill Bank of America GTO Learning Leadership Development eTools

[flexcoders] Actionscript sprite within the Flex framework

2007-09-19 Thread Merrill, Jason
::addingChi ld() What's happening here? Is there a better way to set this up? Thanks. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team

RE: [flexcoders] Actionscript sprite within the Flex framework

2007-09-19 Thread Merrill, Jason
://www.adobe.com/2006/mxml; layout=absolute applicationComplete=EntryClass.main() /mx:Application Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Actionscript sprite within the Flex framework

2007-09-19 Thread Merrill, Jason
://www.adobe.com/2006/flex/mx/internal::addingChi ld mx.core::Container/addChildAt mx.core::Container/addChild ..etc. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Actionscript sprite within the Flex framework

2007-09-19 Thread Merrill, Jason
, so the id for the UICompoenent does not exist yet, since it is further down the MXML. Chicken and egg thing, and not sure how to fix? Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders

RE: [flexcoders] Actionscript sprite within the Flex framework

2007-09-19 Thread Merrill, Jason
, so the id for the UICompoenent does not exist yet, since it is further down the MXML. Chicken and egg thing, and not sure how to fix? Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team

RE: [flexcoders] Actionscript sprite within the Flex framework

2007-09-19 Thread Merrill, Jason
Change the extends Sprite to UIComponent nope - same error message - thanks though. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team

RE: [flexcoders] Actionscript sprite within the Flex framework

2007-09-19 Thread Merrill, Jason
) { x = posx; y = posy; _radii = size; graphics.lineStyle(1, 0xFFCC33); graphics.beginFill(0xCC3300, 1); graphics.drawCircle(0, 0, _radii); graphics.endFill(); } } } Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team

[flexcoders] Is there a way to determine Label truncation? (...)

2007-09-12 Thread Jason The Saj
. Anyone know how to do either? - Jason

[flexcoders] Re: FlexBuilder 3 will expire?

2007-09-10 Thread jason vancleave
flex 2 will continue to work, Flex 3 will expire oct 31 or 90 days(can't remember the specifics) as opposed to the Flex 3 30 day trial limit --- In flexcoders@yahoogroups.com, Steve Kellogg [EMAIL PROTECTED] wrote: Quick question... When my copy of Flex Builder 3 is going to expire, is the

[flexcoders] Re: Setting flashVars via SWFloader

2007-08-28 Thread Jason The Saj
I tried doing that in Flex but it balked. mx:SWFLoader source=mymovie.swf?testVar=foo/ Is this what you mean, or is there something else to it? Because the above did not work for me. Nor did assigning it in ActionScript. - Jason --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED

[flexcoders] Re: wmode - determining value?

2007-08-27 Thread Jason The Saj
Much obliged...that let me get the value. Might I inquire if you are familiar with embedding a .swf file into a Flex app and pass it flashvar parameters or set internal values. The swf is also generated via Flex.

[flexcoders] Setting flashVars via SWFloader

2007-08-27 Thread Jason The Saj
.swf loading another. And setting the .text value of a textArea component in a second .swf would be exceedingly helpful. Sincerely, Jason

[flexcoders] Re: Flex Component Kit for Flash

2007-06-08 Thread Jason
I too am having difficulty accessing a Flash created .swc in Flex. Hopefully someone will reply and enlighten us both. :)

[flexcoders] Re: ArrayCollection not working? Pulling out my HAIR!!!

2007-06-07 Thread Jason Ervin
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Ervin Sent: Wednesday, June 06, 2007 6:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ArrayCollection not working? Pulling out my HAIR!!! Well I am using one data source via the singleton pattern as I

[flexcoders] ArrayCollection not working? Pulling out my HAIR!!!

2007-06-06 Thread Jason Ervin
Hey everyone I am having issues with using an arraycollection as a dataprovider. I start with an xml variable (see below) then I convert it to an ArrayCollection using ArrayUtil.toArray and I use the result as a dataprovider. If I trace the dataprovider it prints out the xml data, but my chart is

[flexcoders] Re: ArrayCollection not working? Pulling out my HAIR!!!

2007-06-06 Thread Jason Ervin
=waterbillamount / /mx:series /mx:ColumnChart Brendan On 6/6/07, Jason Ervin [EMAIL PROTECTED] wrote: Hey everyone I am having issues with using an arraycollection as a dataprovider. I start with an xml variable (see below) then I convert it to an ArrayCollection using

RE: [flexcoders] Tree leafnodeicon

2007-06-04 Thread Jason Hawryluk
Have a look at the iconFunction jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Christopher Olsen Envoyé : lundi 4 juin 2007 15:14 À : flexcoders@yahoogroups.com Objet : [flexcoders] Tree leafnodeicon Hello, What's the best

[flexcoders] Re: rotation and scrollbar generation in canvas and rotation and drag and drop

2007-05-29 Thread Jason
seems like a bug to me. And a major inhibitor of using rotated objects, or at least text from my experience. - Jason

RE: [flexcoders] Liquid layout with ActionScript instead of % values in MXML

2007-05-21 Thread Jason Hawryluk
Have a look at percentWidth, and percentHeight i think this might be what your looking for. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de keith Envoyé : lundi 21 mai 2007 08:24 À : flexcoders@yahoogroups.com Objet : [flexcoders

[flexcoders] XML, does it have to be RSS?

2007-05-21 Thread Jason
= xml.foo.title; } mx:HTTPService id=dataRequest url=data/data.xml result=onFeedResult(event); useProxy=false/ Any suggestions? I'm somewhat new to Flex having worked mostly with older versions of Flash. - Jason

[flexcoders] Re: selectedIndices are Strings???

2007-05-18 Thread Jason
Now, now No need for chastising. Consider how illogical ActionScript (and coding) tend to be in general. I mean we'd think a banker counting money by going 1,10,11...19,2,20,21,...3 and so on would think the banker had gone nuts. *LOL*

[flexcoders] Re: Will Microsoft's new Sliverlight Player Kill our beloved Flex?

2007-04-27 Thread Merrill, Jason
late - the RIA runtime has already left the barn IMO. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team

[flexcoders] Mimicking the Apple Finder column view

2007-04-26 Thread Jason Wehling
datagrid inside a repeater? Any thoughts or guidance is greatly appreciated. Thanks, Jason

Re: [flexcoders] addChild problems

2007-04-26 Thread Jason C Reynolds
for looking... Jason - Original Message - From: Manish Jethani To: flexcoders@yahoogroups.com Sent: Wednesday, April 25, 2007 4:11 PM Subject: Re: [flexcoders] addChild problems If you can show the heirarchy of your objects and which one you're trying to add that's

[flexcoders] addChild problems

2007-04-25 Thread Jason C Reynolds
somewhat clear what I'm trying to do - and anyone have any suggestions why this would not work? Thanks for any response, Jason

RE: [flexcoders] Sliding HDividedBox

2007-04-24 Thread Jason Hawryluk
The below will get you well on your way. http://flexibleexperiments.wordpress.com/2007/01/18/extending-the-flex-20-di videdbox/ cheers jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Flexing... Envoye : lundi 23 avril 2007 18:22

RE: [flexcoders] Re: Make a component 'modal'

2007-03-30 Thread Merrill, Jason
model - perhaps you could extend a Flex modal component like the PopupWindow? Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] How do I read Response after FileReference uploads a file?

2007-03-30 Thread Merrill, Jason
It shouldn't be. In Flash 8/AS2 it was just: Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thegators_2002 Sent

RE: [flexcoders] How do I read Response after FileReference uploads a file?

2007-03-30 Thread Merrill, Jason
Stupid Outlook hotkeys. What I meant to say was: In Flash 8 AS2 it was just: listener_obj.onComplete = function(file:FileReference):Void { } Where file was the complete file object on the result which had all the info you needed. Should be something similar in AS3. Jason Merrill Bank

RE: [flexcoders] Re: Programmatically create MovieClip frames?

2007-03-30 Thread Merrill, Jason
at least. :) Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mtthwnthnyhys Sent: Friday, March 30, 2007 5:15 AM

RE: [flexcoders] Can I catch an onRelease event from a swf file in Flex

2007-03-29 Thread Merrill, Jason
You need to know the button's instance name - then it's just a matter of addressing to capture the event: myFlashClip.myFlashButton.onRelease = function(){ dosomething } Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team

RE: [flexcoders] Re: Programmatically create MovieClip frames?

2007-03-29 Thread Merrill, Jason
you're trying to do I guess. If they are animations you cannot easily do with actionscript, then that means you're hand-tweening them in Flash or some other tool, and thus would have the ability to add frames anyway. Jason Merrill Bank of America GTO Learning Leadership Development eTools

RE: [flexcoders] Re: Programmatically create MovieClip frames?

2007-03-29 Thread Merrill, Jason
in Flash 6 years ago. Perhaps you can explain? Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team

RE: [flexcoders] Re: Programmatically create MovieClip frames?

2007-03-29 Thread Merrill, Jason
with anything... or are you asking for us to also add your tweeened animations to the timeline as well? Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Re: Programmatically create MovieClip frames?

2007-03-29 Thread Merrill, Jason
, instead wasting your time by questioning my responses to his post. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team

RE: [flexcoders] Re: Programmatically create MovieClip frames?

2007-03-29 Thread Merrill, Jason
for needing do do this. Maybe you can explain in more detail what you will do with these frames once they are inserted. But really, we probably should move this to a Flashcoding list like Flashcoders. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team

RE: [flexcoders] Programmatically create MovieClip frames?

2007-03-28 Thread Merrill, Jason
Why would you want to? It seems whatever you're trying to do could be accomplished in some other way. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Sorting Datagrid column headers

2007-03-27 Thread jason vancleave
, title The docs in DataGrid.columns talks about a way to explictly set this but I can't find a good example. I am thinking maybe there is an easier way to sort the data higher up the chain. Thanks, Jason ?xml version=1.0 encoding=UTF-8? root gallery item

[flexcoders] Re: Sorting Datagrid column headers

2007-03-27 Thread jason vancleave
at runtime. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jason vancleave Sent: Tuesday, March 27, 2007 1:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Sorting Datagrid column headers I am using a DataGrid

RE: [flexcoders] Registration point woes

2007-03-26 Thread Merrill, Jason
You could adapt this for use: http://www.darronschall.com/weblog/archives/54.cfm Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] OS X Dock implemented in Flex

2007-03-23 Thread Merrill, Jason
Cool - yeah, tell him to post the code. Been done lots in Flash/Actionscript before over the years - not Mac OS flavor necessarily, but menus that scale when the mouse gets closer. Regardless, I'd love to see the source as his implementation is quite nice. Jason Merrill Bank of America GTO

[flexcoders] Reasons to upgrade to MX7 vs. staying w/ MX6 to deveop flex 2 apps.

2007-03-21 Thread Root, Jason (James Tower)
At frist glacne the main issue is that you must use web servcies to get access to CFC data rather than establishing a direct connection w/ RemoteObject. Are there any other major ticking points (advantages/disadvantages) to not upgrading? From:

RE: [flexcoders] Re: using itemRenderer with List, how can I set the icon?

2007-03-20 Thread Merrill, Jason
-volume, it could/should be split into a Flexnovice list, a Flexpro list, and an Apollo list. Jason Merrill Bank of America Global Technology Operations Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com

Re: [flexcoders] JAWS read order

2007-03-20 Thread Jason Goodwin
That did it. Thanks. On 3/19/07, Claus Wahlers [EMAIL PROTECTED] wrote: So here's what I'm running into: I have an HBox holding two VBoxes. I have a few Text fields inside. I'm thinking JAWS would read the contents of the first VBox in its entirety, then move on to the next VBox, but it

[flexcoders] Apollo question here or there (was: Re: using itemRenderer with List, how can I set the icon?)

2007-03-20 Thread Merrill, Jason
public alpha just launched yesterday, so there's going to be some noise everywhere... Jason Merrill Bank of America Global Technology Operations Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] O'Reilly's Programming Flex 2 book

2007-03-19 Thread Merrill, Jason
Cool - I saw that one on Amazon - that you on the left? Jason Merrill Bank of America Global Technology Operations Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: using itemRenderer with List, how can I set the icon?

2007-03-19 Thread Merrill, Jason
Anyone know where I can go and actually maybe get a response from someone? good grief.. http://en.wikipedia.org/wiki/The_Whiners From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Morphis Sent: Monday, March 19,

[flexcoders] JAWS read order

2007-03-19 Thread Jason Goodwin
that was affecting JAWS, it would seem that it doesn't. The tabIndex order seems to make no difference. Thanks. - Jason

RE: [flexcoders] Datagrid Button Renderer Performance

2007-03-16 Thread Jason Hawryluk
of the (click=onClick(event);) above. As for the updateDisplayList, I suggest you read up on what it’s for and just how important it is… jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de durnelln Envoyé : vendredi 16 mars 2007 11:22 À

RE: [flexcoders] Re: Funny appearance of TabNavigator icons

2007-03-16 Thread Jason Hawryluk
Can you be more specific. Are you creating this in as/mxml? Are the tabs being added at runtime? Are the icons being assigned at runtime? Etc.. Difficult to assist if we have no idea what might have led to this display? Providing code helps. jason -Message d'origine

[flexcoders] O'Reilly's Programming Flex 2 book

2007-03-16 Thread Merrill, Jason
-8098935-6484806 http://www.amazon.com/Programming-Flex-Comprehensive-Creating-Applicati ons/dp/059652689X/ref=pd_bxgy_b_img_b/002-8098935-6484806 What are your thoughts? Ok, good, or great? Jason Merrill Bank of America Global Technology Operations Learning Leadership Development eTools

RE: [flexcoders] Re: O'Reilly's Programming Flex 2 book

2007-03-16 Thread Merrill, Jason
Well, that bites - their Web sites still says it was published on March 1st. Post again when you get the book and let us know what you think. :) Jason Merrill Bank of America Global Technology Operations Learning Leadership Development eTools Multimedia Team

RE: [flexcoders] Re: Datagrid Button Renderer Performance

2007-03-16 Thread Jason Hawryluk
not make sense to me. Your response of “ it works and I have plenty of other stuff to be getting on with!” is interesting, in the fact that I have other things to be getting on with as well. cheers. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

Re: [flexcoders] Flex insurance calculator

2007-03-15 Thread Jason Goodwin
to look into the tab order for a couple of radio buttons you have. I didn't get a chance to really look it over - just a couple of things I saw right off the bat. Hope it helps. - Jason On 1/8/07, Mike Shaw [EMAIL PROTECTED] wrote: Our client has put live a flex calculator we built for them

Re: [flexcoders] flex2 accessibility

2007-03-15 Thread Jason Goodwin
Setting the accessible compiler setting to true makes your swf visible to screen readers such as JAWS and Window-Eyes. I would chance a guess that one of the reasons why it is set to false is that it bumps up the size of the compiled swf. Does it cover the legal requirements for accessibility? In

RE: [flexcoders] standalone exe

2007-03-14 Thread Merrill, Jason
even can. Jason Merrill Bank of America Global Technology Operations Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan Meutzner Sent: Wednesday

RE: [flexcoders] Re: DB access in Apollo

2007-03-10 Thread Merrill, Jason
. Jason Merrill Bank of America Global Technology Operations Learning Leadership Development eTools Multimedia Team http://geo.yahoo.com/serv?s=97359714/grpId=12286167/grpspId=1705007207/ msgId=67417/stime=1173535274/nc1=4438988/nc2=3848643/nc3=3

RE: [flexcoders] Re: DB access in Apollo

2007-03-09 Thread Merrill, Jason
in a Shared Object? Jason Merrill Bank of America Global Technology Operations Learning Leadership Development eTools Multimedia Team

RE: [flexcoders] Re: DB access in Apollo

2007-03-09 Thread Merrill, Jason
SharedObject. You mean those little tiny 128k or whatever Shared Objects like from the Flash player or do you mean Apollo will have a more robust larger Shared Object? Jason Merrill Bank of America Global Technology Operations Learning Leadership Development eTools Multimedia Team

RE: [flexcoders] Re: DB access in Apollo

2007-03-09 Thread Merrill, Jason
Yeah, I know about those, but you're talking about creating files and reading them back - just seems like more work - so perhaps writing something like an XML file out and reading it back would have to do. I was thinking of something more native that didn't require as much serialization. Jason

RE: [flexcoders] Passing complex objects (e. g. collection of name-value pairs) to server via either URLLoader or HTTPService using POST method

2007-03-09 Thread Merrill, Jason
SOAP webservices can do that. You don't have to convert to XML first, you can send your complex Actionscript object directly to the WDSL method and it transfers via SOAP (XML) protocol. You can receive in the same way. Jason Merrill Bank of America Global Technology Operations Learning

RE: [flexcoders] Re: Are other developers hesitant to extend existing classes in Flex?

2007-03-08 Thread Jason Hawryluk
. Frustration is part of the learning process. Things that seem obvious are not always so. Anyway, I hope the below code and sample set you on your way to accomplishing your task. cheers jason Here is the application code: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx

RE: [flexcoders] Re: Are other developers hesitant to extend existing classes in Flex?

2007-03-08 Thread Jason Hawryluk
As a follow up to the last response, take note of the event.preventDefault(); in the handler for HEADER_RELEASE, and the fact that I don't do a refresh on the ListCollectionView after adding the sort to it. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] DB access in Apollo

2007-03-07 Thread Jason Hawryluk
+5 fro Sqlite absolutely. Why MySQL? It's a server product not a embedded db. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Muzak Envoye : mercredi 7 mars 2007 00:12 A : flexcoders@yahoogroups.com Objet : Re: [flexcoders] DB

RE: [flexcoders] DB access in Apollo

2007-03-07 Thread Jason Hawryluk
My bad, there is an embedded version of MySQL. Still think SQLLite is the best contender here. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Jason Hawryluk Envoye : mercredi 7 mars 2007 09:31 A : flexcoders@yahoogroups.com

RE: [flexcoders] DB access in Apollo

2007-03-07 Thread Jason Hawryluk
could do. Anyway, guess we'll have to wait and see :° jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Tom Chiverton Envoyé : mercredi 7 mars 2007 17:18 À : flexcoders@yahoogroups.com Objet : Re: [flexcoders] DB access in Apollo On Wednesday

RE: [flexcoders] Drawing in a Scrollable Canvas

2007-03-07 Thread Merrill, Jason
of drawing directly on the canvas. My best guess anyway. Jason Merrill Bank of America Global Technology Operations, Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike

RE: [flexcoders] Drawing in a Scrollable Canvas

2007-03-07 Thread Merrill, Jason
, but this has always puzzled me. I had been told the draw API utilized the video card directly to draw on screen - whatever that means. Jason Merrill Bank of America Global Technology Operations, Learning Leadership Development eTools Multimedia Team

Re: [flexcoders] Re: DB access in Apollo

2007-03-06 Thread Jason King
Having a stand-alone environment that can connect to a database is handy for lots of kinds of applications. If we're having a wish list here, how about the ability to use jdbc drivers and include some local db + drivers, maybe derby or sqllite. Maybe I'm having flashbacks (pardon the pun) to my

RE: [flexcoders] Fire effect

2007-03-02 Thread Merrill, Jason
Google is your friend. Google Actionscript Fire Effect and it comes up with this: http://www.flash-db.com/Tutorials/fire/ And this: http://www.sitepoint.com/article/flash-script-fire-effect Easy to adapt to AS3 and Flex Jason Merrill Bank of America Global Technology Operations

RE: [flexcoders] Save a BitmapData as a local file

2007-03-01 Thread Merrill, Jason
Even if you could, you'd run into SharedObject size restrictions for most users as per their player default settings. Jason Merrill Bank of America Global Technology Operations, Learning Leadership Development eTools Multimedia Team From

Re: [flexcoders] Re: Dynamically creating item IDs

2007-03-01 Thread Jason King
I'm not mr. actionscript but a class like this should facilitate what you need. class Idgen { static var nextid:int = 0 ; static function getNext:String() { return id + nextid; nextid++; } static function reset:void() { nextid = 0; } } Then call

Re: [flexcoders] Re: how do you call the super's super?

2007-03-01 Thread Jason King
This is just blue-sky guessing, but why not use prototype. class Base { updateDisplayList:Void() { /* some good code */} } class Child { updateDisplayList:Void() { // hundreds of lines of useless code } } class Grandchild { Grandchild() {

RE: [flexcoders] Announcing FlexLib - open source flex component library

2007-02-28 Thread Merrill, Jason
Awesome! I hope this grows into something really great. Jason Merrill Bank of America Global Technology Operations Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] disabling COPY in drag/drop operations

2007-02-27 Thread Jason Hawryluk
Create a dragStart event and if (event.altKey==true){ event.preventDefault(); return; } un tested but should get you on the right track... jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de darvon4u Envoyé : lundi 26 février

RE: [flexcoders] compiler behaviour question

2007-02-23 Thread Merrill, Jason
could could go ahead and get a can of psticide and take care of the roach problem we've been having that would be great. MILTON I can't...Excuse me. I believe you have my stapler? Jason Merrill Bank of America Learning Organizational Effectiveness

[flexcoders] Debugger Player Error Message in Consumer Player

2007-02-22 Thread Jason Hanson
+= SecurityError.name: +error.name; errorMsg += \r\n; errorMsg += SecurityError.message: +error.message; } [CODE] The code above shows more of the error in the Debugger version then in the consumer version. How can I get the WHOLE error message? thanks --jason

[flexcoders] Re: Flex 2 and the Browser

2007-02-22 Thread Jason Hanson
reading the crossdomain.xml file. How do I get this info in AS? thanks --jason --- In flexcoders@yahoogroups.com, dorkie dork from dorktown [EMAIL PROTECTED] wrote: you could try this: mx:Button x=10 y=200 label=Button click={trace( ExternalInterface.call('eval','document.location.href

RE: [flexcoders] Re: Gordon Smith - Some Answers about the Datagrid

2007-02-21 Thread Jason Hawryluk
on the meat and potatoes and leave the gravy for later. Flex is still very young, it took VB et all until version 3.0 to really get a good eco system built up. Rome wasn’t built in a day. Oh and to me, *extensibility* is key for Flex's future. Jason -Message d'origine- De : flexcoders

Re: [flexcoders] Gordon Smith - Some Answers about the Datagrid

2007-02-20 Thread Jason King
I'm not all that up on designing components but assuming its like the javabeans for guis many years ago, assuming your new component can have some kind of a properties palette where the application developer can set new attributes then I'd definitely say make them more extensible and the RAD

RE: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-16 Thread Merrill, Jason
of people. At least the docs on their site explain it well. http://www.adobe.com/devnet/flash/articles/flash9_as3_preview.html Jason Merrill Bank of America Learning Organizational Effectiveness From: flexcoders@yahoogroups.com

[flexcoders] Basic Authorization in HTTPService without using Flex Data Services

2007-02-15 Thread Jason
The following mxml file attempts to connect to BaseCamp to retrieve a list of Projects. The problem is how to specify the basic authorization. I notice that setCredentials() does not work with direct http connections (no proxying). Any other ideas? (The username and passwords are all valid - I

[flexcoders] Re: Basic Authorization in HTTPService without using Flex Data Services

2007-02-15 Thread Jason
So I'd need to use the Socket class, pass across the HTTP headers (just like a real http request) and then parse the response? Seems like I might be better off writing a PHP proxy for BaseCamp that doesn't require authentication. Thanks! - Jason. --- In flexcoders@yahoogroups.com, Carson Hager

[flexcoders] Re: getting a warning with a repeater

2007-02-15 Thread Jason
You could try making the content of your repeater into a separate class (let's call it a 'renderer'). Then in your repeater, you just pass the data object into the renderer. In the renderer class, you can bind to whatever you want (since you have the correct data object class specified - not

Re: [flexcoders] Accessibility on the entire SWF?

2007-02-14 Thread Jason Goodwin
Great - Thanks! On 2/14/07, Andrew Kirkpatrick [EMAIL PROTECTED] wrote: Jason, This is how you address the whole app accessibilityProperties. AWK ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns=* layout=absolute width=100% height=100

RE: [flexcoders] On E4X Programming

2007-02-13 Thread Merrill, Jason
There's a lot in the Flex help docs... or do you mean outside of the Flex docs? Try this: http://life.neophi.com/danielr/2006/04/flex_2_beta_2_actionscript_3_a.ht ml Jason Merrill Bank of America Learning Organizational Effectiveness

<    1   2   3   4   5   6   7   8   9   10   >