RE: [flexcoders] Re: Index of an itemRenderer

2007-02-01 Thread Tracy Spratt
If you can get the renderer to emit a custom event that contained the data that might work. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of evert_dennis Sent: Thursday, February 01, 2007 9:57 AM To: flexcoders@yahoogroups.com S

RE: [flexcoders] Possible to update an XML List collection while keeping a Tree Control open ?

2007-02-01 Thread Tracy Spratt
Are you updating the whole DataProvider? If so, then you will need to store the selectedItems array and re-set it after the dataProvider is changed. If you are updating the individual nodes using the api, then the tree will not close/initialize. Tracy

Re: [flexcoders] Flex Builder 2.0.1 Eclipse Plugin Issues

2007-02-01 Thread Rich Tretola
Are you only doing Flex projects or have you tried to create a Java project with Flex files included within? On 2/1/07, Jeffry Houser <[EMAIL PROTECTED]> wrote: Flex Builder 2.01 has been working fine for me on Eclipse 3.1. ( I assumed it was supported, but I could be wrong ) At 01:20 PM 2/1/

Re: [flexcoders] Flex Builder 2.0.1 Eclipse Plugin Issues

2007-02-01 Thread Rich Tretola
New Flex projects work fine. the error only occurs on Java projects. On 2/1/07, Daniel Wabyick <[EMAIL PROTECTED]> wrote: Not positive, but I don't think Eclipse 2.0.1 is officially supported in 3.1 You may need 3.2. -D Rich Tretola wrote: > > I upgraded my Flex Builder 2 plugin on Eclip

[flexcoders] Wrapper file when using Web Tier compiler

2007-02-01 Thread Allen Riddle
Is it possible to modify the wrapper html file itself when compiling on the server using FDS (web tier compiler)? We were able to modify the wrapper file when just using flex builder to create our swf's, but once we switched to DataServices we can't get it to pick up our changes. Has anybody done t

Re: [flexcoders] Flex Builder 2.0.1 Eclipse Plugin Issues

2007-02-01 Thread Jeffry Houser
Flex Builder 2.01 has been working fine for me on Eclipse 3.1. ( I assumed it was supported, but I could be wrong ) At 01:20 PM 2/1/2007, you wrote: >Not positive, but I don't think Eclipse 2.0.1 is officially supported in >3.1 You may need 3.2. > >-D > >Rich Tretola wrote: > > > > I upgra

Re: [flexcoders] pop ups again

2007-02-01 Thread Roman Protsiuk
I guess the reason is in following line of PopUpManagerImpl.as: line 574: IUIComponent(o.owner).setVisible(true, true); Second parameter says do not dispatch "show" event... I wonder why is it this way... Maybe someone who understands this behavior will read these lines someday. R. On 2/1/07,

[flexcoders] DVD-based interactive application possible?

2007-02-01 Thread sooby77
Hi all, I am interested in building an interactive application (a catalog) for my dissertation using Flex 2. The application would be completely self-contained within a DVD. Can I do this with Flex 2? If not, can someone suggest an alternative? Thanks for all your help. sooby77

[flexcoders] Re: Adobe.com Servers?

2007-02-01 Thread purcept
Matt I'm located in Dayto Ohio. See my "tracert" below. This has been going on consistently for at least 2 months, if not more. - --- 1 7 ms 7 ms 7 ms * 2 9 ms 9 ms 8 ms dist1-vlan5

Re: [flexcoders] Flex Builder 2.0.1 Eclipse Plugin Issues

2007-02-01 Thread Daniel Wabyick
Not positive, but I don't think Eclipse 2.0.1 is officially supported in 3.1 You may need 3.2. -D Rich Tretola wrote: > > I upgraded my Flex Builder 2 plugin on Eclipse today (Eclipse 3.1 on > Win XP) to 2.0.1 and I am now getting an error when trying to open any > of my projects which were

[flexcoders] ASDoc ignoring [Bindable] properties in mxml files

2007-02-01 Thread jer_ela
I am finding that ASDoc (2.01) is ignoring bindable properties in mxml files public var myProperty:String gets documented [Bindable] public var myBindableProperty:String does not set/get pairs are also affected

[flexcoders] Re: pop ups again

