[flexcoders] sort compare more than 2 items?

2007-01-25 Thread Impudent1
I have an array that populates a datagrid combobox item renderer of: public var file_prioritylist:Array = [High, Medium, Normal, Low ]; [Bindable] public var file_priority:ArrayCollection = new ArrayCollection(file_prioritylist); to avoid them sorting alphabetically I setup a sortCompareFunction

Re: [flexcoders] sort compare more than 2 items?

2007-01-25 Thread Brendan Meutzner
Why not use numeric values for your priority... you wouldn't have to use a special sort function, but instead just use a labelFunction for display in the datagrid to acheive your high/medium/normal/low counts. Brendan On 1/25/07, Impudent1 [EMAIL PROTECTED] wrote: I have an array that

[flexcoders] Re: Printing in Flex

2007-01-25 Thread baardos
Hi Sam, This issue was caused by the fact that the FlexPrintJob was preparing the panel for printing (the print job was set to match or width/height) and for some reason it was setting it's height to 0 - that's why I think it was getting removed from the queue. I've noticed that wrapping a

[flexcoders]

2007-01-25 Thread Oliver Bruehl
unsubscribe

Re: [flexcoders] Flowcharting/Drawing Components

2007-01-25 Thread Michael Schmalle
OpenLaszlo [1]. Yeah that is right. That's also why it is not as good as it could be. ;-) I can't say I could get all the server stuff together like they have but as far as the UI components, I got them beat. I can't imagine all the code they have to do what it does. Peace, Mike On

[flexcoders] Re: TextField.embedFont strange behavior

2007-01-25 Thread polestar11
--- In flexcoders@yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote: I hate to ask a stupid question, but are you sure the entire font (or at least the Latin characters) is embedded? How are you embedding the font? Hi Daniel I wasnt embedding the font at all other than specifying the

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

2007-01-25 Thread Adam Reynolds
I don't know if anybody else has signed up for the Flex 3 beta, but does anyone else feel that Flex 3 is a little bit too close to Flex 2? I was discussing this with an editor of a PC magazine, here in the UK, and he was very surprised. I'm assuming Adobe will not be charging much for upgrades

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

2007-01-25 Thread Jerome Clarke a.k.a sinatosk
I personally don't see a problem with it... it's not like they're releasing a new Flash Player and AVM ... just a updated/new framework that still works with Flash 9 AVM2 and other things ofcourse like SDK etc etc. People will still be able to use Flex 2 On 1/25/07, Adam Reynolds [EMAIL

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

2007-01-25 Thread Tom Chiverton
On Thursday 25 January 2007 10:16, Adam Reynolds wrote: I'm assuming Adobe will not be charging much for upgrades from 2 to 3 and is it really such a good idea to be going up a whole new version when Flex 2 has literally been around for months, not even years. The Flex 2 SDK is free, and I'm

[flexcoders] Size properties in AS3

2007-01-25 Thread Mikhail Shevchuk
Hello, Flexcoders! Is there any way to set the size property (height and width) in AS3 in percents? -- A vivid and creative mind characterizes you.

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

2007-01-25 Thread hank williams
Yeah, I would much prefer it if they slowed down their innovation substantially. Because I am absolutely sure that is the way microsoft looks at it. In fact I think Bruce Chizen should call Steve Balmer and say something like this. you know, as a favor to our users lets agree that we will give

Re: [flexcoders] Size properties in AS3

2007-01-25 Thread Michael Schmalle
Hi, No, percentWidth and percentHeight are creations found only in the UIComponent class. Flex is based from Containers which hold things 'inside' relative to each other. The AS3 Flash Play has display lists that hold DisplayObject 'on'. That being said having percentages in AS3 outside of

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

2007-01-25 Thread Adam Reynolds
I think 2.0.1 is an indication of what possibly went wrong. They introduced modules. 500 bugs, fix 250, and then introduce new features. WTF? and now flex 3. What I'm assuming here is developer idea overload. Flex 2 is fantastic and suddenly they realise how powerful it is, but they want to

