[flexcoders] feature or security hole on flash sandBox?

2006-07-27 Thread Xavi Beumala
Hi,Today I've noticed that I can load images from diferent domains (which doesn't have a crossdomain file) without getting a security sandbox violation error.For example, when running the following application from my fileSystem I'm not receiving any error eventhough the domains don't have de cr

[flexcoders] Re: Cairngorm: Managing Popup Windows

2006-07-27 Thread Stefan Schmalhaus
Tim, No worries about the spelling of my name. ;-) Thank you very much for your explanations. Once you are experienced enough, you can value the beauty and FLEXibility of a software development concept/tool. I'm still at the beginning of my learning curve, and sometimes the complexity of Flex/Cai

Re: [flexcoders] Backend/Frontend Application Development (Cairngorm)

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 09:38, Stefan Schmalhaus wrote: > definitely use the same AMFPHP services. What's the best way to tackle > this? Should I treat them as two different Flex projects? Or can I > develop them within one Flex project but with two different MXML > application files? We've just

[flexcoders] Re: Remoteobject help

2006-07-27 Thread Jeremy Rottman
even with defining the uri I get the same issue. Everywhere I have looked not a single tutorial has said to define the uri in the channels section of hte service-config.xml file To give a little more info. My cf server runs on linux. cfserver install root: /opt/coldfusionmx7/ web root /var/www

Re: [flexcoders] flex 1.5 : AMF and ports and Max users

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 01:28, Eric D Anderson wrote: > application dependent, but our tests have shown that you can support 1000's > of concurrent users per CPU. Of course, this depends how fast your CPU is :-) Some sort of metric on how much memory is used per connection maybe useful though, i

[flexcoders] flex2 final - question about adding buttons to a panel.titlebar

2006-07-27 Thread bhaq1972
after adding a button to panel.titleBar do we put our button positioning code in updateDisplayList() or in layoutChrome(). i'm sure i've seen suggestions for both. just wanted to know whats the difference. regards bod -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexc

Re: [flexcoders] Remoteobject help

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 10:40, Jeremy Rottman wrote: > uri="http://{server.name}:{server.port}{context.root}/flex2gateway/"; Try filling in actual values here. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliw

[flexcoders] Re: Repositioning pop up window

2006-07-27 Thread Tim Hoff
Hi Robi, It doesn't look like you can explicetly set the x,y coordinates, but you can specify the parennt container of the PopUp. Containers can be positioned with x,y in absolute positioning mode. You also have the centerPopUp method available. -TH --- In flexcoders@yahoogroups.com, "Robs"

[flexcoders] Re: flex2 final - CheckBox itemrenderer question

2006-07-27 Thread bhaq1972
Tim as always the credit goes to you. i'll have a look at trying it with a custom event as you described. regards bod --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > Absolutely, > > That sample, at the time, was designed to illustrate itemRenderers. > The better

Re: [flexcoders] TileList Bug Flex Final... pretty serious.

2006-07-27 Thread Samuel Reuben
Hi Tim,   I tried this and I don't seem to see any tiles disappearing. Can you send me some code please?   Thanks, -sam  On 7/25/06, sufibaba <[EMAIL PROTECTED]> wrote: Hi ya,I found what seems to be a bug with the TileList Control. When theTileList is resized, not all of the images that

[flexcoders] Re: Cairngorm: Managing Popup Windows

2006-07-27 Thread Tim Hoff
Sorry, my bad English. Should be Stefan. -TH --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > Hi Stephan, > > Don't worry about good/bad English here, communication is the key. > The beauty of Cairngorm and Flex is that you can accomplish the same > thing severa

[flexcoders] Re: Cairngorm: Managing Popup Windows

2006-07-27 Thread Tim Hoff
Hi Stephan, Don't worry about good/bad English here, communication is the key. The beauty of Cairngorm and Flex is that you can accomplish the same thing several ways. Chances are that your edit/delete form is a view also. So you can either change view state (ModelLocator) to add the view c

Re: [flexcoders] Re: printing/zooming bugs

2006-07-27 Thread Samuel Reuben
This is still an open issue Peter. I remember it had been fixed but then some how it got back. Will press for it to be fixed ASAP.   Thanks, -sam  On 7/25/06, Daniel Tuppeny <[EMAIL PROTECTED]> wrote: I was playing with your code, and discovered you don't need to create a new context menu

[flexcoders] Repositioning pop up window

2006-07-27 Thread Robs
Hi all, Can a popup window created with the "createpopup" method be repositioned to a desired x,y location. If yes, how? Thanks in advance, Robi. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/f

[flexcoders] integrating map24 maps with FLEX2