2007-02-01 Thread Andriy Panas
Hi everyone, I cannot help you Roman to solve your problem, but I am able to CONFIRM your bug( "feature") with FlexEvent.SHOW event not dispatched from popUp window instance in modal mode if it is being shown for the second and for the next time and so on. In the attached sample application try t

Re: [flexcoders] AS3 shell

2007-02-01 Thread Jim Cheng
Mikhail Shevchuk wrote: > Is there any shell to play with Action Script 3 like ipython for python or > smth. like that ? > That would be extremely useful for rapid development. See: http://www.mozilla.org/projects/tamarin/ Adobe's released the ActionScript 3 virtual machine to the Mozilla pr

Re: [flexcoders] Re: PNG transparency failing in @Embed?

2007-02-01 Thread dorkie dork from dorktown
heres the psd http://judahfrangipane.com/blog/wp-content/themes/default/bin/images/kubrickheader_mask.psd On 2/1/07, dorkie dork from dorktown <[EMAIL PROTECTED]> wrote: heres my image: http://judahfrangipane.com/blog/wp-content/themes/default/bin/images/kubrickheader_mask.png i'm loading it

[flexcoders] create empty folder in a tree

2007-02-01 Thread xvirus001
My question si simple. Can I create an empty folder in a tree. Imagine I get a data like this. Can I associate the bracket Folder to a folder and the bracket Item to an Item. ?

[flexcoders] Re: Custom component not sizing correctly (w/ example link)

2007-02-01 Thread ben.clinkinbeard
Dude- you freaking rock. I have been stumped on that one for a while... figures its something that blindingly simple. Thanks a million. Ben --- In flexcoders@yahoogroups.com, Doug McCune <[EMAIL PROTECTED]> wrote: > > Just stick a call to graphics.clear() before you call > graphics.beginGradient

[flexcoders] Re: Loading module from module

2007-02-01 Thread tvikatos
Anybody has a clue? --- In flexcoders@yahoogroups.com, "tvikatos" <[EMAIL PROTECTED]> wrote: > > Loading a module from a module does not work for me. > A->B->C > When B tries to load C (using ModuleManager) the factory returns null, > although all types seem setup correctly. > However if I do > A-

RE: [flexcoders] Resizing a List component?

2007-02-01 Thread jason.proulx
Figured it out :P variableRowHeight="true", it's working fine now :-) Jay Proulx [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Proulx, Jason (EX22748) Sent: February 1, 2007 11:57 AM To: flexcoders@yahoogroups.com

[flexcoders] pop ups again

2007-02-01 Thread Roman Protsiuk
Hi, everyone. I've modified my previous example (if anyone saw it). Now I'm using following approach to handle pop ups: The pop up itself PopUpWindow.mxml: http://www.adobe.com/2006/mxml"; layout="vertical" horizontalAlign="center" width="400" height="300"

Re: [flexcoders] Custom component not sizing correctly (w/ example link)

2007-02-01 Thread Doug McCune
Just stick a call to graphics.clear() before you call graphics.beginGradientFill(). I tested that and it should get it to work. Got to make sure you're drawing from a clean slate. Doug ben.clinkinbeard wrote: Hello, I have created a simple subclass of Canvas that allows rounded corners and a

[flexcoders] Resizing a List component?

2007-02-01 Thread jason.proulx
Hey All, I don't remember encountering this issue before. I have a List component with a custom item renderer, which includes an image loaded dynamically at runtime. I want my List component to display all items all the time, and I need to resize it depending on the number of items that get l

[flexcoders] Re: parent-child hierarchy of data using Flex, FDS and Hibernate

2007-02-01 Thread parkerwhirlow
Hi guys, I have made a post in similar vein to this one, and had a couple comments. I agree that when possible, using managed associations and individual destinations for each side of the association is a best approach. However I'm running into issues with the "hierarchical values" approach you m

RE: [flexcoders] Adobe.com Servers?

2007-02-01 Thread Matt Chotin
Where are you located? We've made some changes to get adobe.com faster actually, but have noticed some slowdowns on certain things. I was recently told we're serving close to 600 Mbs right now, especially since Lightroom just launched, so we push out a fair amount of data :-) Matt ___

[flexcoders] Re: Passing Value Object to CFC as an argument?