[flexcoders] Sun GlassFish

2007-01-25 Thread devisbalsemin
Hi, i'm using Sun Application Server 9 i have deploy samples.war and with crm example i'm receiving always this excpetion Can you help me pls Thank in advance Devis

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

2007-01-25 Thread Tom Chiverton
On Thursday 25 January 2007 12:38, Adam Reynolds wrote: do with Flex. Is it worth fixing the issues with F2? No release the new component with F3. They might just be doing a Sun - rather than release x.6, call it 6.0 :-) -- Tom Chiverton Helping to biannually synthesize world-class e-services

[flexcoders] HTTPService Vs WebService

2007-01-25 Thread theduderino82
I've seen many tutorials and I just can't figure out what is the difference between this too services. I usually use it to interrogate mysql database through a php file. Which is best?

[flexcoders] Flex Builder 2.0.1 - problem creating a library project

2007-01-25 Thread Danko Kozar
I'm trying to compile a library (swc) project for a first time, but nothing happens - the bin folder remains empty. The project is created with: File - New - Flex Library Project. I've included the classes as described in examples. I've tried to 1) build the project manually, and 2) with

[flexcoders] getObjectsUnderPoint Alternative?

2007-01-25 Thread Steve Cox
All, I have the requirement to use mouse-over to cause a component to be highlighted. Effectively the user will click a button activating a 'lookup'.. when they roll over a component on screen this component will be highlighted (perhaps with a dropshadow, or glow or something). Now I could use

[flexcoders] Re: Does Flex work with Java without FDS?

2007-01-25 Thread Charles Havranek
Yes it does, you can use plain HTTP/HTTPS GET POST or Web Services. (Maybe some others, but that's all I looked at) I end up using fine grained REST style Web Services which results in excellent performance and memory usage. I did find some problem returning multiple serialized unbounded

[flexcoders] Re: How to convert XMLList Collection to an ArrayCollection ?

2007-01-25 Thread Danko Kozar
Have you tried: myDP = xmlData.partsList.catalog as ArrayCollection; ? --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Hello, I have XML data which comes back from a server via a custom socket. How can I convert that the to an ArrayCollection ? If I try: myDP =

Re: [flexcoders] HTTPService Vs WebService

2007-01-25 Thread Abdul Qabiz
HTTPService is good for doing standard HTTP GET/POST stuff... Where as WebService can be used for SOAP, etc based webservices... -abdul On 1/25/07, theduderino82 [EMAIL PROTECTED] wrote: I've seen many tutorials and I just can't figure out what is the difference between this too

Re: [flexcoders] getObjectsUnderPoint Alternative?

2007-01-25 Thread Abdul Qabiz
You can attach your handler to mouseOver event of your component. mouseOver is triggered whenever mouse would be over the component. -abdul On 1/25/07, Steve Cox [EMAIL PROTECTED] wrote: All, I have the requirement to use mouse-over to cause a component to be highlighted. Effectively

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

2007-01-25 Thread David Mendels
Hi, Let me correct some misimpressions in this thread: A) We are not rushing out Flex 3. The Flex 3 beta has not started and is some time away. Once we have a first public alpha or beta, it will still be a logn while until we ship. What you are seeing is not about us rushing the product, it

Re: [flexcoders] Re: How to convert XMLList Collection to an ArrayCollection ?

2007-01-25 Thread Michael Schmalle
Hi, I don't think you can... In the help docs they have this example for each (var item in doc.p) { trace(item); } I would say you are going to have to bite the bullet and loop. ArrayCollection is just a wrapped array and I don't see any place where XMLList returns and array. It's like

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

2007-01-25 Thread Merrill, Jason
I am literally picking up my F2 box today. Knowing F3 Beta is about to start is a bit f'd up. Any rumors/guesses as to when roughly we might see Flex 3? I'm getting ready to buy Flexbuilder 2 in the next month, but wonder if I should wait until the second quarter. Seems there are rumors Flash

