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

2007-02-16 Thread Merrill, Jason
t;Flash 9 Pro AS3 Preview", it's confused a lot 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 _

[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 Object

[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, &qu

[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 cre

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 http://www.adobe.com/2006/mxml"; xmlns="*" layout="absolute" width="100%&q

[flexcoders] Accessibility on the entire SWF?

2007-02-13 Thread Jason Goodwin
How do I set accessibility properties on an entire SWF? Is it as simple as setting up a new accessibilityProperties object and assigning it to the ? For instance if I want to use noAutoLabeling, I have to use it on the SWF. Thanks. - Jason

RE: [flexcoders] Re: should i convert pngs to jpegs before embedding them in a flash movie?

2007-02-13 Thread Merrill, Jason
, make edits, save back to the server, load in Flash, and repeat. Never lost any data doing that (though the files are huge). Jason Merrill Bank of America Learning & Organizational Effectiveness

RE: [flexcoders] Re: should i convert pngs to jpegs before embedding them in a flash movie?

2007-02-13 Thread Merrill, Jason
You'll need to save them as flattened "regular" png files (or .jpg files). Jason Merrill Bank of America Learning & Organizational Effectiveness From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] should i convert pngs to jpegs before embedding them in a flash movie?

2007-02-13 Thread Merrill, Jason
>>PNG is a compressed format. Which flavor of PNG? Some PNGs are, but try an unflattened Fireworks PNG, it's huge and does not compress that I am aware of. Even so, Fireworks PNGs are much larger than regular flat PNG files or JPGs. Jason Merrill Bank of America Learning &

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 Effe

[flexcoders] Re: How to clear a TileList of its items?

2007-02-12 Thread Jason Hanson
process runs removeChild ()on all the existing items in the TileList and it thinks there are more items then there actually are. Anyone find a fix to this issue? thanks --jason --- In flexcoders@yahoogroups.com, Webdevotion <[EMAIL PROTECTED]> wrote: > > Please look into my example

[flexcoders] Re: remove comments on compile - strip comments - optimize SWF size - reduce siz

2007-02-09 Thread Jason Hanson
e SWC size drops to 8302 bytes The 64 bytes must just be the difference in line numbers. I just assumed that the comments were added in like in AS2. Perhaps I should remove all the extra line breaks in the code ... --jason --- In flexcoders@yahoogroups.com, "Gordon Smith" <[

[flexcoders] remove comments on compile - strip comments - optimize SWF size - reduce size

2007-02-09 Thread Jason Hanson
development much harder when you have no comments and you methods are named gvp() gvpl() instead of getVideoPlayer() and getVideoPlaylist(). I would much rather find a precompile process of some kind. Any ideas? Thanks --jason key words: remove comments on compile strip comments optimize SWF size

[flexcoders] JAWS says Graphic

2007-02-08 Thread Jason Goodwin
I have a Label or Text component. If I do not set AccessibilityProperties on it, JAWS just reads the text property. When I set AccessibilityProperties and give it a name and set forceSimple to true, to override the text property, JAWS reads 'Graphic' and then the AccessibilityProperties.name. Is th

RE: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jason Hawryluk
It's rather late here, so I’ll update all source and posts with a proper license or something similar tomorrow. Thanks for the input Daniel it’s cleared some things up. I want people to be safe using it, at the same time I want to of course protect myself from liabilities.

RE: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jason Hawryluk
there it’s yours to do with as you wish. I’d hate for people *not* to use this stuff for these kinds of reasons, it goes against why I write about it in the first place. Jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de engke

RE: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jason Hawryluk
ally stated otherwise. That is at least in my mind. However if some of you folks would like to see a more formal process for this stuff I’m willing to adhere as long as it’s not to laborious. Keep in mind I certainly appreciate the asking, as it allows us to know that what we contribute, is valua

RE: [flexcoders] Apollo features

2007-02-06 Thread Jason Hawryluk
atabases. Just wanted to clear that up for everyone. I have no idea of the inner workings of the Apollo product with regards to data storage or formats. or anything else about it for that matter. Hoping to get on beta though ;) Cheers Jason -Message d'origine- De : flexcoders@

RE: [flexcoders] Help Extending TabNavigator/ButtonBar

2007-02-06 Thread Jason Hawryluk
Bump... My version is now up with source for those that wish to have a look. http://flexibleexperiments.wordpress.com/2007/02/05/flex-201-extending-the-t ab-navigator/ Enjoy. Jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de

RE: [flexcoders] Apollo features

2007-02-05 Thread Jason Hawryluk
e but enormous opportunity. However if we can't talk to the dll from Apollo directly we need to create a proxy exe to do it. This introduces more code to create, maintain, and distribute. I'm seriously hoping that Apollo is not just for partially disconnected applications. jason -Me

RE: [flexcoders] Dynamic creation of from xml - placed over an image

2007-02-04 Thread Jason Hawryluk
addChild, removeChild and use a backgroundimage style for your jpg. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de oneproofdk Envoyé : dimanche 4 février 2007 01:05 À : flexcoders@yahoogroups.com Objet : [flexcoders] Dy

RE: [flexcoders] How I can modify and save a xml file in the server?

2007-02-04 Thread Jason Hawryluk
you can't jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de alphaclass525 Envoyé : dimanche 4 février 2007 18:06 À : flexcoders@yahoogroups.com Objet : [flexcoders] How I can modify and save a xml file in the server?

RE: [flexcoders] Apollo features

2007-02-04 Thread Jason Hawryluk
as the solution fits their specific requirements and environment. I would have an extremely difficult time convincing a business to use Apollo strictly because it’s cross platform. If these were the only bullets I had to defend a proposal, I would hesitate to get involved at all. jason

RE: [flexcoders] Apollo features

2007-02-04 Thread Jason Hawryluk
benefit of this? I can only see having to train people on multiple tools, maintaining multiple code bases, updates, unit testing problems, performance problems.. the list goes on and on. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la par

RE: [flexcoders] Apollo features

2007-02-02 Thread Jason Hawryluk
think that company is going to look at Apollo and say “sweet now I can target the other 5% of the market. Let’s dump everything and start over”? I’m totally missing your logic here. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de

RE: [flexcoders] Apollo features

2007-02-02 Thread Jason Hawryluk
xperiences. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Jerome Clarke a.k.a sinatosk Envoyé : vendredi 2 février 2007 16:54 À : flexcoders@yahoogroups.com Objet : Re: [flexcoders] Apollo features To be honest... all this

[flexcoders] Re: Index of an itemRenderer

2007-02-01 Thread Jason Fincanon
Try placing this on your itemRenderer: click="trace(event.currentTarget.parent.getChildIndex(event.currentTarget))" I'm using that for something that sounds similar to what you are saying and it's working in my case. -FlashCanon --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTE

Re: [flexcoders] Accessibility and imported components

2007-02-01 Thread Jason Goodwin
ke 10 seconds). - Jason On 1/31/07, Andrew Kirkpatrick <[EMAIL PROTECTED]> wrote: 6.0 is really buggy. I recommend 6.1 or 7.0/7.1. 8.0 is also out but not quite "proven" yet. Other things to look for: 1) don't use anything except wmode=window in the HTML object params.

[flexcoders] Whats up with MXNA

2007-01-31 Thread Jason Hawryluk
4 pages of Cynergy Systems Blog posts (old ones mind you), after page 4 nothing ?? Anyone else getting this.. jason

Re: [flexcoders] Accessibility and imported components

2007-01-31 Thread Jason Goodwin
I have tried it in both forms mode and virtual cursor modes, in JAWS 6.0.65U . - J On 1/23/07, Andrew Kirkpatrick <[EMAIL PROTECTED]> wrote: Jason, The short answer is that it does work. The longer, more useful answer requires more information from you about what you've tried,

[flexcoders] RE: ItemRenderer Problem

2007-01-30 Thread Jason Hawryluk
Your problem is in the data override you need to let the itemrenderer retrieve the data, so in this override you require a super.data = oItem; I have not tested, and this is just by looking at the function. jason -Message d'origine- De : Robb Cundick [mailto:[

RE: [flexcoders] Do I *REALLY* need Flex Data Services for WebServices?

2007-01-29 Thread Merrill, Jason
Don't let the price of FDS scare you if your core question is simply, "Do I need FDS to use Webservices in Flex?" Then the answer is no. Jason Merrill Bank of America Learning & Organizational Effectiveness

RE: [flexcoders] Convert Videos to FLV via Web

2007-01-27 Thread Merrill, Jason
Cool - thanks! Jason Merrill Bank of America Learning & Organizational Effectiveness From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Friday, January 26, 2007 1:22 AM

RE: [flexcoders] Help me find the Amazon book spider example

2007-01-26 Thread Merrill, Jason
zon.com/gp/browse.html?node=3435361 Jason Merrill Bank of America Learning & Organizational Effectiveness From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oneproofdk Sent: Friday, January 26, 2007 2:29

Re: [flexcoders] Re: remoting with public access modifier in cfc

2007-01-25 Thread Jason Y. Kwong
I've been tinkering with the services-config.xml file in the wwwroot/WEB-INF/flex/ directory, specifically the switch. The thing is, it doesn't seem to do anything (yes, I did restart the CF server). Whether it is set to "public" or "remote", any Flex app can access both public and remote funct

RE: [flexcoders] Re: Flex 3.0 - What happened to letting Flex 2 bed in?

2007-01-25 Thread Merrill, Jason
question I had yesterday, which was much appreciated, but I haven't heard much about Flash 9 IDE in a looonng time. Maybe you could poke someone with a small pin over there @ HQ or something. :) Jason Merrill Bank of America Learning & Organizational Effectiveness

RE: [flexcoders] Convert Videos to FLV via Web

2007-01-25 Thread Merrill, Jason
If I could tap on to this thread, anyone know of anything that does the same using .NET? Jason Merrill Bank of America Learning & Organizational Effectiveness From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behal

RE: [flexcoders] Flex 3.0 - What happened to letting Flex 2 bed in?

2007-01-25 Thread Merrill, Jason
Thanks David and Ted - great to see Adobe so active on this list - helps puts us as ease and helps with product buy-in. Makes you all seem so less evil ;). Jason Merrill Bank of America Learning & Organizational Effectiveness

