RE: [flexcoders] New IE Update puts huge Selector Around Flash Movies / Netscape, Opera Nor Firefox do this

2006-04-07 Thread Philippe Maegerman
FlashObjectis a good solution:) http://blog.deconcept.com/flashobject/ //Pim From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave CarabettaSent: jeudi 6 avril 2006 23:26To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] New IE Update puts huge Selector

[flexcoders] Namespace issue

2006-04-07 Thread Robs
Hi all, I have a project directory structure as shown: Root startup mxml files [folder named wrhouse] warehouse.mxml docviewWindow.mxml One of my startup mxml files has to include files from the wrhouse folder. I did the following in my application tag:

[flexcoders] Sending ISO-8859-1 from a Flex application

2006-04-07 Thread nahruka
Hi all, I'm trying to send an XML over HTTP from a Flex application to a Cocoon framework which redirects the requests to PL procedures in order to access an Oracle database ISO-8859-1 encoded. mx:HTTPService id=srvXMLoverHTTP url=http://.../cocoon/.../myCocoonEntry;

RE: [flexcoders] FLexB2 Embed flv into SWF

2006-04-07 Thread Sönke Rohde
Hi Roger, I am very curious about the nifty workaround! Where can I post/send my enhancement request? Thanks, Sönke -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Roger Gonzalez Sent: Thursday, April 06, 2006 6:59 PM To:

AW: [flexcoders] DataGrid bugs

2006-04-07 Thread Harald Dehn
Hi Matt, You are right, but this behaviour doesnt make sense. When I write an event listener for ItemClick, which do some action with the clicked item and get a rowIndex 0 I first have to check, if the user clicked on the header or on a real row (Please excuse my english J ) Harry

[flexcoders] Sharpen after smoothing

2006-04-07 Thread judah
I was looking at the final quality of the Bitmap.smoothing property on an image and I thought it would look great to have the option to sharpen the image after it was smoothed. Is this something that can be added or will it be too cpu intensive? Judah |**| -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Re: Question to Adobe about Flex Framework 1.5 Code Quality

2006-04-07 Thread Maxym
Actually it is hard to imagine that events could get much better than the current design. It is extensible, customizable, fast, easy to work with, and essentially lean and mean. If its hard for you just take a look at C#. From:

[flexcoders] Re: Testing if a variable exist?

2006-04-07 Thread bhaq1972
hi Gordon, one question please. how come the following code passes the if test even though myVar clearly exists? private var myVar:Object; private function test():void { myVar = new Object(); if(!(myVar in this)) { Alert.show(passes); } } thanks bod --- In

[flexcoders] Samples and JRUN

2006-04-07 Thread Alberto Albericio
Hello all, Is there any rational explanation on why Samples of Flex2b2 are working in the integrated version of JRUN but they just dont work in my production environment where I run a JRUN 4.5up6? I just copy the working folder to the production server and nothing works. I delete every .swf

RE: [flexcoders] Drag from Tree, drop to List?

2006-04-07 Thread Stefan Richter
I'm missing something, I am sure... Shouldn't this simple drag and drop from tree to list work? mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" layout="absolute" creationComplete="initApp()" mx:Script ![CDATA[ private function initApp():void {

Re: [flexcoders] F2B2 : Eclipse : Changing the Documents location

2006-04-07 Thread Claudia Barnal
Matt, Based on this and on our conversation 4 days ago (Developing/Compiling Java in Flexbuilder 2), will you guys be recomending using the Eclipse plugin over the standalone install in the future? Thanks, Claudia On 4/7/06, Matt Chotin [EMAIL PROTECTED] wrote: Unfortunately the bug that we

RE: [flexcoders] Re: Question to Adobe about Flex Framework 1.5 Code Quality