[flexcoders] 0E-8 problem in Flex 1.5

2007-01-25 Thread Dharmendran A
Hi, Iam getting a strange problem in Flex Grid. The problem is 0E-8. I have a column ReceivedQuantity(decimal datatype) in the Database(SQL Server). This data is returned as a resultset using a web-service, converted in to a XML and assigned to flex grid. The bug is if i have a value 0

[flexcoders] Sample FDS/J2EE application(Article) required

2007-01-25 Thread techunar
Hello everyone, Finally, today I succesfully configured Flex with Tomcat ran few sample FDS/Java applications. I have to work on Data Management Services of FDS, can you people provide me any sample article for this? (or a sample application) I have followed completed the few applications who

Re: [flexcoders] FDS Issue

2007-01-25 Thread João Fernandes
Where are stored your cfcs? The coldfusion instance won't be able to see your cfcs inside a IIS website unless you add a mapping like /com/mydomain/myassemblerfolder/ (expecting that you assembler is com.mydomain.myassemblerfolder.myassembler.cfc ) or you put your cfcs inside the cfusion-war

[flexcoders] Re: Flex plus GoogleMap integration

2007-01-25 Thread jonrmayer
To my knowledge there is no API for flex 2 and google maps. It's not difficult to do:- there was a great website out there called flashearth that accessed the API s for google,virtual earth and yahoo but even the author admitted that it went against the spirit of the terms conditions of the

Re: [flexcoders] HTTPService Vs WebService

2007-01-25 Thread Nick Sophinos
The simplest dinstinction is that one is SOAP and the other one is XML. A SOAP interface, with its type safety and other such assurances contrasts to plain old XML, which has the advantage of simplicity. - Nick On 1/25/07, theduderino82 [EMAIL PROTECTED] wrote: I've seen many tutorials

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

2007-01-25 Thread Boydlee Pollentine
I will be looking for some good flex coders for contracts in Australia in the coming months, if anyone is interested in a Flex Job here please feel free to send your details to us via http://www.zenkey.com.au/recruitment/submityourresume.aspx Regards, Boydlee Pollentine Zenkey Group Pty

Re: [flexcoders] Skins

2007-01-25 Thread Nick Sophinos
I was impressed by: http://www.scalenine.com/ - Nick On 1/24/07, Weldon MacDonald [EMAIL PROTECTED] wrote: I'm doing an app and want it to have the look and feel of a desktop app, like photoshop or illustrator. Somehow I don't see styles as being enough, but skinning sounds time

[flexcoders] Re: WebService woes - faultCode: EncodingError - faultString: Unknown Property

2007-01-25 Thread gustavo.saume
Hello yall, we had the same problem and realize that when you define in your server side that a WebService receive an ArrayList (Java) of an specific type of content you can´t pass an empty ArrayCollection from Flex to the Server. You must at least add an empty Item of the speficed type to

[flexcoders] Flex2 Metadata / Compiler Options Question

2007-01-25 Thread gtuhl
I'll try to keep this brief and clear, bear with me and please request additional information if it would help. We came across a situation in a very large Flex2 application where we wanted to know the types of items inside of collections at runtime. I can provide more details if desired, but in

[flexcoders] Slightly OT: Vista Feedback

2007-01-25 Thread Battershall, Jeff
My biggest concern in installing Vista on my laptop is whether it's going to break my existing development setup: CFMX 7.02 running with Apache with heavy use of Flex Builder. Anyone out there has Vista running on such a setup without issues? Or with issues? I'm still on the fence as to

Re: [flexcoders] Flex Builder 2.0.1 - problem creating a library project

2007-01-25 Thread Michael Schmalle
Hi, One thing that happens sometimes is there is an error in your classes some where. When you add classes to the library, the compiler checks them as it builds the swf. If everything looks good and you see no errors. Try Project-Clean and clean the library project. Peace, Mike On 1/25/07,

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