RE: [flexcoders] HTTPService Vs WebService

2007-01-25 Thread Merrill, Jason
>>The simplest dinstinction is that one is SOAP and the other one is XML. not quite that simple - not to confuse anyone further, but SOAP is actually an XML-based protocol... :) Jason Merrill Bank of America Learning & Organizational Effectiveness <http://geo.yah

RE: [flexcoders] Flex 3.0 - What happened to letting Flex 2 bed in?

2007-01-25 Thread Merrill, Jason
Seems there are rumors Flash 9 IDE/Creative suite will be Q2 also - I wonder if Adobe is getting ready to try and get Flex in synch with those product cycles - would love it if they offered a Creative Suite that has Flex Builder 3, Flash 9, Photoshop, Illustrator, Dreamweaver. Jason Merrill Ban

RE: [flexcoders] Flex Example Sites online please

2007-01-24 Thread Merrill, Jason
http://www.adobe.com/devnet/flex/?tab:samples=1 Jason Merrill Bank of America Learning & Organizational Effectiveness From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Walters Sent: Tue

RE: [flexcoders] Flex plus GoogleMap integration

2007-01-24 Thread Merrill, Jason
"Thanks but I know that - Yahoo has limitation on amount of connected users" Do you mean "Yahoo! Maps Flash APIs are limited to 50,000 queries per IP per day"? That's the same for both Yahoo and Google as I understand each policy. Or what do you refer to? Can you post

