[flexcoders] Re: Screen Flicker Between States Issue

2007-01-24 Thread nathanpdaniel
This probably won't be much help - but the same thing happened to me. What happens is you change states from A to B (* to * - or whatever - doesn't really matter). It switches states THEN performs the transitions. So, the resulting transformation is an immediate state change, then reset in

[flexcoders] DataGrid Tooltips

2007-01-24 Thread Steve House
With Flex 2, when the user mouses over a row in a datagrid, I would like to show details of that particular row's object in the tooltip. The datagrid dataProvider is an ArrayCollection of objects with many properties. Only a few of the properties are shown in the DataGrid. I am currently using

[flexcoders] FDS Issue

2007-01-24 Thread fermartel
I am not able to contact my cfc with FDS, even though it works like a charm with remoting. As far as I am concerned, I have set everything up correcly: I am running the FDS JRun4 server, I have set up both my destination in data-management-config.xml and the coldfusion-dao adapter in

RE: [flexcoders] multiple click actions

2007-01-24 Thread Cashorali, Tanya M.
Ok I ended up just using a creationComplete = refreshProjects(); in the datagrid tag. Thanks anyway! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cashorali, Tanya M. Sent: Wednesday, January 24, 2007 3:29 PM To:

[flexcoders] Re: Screen Flicker Between States Issue

2007-01-24 Thread Danko Kozar
The same flicker thing is happening to me. Seems that if object on the state that is being shown is already created (built) - the flicker appears. It does not appear the first time - e.g. when object is created for the first time. Whoa do we need to do? Destroy objects on state change? ?? ---

[flexcoders] Clicking on pie chart wedges as a navigation tool

2007-01-24 Thread Chris MacGregor
All, I have a Flex Dashboard in the works with a viewstack showing a global overview of company data on the first screen and then additional views drilling into specific regions. I've had a few requests from users that they would like to be able to click on the pie wedge for a specific region and

Re: [flexcoders] What's in a name? That which we call Apollo by any other name would smell as sweet....

2007-01-24 Thread Mike Weiland
There's always: Adobe Director Lite Mike Original Message --- 1) Adobe Desktop 2) Adobe Universal Runtime 3) Adobe One Runtime I had thought some more, gotta recall and post :) Something cool but easily understood by everyone (average users).. -abdul On 1/24/07, Matt

Re: [flexcoders] Re: RTE when using itemRenderers in DataGrid.

2007-01-24 Thread Dana Gutride
Michael: There is another way to get this to work. If you create the datagrid at runtime and then add everything to it (columns with itemrenderers and headerrenderers), it will work correctly when you add it as a child. I imagine it's handling the creation of the colums with their header

RE: [flexcoders] Clicking on pie chart wedges as a navigation tool

2007-01-24 Thread Ely Greenfield
Chris -- read up on the chart's itemClick event. You can determine all the information you need about which item (wedge) was clicked from the event object that gets passed to the handler. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

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

2007-01-24 Thread Bill Gercken
John, What ever you did worked! I have my license and I am now a happy camper. Thanks, -bill --- In flexcoders@yahoogroups.com, John Dowdell [EMAIL PROTECTED] wrote: Bill Gercken wrote: Has anyone been able to get an new license? I contacted adobe and opened a ticket back on the 9th of

RE: [flexcoders] Localization - URGENT

2007-01-24 Thread Gordon Smith
The Flex framework doesn't currently have any support for runtime locale changes, but we're considering adding this in the next release. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lieven Cardoen Sent: Wednesday,

[flexcoders] variable change event

2007-01-24 Thread paperbyolga
Hi, i need help with a change event listener. I want to simply fire off a call to a webservice when a variable changes. I have a combobox that fires a function that sets a variable that gets passed to a component. if the variable changes in the component, i want to fire a webservice to get

Re: [flexcoders] [BUG] FP9 SWF loading FP7 SWF using MovieClipLoader

2007-01-24 Thread Bjorn Schultheiss
I've been calling MovieClipLoader.unloadClip() prior to loading further clips. That was my fix for the same problem Bjorn On 25/01/2007, at 5:13 AM, Paul Spitzer wrote: I'm convinced I've found a bug... I have a very simple Flex app that performs two loads of the same FP7 SWF file (via

[flexcoders] Re: crossdomain.xml problem