[flexcoders] Re: no rtmp connection on win xp ?

2007-01-25 Thread chrisnoeflex
Jeff, I think the problem is that i'm not able to connect from the browser, to the app. server, so logging is also not possible. Keep getting the connection failed. Now when i start up the application, i get a flash box asking where the debugger or host application is running, on localhost or

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

2007-01-25 Thread adobeted
Adam, Release cycles average 18 months. Flex 2 launched June 28 so to date it has been 7 months since its release. Adobe is in the early stages of development of Flex 3 and we are looking to release in 2007. So why did I start talking about Flex 3 so early? This release cycle is going to be

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

2007-01-25 Thread adobeted
Flex SDK will remain FREE. Ted Patrick Adobe

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

2007-01-25 Thread adobeted
Negative, not pulling a Sun. Flex 3 is a full release cycle and the changes within are substantial. Ted :)

[flexcoders] Cold Fusion Report Builder Preview Issue

2007-01-25 Thread ahhierl
I just downloaded CF Report Builder and tried to do a quick sample report using the report wizard. I was able to connect via RDS to a CF server on the same machine and tested the query successfully. The problem is trying to preview the report. I get a Preview Report window with the message

[flexcoders] RepeatableBinding is not defined

2007-01-25 Thread vargaandrea
Hi, Has anybody any idea what this error means? Variable mx.binding::RepeatableBinding is not defined Thanks

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

2007-01-25 Thread David Mendels
Hello, No, we are not trying to sync the schedule of Flex 3 and CS3. And the ship of Flex 3 is a ways out. We will of course have a public beta in advance, but if you are at all serious about doing work with Flex it would be crazy to wait--it is not around the corner. Please recall, from

[flexcoders] Help needed in accesing files located in remote location

2007-01-25 Thread Vinod M Jacob
Hi , In my apllication i am using Flex 2.0 ,JSP and tomcat server. I have hosted this application under Tomcat on a remote server. The file which i am acessing from this application is stored in local drive C:// This file when stored under context root is acessible but not from the

[flexcoders] Re: Sample FDS/J2EE application(Article) required

2007-01-25 Thread jrunrandy
Christophe Coenraets has an FDMS Tutorial (and Tomcat-based test-drive server) that should have what you need: http://coenraets.org/ HTH Randy Nielsen Flex Documentation Manager Adobe Systems, Inc. --- In flexcoders@yahoogroups.com, techunar [EMAIL PROTECTED] wrote: I have to work on Data

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] Slightly OT: Vista Feedback

2007-01-25 Thread Shannon Hicks
I installed Vista on my laptop running MX 7.02, IIS and FB 2. They all continued to work. It was everything else that broke. I lost printer support (no Vista drivers, and the XP drivers didn't transfer over). They did fix the hibernate bug, so Vista did finally allow my laptop to hibernate,

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

2007-01-25 Thread Adam Reynolds
I must admit I now have a warm fuzzy feeling now :) Thank you for the feedback. Merrill, Jason wrote: 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

RE: [flexcoders] Slightly OT: Vista Feedback

2007-01-25 Thread Giles Roadnight
I've tried Vista a few times at various stages of development. I do really like the interface and will be switching to it soon. I'll also be using it on my 3 media centers which will possibly show the biggest improvement. Once concern I have had is Flash MX 2004 (and Flash 8). When I run these

[flexcoders] Re: Flex Builder 2.0.1 - problem creating a library project

2007-01-25 Thread Danko Kozar
I tried it - unfortunatelly it doesn't help. :-| --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, One thing that happens sometimes is there is an error in your classes some where. When you add classes to the library, the compiler checks them as it

Re: [flexcoders] saving a manipulated jpg