RE: [flexcoders] Flex plus GoogleMap integration

2007-01-24 Thread Merrill, Jason
That's still Flex 1.5 though isn't it? Jason Merrill Bank of America Learning & Organizational Effectiveness From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pablo Sent: Wednesday, Ja

RE: [flexcoders] Get a FlexJob - http://tech.groups.yahoo.com/group/flexjobs/

2007-01-24 Thread Merrill, Jason
t and trying to increase the momentum. Keep up the great work Ted! Jason Merrill Bank of America Learning & Organizational Effectiveness

RE: [flexcoders] Flex plus GoogleMap integration

2007-01-24 Thread Merrill, Jason
Try the Yahoo! Maps API - it's made with Flex. API documentation here: http://developer.yahoo.com/maps/flash/flexGettingStarted.html Jason Merrill Bank of America Learning & Organizational Effectiveness From: f

[flexcoders] Accessibility and imported components

2007-01-23 Thread Jason Goodwin
*RE POST (my thread got hijacked) I have an app with lots of imported components. I can't seem to get JAWS to read anything that's not on the main page. I have tried several ways of add in the accessibility properties to the controls. Thanks.

[flexcoders] Accessibility and imported components

2007-01-23 Thread Jason Goodwin
I have an app with lots of imported components. I can't seem to get JAWS to read anything that's not on the main page. I have tried several ways of add in the accessibility properties to the controls. Thanks.