2006-07-27 Thread duccio del ministro
Does anyone have any experience in integrating map24 maps (http://devnet.map24.com) with a flex2 application? I saw the flex-ajax bridge in adobe.labs and i'm using it to pass he right parameters but the resulting maps need to be visualized inside an html div tag, how can i integrate them inside a

[flexcoders] Remoteobject help

2006-07-27 Thread Jeremy Rottman
I am trying to get my test app to work with remoteobjects, but thus far I have been sol. I am using a simple tutorial I found online, but I keep getting this error. faultCode:InvokeFailed faultString:'[MessagingError message='Unknown destination 'ColdFusion'.']' faultDetail:'Couldn't establish a c

[flexcoders] Re: Cleaning a file in eclipse ?

2006-07-27 Thread Tim Hoff
Thanks for the Ctrl+Shift+O tip. Every little bit helps. -TH --- In flexcoders@yahoogroups.com, "Benoit Hediard" <[EMAIL PROTECTED]> wrote: > > Hello Jean-Luc! > > Nice to see you here... ;) > > In .as files, you can re-organize your imports with Ctrl+Shift+O (very > cool), but unfortunatel

[flexcoders] Re: Cleaning a file in eclipse ?

2006-07-27 Thread Tim Hoff
Thanks for the Ctrl+Shift+O tip. Every little bit helps. -TH --- In flexcoders@yahoogroups.com, "Benoit Hediard" <[EMAIL PROTECTED]> wrote: > > Hello Jean-Luc! > > Nice to see you here... ;) > > In .as files, you can re-organize your imports with Ctrl+Shift+O (very > cool), but unfortunatel

[flexcoders] Cairngorm: Managing Popup Windows

2006-07-27 Thread Stefan Schmalhaus
I've done some research on this list but haven't found any valid information on what's considered best pratice in dealing with popup windows. The few Cairngorm sample apps that are around don't seem to use the TitleWindow component at all. Let's say I have a simple DataGrid populated with some use

[flexcoders] Re: flex2 final - CheckBox itemrenderer question

2006-07-27 Thread Tim Hoff
Absolutely, That sample, at the time, was designed to illustrate itemRenderers. The better way to do it, would be to dispatch custom events. Glad that it got you moving in the right direction; to come up with a better solution. Cool, -TH --- In flexcoders@yahoogroups.com, "bhaq1972" <[EMAIL

[flexcoders] Re: flex2 final - CheckBox itemrenderer question

2006-07-27 Thread bhaq1972
I found a way to make it generic. all i did was implement IDropInListItemRenderer (code below). so now u can have you can replace the following code if(data.focusIn) checkbox1.selected = data.focusIn; if(data.any) checkbox1.selected = data.any; etc instead u can do var myListData:Data

[flexcoders] Identifying tree item (right click)

2006-07-27 Thread Torben Nielsen
Hi,   I have been asked by a client to integrate the following functionality in an application with a Tree component. Custom context menu with the following items:   Delete item Duplicate item   With item I mean an item within the tree. My problem is as follows:   How do I iden

RE: [flexcoders] Cleaning a file in eclipse ?

2006-07-27 Thread Benoit Hediard
Hello Jean-Luc!   Nice to see you here... ;)   In .as files, you can re-organize your imports with Ctrl+Shift+O (very cool), but unfortunately, it does not clean the unused ones...  In .mxml files, nothing to re-orgnaize your imports yet...   I suppose that this kind of features as well as

[flexcoders] Cleaning a file in eclipse ?

2006-07-27 Thread Jean-Luc ESSER
Hi all !   I'm not talking about about the 'clean project' here.   Is there a way to clean your file for all unused imports for exemple ? I know this is somehow possible in Java in eclipse, but it doesn't seem to work with Flex.   Best, Jean-Luc __._,_.___ -- Flexcoders Mailing List FA

[flexcoders] Backend/Frontend Application Development (Cairngorm)

2006-07-27 Thread Stefan Schmalhaus
I'm going to develop a Flex (Cairngorm-based) intranet application for training resources. There will be a backend part for user and content administration, and there will be a frontend for the end user. Both parts, backend and fronted, will presumably share a lot of the underlying data structure

Re: [flexcoders] Adobe guys - Support Issue

2006-07-27 Thread Tom Chiverton
On Wednesday 26 July 2006 18:25, Nick Collins wrote: > tried downloading Eclipse 3.1.2 and replacing all the core features and > plugins. Don't do that. Just add the Flex Builder plugins to it -- Tom Chiverton This email is sent for and on

Re: [flexcoders] Re: Cairngorm Events

2006-07-27 Thread Tom Chiverton
On Wednesday 26 July 2006 16:56, JesterXL wrote: > Not anymore, no, as he's usually embedded at the top of the tree. I'm not sure what you mean. > could utilize ViewLocator I guess, but that is bleh. Indeed. We tend to pass the view into the event instead. -- Tom Chiverton *

[flexcoders] Re: flex2 final - CheckBox itemrenderer question

2006-07-27 Thread bhaq1972
thanks for the input guys. But i have one issue. In your example Tim, your checkbox item renderer is binding onto the 'followUp' property of the dataProvider. eg 'followUp' is the name of your dgcolumn dataField. So wouldn't it be better and more generic if you could do i'm applying this

Re: [flexcoders] [Flex2 final] Application look blury when using FlashType

2006-07-27 Thread Carlos Rovira
Thanks for listen Matt,I know there are many task in works now, only knowing that Adobe has this thing into account and thinking in the best way to do it is great.Thanks for the support.C. On 7/27/06, Matt Chotin <[EMAIL PROTECTED]> wrote: Don't get

<    1   2   3