[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

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 en

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 it

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

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 -

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 "ab

[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 ;-)

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

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

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

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 above,

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 pe

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 = PNGEncoder.encode(b

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 .N

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 dataServi

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). Scott

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

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 config

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 PROTEC

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

[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

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 Ri

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 te

[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: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 Adobe

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

[flexcoders] e4x - attribute based selector

2007-01-24 Thread Shailesh Mangal
All, I have a following xml structure retrieved from server and I want to make a selection based on the attribute of child. e.g. for child with name "abc", get a result as.. I tried following,

[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 bmp.draw(picture,null,null,

[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 == t

[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

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

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 mx.core::UIComponent/::commit

[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

[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

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 a

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

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 loadClip

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

[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 (bui

[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

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 Load

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

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, January

[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

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

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 render

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 C

[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

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

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@yahoo

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

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

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

[flexcoders] multiple click actions

2007-01-24 Thread Cashorali, Tanya M.
I have a view stack which changes views based on whatever button is clicked on an application control bar... As soon as you click 'myProjects' the view changes to a datagrid. But I also want to populate this datagrid by default as soon as it is loaded, I normally would have sent an HTTP

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

2007-01-24 Thread Battershall, Jeff
Abdul, Thanks - yes, the positioning is absolute but no - the wrapper's width/height attributes are the same as the mxml width/height. And you can get the flash context menu from anywhere on the screen that there isn't a UI item. Basically the controls are resting right on top of the applicatio

[flexcoders] Getting at sataProvider Index from itemRenderer

2007-01-24 Thread Ethan Miller
Greetings - I have a tileList which uses a custom component as an itemRenderer. I'd like to sequentially number each rendered item, but can't quite figure out how to reference the current index from within the renderer. {data.foo} works great for getting at the values of in the current dp

[flexcoders] Possible TileList bug

2007-01-24 Thread Dmitry Miller
I have a tile list that displays picture thumbnails. As I scroll down through this list by using my mouse wheel on about 3-rd - 4th page I get an error. I used to get this error right away in 2.0 but now I am using 2.0.1 and the issue is less reproducible. TypeError: Error #1010: A term is undefi

Re: [flexcoders] runtime localization

2007-01-24 Thread Abdul Qabiz
Runtime localization, shouldn't it be easy to do with modules? I have not really worked on Localization stuff after I left Macromedia (Adobe), things must have changed a lot. What I remember, all resources were compiled in .swc files... I guess, we can use modules to load resources based on loca

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

2007-01-24 Thread Abdul Qabiz
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 Chotin <[EMAIL PROTECTED]> wrote: I don't know the latest, but we're still worki

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

2007-01-24 Thread Abdul Qabiz
It should work. But I am guessing that your Application has absolute width/height specified in your MXML. And your html-wrapper has different (greater) width/height. That's the only case, in my opinion, when flash-player's stage gets exposed. Try to keep the dimensions specified in MXML and HT

Re: [flexcoders] crossdomain.xml problem

2007-01-24 Thread Abdul Qabiz
Did you try to look at the HTTP requests made by Flash Player. Try using charles or fiddler to look at if request to load crossdomain.xml is being made or not? I am wondering, what could be the issue? On 1/25/07, Danko Kozar <[EMAIL PROTECTED]> wrote: I have a strange behavior of a policy

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

2007-01-24 Thread John Dowdell
Bill Gercken wrote: > Has anyone been able to get an new license? > I contacted adobe and opened a ticket back on the 9th of January and I am > still waiting... > After 50 minutes on hold, they took my information and then put me on hold > for another > 30 minutes. They finally came back on the

[flexcoders] runtime localization

2007-01-24 Thread João Fernandes
Hi there, since we got runtime CSS with the update, couldn't we get runtime Localization for flex 2.0.2 ? João Fernandes

[flexcoders] crossdomain.xml problem

2007-01-24 Thread Danko Kozar
I have a strange behavior of a policy file. On two different computers I have the same url open (IE6) and the very same Flex content is loaded in both of them: The first one loads the specified crossdomain.xml normally, and consumes the web service from the remote location. The other one doesn

[flexcoders] Re: Simple question- Can I pass a data object in a method from flex 2 into an externally loaded flash 9 built swf?

2007-01-24 Thread diamondtearz628
Thankx Jesse- That's just what I needed to hear. M --- In flexcoders@yahoogroups.com, JesterXL <[EMAIL PROTECTED]> wrote: > > With the appendum, "Compiled in Flash 9 AND AS3, NOT AS2", then yes. > > On Jan 24, 2007, at 1:57 PM, Manuel Saint-Victor wrote: > > > To clarify the question- If I'

[flexcoders] Re: Localization - URGENT

2007-01-24 Thread Marc Verschueren
Hi lieven, we compiled an swf for the french version, and one for the dutch Language selection is outside of the flex application. An other method could be to put all language strings in an xml doc or a table and load it at runtime via http request gr Marc www.newmediaevents.com

[flexcoders] Re: updateDisplayList fires only when increasing a browser size?

2007-01-24 Thread Danko Kozar
Thank you Mike, you helped me to solve my problem! In the measure() method I have had this statements: measuredWidth = measuredMinWidth = parent.width; measuredHeight = measuredMinHeight = parent.height; Well.. this code originally came from an example - now I realised that this "min" width and

Re: [flexcoders] Simple question- Can I pass a data object in a method from flex 2 into an externally loaded flash 9 built swf?

2007-01-24 Thread JesterXL
With the appendum, "Compiled in Flash 9 AND AS3, NOT AS2", then yes. On Jan 24, 2007, at 1:57 PM, Manuel Saint-Victor wrote: To clarify the question- If I'm building my shell in Flex 2 and a library of swf content to load developed in flash- and I load them in with the swfLoader component c

[flexcoders] Can't seem to customize Flash ContextMenu

2007-01-24 Thread Battershall, Jeff
I've got an app which I create a custom context menu for during initialization, but I've noticed that the context menu only shows up when I right click on UI objects (Tree, ApplicationControlBar, etc). but still I get the default Flash context menu when I right click on the background of the app.

Re: [flexcoders] Flowcharting/Drawing Components

2007-01-24 Thread Darron J. Schall
Getting slightly off-topic here, but Gliffy iss actually written in OpenLaszlo [1]. Because of that, I would doubt that they're worknig on a Flex 2.0/AS3 version. -d [1] - http://www.gliffy.com/about.shtml Doug McCune wrote: That's not Flex though, I guess it's older Flash. They only requi

[flexcoders] Re: Axis on right-hand side only?

2007-01-24 Thread gekkemus
Hi, You can do this with the VerticalAxisRenderer. For example: HTH, Bastiaan --- In flexcoders@yahoogroups.com, "g_odds" <[EMAIL PROTECTED]> wrote: > > I've been hunting through the documentation but cannot find how to > make a chart that h

[flexcoders] Simple question- Can I pass a data object in a method from flex 2 into an externally loaded flash 9 built swf?

2007-01-24 Thread Manuel Saint-Victor
To clarify the question- If I'm building my shell in Flex 2 and a library of swf content to load developed in flash- and I load them in with the swfLoader component can I Pass objects in through the calls to methods on the SWFLoader.content.[whatevermethod] ?? It would seem logical to me that thi

Re: [flexcoders] Flowcharting/Drawing Components

2007-01-24 Thread Michael Schmalle
Yo, Working on it as we speak... look at my component protos thus far and what I am doing is going to enable developers to make their own flowcharting components with my set. Peace, Mike On 1/24/07, David Mendels <[EMAIL PROTECTED]> wrote: Hi. This isn't a component, Flex or AS3, but it i

[flexcoders] asdoc help

2007-01-24 Thread Geoffrey
I'm trying to use asdoc (from Adobe Labs ) to document our API. I'm running across the following error: C:\workspace\components\tools\RubberbandTool.mxml: Error: Unable to locate specified base class 'components.tools.Tool' for component class 'Rubberb

RE: [flexcoders] Module subclass issue

2007-01-24 Thread Roger Gonzalez
This sort of situation usually arises when the interface isn't defined in a common ApplicationDomain (generally the parent). Did you load the module into a separate ApplicationDomain rooted off the system domain? If so, then the two interfaces are unrelated (even though they have the same name/def

Re: [flexcoders] Flowcharting/Drawing Components

2007-01-24 Thread Michael Schmalle
www.geni.com I love it... Is it politically correct now to hide behind 'beta'. hahaha Everything seems to be 'BETA', damn it's just a word now. I wish I could put beta on all my components! haha Peace, Mike On 1/24/07, Michael Schmalle <[EMAIL PROTECTED]> wrote: Err... I meant applicati

Re: [flexcoders] Flowcharting/Drawing Components

2007-01-24 Thread Michael Schmalle
Err... I meant applications... Peace, Mike On 1/24/07, Shannon Hicks <[EMAIL PROTECTED]> wrote: I would also be interested in such a component for building out family trees. Shan Jim Zafrani wrote: Hello All, I am just getting started with Flex and was wondering whether or not a compo

RE: [flexcoders] Screen Flicker Between States Issue

2007-01-24 Thread David Terry
It seems like the main state is being added again. Any idea? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Terry Sent: Wednesday, January 24, 2007 9:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Screen Flicker Between

RE: [flexcoders] Flowcharting/Drawing Components

2007-01-24 Thread David Mendels
Hi. This isn't a component, Flex or AS3, but it is cool, Flash and a family tree: www.geni.com It would be very cool for someone to componentize and generalize this kinds of controls for family trees, flow charting, diagramming, etc. -David From: flexcoders

RE: [flexcoders] Automation and QTP Testing

2007-01-24 Thread Matt Chotin
You can buy licenses of the departmental FDS to get access to the QTP plugin at the moment. As for the discount, that would be something you'd need to work out with a sales representative. If you want to send me your contact info (including location) offline I can put you in touch with someone.

[flexcoders] PIVOT TABLE and CHART

2007-01-24 Thread leds usop
Hi everyone, BEfore we proceed with implementing pivot table (of MS excel -- same functionality although not necessarily with drag and drop support) in Flex, we wanna know if someone else in this group has already done this( or is currently doing this)? Care to share notes, tips, etc? Any help wil

Re: [flexcoders] Flowcharting/Drawing Components

2007-01-24 Thread Doug McCune
That's not Flex though, I guess it's older Flash. They only require Flash Player 7. Although I wouldn't be surprised if they're working on a Flex AS3 version as we speak... JesterXL wrote: http://www.gliffy.com / Don't see a download link, doesn't look like they are s

Re: [flexcoders] Flowcharting/Drawing Components

2007-01-24 Thread JesterXL
http://www.gliffy.com/ Don't see a download link, doesn't look like they are sharing the love. On Jan 24, 2007, at 12:08 PM, Jim Zafrani wrote: Hello All, I am just getting started with Flex and was wondering whether or not a component existed that would allow me to draw a flowchart on a canva

Re: [flexcoders] Flowcharting/Drawing Components

2007-01-24 Thread Shannon Hicks
I would also be interested in such a component for building out family trees. Shan Jim Zafrani wrote: Hello All, I am just getting started with Flex and was wondering whether or not a component existed that would allow me to draw a flowchart on a canvas or a tree-like diagram. Are there any

[flexcoders] Flowcharting/Drawing Components

2007-01-24 Thread Jim Zafrani
Hello All, I am just getting started with Flex and was wondering whether or not a component existed that would allow me to draw a flowchart on a canvas or a tree-like diagram. Are there any such components/libraries for flex out there? Thanks in advance, Jim Zafrani

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

2007-01-24 Thread Ethan Miller
I have successfully transferred my license from PC to Mac, though I, too, experienced all but the mis-routing of my faxed letter of destruction, and with even longer hold times. As frustrating as this was (massively), I love Macromedia/Adobe too, especially given how quickly they actually go

Re: [flexcoders] Cairngorm web service not getting results

2007-01-24 Thread Todd Breiholz
The problem is that the service call is asynchronous. You need to look for the result in your command. When you instantiate your Delegate (from your Command, I assume) you pass the Command instance to the constructor as the responder. When the service call is completed, the Flex framework will cal

[flexcoders] Re: Scaling Fonts in Flex

2007-01-24 Thread potentialunfounded
I made a quick example with a slider. The font size of a button and label is set to the value of the slider. The slider changes the font size, which for the button, scales to fit the new font size. You could have a button that changes the font size throughout your flex app. Juan scalenine.com ht

Re: [flexcoders] Re: updateDisplayList fires only when increasing a browser size?

2007-01-24 Thread Michael Schmalle
Well, I didn't mean to send the class. I has to be a simple problem of a parent not resizing your custom component because either it thinks it's not percentage or it is satisfied with what your custom component's measured width and height is. If this is the case, then the parent won't call upda

[flexcoders] Re: updateDisplayList fires only when increasing a browser size?

2007-01-24 Thread Danko Kozar
Hmm... Now I see that it solved only the scrollbar appearance problem. The measure() and updateDisplayList() methods still don't fire when decreasing the browser size, only when increasing. My component is a Canvas (extended) and parent container is Canvas, too. I't weird because I have a VBox

[flexcoders] Parent Child hierarchy of objects in FDS & Hibernate

2007-01-24 Thread simonjpalmer
I have a hierarchy of objects parent -- child grandchild -- greatgrandchild they are persisted in separate tables and mapped in hibernate as bi-directional one-to-many relationships. In flex I have a destination which retrieves the parent objects and hibernate takes care of retrieving

[flexcoders] Getting XML from an item in an ArrayCollection

2007-01-24 Thread gekkemus
I have a simple HTTPService that gets an XML document. The XML document is structured like this: . GOOG Google Corporation 123,12 123,13 ... I have a resulthandler on the HTTPService, that handles the Resul

[flexcoders] State/Transition Vs Script effects

2007-01-24 Thread theduderino82
I have a simple linkbar to manage the trasition between each link I costum made an effect sequence to make appear stuff (mainly a forms). Since the linkbar has about 10 links (which means 10 different states and trasitions) what is the better solution for having a light weight swf outcome? Using cu

Re: [flexcoders] Reposition Button label when embedding a font?

2007-01-24 Thread Daniel Freiman
I vaguely remember this problem but I don't think I ever solved it because I decided that I didn't want embeded fonts my button anyway. I think it had something to do with the fact that the button was placing the label by measuring a system font instead of an embeded font. Make sure the embeded

Re: [flexcoders] Scaling Fonts in Flex

2007-01-24 Thread Daniel Freiman
I tried to send this email once and got a return to sender. Sorry if anyone sees it twice. You can't scale a font, but you can scale the component that the font is in by using scaleX and scaleY. However, this might not work in all cases because it will also scale other visual attributes of the

Re: [flexcoders] Flex - ColdFusion data types

2007-01-24 Thread Tom Chiverton
On Wednesday 24 January 2007 13:01, Adam Dorritie wrote: > which allows for the conversion between types and a rich interaction > not allowed by the HTTPService access style. It's also much faster, and requires less data to be exchanged. -- Tom Chiverton Helping to collaboratively engineer indus

Re: [flexcoders] Scaling Fonts in Flex

2007-01-24 Thread Daniel Freiman
You can't scale a font, but you can scale the component that the font is in by using scaleX and scaleY. However, this might not work in all cases because it will also scale other visual attributes of the component (such as a border). If you have this problem you are going to need to create (or s

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

2007-01-24 Thread chrisnoeflex
Jeff, Sorry that this answer took some time. I tried to debug it as you said, but nothing comes up in the log. I configured the logging part in the service-config.xml as followed : [Flex] true true true

RE: [flexcoders] CGRM :: ServiceLocator :: Modules - how to share

2007-01-24 Thread jason.proulx
My Shell application looks something like this at the moment: I have no specific extra implementation for the FrontController - instantiate as many as you want and they will all independently listen for CairngormEvents, other than dropping it into the m

[flexcoders] Re: Flex plus GoogleMap integration

2007-01-24 Thread Krishna Karuppiah
Hi, This is Krish an IT recruiter working with Cogent Info.I saw your information in the yahoo groups.We have an opening on flex2 .Please let me know you or your friends might be interested on this assignment. Location :Lexington,KY Duration :6+ months Skills Requires Felex2- must have

  1   2   >