2006-04-07 Thread Ted Patrick
I have more than looked at C#, I have written several Flash/Flex backends in it. :) It comes down to this simple undisputable fact: .NET 2.0 Runtime == 22.4 MB (20 times larger than Flash) Java 1.5 Runtime == 16.0 MB (14 times larger than Flash) Flash Player 8.5 Runtime ==

RE: [flexcoders] Urgent Need for ActiveX Fix in IE for Flash Player 8 and/or 8.5 -- Is there any way to simulate a single mouse click inside the Flash Control to remove the Ugly Thick Border -- all it

2006-04-07 Thread Ted Patrick
FLASHOBJECT FIXES EOLAS http://blog.deconcept.com/flashobject/ - Player Detection - XHTML Compliant - Simple and easy to use It just works and this is all you need to know! - script type=text/javascript src=flashobject.js/script

[flexcoders] Beta 2 ActionScript Project Tutorials

2006-04-07 Thread Mark Walters
I'm just now finally starting to jump on the Flex bandwagon and have been searching for some AS3 Tutorials, not using the Flex Framework, and everything I've found (like http://www.helpqlodhelp.com/blog/archives/000127.html) has been for the pre beta 2 build and now seem to cause all kinds of

RE: [flexcoders] Urgent Need for ActiveX Fix in IE for Flash Player 8 and/or 8.5 -- Is there any way to simulate a single mouse click inside the Flash Control to remove the Ugly Thick Border -- all it

2006-04-07 Thread Stefan Richter
OT I know but what about autogenerated Flash(forms) in Coldfusion? It's been very quite on that. Stefan -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ted Patrick Sent: 07 April 2006 13:13 To: flexcoders@yahoogroups.com Subject: RE:

[flexcoders] Cairngorm 2: Code Reuse

2006-04-07 Thread Scott Langeberg
I've finally got a handle on Cairngorm, but I'm now stuck in the position of how do I reuse code between Cairngorm apps? We need to maintain at least three different applications that should share the majority of their codebase: + Application + Main code base + + App1 +business +... +

[flexcoders] Re: RemoteObject (Beta2)

2006-04-07 Thread Ryan Pieszak
Hey Matt, Yeah, I've installed the CF/Flex Connectivity, but it is still having trouble. I think the problem is that most of the installatin assumes that you're developing/deploying on the same server (everything is set to localhost), but we develop on our local pc's, test on the development

[flexcoders] {flexcoders} Beta 2: Absolute class reference

2006-04-07 Thread Scott Langeberg
Any ideas why this doesn't work, without the imports? (I get a class definition not found error). I should be able to reference classes this way, without the imports!NOTE: This code is being executed in an MXML app. import com.cpds.nested.*; import com.cpds.nested.commands.*; function

Re: [flexcoders] Urgent Need for ActiveX Fix in IE for Flash Player 8 and/or 8.5 -- Is there any way to simulate a single mouse click inside the Flash Control to remove the Ugly Thick Border -- all it

2006-04-07 Thread ColdFusion Editor
Stefan, There is currently a custom tag out from Kevin Aebig that you can wrap around your CFForm tag that (he says) will solve the problem. I haven't tested it. You can find that at: http://www.keslabs.com/stuff/eolas/ There's also another fix that may help by Jason Ripper.

[flexcoders] Problems running samples for Flex 2 Beta 2

2006-04-07 Thread brownd_92
Hi there, I have installed and am running Flex 2 Beta 2 and the data services beta. All other samples are running fine apart from the samples that include charting in them. This is the error I am getting: 4 Errors found. Error /messageservice/dashboard/TimeLine.mxml:56 Type is not found or

RE: [flexcoders] Re: RemoteObject (Beta2)

2006-04-07 Thread Dirk Eismann
Make sure that when you create your Flex 2 Project in Flex Builder to choose ColdFusion Flash Remoting Service. In the next step for Root folder specify the remote directory where CF's WEB-INF folder sits, i.e. \\dev-machine\Jrun4\servers\cfusion\cfusion-ear\cfusion-war\ in the field Root

[flexcoders] Chat not working in Dashboard and collaboration samples

2006-04-07 Thread brownd_92
Hi there, I have managed to get the charting thing working now!! But ive ran into another problem, The chat dosent work in the dashboard and other collaboration samples. When you type anything in the box and press send - nothing happens!! I get this message in the integrated flex server

Re: [flexcoders] Flex 2 on Mac OS X

2006-04-07 Thread John Barrett
Hi,Sorry to come into the conservation so late, been dealing with floods in Hawaii:(Did you get everyhting working for Flex2 on your Mac?I also tried the fCompile, but never got it working. I think that it was an applescript that called the terminal, but who knows.I use ANT to compile, which

[flexcoders] Re: Problems running samples for Flex 2 Beta 2

2006-04-07 Thread brownd_92
I have this sorted nowthanks.! --- In flexcoders@yahoogroups.com, brownd_92 [EMAIL PROTECTED] wrote: Hi there, I have installed and am running Flex 2 Beta 2 and the data services beta. All other samples are running fine apart from the samples that include charting in them.

Re: [flexcoders] It's not what you think ---- New IE Update puts huge Selector Around Flash Movies / Netscape, Opera Nor Firefox do this

2006-04-07 Thread Dave Carabetta
On 4/6/06, Robert Thompson [EMAIL PROTECTED] wrote: What you have to understand about Microsoft is they are extremely good at deception. Make no doubt about it, they are smart, if not in software, in market dynamics and legal dynamics. Trust me, I know, I've seen documents I can't

RE: [flexcoders] It's not what you think ---- New IE Update puts huge Selector Around Flash Movies / Netscape, Opera Nor Firefox do this

2006-04-07 Thread Stefan Richter
Don't forget though that 'time to refactor your code' will cost some Enterprises *a lot* of money. I am currently doing some work for a client who has literally thousands upon thousands of pages with Flash and Java on them to update - many are static. Nowthis company needs to go back to

RE: [flexcoders] Re: ActionScript APIs

2006-04-07 Thread Zane Hejduk
Mac,That's exactly the start I'm looking for, thanks big time. So I can handle all of the results using those APIs, do I just make a regular mx:HTTPService call to the Yahoo! API? Is there any way to have the API help me make the call, ie:import com.macromedia.webapis.flickr.FlickrService;var

RE: [flexcoders] Re: ActionScript APIs

2006-04-07 Thread Stefan Richter
http://weblogs.macromedia.com/flex_samples/flex_explorer/explorer.html These don't workfor me in Player8,5,0,246. VerifyError: Error #1053: Illegal override of SystemManager in mx.managers.SystemManagerat global$init() Stefan -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Flex 1.5 :: List of Custom Components?

2006-04-07 Thread Pablo Apanasionek
Thanks for your answer Matt! In fact, I already solved it by using the cellRenderer of the DataGrid as you mention. I just didn't know where to start. And I didn't know you could use a MXML as a cellrenderer (always thought it was limited to AS). I discovered this at the Flex 2 docs,

[flexcoders] Samples and JBoss4

2006-04-07 Thread Valy Sivec
I would like to have samples.war deployed on JBoss4 but without any luck yet. Do you have any suggestions?. Do I need to add something to JBoss? Thanks,Valy How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates. -- Flexcoders Mailing List FAQ:

[flexcoders] Re: RemoteObject (Beta2) - cannot find CFC

2006-04-07 Thread Ryan Pieszak
Hey Dirk, Thanks for the reply. I think I've gotten past this point, I can get the swf to compile and load in the browser. My problem is that it can't connect to the CFC. It tells me 'Unknown destination', that it cannot find the cfc. I don't know if I have to predefine it in the

[flexcoders] Hello

2006-04-07 Thread Radhika Baron
Hello,I would like to be a part of this group. Please allow me to post and receive messages from this group.Many Thanks,Lucky__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --

RE: [flexcoders] Hello

2006-04-07 Thread Stefan Richter
Permission granted :-) Welcome Lucky! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Radhika BaronSent: 07 April 2006 17:20To: flexcoders@yahoogroups.comSubject: [flexcoders] Hello Hello, I would like to be a part of this group.

RE: [flexcoders] Hello

2006-04-07 Thread Jonathan Miranda
Wait wait, you cant give permission granted so easily! Wheres the required Jonathan goes to Maui donation? J _ Jonathan Miranda Stealth Project Manager Sorry, it's a 'Need to Know' basis only. HealthGrades: Guiding America to Better

[flexcoders] Horizontal bar chart

2006-04-07 Thread Jonathan Miranda
Any quick way to flip it horizontally or do I need to extend the barchart and rewrite the display? _ Jonathan Miranda Stealth Project Manager Sorry, it's a 'Need to Know' basis only. HealthGrades: Guiding America to Better Healthcare NASDAQ:

RE: [flexcoders] Flash player bug -- character set

2006-04-07 Thread Matt Chotin
OK, I checked with the Player team and it is a known issue, unfortunately it won't be fixed right now. Here are the relevant notes (FOL means Fact of Life): For security reasons, we don't allow the player to query the keyboard unless we know we have focus, in order to prevent key snooping of

RE: [flexcoders] Horizontal bar chart

2006-04-07 Thread Ely Greenfield
You mean, you want it to extend from the right to the left? Here's the quick and dirty way: 1) set the 'placement' property on your verticalAxisRenderer to 'right' to get it over to the right hand side 2) negate the values in your dataProvider 3) set a labelFunction on your

RE: [flexcoders] Flash player bug -- character set

2006-04-07 Thread Dima Ulich
Well, that's a bummer. I hope they will find a way to handle the issue in the future. Anyway thanks for your help Matt. Dima --- Matt Chotin [EMAIL PROTECTED] wrote: OK, I checked with the Player team and it is a known issue, unfortunately it won't be fixed right now. Here are the relevant

RE: [flexcoders] F2B2 : Eclipse : Changing the Documents location

2006-04-07 Thread Matt Chotin
I think it depends what kind of development you want to do. Flex only, use the standalone. If you want to use Java I'd go for the plugin since you'll then get the standard Eclipse UI which all the Java developers will be familiar with. But I just saw a thread internally that sounds like we are

[flexcoders] Beta2 - CFC's - Send failed - HTTP Status 405???

2006-04-07 Thread Ryan Pieszak
When testing the weatherFF sample app and my own custom app, I get the following error for both: faultString:'Send failed' faultDetail:'Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 405' It throws the error when trying to connect to a CFC. Any ideas? Thanks. --

[flexcoders] Link Error: unresolved symbol ...

2006-04-07 Thread Hari Krishna Dara
I have tried this question at the labs forum, but had no luck, so here it goes again... Also, I tried sending this email from the yahoo groups web interface first, and it so far didn't appear on the list (3 days), so I am resending, and hope it won't result in a duplicate. I apologize in advance

[flexcoders] Re: Flex2 - Beta2 Integer to Character Conversion

2006-04-07 Thread quasimotoca
Thanks Gordon, that worked... Cheers, Dave --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: There are no characters in AS3; there are only Strings, which can have length 1. You can create Strings of any length out of character code integers using the static method

[flexcoders] Re: Flex2-Beta2 Two Dimensional Binary Arrays

2006-04-07 Thread quasimotoca
Hi Matt: Thanks. How would I access the resulting 2D array (say in a nested loop)? Would it be something like: outer[i][j] ? Cheers, Dave --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: You would have an Array instance where each object in the index is another Array.

Re: [flexcoders] Re: RemoteObject (Beta2) - cannot find CFC

2006-04-07 Thread Simeon Bateman
You probably need to uncomment the specific information in your flex-enterprise-services.xml file. But just so you dont have to wonder what that is, I am including the contents of mine below. Just make sure that the endpoint for the my-cfamf channel uses the correct port. simeon?xml version=1.0

[flexcoders] Re: Beta2 - CFC's - Send failed - HTTP Status 405???

2006-04-07 Thread Ryan Pieszak
I've been posting a lot of questions, not much of Flex seems to make any sense to me... I stopped and started CF from the cmd line, and when it was loading up, I noticed this... 04/07 16:16:13 INFO License Service: Flex 1.5 CF Edition enabled 04/07 16:16:13 INFO Starting Flex 1.5 CF Edition

Re: [flexcoders] Re: Beta2 - CFC's - Send failed - HTTP Status 405???

2006-04-07 Thread Simeon Bateman
CF 7 has flex 1.5 built in. Its how the Flash CF forms work. It has to be there :) dont worry about that.simeonOn 4/7/06, Ryan Pieszak [EMAIL PROTECTED] wrote: I've been posting a lot of questions, not much of Flex seems to make any sense to me... I stopped and started CF from the cmd