2007-01-24 Thread Danko Kozar
Fiddler says that the request is being made (by both computers). Only that one receives the responce, the other not. --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Did you try to look at the HTTP requests made by Flash Player. Try using charles or fiddler to look

[flexcoders] Re: Application without FDS?

2007-01-24 Thread whitelines81
Flex has explicit support built in for web service communications. Web service responses are XML. There are many tutorials. Flex can handle very large XML files (easily 2-5mb in our tests). We opted to go for the binary XML route to make the bandwidth needs far lower. We use zlib compression

[flexcoders] DataService fill not filling on first try? timing issue?

2007-01-24 Thread ripe101
I have a fill method being called in an event handler, and I can see the correct data coming back in FDS (from Hibernate), but my ArrayCollection is empty the first time the method is called. If I trigger the exact same event with the same parameter a second time it behaves as expected. I

Re: [flexcoders] [BUG] FP9 SWF loading FP7 SWF using MovieClipLoader

2007-01-24 Thread Paul Spitzer
In this case the MovieClipLoaders are unique instances in separate SWFs... well the same SWF but loaded twice. I tried it anyway and didn't have any success. I did find a work around however. I force the load through the root via the following function on the root time line... function

[flexcoders] Re: crossdomain.xml problem

2007-01-24 Thread Danko Kozar
I found out he reason of successfull connecting of one of computers - it had a remote connection to the data server on (stupid, that's what I am :-)). So, the connection can't be successfull in any case if connecting from internet. The reason must be in a proxy server that does some strange

Re: [flexcoders] Re: force to preload UI children

2007-01-24 Thread greg h
Hi Maz, I am posting this as a follow-on to Tracy and Chad's posts. My goal is to encourage you to explore alternatives to setting creationPolicy=All. I think that in the Flex 2 docs, Adobe could do a better job of stating front-and-center why deferred creation is the default, lay out the

[flexcoders] new application comments/reviews welcome

2007-01-24 Thread Rich Tretola
Please take a moment if you can to check out my new application and post comments on the blog post below if possible: http://everythingflex.wordpress.com/2007/01/24/announcing-ringdesignonlinecom-flex-2/ Rich

[flexcoders] loading a flex swf from an actionscript 2 movie w/ moviecliploader?

2007-01-24 Thread jkebinger
Hello all - I see some questions about loading flash 7 content into flash 9, but I'm trying to do the reverse. I want to do some player version detection from a flash 7/8 compatible swf, and if the player is version 9, load an external flex swf. I'm using a moviecliploader and it fires through the

Re: [flexcoders] new application comments/reviews welcome

2007-01-24 Thread Michael Schmalle
Hey Rich I went into, clicked where my kids are, then entered a name, then clicked on the arrow ring preview and got this error. ArgumentError: Undefined state 'none'. at mx.core::UIComponent/::getState() at mx.core::UIComponent/::findCommonBaseState() at

Re: [flexcoders] new application comments/reviews welcome

2007-01-24 Thread Doug McCune
The app worked for me, I got all the way through without any problems. Very cool, good work. It's great to see apps people are unleashing into the wild. I had fun writing obscene slogans on mock high school rings. God I'm mature. Michael Schmalle wrote: Hey Rich I went into, clicked where

[flexcoders] Re: loading a flex swf from an actionscript 2 movie w/ moviecliploader?

2007-01-24 Thread jkebinger
just figured out I can do this using loadMovieNum(PATH_TO_SWF,0) to replace the as2 swf with an as3 swf if the player is 9. --- In flexcoders@yahoogroups.com, jkebinger [EMAIL PROTECTED] wrote: Hello all - I see some questions about loading flash 7 content into flash 9, but I'm trying to do

[flexcoders] KeyCode and CharCode in KeyboardEvent on Macintosh

2007-01-24 Thread tobiaspatton
Hi all; I'm trying to trap the ctrl-a keypress to do a select all operation. On Windows (running Firefox or IE) in my event handler I look for ctrlKey == true and charCode == 0x61. Strangely, on the Mac (running Safari -- I haven't tested Firefox), hitting cmd-a yields an event with ctrlKey ==

[flexcoders] saving a manipulated jpg

2007-01-24 Thread Webdevotion
Hello, I want to save a manipulated jpg file to the server. I can encode it to JPG etc, but the result is the original JPG. I want to preserve the effects that I have applied to the sprite containing the loaded JPG. // eg: this does copy the jpg, but not the blendmode