RE: [flexcoders] Re: Please Help - Components, States, & Transitions

2007-01-22 Thread Merrill, Jason
Lynda courses. Jason Merrill Bank of America Learning & Organizational Effectiveness

[flexcoders] Set Focus to a default cell that has a custom itemEditor on it

2007-01-22 Thread Jason
ds set the correct row, but they do not open up the 'edit' state of the cell. What am I missing? How can I replicate the same event that happens when a user clicks on the first cell of the first row? thanks --jason

RE: [flexcoders] Help Extending TabNavigator/ButtonBar

2007-01-22 Thread Jason Hawryluk
I'm working on a blog post for something similar, but more toward the way flex builder does it with a drop down at the end. Plus a bunch of other goodies. ;) I may have it up this week, need to finish this current post first, plus do some paying work. :) I'll also provide source

RE: [flexcoders] Help Extending TabNavigator/ButtonBar

2007-01-22 Thread Jason Hawryluk
keep an eye out here http://flexibleexperiments.wordpress.com and on mxna jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Ciarán Envoyé : lundi 22 janvier 2007 16:07 À : flexcoders@yahoogroups.com Objet : [flexcoders]

RE: [flexcoders] movie clip/sprite instances and items in repeaters

2007-01-22 Thread Merrill, Jason
Thanks Jesse (miss seeing you around Flashcoders and Flashnewbies BTW) So it sound like perhaps wrapping this up into a component which loads the image and then applys the Reflection effect is the way to go huh? I think I have that close to working... Jason Merrill Bank of America Learning

RE: [flexcoders] How come my posts take hours to show up

2007-01-22 Thread Merrill, Jason
How do you get your account to not be moderated? My posts always seem to take hours and hours to post. Jason Merrill Bank of America Learning & Organizational Effectiveness

RE: [flexcoders] clickable functions in flex builder ? how to do that

2007-01-19 Thread Jason Hawryluk
I believe ctrl + click is what your after. When you ctrl + click on a call it'll take you to the function. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de amigo_fd Envoyé : vendredi 19 janvier 2007 10:13 À :

RE: [flexcoders] HDivideBox

2007-01-18 Thread Jason Hawryluk
Posted on http://flexibleexperiments.wordpress.com/ should give anyone wanting to get into this control a head start. Jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Jason Hawryluk Envoyé : jeudi 18 janvier 2007 14:45 À : flexc

[flexcoders] Accessibility - JAWS issue

2007-01-18 Thread Jason Goodwin
ne has run into this. Also, does anyone know of a tool similar to AccExplorer that works with Flex? Thanks. - Jason

RE: [flexcoders] HDivideBox

2007-01-18 Thread Jason Hawryluk
I have something you'll be interested in, If your still looking? If nothing else it'll give you a really good start toward a solution *nice*. Post back here, and I’ll take the time to post it on my blog in the next hour or so. Jason -Message d'origine-

[flexcoders] movie clip/sprite instances and items in repeaters