[flexcoders] Re: FLEX and UPS online tools XML integration

2006-04-07 Thread Corey
Hi Matt, Great Idea I did not even think to turn that on. Once I did I received this message listed below. I am not sure what it means. What do you think? Do you think its on the FLEX side or the UPS side? Do you know of anyone that has connected Flex to the UPS API's? [4/7/06 16:15:43:828 CDT]

[flexcoders] Looking for a work around with using the HTTPService and its request object

2006-04-07 Thread Corey
I am trying to use the HTTPService call and in the request objectif there are elements that begin with a number Flex does not like this and throws this error "When using '' in a Script, XML requires wrapping the Script content with '![CDATA[' and ']]'." So if I wrap it in a CDATA tag then Flex

[flexcoders] Re: FLEX and UPS online tools XML integration

2006-04-07 Thread Doug Lowder
Just wondering... Is your Flex app loaded over http? If so, add protocol=https to your HTTPService and see if that helps. - Doug --- In flexcoders@yahoogroups.com, Corey [EMAIL PROTECTED] wrote: Hi Matt, Great Idea I did not even think to turn that on. Once I did I received this

[flexcoders] Re: FLEX and UPS online tools XML integration

2006-04-07 Thread Corey
Hi Doug, Hi Doug my flex app is loaded over https. I have tried it loaded both ways over http and https. Here is what happened when I tried it loaded over https://. I set the protocol=https and I received the same error. Then I also set useProxy=false. When I do this I do not get an