2007-02-01 Thread boy_trike
--- In flexcoders@yahoogroups.com, "Douglas Knudsen" <[EMAIL PROTECTED]> wrote: > > you need a EmployeeVO CFC with matching properties and the full array of > mutators and accessors. Actually, you don't. If you want to save a lot of typing and do it the KISS (keep it simple, stupid) way, you

[flexcoders] HTTPService example sending XML

2007-02-01 Thread Grant Davies
I have a rest service where I send it the request as xml and the response comes back as xml, does someone have a simple example I could look at as I'm having issues. cheers, Grant ... > b l u e t u b e i n t e r a c t i v e. .: grant davies .: 404.428

[flexcoders] DataGrid sort direction arrow

2007-02-01 Thread Robert Chyko
Is there any way to force the sort direction arrows on a DataGridColumn to be displayed? What I need to do is save the direction a column has been sorted and then when the user reloads the app I have to set the grid up just like they last left it. I can easily enough sort the data correctly on

[flexcoders] Flex Builder 2.0.1 Eclipse Plugin Issues

2007-02-01 Thread Rich Tretola
I upgraded my Flex Builder 2 plugin on Eclipse today (Eclipse 3.1 on Win XP) to 2.0.1 and I am now getting an error when trying to open any of my projects which were defined as java projects. Here is the error: "A problem occurred while opening this project. Try quitting and restarting the appl

[flexcoders] Adobe.com Servers?

2007-02-01 Thread purcept
Why have the Adobe.com servers been so Slow and Erratic over the last couple months? Any time I go there for Flex info, I always have to Refresh at least once. I've asked around, but no one seems to know.

Re: [flexcoders] Re: How to make FormItem labels left aligned?

