[flexcoders] Font weight in Line Chart's legend

2007-01-24 Thread Mikhail Shevchuk
Hello, Flexcoders! There is a simple Line Chart component with legend. I am trying to change the font weight of the legend's labels by defining a property fontWeight like this: mx:Legend dataProvider={linechart1} x=297 y=8 width=94 height=116 fontSize=10 fontWeight=normal/ But that doesn't make

Re: [flexcoders] Re: Setting UIComponent.errorString creates a black border around the component

2007-01-24 Thread Carlos Rovira
Same here right now! :) On 1/24/07, Dirk Eismann [EMAIL PROTECTED] wrote: Good catch! I experienced exactly the same problem - thanks for the workaround! Dirk. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Harald Dehn *Sent:*

[flexcoders] Re: Font weight in Line Chart's legend

2007-01-24 Thread Mikhail Shevchuk
It seems to be that problem is in the Verdana font 10. If I set font to Arial it is normal by weight by default. 2007/1/24, Mikhail Shevchuk [EMAIL PROTECTED]: Hello, Flexcoders! There is a simple Line Chart component with legend. I am trying to change the font weight of the legend's labels

[flexcoders] Re: force to preload UI children

2007-01-24 Thread ecpmaz
Thank you both for the solution ! -- Maz Hey Mathieu, I'm still learning, but my understanding is that this is what the creationPolicy is for. The container has deferred instantiation to reduce the upfront load... take a look here:

[flexcoders] Re: Getting the length of ArrayCollection

2007-01-24 Thread oneproofdk
Solved in this way : Made a bindable var gotRegions:Boolean. The resulthandler tests to see if the ArrayCollection != null, passes that on to the var gotRegions. Then uses that var {gotRegions} in the UI items that need to be enabled/disabled depending on the result. private function

RE: [flexcoders] Re: Setting UIComponent.errorString creates a black border around the component

2007-01-24 Thread Dirk Eismann
It still does not work as expected. I just debugged UIComponent and it turns out that the bug is in the setBorderColorForErrorString() method. The black border appeasr when the origBorderColor is NaN. So the fix would be something like if (isNaN(origBorderColor)) origBorderColor =

Re: [flexcoders] Re: Setting UIComponent.errorString creates a black border around the component