[flexcoders] e4x - attribute based selector

2007-01-24 Thread Shailesh Mangal
All, I have a following xml structure retrieved from server root parent name=good child name=abc/ child name=cba/ child name=abc/ /parent parent name=notGood child name=abc/ child name=def/ child name=fed/ /parent /root and I want to make a

[flexcoders] Re: new application comments/reviews welcome

2007-01-24 Thread potentialunfounded
I got that error too on the last step. I like the app. It's weird that in some areas a combination of a radio button and image is shown to make a selection and other areas it's just an image. Maybe get rid of the radio buttons in other areas for consistency? It would be cool if the image assets

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

2007-01-24 Thread dorkie dork from dorktown
Thanks, I looked at OpenAMF and it is dated April 5, 2006. Do you still use it? Do you know if its still being developed? I looked at WebORB for Java and it looks like they don't have a Java version for Flex. Is this because FDS covers all the Java needs? I couldn't find a price for FDS on

[flexcoders] Box layout question - two children with 100% width

2007-01-24 Thread Collin Peters
I am having some layout problems in my app. It is fairly complex with many levels of nesting of panels, viewstacks, boxes, etc... In the end I have an HBox with a width of '100%'. I assume this means take up 100% of the width of the parent. Inside the HBox I have three components. A VBox on

Re: [flexcoders] Re: new application comments/reviews welcome

2007-01-24 Thread Rich Tretola
It appears that there are some issues with our corporate city/state/school data that I will need to investigate. As far as the choice of artwork, it was a decision that was out of my hands and I agree that it could have been more realistic. Unfortunately, the art department is a bit behind on

Re: [flexcoders] new application comments/reviews welcome

2007-01-24 Thread Daniel Wabyick
Very cool app. A usability comment - Its not so great having to scroll down through so many choices to get to the 'Next' / 'Back' arrows. I would prefer if they were always visible. Another alternative is to make the app resize on height based on the browser window size. Good work ... -D

[flexcoders] Re: Box layout question - two children with 100% width

2007-01-24 Thread Geoffrey
--- In flexcoders@yahoogroups.com, Collin Peters [EMAIL PROTECTED] wrote: I am having some layout problems in my app. It is fairly complex with many levels of nesting of panels, viewstacks, boxes, etc... In the end I have an HBox with a width of '100%'. I assume this means take up 100% of

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

2007-01-24 Thread Ju Aedis
It's very interesting. I thought the flex job in the Europe or America is so hot. I hope that these chances give more people in my country. In China, the Flex spread so fast... 2007/1/24, Merrill, Jason [EMAIL PROTECTED]: My goal this year is to get everyone a serious Flex job. It is the

Re: [flexcoders] Ted Patrick vs Scott Barnes