2007-01-17 Thread Merrill, Jason
o, in general, how to do you access sprites or movie clips on the stage created with MXML from Actionscript? Jason Merrill Bank of America Learning & Organizational Effectiveness

[flexcoders] Tree Multiple Drag and Drop (Sorting ?)

2007-01-17 Thread Jason Hawryluk
lving into the deepest inner workings of the tree control? There are several other problems I’m encountering with this control, which I ’ll post about when I’ve figured out a bit what is happening. Has anyone managed to get this baby working flawlessly. Thanks Jason

[flexcoders] Applying actionscript to

2007-01-17 Thread Merrill, Jason
in my MXML with the Reflection class. I read the help docs on mx.controls.image, and it seems like the image might be loaded into a sprite instance, but how to I send that sprite instance to my actionscript method right after the image loads? Any ideas? Thanks. Jas

Re: [flexcoders] FlexPrintJob problem: application background colors showing in margins

2007-01-17 Thread Jason Y. Kwong
Since there doesn't appear to be any follow-up to this topic, I'll provide an example. I recently started working with printing (using 2.0.1) and noticed this problem of the background colour "bleeding" through into the margin of the printed output. This might be printer/driver specific, though.

RE: [flexcoders] Export FLEX page to PDF

2007-01-12 Thread Merrill, Jason
should be able to find some solutions with some Googling. Jason Merrill Bank of America Learning & Organizational Effectiveness From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Navert, Bruno (IT)

RE: [flexcoders] Re: Minimized Panel

2007-01-12 Thread Merrill, Jason
>>The "Flex2:Training From the Source" book has you develop an application that has panels with minimize/maximize buttons. Just to add to that, I bought that book a few days ago, and am going through the lessons and it's really great. It's expensive, but well worth i

RE: [flexcoders] Re: Datagrid Scrolling -- Is it really this complicated?

2007-01-11 Thread Jason Hawryluk
There is typically a padding around every container.. Either change this to see if it helps, or set the vbox scroll policies to off. Jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de phipzkillah Envoyé : jeudi 11 janvier 2007 18:1

RE: [flexcoders] Re: Lexical scoping of variable declarations not working?

2007-01-11 Thread Jason Hawryluk
heck... what tool dosn't. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de sbyrne_dorado Envoyé : jeudi 11 janvier 2007 14:21 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: Lexical scoping of variable declarati

RE: [flexcoders] KeyBoardEvents

2007-01-11 Thread Jason Hawryluk
You need to make sure your container has the focus //from the parent of the container GroundPlan.setFocus(); //or try this after you have set the listeners. setFocus(); jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de L

RE: [flexcoders] Lexical scoping of variable declarations not working?

2007-01-11 Thread Jason Hawryluk
an do with out these things, perhaps they'll implement this type of stuff in a later version. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de sbyrne_dorado Envoyé : jeudi 11 janvier 2007 10:09 À : flexcoders@yahoogro

[flexcoders] Re: FileReference Upload Chunk The File into smaller chunks

2007-01-10 Thread Jason
all of the properties are set to '' when it is loaded back in. Has anyone found a was to crack into the FileReference or to create one in any way other then with the .browse method? thanks --jason

RE: [flexcoders] Re: XML manipulation

2007-01-10 Thread Jason Hawryluk
ders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de phipzkillah Envoyé : mercredi 10 janvier 2007 23:01 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: XML manipulation I can't seem to get that to work... --- In flexcoders@yahoogroups.com, "Jason Hawryluk" <

RE: [flexcoders] Re: Html in Flex?