2007-01-24 Thread Carlos Rovira
yes, the before mentioned solution does not work for me too :( On 1/24/07, Dirk Eismann [EMAIL PROTECTED] wrote: It still does not work as expected. I just debugged UIComponent and it turns out that the bug is in the setBorderColorForErrorString() method. The black border appeasr when the

RE: [flexcoders] Re: Setting UIComponent.errorString creates a black border around the component

2007-01-24 Thread Dirk Eismann
FYI, I just succeeded in fixing this bug by modifying UIComponent code. To get it compiled into the SWF I added the Flex SDK 2/frameworks/source folder to the build path. Dirk. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann

Re: [flexcoders] Custom Component Render Problem

2007-01-24 Thread Tom Chiverton
On Wednesday 24 January 2007 03:09, Chua Chee Seng wrote: I am trying to go through the Button source code to examine how it is written, I have copied the original Button.as into a new package, and If you need to add or change (or even just play with) the functions of Button, you are better

[flexcoders] Axis on right-hand side only?

2007-01-24 Thread g_odds
I've been hunting through the documentation but cannot find how to make a chart that has a single vertical axis on the right-hand side rather than on the default, left-hand side. Am I missing something built-in or is this not currently supported?

[flexcoders] Flex plus GoogleMap integration

2007-01-24 Thread Pablo
Hi All. Is there some API for integration GoogleMap and Flex2?

[flexcoders] NumberValidator / NumberFormatter

2007-01-24 Thread Lieven Cardoen
Hi guys, need some help here... I have a textInput, and I would like that input like '06' is formatted to '6'... How do I do this... For the moment I have this : private function windowWidthTextInputChangeHandler(event:Event):void{ this.numVTxtWindowSize.listener =

RE: [flexcoders] Flex plus GoogleMap integration

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

Re: [flexcoders] Flex plus GoogleMap integration

2007-01-24 Thread Pablo
Thanks but I know that - Yahoo has limitation on amount of connected users :( On 1/24/07, Merrill, Jason [EMAIL PROTECTED] wrote: Try the Yahoo! Maps API - it's made with Flex. API documentation here: http://developer.yahoo.com/maps/flash/flexGettingStarted.html Jason Merrill Bank of

[flexcoders] Re: how do i pass variables to a swf???

2007-01-24 Thread mazarflex
Thanks guys. --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: My bad, FlashVars for the query string, ExternalInterface for the positioning. On 24/01/2007, at 2:55 PM, JesterXL wrote: Why not use a FlashVars tag? On Jan 23, 2007, at 10:48 PM, Bjorn

Re: [flexcoders] Flex plus GoogleMap integration

2007-01-24 Thread Rich Tretola
Speaking of which, what is up with Yahoo? Where is there promised Flex 2 implementation of Yahoo Maps API? Rich

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

2007-01-24 Thread Merrill, Jason
My goal this year is to get everyone a serious Flex job. It is the best way to spread Flex and it helps developers and companies succeed. ...Or make your current job a serious Flex job =:) Flex is starting to take off here at the Bank, and I'm working my way into more of it and trying to

Re: [flexcoders] Flex plus GoogleMap integration

2007-01-24 Thread Pablo
http://developer.yahoo.com/maps/flash/index.html

RE: [flexcoders] Flex plus GoogleMap integration

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

Re: [flexcoders] Flex - ColdFusion data types

2007-01-24 Thread Adam Dorritie
On 1/23/07, Steve Milburn [EMAIL PROTECTED] wrote: In short, the article states You cannot pass ColdFusion variables to Flex applications directly. You must encode them in XML first. Anyway, I am working with Remote Object (as you suggested), and I am having no problems doing what I need

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

2007-01-24 Thread Michael Schmalle
Hi, I have a question here I have tried to resolve myself but, I am interested in opinions. Using the new modules algorithm. In my mind I have Application (shell) - LoginModule - ProjectModule - ASDocModule - DocumentModule - WikiModule Imagine the 'Application' is a desktop, where you start

Re: [flexcoders] Flex plus GoogleMap integration

2007-01-24 Thread Rich Tretola
yep On 1/24/07, Merrill, Jason [EMAIL PROTECTED] wrote: That's still Flex 1.5 though isn't it? Jason Merrill Bank of America Learning Organizational Effectiveness -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Pablo

[flexcoders] TypeError: Error #1009 using modules

2007-01-24 Thread Oliver Bruehl
I'm using modules in my application and I get always the following error message: TypeError: Error #1009: Cannot access a property or method of a null object reference. when the second module is loaded. The first module works fine, but despite which is the second module it fails loading with

Re: [flexcoders] Flex Example Sites online please

2007-01-24 Thread Suketu Vyas
HI Robert, You can find the list here..

[flexcoders] deleting a row from datagrid

2007-01-24 Thread seng ung
Are there any trick to delete a row of selectedIndex from Flex 2 Datagrid? thanks It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar.

RE: [flexcoders] Flex plus GoogleMap integration

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

[flexcoders] Repeating objects in a grid-type format?

2007-01-24 Thread happy_christy01
I've got some items grouped together into a hierarchy of sorts. On the front page, I want to show the highest level of the hierarchy. No matter how many groupings are added, I want the app to add horizontally to the container (panel) and then go to the next line, filling up each line as it goes.

[flexcoders] Have an extra 360Flex Ticket?

2007-01-24 Thread Chad
I made the mistake of waiting for budget approval instead of just buying my own ticket outright... if anyone has an extra ticket or can't make their seat for some reason I would love to purchase it from you. I need as few as one and as many as three! I already contacted John and even offered to

[flexcoders] TypeError: Error #1009 using modules

2007-01-24 Thread bcncgn3
I`m using modules in my application and I get always the following error message: TypeError: Error #1009: Cannot access a property or method of a null object reference. when the second module is loaded and his initialize-method is invoked. The first module works fine, but despite which is the

Re: [flexcoders] File upload via JAVA ( jsp exemple)

2007-01-24 Thread azurs
correction try { upFile.upload(request,upFile);// upFile.upload(request,logoFile); upFile is the name use in the jsp page } catch (error:Error) { //trace(Unable to upload file.); } azurs a écrit : hello to implement java upload you need a jsp page in your application directory view this

[flexcoders] Reposition label inside button component

2007-01-24 Thread evert_dennis
I'm trying to create an Actionscript class that extends Button. Everything works great except for when a different font is embedded the label moves up a few pixels. How can I reposition the label inside the button so that it is centered again?

RE: [flexcoders] Flex Example Sites online please

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

[flexcoders] Automation and QTP Testing

2007-01-24 Thread Barry Stewart
We are currently looking for an automated testing solution for Flex 2 interfaces. At the moment we have purchased Mercury Quick Test Pro as a testing solution and have a few questions Is it possible to automate testing Flex interfaces using QTP, without dependencies on the Flex Data Center

[flexcoders] Effects on Linkbar links

2007-01-24 Thread Jared Verdi
Given a sound effect: mx:SoundEffect id=click source=@Embed(source='assets/sounds/click.mp3') / and a linkbar which derives its links from a viewstack: mx:LinkBar id=controller dataProvider=myViewstack / How would I cause each link of the linkbar, rather than the linkbar itself to play the

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

2007-01-24 Thread jason.proulx
Hi Mike, I'm having precicely the same issue - I need to look into the new module feature further. My solution was to hack the Cairngorm ServiceLocator and make it a Multiton (every time you create a ServiceLocator, it simply adds itself to an array of instances, rather than keeping just 1

RE: [flexcoders] Flex Example Sites online please

2007-01-24 Thread Dimitrios Gianninas
take a look at this link, there is more than you think: *http://www.flexdaddy.info/2007/01/04/the-biggest-flex-apps-of-2006/ Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

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

2007-01-24 Thread Michael Schmalle
Hi Jason, I was looking at application domains... Chicken and egg here. If you seperated out the module into a new application domain, you would have to make a project for each. If you load the module into the current domain, then you are sharing singletons. So the obvious answer is to modify

[flexcoders] Chart datatips bug?

2007-01-24 Thread g_odds
I'm not sure if this is a genuine bug or me missing something. If I create a chart with a series that has its filterData property set to false, data tips appear just fine along the series. However, as soon as I set the minimum and/or maximum of either of the chart's axes the data tips no longer

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

2007-01-24 Thread Dana Gutride
If this is truly a bug, I agree that it would be nice to know that. Otherwise, if somebody has the answer to how to programmatically add a headerRender and not get this scrolling run-time error, that would be really helpful. Thanks, Dana On 1/23/07, michael_ramirez44 [EMAIL PROTECTED] wrote:

[flexcoders] Re: deleting a row from datagrid

2007-01-24 Thread red_shovel
You need to delete the row from the underlying dataprovider, i.e., myData.removeItemAt( myGrid.selectedIndex ); --- In flexcoders@yahoogroups.com, seng ung [EMAIL PROTECTED] wrote: Are there any trick to delete a row of selectedIndex from Flex 2 Datagrid? thanks

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

2007-01-24 Thread Robert Chyko
I am currently working on a project that was supposed to be a learning experience for me in using both Cairngorm and modules. I was running into the same thing you guys are and (while I hate to admit this) I had to ditch both Cairngorm and modules because my deadline is super tight and I wasn't

[flexcoders] Drag proxy and BitmapAsset

2007-01-24 Thread thirtyfivemph
My RIA has been using Image components as drag proxies, which was fine and worked exactly like I wanted (the images were PNGs and had alpha and that all came through correctly). Now, I've needed to change the drag proxy to accept BitmapData. It doesn't appear to be able to use it directly as it

[flexcoders] Localization - URGENT

2007-01-24 Thread Lieven Cardoen
Hi all, I'm looking into Localization and I can't seem to find how to change a locale at runtime. If you compile the project, you can specify which locale to use, but what if runtime a user can change the language??? Lieven Cardoen Lieven Cardoen Application developer indiegroup

[flexcoders] Flex and FMS

2007-01-24 Thread Marlos Carmo | 5clicks.com.br
Hello Folks! Using Flash with Flash Media Server I call function in client with the code below: application.clients[ 0 ].call( nameFunction, null, param1, param2 ); and in client I receive the call of function: nc.nameFunction = function() { trace( ok ); } But now, I need

[flexcoders] Reposition Button label when embedding a font?

2007-01-24 Thread evert_dennis
I'm trying to create an Actionscript class that extends Button. Everything works great except for when a different font is embedded the label moves up a few pixels. How can I reposition the label inside the button so that it is centered again? Do I really have to extend UIComponent instead of

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

2007-01-24 Thread michael_ramirez44
I am hoping its not a bug and I'm just doing something wrong. But in either case I would just like to know. Michael --- In flexcoders@yahoogroups.com, Dana Gutride [EMAIL PROTECTED] wrote: If this is truly a bug, I agree that it would be nice to know that. Otherwise, if somebody has the

Re: [flexcoders] Flex and FMS

2007-01-24 Thread Igor Costa
Here's a good link with information for that http://flash-communications.net/technotes/fms2/flex2FMS/index.html Best On 1/24/07, Marlos Carmo | 5clicks.com.br [EMAIL PROTECTED] wrote: Hello Folks! Using Flash with Flash Media Server I call function in client with the code below:

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

2007-01-24 Thread Danko Kozar
I've made a custom component (based on Canvas). When resizing a browser, the updateDisplayList(unscaledWidth, unscaledHeight) fires only when resizing to a greater window size. When resizing to a smaller size, it doesn't fire. The scrollbar appears instead. Why? Thanks!!

[flexcoders] Re: Flex plus GoogleMap integration

2007-01-24 Thread johnesocko
But Google is so much better! --- In flexcoders@yahoogroups.com, Merrill, Jason [EMAIL PROTECTED] wrote: Thanks but I know that - Yahoo has limitation on amount of connected users Do you mean Yahoo! Maps Flash APIs are limited to 50,000 queries per IP per day? That's the same for both

RE: [flexcoders] Localization - URGENT

2007-01-24 Thread João Fernandes
We’re using this approach http://weblogs.macromedia.com/arayne/archives/2006/08/internationalis.cfm#mo re we adapted for a coldfusion back-end. João Fernandes From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lieven Cardoen Sent: 24 January 2007 14:48 To:

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

2007-01-24 Thread Danko Kozar
Oh, I got it: a horizontalScrollPolicy of the parent container wasn't set to off.. Sory for inconvenience... --- In flexcoders@yahoogroups.com, Danko Kozar [EMAIL PROTECTED] wrote: I've made a custom component (based on Canvas). When resizing a browser, the

[flexcoders] Screen Flicker Between States Issue

2007-01-24 Thread David Terry
Hi Guy, Well my application UI development is moving along slowing, but at least it is going somewhere. Seems like anything I want to do I need to spend a few hours reading first. I don't understand why I am getting a screen flicker between states. Moving from the login, to register, to main

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

2007-01-24 Thread Michael Schmalle
You need to look at the component that is parenting your custom component. If we could see code, it would be a simple answer. Peace, Mike On 1/24/07, Danko Kozar [EMAIL PROTECTED] wrote: I've made a custom component (based on Canvas). When resizing a browser, the

[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

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

2007-01-24 Thread jason.proulx
My Shell application looks something like this at the moment: mx:Application ... control:MainAppFrontController id=frontController / somemodule.control:ModuleFrontController id=moduleFrontController / business:MainAppServiceLocator id=serviceLocator /

[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 : logging target class=flex.messaging.log.ConsoleTarget level=Debug properties

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

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

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] 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

[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

[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: STOCK_EXCHANGE . STOCK_HISTORY STOCK SYMBOLGOOG/SYMBOL FULLNAMEGoogle Corporation/FULLNAME RATES RATE123,12/RATE RATE123,13/RATE /RATES

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

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

[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

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

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

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

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

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 http://www.gliffy.com/ Don't see a download link, doesn't look like they are

[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

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.

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:

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

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

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

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

[flexcoders] asdoc help

2007-01-24 Thread Geoffrey
I'm trying to use asdoc (from Adobe Labs http://labs.adobe.com/wiki/index.php/ASDoc ) 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

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 is

[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

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

2007-01-24 Thread gekkemus
Hi, You can do this with the VerticalAxisRenderer. For example: mx:LineChart x=10 y=63 id=myLineChart width=473 height=106 dataProvider={myDataArrayCollection} mx:verticalAxisRenderer mx:AxisRenderer id=myVerticalAxisRenderer placement=right / /mx:verticalAxisRenderer

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

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

[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

[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: 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'm building

[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

[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

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 phone

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] 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

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

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

[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

[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

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

[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... mx:Button id = myProjects label=My Projects click=myViewStack.selectedChild=projects; / As soon as you click 'myProjects' the view changes to a datagrid. But I also want to

  1   2   >