2007-01-25 Thread franto
my question is, how can you upload to server, i cant do that :( On 1/25/07, Webdevotion [EMAIL PROTECTED] wrote: Another problem that I have is that my cfc method will not accept my ByteArray. Actionscript: = var picture:Picture = Slideshow.getInstance().getPicture(); var

Re: [flexcoders] Help needed in accesing files located in remote location

2007-01-25 Thread Abdul Qabiz
Security sandbox in Flash Player 8 onwards has changed. Which means SWF can be compiled with two different config:- 1) Either access local files but no data from network 2) Or access network data but no local data. I believe, FlexBuilder/MXMLC compiles with second config mentioned above. You

Re: [flexcoders] HTTPService Vs WebService

2007-01-25 Thread Abdul Qabiz
Yup! You can use HTTPService with backend-scripts that return text or name-value pairs...You can even use it for SOAP but you would need to do more work. Where as WebService can easily be used with SOAP but expects right input and result. -abdul On 1/25/07, Merrill, Jason [EMAIL PROTECTED]

RE: [flexcoders] Slightly OT: Vista Feedback

2007-01-25 Thread Battershall, Jeff
Gosh Shannon, what a resounding, even gushing endorsement of Vista (not)! :-) In my 'old' age I'm getting a bit conservative having been bitten by the 'curse of the early adopter' a few too many times - like doing RIA development with AS 1.0. Maybe I can actually hold off being the 'first on my

[flexcoders] Re: FDS createItem - how to find ID of inserted record?

2007-01-25 Thread sunilpatel_10
Yes, this did work. Thanks a lot Jeff. --- In flexcoders@yahoogroups.com, Jeff Vroom [EMAIL PROTECTED] wrote: You'll need to make sure you have dept defined as an association property in the Emp destination. When you have association properties between two data types, those types will

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

2007-01-25 Thread adobeted
We need to do a better job of being more open about releases and allowing our customers to participate openly in shaping the products. I think you will see that the development and delivery of Flex 3 will be a great change in this regard. We are opening up and there are some great things in store.

Re: [flexcoders] saving a manipulated jpg

2007-01-25 Thread Webdevotion
I have resolved the bytearray problem. Only question: how to apply blendmodes etc to the generated bitmap ?

RE: [flexcoders] Flex Builder 2.0.1 - problem creating a library project

2007-01-25 Thread Brian Holmes
This also happens when you fail to add files in the build path of your library. Right click on the project, go to properties and check the files you want to include in the build. That was the mistake I made the first time I put a library together. B. From:

Re: [flexcoders] File upload via JAVA

2007-01-25 Thread Abdul Qabiz
You can write simple servlet/jsp that does the uploading. If you can write a simple app with html front end and java backend for file uploading, you can transparently replace front-end with Flash based uploader. You have to take care of cases when multiple-files are being uploaded together, on

Re: [flexcoders] saving a manipulated jpg

2007-01-25 Thread Webdevotion
Here you go franto, http://blog.webqem.com.au/index.php/2006/09/08/flex-20-image-saving/ my problem still stands, anyone ?

[flexcoders] Posting PNG to server