[flexcoders] Flash Media 2 Server + Flex 2 (Beta 2) connection problem

2006-04-07 Thread pk_wasp
Trying to run this sample http://coenraets.com/viewarticle.jsp?articleId=100 which works fine on localhost using nc.connect(rtmp://localhost/flex_videoconference); but if if i change localhost to my server name (so other test machines on the LAN can see it) I'm getting Unhandled

[flexcoders] Re: FLEX and UPS online tools XML integration

2006-04-07 Thread Doug Lowder
Well, I don't think it's mxml-related. I ran a little test with your code and it's working fine. Here is what I get back from xmlDecoder() after calling getServices(): ?xml version=1.0? RatingServiceSelectionResponse Response TransactionReference / ResponseStatusCode0/ResponseStatusCode

[flexcoders] Re: FLEX and UPS online tools XML integration

2006-04-07 Thread Corey
Wow Doug that is great! and its bad because I cannot do that. ;) I must be doing something wrong. I have tried it so many ways I think I have myself crossed up. Doug I would do anything to even get that response that you got there. Could you post the exact code you used to get that response

[flexcoders] Re: FLEX and UPS online tools XML integration

2006-04-07 Thread Doug Lowder
Hi Corey, The exact code I'm using is pasted below. This is Flex 1.5 running under Tomcat 5.1.something, and the app is loaded over https. I'm wondering if maybe your problem is related to some outdated version of a jar fileused byIBM WebSphere (which unfortunately I don't have any experience

[flexcoders] Re: FLEX and UPS online tools XML integration

2006-04-07 Thread Doug Lowder
Also, I used the exact same UPSTest.xml file that you originally posted. --- In flexcoders@yahoogroups.com, Corey [EMAIL PROTECTED] wrote: Wow Doug that is great! and its bad because I cannot do that. ;) I must be doing something wrong. I have tried it so many ways I think I have