2007-01-10 Thread Jason Hawryluk
Funny i chose the same site email not getting through fast enough :p jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Collin Peters Envoyé : mercredi 10 janvier 2007 22:18 À : flexcoders@yahoogroups.com Objet : Re: [flexcoder

RE: [flexcoders] any possible way to use flash ocx without installing?

2007-01-10 Thread Merrill, Jason
Wow, thanks for that - is it only desktop though or could it be used to deliver Flash through the browser? Thanks for the link! Jason Merrill Bank of America Learning & Organizational Effectiveness From: flexcoders@yahoogroups

RE: [flexcoders] Re: Html in Flex?

2007-01-10 Thread Jason Hawryluk
use uploading it to the group if it's available out there already. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de gtuhl Envoyé : mercredi 10 janvier 2007 21:51 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: Html in Flex?

RE: [flexcoders] Re: XML manipulation

2007-01-10 Thread Jason Hawryluk
e. If the above technique doesn’t work try the copy() item.parent.append(item..level3.copy()); sorry no time to actually test anything here. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de phipzkillah Envoyé : mercredi

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Greg Morphis Envoyé : mercredi 10 janvier 2007 21:34 À : flexcoders@yahoogroups.com Objet : Re: [flexcoders] Re: IFlexModule I've got them installed in my Flex Data Services folde

RE: [flexcoders] any possible way to use flash ocx without installing?

2007-01-10 Thread Jason Hawryluk
. That is if you want to target all windows versions. If your just targeting xp and above then a manifest file in the exe path will provide this. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Pan Troglodytes Envoyé : mercredi 10 janvier 20

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
efore flex 2.01 you hade flex 2.0 plug-in. Did you remove all flex related files before install of the 2.01 version, from the eclipse plug-in location? Did the 2.0 version work with eclipse 3.2 ? Again grasping at straws here. Just throwing stuff out into the wind to see if it fly’s. Jason -Me

RE: [flexcoders] Html in Flex?

2007-01-10 Thread Jason Hawryluk
Would an iframe work for this? I mean is it just for display/preview not editing... jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de gtuhl Envoyé : mercredi 10 janvier 2007 21:34 À : flexcoders@yahoogroups.com Objet : [flexcoders] Ht

RE: [flexcoders] Re: XML manipulation

2007-01-10 Thread Jason Hawryluk
Yes; basically Grab level3 into an xmllist var delete level 2 append level 3 to level 1. var tempxml:XMLList = myxml..level3; delete myxml.level2; myxml.append(tempxml); the above code is off the top of my head. May and may not work :) jason -Message d'origine- De : flexc

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
I believe that flex builder installs eclipse 3.1 hence the question. So to use flex all you need is flex builder the full version. Eclipse is not required, rather Adobe took eclipse 3.1 and modified it for flex builder==one in the same. Hope I’m making sense, it's late here :)

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
oot of the problem. If not.. well we'll keep witling it down. again just thinking out loud here.. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Greg Morphis Envoyé : mercredi 10 janvier 2007 20:55 À : flexcoders@yahoogroups.com Obj

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
upgraded to the 3.2 even if you uninstall there may be the java files that are not compatible with flex on mac just a guess of course. I really have no idea here just throwing out thoughts as they come to me to try and pin point a direction, please bear with me. Jason -Message d'origine---

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
Are both of you on mac y/n? jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Tom Sobut Envoyé : mercredi 10 janvier 2007 20:31 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: IFlexModule My compile errors looked a bit differe

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
you grief. The fact that your project is failing on IFlexModule leads me to this. Again excuse if off the mark. Jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Greg Morphis Envoyé : mercredi 10 janvier 2007 19:20 À : flexc

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
persist? Have you already installed an older version of the modules framework before this release? From the originators blog perhaps. Excuse if I’m off the mark. I understand your frustration, and wish to try and help… Jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[

RE: [flexcoders] Flex/Flash on The iPhone ?

2007-01-10 Thread Merrill, Jason
27;t change the API for the primary because they know it would break too many web apps. Jason Merrill Bank of America Learning & Organizational Effectiveness From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On B

RE: [flexcoders] Flex/Flash on The iPhone ?

2007-01-10 Thread Merrill, Jason
The same way Safari does. (but are you sure there are multiple simutaneous mouse events in the iPhone?) Jason Merrill Bank of America Learning & Organizational Effectiveness From: flexcoders@yahoogroups.com [mailto:[E

RE: [flexcoders] Prevent DataGrid itemClick event from launching with header click

2007-01-10 Thread Jason Hawryluk
You could try an event.preventDefault(); you would have to be able to identify the event to know if you want it to pass or not. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de pdflibpilot Envoyé : mercredi 10 janvier 2007 14

RE: [flexcoders] Re: POST not working

2007-01-10 Thread Merrill, Jason
Locally? Security restrictions won't allow you to do that. To do it on the web, you would have to use something like .NET or PHP, and then download the file to the local system. That would be pretty easy. Jason Merrill Bank of America Learning & Organizational Effe

RE: [flexcoders] FileReference Upload Chunk The File into smaller chunks

2007-01-10 Thread Jason Hawryluk
icular files to download from the compressed file. This should be just using a folder dialog, as apposed to a file dialog. That said I'm sure Adobe has a particular reasoning behind the decision not to allow these things. These couple things would just make it more of a feature rich part of th

RE: [flexcoders] Re: basic architecture question

2007-01-10 Thread Merrill, Jason
extfield was just to show what the values were on screen for debugging. That part is working fine and showing the correct values. Thanks! Jason Merrill Bank of America Learning & Organizational Effectiveness From: flexcoders

RE: [flexcoders] Re: basic architecture question

2007-01-10 Thread Merrill, Jason
index + " capital is: " + targetComp.dataProvider[event.index].data; currentState = targetComp.dataProvider[event.index].data; } Where .data is the name of the state I want to change to. What is the proper approach? Thanks! Jason Merrill Bank of America Learning & Organizational Effectiveness

RE: [flexcoders] FileReference Upload Chunk The File into smaller chunks

2007-01-10 Thread Merrill, Jason
>>I need to split the file the user wants to upload into smaller chunks. >>Is this possible within the confines of the FileReference object? >From my experience with the FileReference, no - there are no methods to do partial binary streams. Jason Merrill Bank of A

RE: [flexcoders] Flex Builder 2.0.1 Trial

2007-01-10 Thread Merrill, Jason
When I downloaded the trial a week ago, I got 2.0.1 - maybe they messed something up since then. Jason Merrill Bank of America Learning & Organizational Effectiveness From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

[flexcoders] FileReference Upload Chunk The File into smaller chunks

2007-01-09 Thread Jason
within the confines of the FileReference object? If not does anyone else have other suggestions for me? thanks --jason

RE: [flexcoders] odd script error - undefined property

2007-01-09 Thread Merrill, Jason
Ah, that makes sense. Thanks! Jason Merrill Bank of America Learning & Organizational Effectiveness From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schmalle Sent: Tuesday, January 09,

[flexcoders] basic flex architecture questions

2007-01-09 Thread Merrill, Jason
he custom components like label values? 3. Overall, what would be a good way to architect a site like this? I know how to create and change states, but unsure what should be a component and what should just described right in the main MXML. Jason Merrill Bank of America Learning & Organizational Effectiveness Multimedia / eTools Team

[flexcoders] Flex Builder 2 classpaths

2007-01-05 Thread Merrill, Jason
ave to be within the workspace somewhere? When I type in import I get com as an option, but not the com.namespaces of my actionscript folder I keep on my hard drive and set as the Flex Build Path. I understood how this worked in Flash 8, but not Flex 2. Thanks, Jason Merrill Bank of A

RE: [flexcoders] Some help with a concept im working with

2007-01-04 Thread Jason Hawryluk
Correction sry, forgot the 'r' oops jason dot hawryluk at 3gcomm dot fr cherrs jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Jason Hawryluk Envoyé : jeudi 4 janvier 2007 08:51 À : flexcoders@yahoogroups.c

RE: [flexcoders] Some help with a concept im working with

2007-01-03 Thread Jason Hawryluk
I may have a solution for you. Email me off list. jason dot hawyluk at 3gcomm dot fr Jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de flashman1357 Envoyé : mercredi 3 janvier 2007 10:35 À : flexcoders@yahoogroups.com

[flexcoders] Merry Christmas

2006-12-25 Thread Jason Sheedy
Merry Christmas Everyone. http://www.jmpj.net/jason/index.cfm?mode=entry&entry=AF213D78-CF1D-76B8-AFF2E65DE7235702 -- Jason Sheedy www.jmpj.net

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