2007-01-24 Thread Scott Barnes
:) Ditto, (love FLEX). There are many .NET developers who use FLEX, so all is good but anyway, nothing like a good ol fashion debate to cause a stir ;) (I really need to cut my novels down don't i). Scott. Microsoft Code Poet / Deep Sleep Zenmaster. On 1/23/07, Bjorn Schultheiss [EMAIL

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

2007-01-24 Thread Jeff Vroom
You don't see anything in the log or just nothing that relates to this exception? You should at least see a lot of debug logging messages as the server receives messages from the client. It is pretty verbose so if you are not seeing anything I am thinking someone is wrong with the logging

[flexcoders] Re: .Net webservice and datagrid

2007-01-24 Thread btkracker
Ok, next question. I've searched through the news groups and Adobe labs with no luck... I'm able to display the datagrid with a namespace with no problem. When I try to update, though, I noticed that my changes never stuck. As soon as I clicked off the cell, my changes were removed. I

Re: [flexcoders] Ted Patrick vs Scott Barnes

2007-01-24 Thread Bjorn Schultheiss
half as long, twice as strong. ;) On 25/01/2007, at 1:28 PM, Scott Barnes wrote: :) Ditto, (love FLEX). There are many .NET developers who use FLEX, so all is good but anyway, nothing like a good ol fashion debate to cause a stir ;) (I really need to cut my novels down don't i).

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

2007-01-24 Thread Jeff Vroom
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 use the same commit queue so you can remove the first dataServiceDEPT.commit(). The second commit on the

Re: [flexcoders] Ted Patrick vs Scott Barnes

2007-01-24 Thread Scott Barnes
I had a joke here to go with that but umm not sure it's the appropriate forum hehehe (PG rated and all) On 1/25/07, Bjorn Schultheiss [EMAIL PROTECTED] wrote: half as long, twice as strong. ;) On 25/01/2007, at 1:28 PM, Scott Barnes wrote: :) Ditto, (love FLEX). There are many

Re: [flexcoders] saving a manipulated jpg

2007-01-24 Thread Webdevotion
Another problem that I have is that my cfc method will not accept my ByteArray. Actionscript: = var picture:Picture = Slideshow.getInstance().getPicture(); var bmp:BitmapData = new BitmapData(picture.width,picture.height,false); bmp.draw(picture); var myPNG:ByteArray =

Re: [flexcoders] Constant 40% CPU usage in Flex App?

2007-01-24 Thread Cortlandt Winters
Hi Parker, It's just as likely something else, but I can suggest two places to look. One is a constraint that might be triggering a lot of events needlessly. The other is if you are using the drawing api, make sure that the view doing the drawing is in a state where it needs to redraw before

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

2007-01-24 Thread greg h
Hi Dorkie, Here is a post from over on flexaussie with some FDS pricing: http://tech.groups.yahoo.com/group/flexaussie/message/158 I am not currently using a Java backend so I can not offer any opinions on your other questions. Hopefully others will still reply. In searching up the link

[flexcoders] help with using Rich text editor

2007-01-24 Thread retrogamer4ever
I am using a rich text editor and I want to make ti so that all changes ive made (color change, font size, etc) are saved to a variable and displayed in a text component, how do I make it so that whatever is typed in rich text editor and altered in there is saved in its altered state and

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

2007-01-24 Thread helihobby
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 = new ArrayCollection(); myDP = ArrayCollection(xmlData.partsList.catalog); I get a runtime error the XML List collection can

[flexcoders] Skins

2007-01-24 Thread Weldon MacDonald
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 cosuming. Does anyone know of a set of skins that would suit. All I could find were the XP skin and that isn't wnat I'm

[flexcoders] Re: Localization - URGENT

2007-01-24 Thread coldfusionpaul
The Flex framework doesn't currently have any support for runtime locale changes, but we're considering adding this in the next release. pretty please ;-)

Re: [flexcoders] ActionScript Mozill

2007-01-24 Thread Jim Cheng
Abdul Qabiz wrote: What does it mean to me as ActionScript developer? I can use my existing skills and write code in other environment which uses Tamarin. Absolutely. I've been working with the Tamarin source code quite a bit recently and have found that the AVM+ run-time can be readily

RE: [flexcoders] Re: Localization - URGENT

2007-01-24 Thread Matt Chotin
OK, considering could be considered an understatement :-) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of coldfusionpaul Sent: Wednesday, January 24, 2007 8:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Localization -

[flexcoders] Modules and Cairngorm

2007-01-24 Thread Bjorn Schultheiss
Hey Can anyone give me the lowdown on this error TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::[EMAIL PROTECTED] to com.adobe.cairngorm.control.CairngormEvent. at flash.events::EventDispatcher/ flash.events:EventDispatcher::dispatchEventFunction() at

Re: [flexcoders] Help Extending TabNavigator/ButtonBar

2007-01-24 Thread Doug McCune
Here's another update to the TabNavigator extension. Getting closer... http://dougmccune.com/blog/2007/01/25/the-quest-for-the-perfect-tab-navigator-part-2/ Doug McCune wrote: I know Jason said he's going to be releasing a new TabNavigator component, but I couldn't resist trying my hand at

Re: [flexcoders] ActionScript Mozill

2007-01-24 Thread JesterXL
Java made Ant, Ruby made Rake, Tamarin made...??? I dig Ant and all, but it'd be neat to have an AS3 alternative. On Jan 24, 2007, at 6:48 PM, Jim Cheng wrote: Abdul Qabiz wrote: What does it mean to me as ActionScript developer? I can use my existing skills and write code in other

[flexcoders] RemoteObject.disconnect does not work

2007-01-24 Thread baardos
Hi, I've been trying to use the disconnect method on the RemoteObject class. The problem is that it seems to do nothing. I even tried to disconnect my remote object just after making a remote call but I am still getting the clock cursor and a response. Any ideas? Cheers, Bartek

<    1   2