[flexcoders] Re: FLEX and UPS online tools XML integration

2006-04-07 Thread Corey
Hi Doug, Thanks for the help! I really appreciate it a lot. You have probably saved me lots of hours of trouble trying to get this to work. Now I know the code is right but my environment is messed up. It must be something with websphere. How did you know I was running websphere? I have

[flexcoders] Re: Few issues

2006-04-07 Thread angelosalsa
Hi Jason, Thank you for you inputs, Ok here is what I did: I put this in the flex-enterprise-services.xml file endpoint uri=http://207.AndTheRestOfTheFixedIP:8701/flex2gateway/; class=flex.messaging.endpoints.AMFEndpoint/ then I tied it locally its still fine, but from a remote location I am

[flexcoders] Re: RemoteObject (Beta2) - cannot find CFC

2006-04-07 Thread angelosalsa
Did you try doing this: in the Additional Compiler Arguments: --services=C:\CFusionMX7\wwwroot\WEB-INF\flex\flex-enterprise- services.xml Also make sure that this file has: services service id=coldfusionsamples-service class=flex.messaging.services.RemotingService

[flexcoders] Re: Link Error: unresolved symbol ...

2006-04-07 Thread Hari Krishna Dara
On 8 Apr 2006 00:02:24 -, flexcoders@yahoogroups.com flexcoders@yahoogroups.com wrote: Date: Fri, 7 Apr 2006 11:34:05 -0700 From: Hari Krishna Dara [EMAIL PROTECTED] Subject: Link Error: unresolved symbol ... I have tried this question at the labs forum, but had no luck, so here it