2007-02-01 Thread EECOLOR
If you would use the following class it is ;) Greetz Erik package fly.flex.containers { import mx.containers.FormItem; import mx.core.EdgeMetrics; import mx.core.UIComponent; import mx.core.mx_internal; import mx.styles.CSSStyleDeclaration; import mx.styles.StyleManager; [Style(name="labelAli

[flexcoders] Re: Host Name? How do I get my current host name?

2007-02-01 Thread Oscar
Try this: mx.utils.URLUtil.getServerName (mx.core.Application.application.url);

[flexcoders] Re: Possible to update an XML List collection while keeping a Tree Control open ?

2007-02-01 Thread Oscar
I would create a handler for your HttpService result and then do the following: public function onResultHttpService(event:Event):void{ myTree.dataProvider= event.lastResult; myTree.validateNow(); myTree.selectedIndex=0;

[flexcoders] Flex 2 Compiler / Metadata Question

2007-02-01 Thread gtuhl
I had asked the original question here: http://tech.groups.yahoo.com/group/flexcoders/message/62626 And received several helpful responses involving the ArrayElementType metadata tag. This works for the case of dealing with types of objects in arrays, but doesn't resolve the more general questio

[flexcoders] SOLVED: IFocusManagerComponent and removePopUp

2007-02-01 Thread Roman Protsiuk
Thanks for the huge amount of advises. ;) As it appeared the hole thing was in method hidePopUp of PopUpWindow. We do removePopUp there and after it focus of course changes and this pop-up fires focusOut. in focusOutHandler we call the very same hidePopUp. But, it isn't popped up now. So the only

Re: [flexcoders] Accessibility and imported components

2007-02-01 Thread Jason Goodwin
I will, hopfully, have a JAWS upgrade coming soon. I am using IE and the wmode is set to window. JAWS is finding the movie and even reading the name and description strings set for a button in the movie. It seems to not be able to find any of the imported components. I think I have an architectur

[flexcoders] How to dynamically change the webservice

2007-02-01 Thread raz_gilad
is changing the wsdl propery of the web service enough ? or should I use the "loadwsdl" method as well? When I'm, repating the action (in logout login case) - should I logout or disconnect the service before resetting the wsdl? Thanks

Re: [flexcoders] DATAGRID clic on cell

2007-02-01 Thread Roman Protsiuk
editable="false" on DataGrid or on DataGridColumn if it's the single column you don't want to edit. R. On 2/1/07, wifi19 <[EMAIL PROTECTED]> wrote: hie how can i do to get cell clic on a datagrid without edit this cell thank!

Re: [flexcoders] Re: Flex applications look like Fisher-Price toys

2007-02-01 Thread Douglas Knudsen
awesome work oh and go gators! :) DK On 1/31/07, Dave Wolf <[EMAIL PROTECTED]> wrote: Thanks! We have some awesome guys here who make all the magic happen. Yes indeed we did. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysys

[flexcoders] DATAGRID clic on cell

2007-02-01 Thread wifi19
hie how can i do to get cell clic on a datagrid without edit this cell thank!

Re: [flexcoders] What is the best way to draw about 10,000 to 15,000 rectangles?

2007-02-01 Thread Daniel Freiman
Assuming the locations are all in some data structure, i'd say keep that structure and just iterate through each item and draw them on a single canvas using the Graphics class/object. Then register a mouse listener for the entire canvas and calculate which container you clicked on based on the x

[flexcoders] Custom component not sizing correctly (w/ example link)

2007-02-01 Thread ben.clinkinbeard
Hello, I have created a simple subclass of Canvas that allows rounded corners and a gradient background, but its position is not being updated correctly. When binding its width to the width of a child textfield, it only sizes correctly when the width increases. When the child textfield's width decr

[flexcoders] Re: Index of an itemRenderer

2007-02-01 Thread evert_dennis
I've got a repeater which is creating objects based on how many items are in the HorizontalList. For the sake of this example lets say there are 6 items. When I roll over an itemRenderer in the list I am passing data to that object based on which itemRenderer you are rolled over using event.itemR

[flexcoders] What is the best way to draw about 10,000 to 15,000 rectangles?

2007-02-01 Thread arcencie1978
Hello folks, I'm trying to put about 10,000 to 15,000 rectangles in a stage. And I'd like to know what could be the best way to do this.. Of course, I can just draw everything on the stage, without having to make instances of a class, which defines the way to draw them. Yet the thing is tha

RE: [flexcoders] Re: Flex applications look like Fisher-Price toys

2007-02-01 Thread Dimitrios Gianninas
Absolutly awesome, great work! Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dunphy Sent: Wednesday, January 31, 2007 10:26 AM To: flexcoders@yahoogroups.com Subject: Re:

[flexcoders] web service request population - handling optional data?

2007-02-01 Thread idpjc
Hi, As the structure seems to be the place to specify all the web service elements, can anyone please tell me how this would work where we could have the situation of optional data? For example if there was a web service which accepted a number of previous addresses (say 3) but you only had 2 ad

[flexcoders] Maven2 + Cairngorm based flex app?

2007-02-01 Thread John Menke
I am trying to use Maven2 with the maven-flex2-plugin to build and deploy the CairngormStore for Flex 2. Has anyone had any success with using Maven with a Cairngorm based Flex project? -john

[flexcoders] Determining if there has been any user input on a page

2007-02-01 Thread dean_w_schulze
In Flex is there a way to determine if a user has made any input to any control on a page without having to check each individual control? My app. makes use of several TabNavigators with several tabs in each and I would like a way to tell which tabs have changes, if any, when the user clicks S

[flexcoders] AS3 shell

2007-02-01 Thread Mikhail Shevchuk
Is there any shell to play with Action Script 3 like ipython for python or smth. like that ? That would be extremely useful for rapid development. -- A vivid and creative mind characterizes you.

[flexcoders] Remove a state from a component at run-time ?

2007-02-01 Thread powertool786
I've written a small view-switching component that is based on : . It's set up so that if a child UIComponent is added to it at runtime (eg: via in an ), a new is automatically added to the instance. The added state is also supplied with an eventListener for the "enterState" event, such that

RE: [flexcoders] Accessibility and imported components

2007-02-01 Thread Andrew Kirkpatrick
6.0 is really buggy. I recommend 6.1 or 7.0/7.1. 8.0 is also out but not quite "proven" yet. Other things to look for: 1) don't use anything except wmode=window in the HTML object params. 2) You need to use IE If those don't help, send me a link and I'll take a look. AWK > -Original Mes

[flexcoders] Panel and Scrollbars (basic question)

2007-02-01 Thread nwebb
Hi, I'm sure this is excruciatingly simple but i couldn't find an answer (I must be searching with the wrong keywords). I have a Panel. Inside it is a Text component, and a Repeater underneath that (...repeating a CheckBox) . All works fine. I want to set the "maxHeight" of the Panel to 200px,

[flexcoders] Re: tracking a user session

2007-02-01 Thread mthielman11
thanks for the feedback. We are thinking of some type of object stored and passed with every HTTP service call. just not quite sure how to do it. I will pass this along to my programmers.

RE: [flexcoders] Re: Flex 2 HTTPService best practices

2007-02-01 Thread Ian Shafer
Thank you all for the great help. I can't tell you how much I appreciate it. One note. I mentioned the command line debugger in my initial post. I got this working in linux (Ubuntu 6.10). I had to manually install the flashplayer executable from the Adobe website (I couldn't find it in the SDK) an