2007-01-25 Thread franto
Hi, Please help me, how can I post PNG (ByteArray created by Tini Uro's convertor) to server (PHP) Im try URLLoader + URLRequest.data = png but it doesnt work :( Does anyone know, what should I do? Thanks P.S. Close to deadline :)) Franto

Re: [flexcoders] Convert Videos to FLV via Web

2007-01-25 Thread Abdul Qabiz
There is php hooks for ffmpeg: *http://ffmpeg*-*php*.sourceforge.net On 1/24/07, Steve Gustafson [EMAIL PROTECTED] wrote: ffmpeg should help you out. Here is a tutorial: http://soenkerohde.com/tutorials/ffmpeg/ Gus On 1/23/07, Marlos Carmo | 5clicks.com.br [EMAIL PROTECTED] wrote:

RE: [flexcoders] Slightly OT: Vista Feedback

2007-01-25 Thread Brian Deitte
The Windows XP hibernation problem (which I ran into as well) is solved with this hotfix: http://www.u-g-h.com/InsufficientSystemResourcesExistToCompleteTheAPISOL IVED.aspx From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shannon

[flexcoders] Decoupling a Flex 1.5 App from Flex 1.5 Server

2007-01-25 Thread Battershall, Jeff
We're in the middle of migrating existing apps/development from Flex 1.5 to 2 and at the same time migrating from CFMX 7.01 to CFMX 7.02. We currently have Flex 1.5 and CF integrated, but we'd like to move away from that where we're not really leveraging Flex server capabilities and merely

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 Behalf Of

Re: [flexcoders] Slightly OT: Vista Feedback

2007-01-25 Thread Shannon Hicks
Yeah, I know. I'm usually running the latest greatest betas of stuff, but Vista left a bad taste in my mouth. I have memories of when I first installed XP... No driver support, the system files all got moved around, etc. The last nail in the coffin was the open/save dialog boxes in Vista.

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

2007-01-25 Thread Merrill, Jason
We need to do a better job of being more open about releases and allowing our customers to participate openly in shaping the products. I agree - I haven't heard much from Adobe on Flashcoders lately re: the Flash 9 IDE (Flash CS3?) - JD @ Adobe did respond to an unrelated question I had

RE: [flexcoders] Can't seem to customize Flash ContextMenu

2007-01-25 Thread Battershall, Jeff
Just to bump this up a bit - I'm able to confirm this behavior - setting a contextMenu at the Application container level sets the context menu for any UI objects contained within it - BUT NOT FOR THE BACKGROUND OF THE APP. So if there's any app background not covered by a UI object you'll see the

Re: [flexcoders] Code Highlighting Bug?

2007-01-25 Thread Steve House
Brendan, I am getting the same problem with: mx:DateField id=dtNeeded disabledRanges={[{rangeEnd: new Date()}]} selectedDate={detailObject.dtNeeded} editable=true / Really Annoying! Adobe, is this a bug and is there a workaround??? Steve On 1/22/07, Brendan

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

2007-01-25 Thread Tom Chiverton
On Thursday 25 January 2007 14:26, adobeted wrote: Flex SDK will remain FREE. Great, many thanks for confirming that ! Also ta to David for a very nice explanation of why this isn't a dressed up point release, or a rush to market - in actually fact it's just Adobe showing us what is around the

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

2007-01-25 Thread Doug McCune
Quick question regarding updates to the framework, new components, etc. If the SDK remains free then in theory we'd be able to use our existing Flex Builder 2 to use any updated components or new ones that are added to the framework, right? You obviously wouldn't get the changes that are made

[flexcoders] FlexManiacs 2007 Conference - 2 days left to submit topics

2007-01-25 Thread Steve Drucker
Just two days left to submit topics for the FlexManiacs 2007 Conference in Washington, DC June 25-26! We want to hear from the best brightest in the Flex community! Note that we are paying for hotel, coach airfare, and conference admission for selected speakers. Please submit a topic to

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 method-access-level 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

Re: [flexcoders] Re: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-01-25 Thread Tom Chiverton
On Wednesday 24 January 2007 19:53, John Dowdell wrote: What you and Ethan describe doesn't seem acceptable to me either, but let me get some more information on this, and get back to the list when I do, good? Sounds great. Could you also try and find out if there are plans to just automate

RE: [flexcoders] Can't seem to customize Flash ContextMenu

2007-01-25 Thread Battershall, Jeff
One thing to know about my app is that it has a jpg on the background and no backgroundColor. One way I found to work around it was to wrap a canvas container around all my UI objects and set the backgroundColor t= 0xFF and backgroundAlpha = 0. I don't think a workaround like this should

[flexcoders] Cannot access a property or method of a null object reference

2007-01-25 Thread Roger Ross
Hello, Working my way throught the Training From the Source turorial and ran into this error message. Not sure why I am getting it. I compared my code to the completed code for the lesson and it looks the same with no problems when I compile it. TypeError: Error #1009: Cannot access a property

[flexcoders] Command-line compiler Java errors

2007-01-25 Thread Derek Vadneau
Hi all, I have Flex Builder 2 but I need to start using the command-line compilers to produce projects that are being integrated with a build system. However, when I try running from the command-line I get this: Exception in thread main java.lang.UnsupportedClassVersionError: flex2/tools/C

Re: [flexcoders] Cannot access a property or method of a null object reference

2007-01-25 Thread Doug McCune
Is catalog misspelled? categories = event.result.catelog.category; If there's no catelog child of the XML root, then trying to access a child of that node will probably throw the error. Doug Roger Ross wrote: Hello, Working my way throught the Training From the Source turorial and ran

Re: [flexcoders] Cannot access a property or method of a null object reference

2007-01-25 Thread Clint Tredway
most likely the setting of the selectedIndex is what is causing that error. Its trying to set a property to a component that doesnt exist yet. On 1/25/07, Roger Ross [EMAIL PROTECTED] wrote: Hello, Working my way throught the Training From the Source turorial and ran into this error

Re: [flexcoders] Command-line compiler Java errors

2007-01-25 Thread Shannon Hicks
Sounds to me like you need one of these: http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell Just released! Shan Derek Vadneau wrote: Hi all, I have Flex Builder 2 but I need to start using the command-line compilers to produce

RE: [flexcoders] Re: How to convert XMLList Collection to an ArrayCollection ?

2007-01-25 Thread Tracy Spratt
Hve you considered using XMLListCollection? It has all the benefits of a collection, retains the benefits of e4x expressions, and is easily created from XMLList: Var myDP:XMLListCollection = new XMLListCollection(xmlData.partsList.catalog); Tracy From:

[flexcoders] Re: Cannot access a property or method of a null object reference

2007-01-25 Thread Roger Ross
THANK YOU.. its always nice to have another pair of eyes when dealing with this syntax!!! My current dev. tool is nothing like this... Roger --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: Is catalog misspelled? categories = event.result.catelog.category;

Re: [flexcoders] Command-line compiler Java errors

2007-01-25 Thread Derek Vadneau
I tried that before I posted, to no avail - it produces the same error. On 1/25/07, Shannon Hicks [EMAIL PROTECTED] wrote: Sounds to me like you need one of these: http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell Just released!

Re: [flexcoders] Modules and Cairngorm

2007-01-25 Thread Todd Breiholz
It would appear that you are trying to use the CairngormEventDispatcher to dispatch a standard Flash event instead of a CairngormEvent (or subclass). I'd have to see the code to be more specific though. Todd On 1/24/07, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Hey Can anyone give me the

Re: [flexcoders] Posting PNG to server

2007-01-25 Thread Simeon Bateman
I have done this with ColdFusion using the RemoteObject tag. Can you use one of the remote object php tools to pass the binary data? simeon On 1/25/07, franto [EMAIL PROTECTED] wrote: Hi, Please help me, how can I post PNG (ByteArray created by Tini Uro's convertor) to server (PHP) Im

Re: [flexcoders] Code Highlighting Bug?

2007-01-25 Thread Brendan Meutzner
Hey, Yes, very annoying... it appears that the combination of {[{ causes problems... Brendan On 1/25/07, Steve House [EMAIL PROTECTED] wrote: Brendan, I am getting the same problem with: mx:DateField id=dtNeeded disabledRanges={[{rangeEnd: new Date()}]}

RE: [flexcoders] DataGrid Tooltips

2007-01-25 Thread Tracy Spratt
You want to look at dataTip instead of toolTip. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve House Sent: Wednesday, January 24, 2007 3:09 PM To: FlexCoders Subject: [flexcoders] DataGrid Tooltips With Flex 2, when

RE: [flexcoders] e4x - attribute based selector

2007-01-25 Thread Tracy Spratt
That is a tough one. It is more of a transformation than a selection. If you can't do it directly, consider using the selection expression to return the nodes you do NOT want, then deleting them from the XML. Tracy From: flexcoders@yahoogroups.com

Re: [flexcoders] Command-line compiler Java errors

2007-01-25 Thread Derek Vadneau
My bad. I missed the detail on this page: http://www.adobe.com/products/flex/productinfo/systemreqs/ Requirements for Flex 2 SDK: Windows 2000, XP, or Server 2003, Java 1.4 (Sun, IBM, or BEA) or 1.5 (Sun) I'm going to install JRE 1.4. I'll post back after I've tried again. On 1/25/07, Derek

[flexcoders] Setting Initial NetStream Sound Volume

2007-01-25 Thread John Kirby
I am trying to dynamically set the sound volume when different video is played via: stream = new NetStream(nc); var st:SoundTransform = stream.soundTransform; st.volume =( 40) * .01; _volume = st.volume; Here is the volume control mx:VSlider id=volumeSlider height=73

[flexcoders] Ogg Vorbis Tremor in AS3?

2007-01-25 Thread Kevin Newman
Hello, I was wondering what the feasibility of porting an integer based audio decoder like Ogg Vorbis Tremor to Actionscript 3 is. Are there APIs in place that would allow you to load a vorbis file, decode it and output the audio? Does AVM2 have the horse power to pull off something like that?

[flexcoders] Re: Modules and Cairngorm

2007-01-25 Thread ben.clinkinbeard
I am getting this exact same error. The only place it references my own code is at the bottom of the stack, where it refers to a line calling executeNextCommand(). I am not getting this error every time my command (part fo a sequence) is run, it only happens under specific conditions. Should we

Re: [flexcoders] Re: Cairngorm's Anaemic Domain Model

2007-01-25 Thread Aldo Bucchi
Cairngorm Enterprise... ...will also encapsulate all the business rules that apply to the UI. I see this being different to the domain model and the business rules that reside on the server. All the business rules... wow. OK, please give me a hint... what kind of rules are we talking about

Re: [flexcoders] Posting PNG to server

2007-01-25 Thread franto
what do ou mean exactly? On 1/25/07, Simeon Bateman [EMAIL PROTECTED] wrote: I have done this with ColdFusion using the RemoteObject tag. Can you use one of the remote object php tools to pass the binary data? simeon On 1/25/07, franto [EMAIL PROTECTED] wrote: Hi, Please help me,

Re: [flexcoders] Posting PNG to server

2007-01-25 Thread Webdevotion
Franto, I posted a reply on your question today in the other thread ; )

[flexcoders] Re: Posting PNG to server

2007-01-25 Thread dario.drome
Try this bellow, it is working for me (though I do not use PHP in server side, I use an ASP page.) P.S.- Any help on message #61263?... I'm also in deadline function upLoadRemote(endpointURL:String, binData:ByteArray):void { var loader:URLLoader; var request:URLRequest;

[flexcoders] using mx:Tree to get custom icons

2007-01-25 Thread jensen.axel
I'm working with a real estate company, and making an administrative utility, to manage properties... some of these properties are not active, or they are in a certain price range (100,000 - 200,000) or (200,000 - 300,000) and for ease of use, I would love to be able to replace the icon on my leaf

[flexcoders] Re: scrollToIndex just won't work ... any workarounds ?

2007-01-25 Thread jensen.axel
If you are using xml in your tree, you can use e4x to manipulate which item you want to be selected by searching with e4x... for example: import mx.events.* import mx.rpc.events.*; import mx.collections.*; [Bindable] public var treeCollection:XML; /* this would be in your

Re: [flexcoders] Posting PNG to server

2007-01-25 Thread franto
1 more thing can be sent in 1 URLRequest post data + PNG i think its not possible, but just asking because for png i need to set request.contentType = multipart/form-data; but it removes ll POST vars (text) is it possible to merge these 2 kinds of data? Franto On 1/25/07, franto [EMAIL

  1   2   >