[flexcoders] Re: RemoteObject (Beta2) - cannot find CFC

2006-04-07 Thread Alexander Tsoukias
My experience was frustrating in the beginning as well. I used the wizards straight from a database table and I had 2 days of nightmares trying to make it all work. It turned out that everything works perfectly. Though the automatically generated CFCs (some of them - especially in the DAO

[flexcoders] BETA 2: Setting global Vars at creationComplete

2006-04-07 Thread Alexander Tsoukias
Hi all, Simple question which I can't seem to find in the help section either. I want to set some variables on creationComplete of my app so that I can access them from anywhere in the rest of the application later on or even change them as the user logs in for example. I'm a coldfusion

Re: [flexcoders] Re: RemoteObject (Beta2) - cannot find CFC

2006-04-07 Thread Muzak
If you're connection from a different machine than the one CF is installed on, use {content.root} in the endpoint uri attribute. Mine looks like this: endpoint uri={context.root}/flex2gateway/ class=flex.messaging.endpoints.AMFEndpoint/ If you look at the top of the

RE: [flexcoders] Re: Flex2-Beta2 Two Dimensional Binary Arrays

2006-04-07 Thread Matt Chotin
Yep, just like you have -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of quasimotoca Sent: Friday, April 07, 2006 12:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex2-Beta2 Two Dimensional Binary Arrays Hi Matt: Thanks. How

RE: [flexcoders] Re: Testing if a variable exist?

2006-04-07 Thread Gordon Smith
When I change private var myVar:Object; to public var myVar:Object; the alert doesn't come up, as expected. Changing it to protected doesn't fix it. So apparently in only works on public -- not private or protected -- things, which I didn't know. I'll ask our AS3