Re: [flexcoders] Re: IFrame issue with settings menu

2007-02-01 Thread Sam Shrefler
I haven't seen this specific issue, but I also haven't tried to do it. I have seen issues with Cntrl+Click in firefox not being able to make mulitple selections in list components and also wheel mouse functionality not working. I believe these are all WMODE issues that have not yet been resolved

[flexcoders] Re: IFrame issue with settings menu

2007-02-01 Thread cheftimbob
bump --- In flexcoders@yahoogroups.com, "cheftimbob" <[EMAIL PROTECTED]> wrote: > > I have an application that uses and IFrame to display images and word > docs as well as PDFs. > > If I right click on the application somewhere, not on the IFrame, and > select the settings menu, there applicati

Re: [flexcoders] Move effect with lager images-> flickering images

2007-02-01 Thread Brian Dunphy
Ely over at QuietlyScheming.com just created a SuperImage component which I believe fixes the issue you're experiencing. http://www.quietlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as-the-best-option-orhow-i-made-my-flex-images-stop-dancing/ Cheers, Brian On 2/1/07, maikelsibb

Re: [flexcoders] Whats up with MXNA

2007-02-01 Thread Igor Costa
Jason Everything is going fine with my MXNA here. Kind of problem (if could be a problem) it's in fact of the guys at Cy. Sys. had pinged again some old post. This happens. Best. On 2/1/07, Jason Hawryluk <[EMAIL PROTECTED]> wrote: 4 pages of Cynergy Systems Blog posts (old ones mind you)

Re: [flexcoders] AS variables at the top level of a package

2007-02-01 Thread Tom Chiverton
On Thursday 01 Feb 2007, Stembert Olivier (BIL) wrote: > package > { > class Test > { > } > } > > var var1 : String; > > public function dummy():void{} .. > I don't understand why I got the compilation error since I have only one > declaration with the public attribute. > duly sig

Re: [flexcoders] Apollo features

2007-02-01 Thread Tom Chiverton
On Wednesday 31 Jan 2007, Mike Chambers wrote: > I think the scenario you described below would be possible without > having to launch an EXE Well, yes, if mailto: HREF's are supported, but we may also want to fire up VoIP interface apps etc. etc. > (although I would have to think about the pul

RE: [flexcoders] Re: How to create a fault in FDS?

2007-02-01 Thread Steve Cox
Agreed. I'm struggling to find real-world examples of using FDS + JAVA. There's plenty of 1 datagrid - 1 form examples, but nothing more meaningful. Steve -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of benjidudu Sent: 01 February 2007 09:01 To

Re: [flexcoders] Re:Do I *REALLY* need Flex Data Services for WebServices?

2007-02-01 Thread Tom Chiverton
On Wednesday 31 Jan 2007, Ted Patrick wrote: > simplistic but if the login response was that there was 'no user', you > could prompt the user to 'register', then 'login', then 'getUsers'. It Maybe you are just picking bad examples of what you are trying to do with parsing error messages, but best

[flexcoders] Move effect with lager images-> flickering images

2007-02-01 Thread maikelsibbald
I've got a HBox with number(about 10) of images (375x200). For some reason the images are flickering. It's really anoying. I'm changing they x-property and let the moveEffect handle the rest, for some reason it really looks weird.

[flexcoders] Re: How to create a fault in FDS?

2007-02-01 Thread benjidudu
Tom and Jeff, thank you very much. It works without a glitch. Is this documented somewhere? I looked for it for a while without finding it. This brings me to the FDS documentation. I think the Flex documentation is very well done and detailed. But the FDS documentation is quite the opposite. It se

<    1   2