Re: [flexcoders] Problem with binding of selectedIndex proprty in Combobox Component

2006-07-27 Thread Martina Smith
Thank Ralf,Could you please elaborate on this?I am using cairngorm architecture. According to this architecture, the command should modify the model, and the view willreceive the updated values through binding with model. The problem here is that the model has the updated values,

[flexcoders] Formatting a bound ArrayCollection in a model

2006-07-27 Thread polestar11
Hi there I have an ArrayCollection value in my model class, which I would like to run through a formatter function in my view. This method works with a string, but performs strangely for a collection, where: 1) The format function is never called on update 2) The bound control reflects the update

RE: [Junk E-Mail - LOW] RE: [flexcoders] How does Flex 2.0 handle ColdFusion Query results?

2006-07-27 Thread Shannon Hicks
Try this instead: categories = new ArrayCollection(event.result); Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike AndersonSent: Thursday, July 27, 2006 12:57 AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] RE: [flexcoders] How does Flex

[flexcoders] Re: Flex AMFPHP and VOs

2006-07-27 Thread Renaun Erickson
Stefan, The RemoteObjectAMF0 source and sample code have just been updated to reflect the latest Cairngorm, which you can get off the labs.adobe.com site. Have fun, Renaun --- In flexcoders@yahoogroups.com, Stefan Schmalhaus [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com,

Re: [flexcoders] Problem with binding of selectedIndex proprty in Combobox Component

2006-07-27 Thread Ralf Bokelberg
Hi Martina, whenever the dataprovider is updated, you need to refresh the selectedIndex. You can use a binding function for this. This should work with cairngorm also. Here is a little example. ?xml version= 1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.adobe.com/2006/mxml

Re: [flexcoders] How does Flex 2.0 handle ColdFusion Query results?

2006-07-27 Thread Dekayd
I don't know if this is still true with CF 7.0.2 but if I remember correctly CF returns column names in all uppercase. That might be why your columns in the datagrid don't display anything. --Kelly -- Flexcoders Mailing List FAQ:

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

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

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

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

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 notclean the unused ones... In .mxml files, nothing to re-orgnaize your imports yet... I suppose that this kind of features as well as

[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

[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 mx:DataGridColumn dataField=any itemRenderer=myCheckBox/ mx:DataGridColumn dataField=name itemRenderer=myCheckBox/ mx:DataGridColumn dataField=you itemRenderer=myCheckBox/

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

[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 unfortunately, it does

[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 unfortunately, it does

[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

[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

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

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

[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 several ways.

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 are

[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 way to

[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

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.

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

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

[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

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 got

[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

[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

Re: [flexcoders] Re: Remoteobject help

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 11:52, Jeremy Rottman wrote: even with defining the uri I get the same issue. If you request the URL by hand, what do you get ? looked not a single tutorial has said to define the uri in the channels section of hte service-config.xml file shrug mxmlc wasn't clever

Re: [flexcoders] integrating map24 maps with FLEX2

2006-07-27 Thread Rich Tretola
Why don't you use the Yahoo maps which already support Flash and Flex 1.5 and should have Fle 2 support soon. In the mean time you can use localconnection to speak to your Flash 8 map from Flex 2. This is how I accomplished mapping at StatPods.com Rich On 7/27/06, duccio del ministro [EMAIL

Re: [flexcoders] Cleaning a file in eclipse ?

2006-07-27 Thread Jean-Luc ESSER
Nice tip Benoit ! I should have asked the question on flexeurs, but Tim would have been sad ;) Adobe : If you can hear us for 2.01 update ;) Best, JL - Original Message - From: Benoit Hediard To: flexcoders@yahoogroups.com Sent: Thursday, July 27, 2006 11:04

[flexcoders] Re: Cairngorm: Managing Popup Windows

2006-07-27 Thread Tim Hoff
Very true words Stefan - cheers! The Command/ModelLocator approach you described sounds logical to me -although at first sight it seems to overcomplicate the rather simple task of updating "model.selectedUser" and opening a popup window. -TH--- In flexcoders@yahoogroups.com, "Stefan

[flexcoders] Re: Cleaning a file in eclipse ?

2006-07-27 Thread Tim Hoff
All I can say is ::: frowns with a big smile ::: -TH --- In flexcoders@yahoogroups.com, Jean-Luc ESSER [EMAIL PROTECTED] wrote: Nice tip Benoit ! I should have asked the question on flexeurs, but Tim would have been sad ;) Adobe : If you can hear us for 2.01 update ;) Best, JL

[flexcoders] Re: Remoteobject help

2006-07-27 Thread Jeremy Rottman
Well when I use this url I get the normal blank display. http://fx3.homesmartagent.com/flex2gateway/ when I use the url with the context root I get a 404 error. http://fx3.homesmartagent.com/test/flex2gateway/ I also use a named based virtual host setup. Even when I define the uri with the

[flexcoders] Re: Local Connection

2006-07-27 Thread flexnewbie06
Jester, I read the articles and fully understand what you meant... I load one swf and then try to load a second and even though I've sent the first swf packing it's still in memory and listening to the menu.swf's local connection calls because GC hasn't come along and cleaned it up. Maybe

Re: [flexcoders] Re: Remoteobject help

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 12:51, Jeremy Rottman wrote: Well when I use this url I get the normal blank display. http://fx3.homesmartagent.com/flex2gateway/ If you leave of the / do you get a '500 No configured channel has an endpoint path' error ? -- Tom Chiverton

[flexcoders] Re: Remoteobject help

2006-07-27 Thread Jeremy Rottman
ok well I got it to work with this code. But this isnt exactly how I want it to work. Do I have to use test.component name and do I have to add the end point. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script

[flexcoders] Re: feature or security hole on flash sandBox?

2006-07-27 Thread ben.clinkinbeard
There are no restrictions when running the file on your local system. Access it through a web server and your calls will fail. HTH, Ben http://www.returnundefined.com/ --- In flexcoders@yahoogroups.com, Xavi Beumala [EMAIL PROTECTED] wrote: Hi, Today I've noticed that I can load images from

Re: [flexcoders] Re: feature or security hole on flash sandBox?

2006-07-27 Thread Xavi Beumala
I think you're wrong. It's also working on web server. And from local system you've also restrictions. Just try an application running from the local file system and consuming remote data throgh HTTPService, it's going to fail. But it's not failing with mx:Image. X.On 7/27/06, ben.clinkinbeard

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

2006-07-27 Thread Douglas Knudsen
you using a custom item renderer?DKOn 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 are in the TileListare displayed.It seems that when TileList is made smaller, in width and

[flexcoders] Re: Tools for listing objects

2006-07-27 Thread jeff tapper
Well, that experiment failed as well. 14 hours later, the same objects are still listed in the dictionary. Wed Jul 26 17:07:23 GMT-0400 2006 Testing56:Testing56 Testing19:Testing19 Testing38:Testing38 Thu Jul 27 08:50:31 GMT-0400 2006 Testing56:Testing56 Testing19:Testing19 Testing38:Testing38

Re: [flexcoders] Re: Cairngorm Events

2006-07-27 Thread JesterXL
Typically, in my Application, I'll put the Controller. The Application can only capture deeply nested events if they bubble, and unless you utilize classpaths as your event names, you run the danger of name collisions for bubbling events in bigger apps. The Controller can only get events from

[flexcoders] Re: feature or security hole on flash sandBox?

2006-07-27 Thread ben.clinkinbeard
Hmm, I've not read enough about the newer security models to be sure, I just assumed it was that way since earlier versions were. One thing I did notice though was that you said you're reading from the security whitepaper for FP8. You should be reading about FP9 since that is what Flex and AS3

RE: [flexcoders] throwing exceptions from FDS fill() method

2006-07-27 Thread Jeff Vroom
If you are talking about the fill method on the flex.data.assemblers.Assembler interface, yeah by the rules of Java it can only throw runtime exceptions (those exceptions which extend from java.lang.RuntimeException). You can add another method on your class with a different method

[flexcoders] stop mailing list

2006-07-27 Thread Ferry Tristanto
i want to stop my mailing list, because my final project already fineshed. thamnk you __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Flexcoders Mailing List FAQ:

[flexcoders] type declaration for constructor

2006-07-27 Thread Dan Rossi
Hi another problem i face is, i keep getting type declaration errors for this constructor, i cant seem to get it to remove at all ? I even renamed the file to double check it wasnt some compiler cache thing. I only get it with this class aswell. classes in the same package are fine.

[flexcoders] VideoDisplay extendable ?

2006-07-27 Thread Dan Rossi
Hi im tryingt to extend the VideoDisplay flex component, however im trying to work out how to inherit its NetConnection properties, obviouslly its using it, but i cant work out where ? let me know. Daniel -- Flexcoders Mailing List FAQ:

[flexcoders] Issues with flex2, custom components and paths

2006-07-27 Thread Dan Rossi
Hi there, Im fairly new to flex, however im very familiar with the eclipse IDE. Im experiencing a problem where ive broken down my application into components. Ie i have seperate panels doing particular things , and seperate popup windows. Now when i moved the flex files from the root

Re: [flexcoders] Repositioning pop up window

2006-07-27 Thread JesterXL
popup = PopUpManager.createPopUp(this, YourComp, true); popup.move( 100, 200); - Original Message - From: Robs [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 27, 2006 5:56 AM Subject: [flexcoders] Repositioning pop up window Hi all, Can a popup window created

[flexcoders] A bug with flash player 9??

2006-07-27 Thread flexava
Hi,I wonder if there's a bug with the flash play 9.When I specify that a web service be called when a button is clicked,like this: mx:WebService id=demoService service=Demo port=DemoSoap wsdl=some wsdl here showBusyCursor=true mx:operation name=demo mx:request param1param/param1

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

2006-07-27 Thread JesterXL
Put 'em in seperate projects, or sub-projects. Like: com.company.project.admin.* com.company.project.client. Or: com.company.projectadmin.* com.company.projectclient.* You should take advantage of the fact you may be using similiar code; both of the above in the same Flex project allows you

[flexcoders] LocalConnection and complex data types

2006-07-27 Thread Kevin Hammer
Hi, I'm going to have to go down the Flex 2 / Flash 8 route to build my next project. I'll be passing a lot of data between the two VMs and I'd like to know if anyone has done that. Any suggestions on passing complex data types coming to the AVM2 from Flex Data Services into a SWF built in the

[flexcoders] WSDLError:Element not resolvable

2006-07-27 Thread flexava
I ran into a strange problem when I was trying to call a web service.Here's the source: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical mx:Script ![CDATA[ import mx.rpc.events.FaultEvent;

Re: [flexcoders] Cairngorm: Managing Popup Windows

2006-07-27 Thread JesterXL
Popups were really valuble in Flex 1.5. Most didn't know about the depth scoping capabilites in Flash Player, nor needed to care. Popups worked great for putting stuff above everything and making it modal. Nowadays, with states and the DisplayList, the only valid reason I can see is

Re: [flexcoders] Re: feature or security hole on flash sandBox?

2006-07-27 Thread Xavi Beumala
Sorrry,the quotation was taken from http://www.adobe.com/devnet/flashplayer/articles/flash_player_9_security.pdf not from flash player 8 specification. X.On 7/27/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: Hmm, I've not read enough about the newer security models to be sure,I just assumed it

Re: [flexcoders] Re: Local Connection

2006-07-27 Thread JesterXL
Geez, definately sounds like the GC then, that's harsh. Um... uh... well, the only thing I can think of beyond doing it dynamically like you said is to ensure when you remove them that you kill all listeners, delete what you can, disconnect what you can, etc. BEFORE destroying the SWFLoader.

RE: [Junk E-Mail - MED] Re: [flexcoders] How does Flex 2.0 handle ColdFusion Query results?

2006-07-27 Thread Shannon Hicks
This is not true, at least when you're returning a query via the flexgateway. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of DekaydSent: Thursday, July 27, 2006 1:56 AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - MED] Re: [flexcoders] How does

[flexcoders] Problems with ComboBox control

2006-07-27 Thread arnold_charming
Hi! I have a XML file (look below) which is then send to the ComboBox as 'dataProvider={xmlFile.urednik.label}'. But now I want to access the required id of selected item/label. I tried several things but none of them worked. Please help me out. XML File -- root urednik id5/id

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

2006-07-27 Thread Douglas Knudsen
curious how to share resources with this, say using Cairngorm. How to share a command that returns data to a modellocator? How to return th edata to the current model locator for a sub app?DK On 7/27/06, JesterXL [EMAIL PROTECTED] wrote: Put 'em in seperate projects, or

RE: [flexcoders] A bug with flash player 9??

2006-07-27 Thread Cathy Reilly
Is it possible that you're running into an issue with the new version of IE? http://www.adobe.com/devnet/activecontent/ You don't mention how your html wrapper is generated. If you're using FB 2, FDS 2 Web Tier Compiler, or the html-templates that ship with Flex 2 SDK, then you've correctly

[flexcoders] Re: Repositioning pop up window

2006-07-27 Thread Tim Hoff
Once again, Jesta in da house. :) --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: popup = PopUpManager.createPopUp(this, YourComp, true); popup.move( 100, 200); - Original Message - From: Robs [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday,

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

2006-07-27 Thread JesterXL
// Assuming your in your Client Application for example import com.company.project.admin.events.SomeEvent; import com.company.project.client.events.ClientEvent; var e:SomeEvent = new SomeEvent(SomeEvent.EVENT_NAME, false, true); CairngormEventDispatcher.getInstance().dispatchEvent(e);

[flexcoders] Cairngorm Examples

2006-07-27 Thread Mark Wales
Are there any ultra-simple examples of Cairngorm using the GA of Flex 2 that include the server-side java classes down to the data access objects that might invoke a database? I am looking for the simplest possible implementation that shows all the code/classes on both the client and server.

[flexcoders] Re: Repositioning pop up window

2006-07-27 Thread Robi Ray
Thanks Tim. I, somehow, got the soln to this: var l:IFlexDisplayObject = PopUpManager.createPopUp(this, your custom class, true); l.x = some value; l.y = some value; Regards, Robi. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] Re: Remoteobject help

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 11:52, Jeremy Rottman wrote: 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 http://thefalken.livejournal.com/ ;-) -- Tom Chiverton,

Re: [flexcoders] Re: Remoteobject help

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 13:22, Jeremy Rottman wrote: ok well I got it to work with this code. But this isnt exactly how I want it to work. Do I have to use test.component name and do I have to add the end point. mx:RemoteObject id=qryService

Re: [flexcoders] Cairngorm Examples

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 14:35, Mark Wales wrote: Are there any ultra-simple examples of Cairngorm using the GA of Flex 2 that include the server-side java classes down to the data access objects that might invoke a database? See the 'Cairngorm 2 - Sample Application?' thread in this very

[flexcoders] Re: Local Connection

2006-07-27 Thread Tim Hoff
This is a mystery area. Go back and find all of the references to an object and remove them before the object is eligible for disposal? That's a lot of work. In .Net, the GC constantly spins around looking for memory to clear. The objects are either automatically marked for disposal, when

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

2006-07-27 Thread Douglas Knudsen
righto on that. Say I have a command GetUserCommand() that returns a userVO for the current user in session. This is returned to the apps modellocator, has stuff like name, etc, in it.so we have com.company.project.admin.model.AModLoccom.company.project.client.model.CModLocHow does

[flexcoders] Re: Problem with PopUps with Flash Player 9,0,16,0 ?

2006-07-27 Thread david_c_lowe
I only updated the Player ... I'm currently running beta3 Builder. --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: The code is correct. Did you also update your Flex Builder 2 plugin / IDE or just the player? - Original Message - From: david_c_lowe [EMAIL

[flexcoders] cairngorm Events and data payloads

2006-07-27 Thread Douglas Knudsen
can someone point me to a example of how to pass data in a cairngorm type event? I'm trying the below withpackage com.mycompany.events { import com.adobe.cairngorm.control.CairngormEvent; public class LoadScorecardEvent extends CairngormEvent { public static var EVENT_LOAD_SCORECARD:

[flexcoders] Re: Problems with ComboBox control

2006-07-27 Thread gotgoose09
Set the dataProvider to dataProvider={xmlFile.urednik}. Then, set the labelField of the ComboBox to label. This should show the label to the user and then you can get the id by typing comboBox.selectedItem.id or the label: comboBox.selectedItem.label. --- In flexcoders@yahoogroups.com,

[flexcoders] remote object mapping frustration

2006-07-27 Thread Douglas Knudsen
Ok, I got this CFC modeling a composite object. Lets say its com.myco.project.user. user has three members: userid a string, address a com.myco.project.adress, and say cars a array of com.myco.project.car . The CFCs work fine in that DAOs do their magik. On the Flex side I have

Re: [flexcoders] Cairngorm Examples

2006-07-27 Thread Vikas Bhatia
Try this, I have left the db access out of it, but if you are failiar with hibernate or the like, it should be fairly easy to plugin.http://flamingrain.com/blog/?p=4 On 7/27/06, Mark Wales [EMAIL PROTECTED] wrote: Are there any ultra-simple examples of Cairngorm using the GA of Flex 2that

[flexcoders] Re: Local Connection - RESOLVED!

2006-07-27 Thread flexnewbie06
Thanks again jesterXL... Added just a few lines...can't believe i didn't think of this earlier...it was definitly a light bulb moment...cleans up local connection...so it can be used by next loaded swf. Had to make changes to swf's and just wasn't thinking about them. added - to main flex

[flexcoders] TextLineMetrics anyone?

2006-07-27 Thread jeff tapper
Has anyone successfully used TextLineMetrics with multiline text fields? All my experiments are showing that it always computes assuming a single, not wrapping line of text. I'm not sure if im using it wrong (the most likely scenario), if its a documentation error, or a bug. According to

Re: [flexcoders] stop mailing list

2006-07-27 Thread Paul Andrews
- Original Message - From: Ferry Tristanto [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 27, 2006 7:03 AM Subject: [flexcoders] stop mailing list i want to stop my mailing list, because my final project already fineshed. thamnk you Reading to the bottom of the

RE: [Junk E-Mail - MED] [flexcoders] remote object mapping frustration

2006-07-27 Thread Shannon Hicks
I had similar problems at one point Turned out my RemoteClass alias was wrong. I think I also had the same problem when the alias in the cfcomponent tag didn't match, too. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas KnudsenSent: Thursday,

[flexcoders] Using VBox with Image inside as a TileList itemRenderer strangeness

2006-07-27 Thread Sergey Kovalyov
Hi All! Why should I make VBox width 4 pixels more than actual image width, but keep its height the same as actual image height in order to make 2 pixels border around the image when either mouse overing the item or selecting it? mx:TileList width=100% height=100%

[flexcoders] FDS NullPointerException

2006-07-27 Thread dreuimar
Hi everyone, I had a problem the other day with lazy loading using a Java backend. Using the debugger and throwing Java exceptions, I've narrowed it down to a NullPointerException. Anyone know anything about how to overcome this? I'm guessing what's happening is that a null value is being

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

2006-07-27 Thread JesterXL
If you use the same ModelLocator, yes. I'd assume, however, each would have their own ModelLocator. Additionally there is no reason you couldn't share the same one. Still, depends on the project, and I usually only have borrewed views between proejcts, not command model stuff. -

Re: [flexcoders] Re: Local Connection - RESOLVED!

2006-07-27 Thread JesterXL
Delete the ho! after close: lc = null; delete lc; - Original Message - From: flexnewbie06 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 27, 2006 10:11 AM Subject: [flexcoders] Re: Local Connection - RESOLVED! Thanks again jesterXL... Added just a few

Re: [flexcoders] TextLineMetrics anyone?

2006-07-27 Thread JesterXL
Out of curiosity, turn on autoSize = left; - Original Message - From: jeff tapper [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 27, 2006 10:14 AM Subject: [flexcoders] TextLineMetrics anyone? Has anyone successfully used TextLineMetrics with multiline text

Re: [flexcoders] Re: Tools for listing objects

2006-07-27 Thread Vikas Bhatia
Laszlo had a pretty nice debug window that you could embed in the client side swf. the debug window could provide complete introspection into the client side views. anything similar available for flex or is anything planned such as this? On 7/27/06, Matt Chotin [EMAIL PROTECTED] wrote:

Re: [flexcoders] cairngorm Events and data payloads

2006-07-27 Thread JesterXL
close. Do this, but extend CairngormEvent like you are doing: http://www.darronschall.com/weblog/archives/000191.cfm - Original Message - From: Douglas Knudsen To: flexcoders@yahoogroups.com Sent: Thursday, July 27, 2006 10:01 AM Subject: [flexcoders] cairngorm Events and data

[flexcoders] Re: cairngorm Events and data payloads

2006-07-27 Thread thunderstumpgesatwork
Hi, The delegate function thinks you just have a CairngormEvent. I think you just need to check to make sure the event you received is your custom event type and then cast it. so: if (eventHere is LoadScorecardEvent) { del.getScorecard( LoadScorecardEvent(eventHere).scorecardId ); } else {

[flexcoders] Re: Local Connection - RESOLVED!

2006-07-27 Thread flexnewbie06
..works perfect. --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: Delete the ho! after close: lc = null; delete lc; - Original Message - From: flexnewbie06 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 27, 2006 10:11 AM

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

2006-07-27 Thread thunderstumpgesatwork
Hey guys, I'm just starting with Cairngorm also, and I've never seen this done specifically, but I don't see any reason you can't have multiple ModelLocators... they're just singleton classes really. So, you could for instance have a shared ModelLocator with state that is shared between apps.

Re: [Junk E-Mail - MED] [flexcoders] remote object mapping frustration

2006-07-27 Thread Douglas Knudsen
thanks, yeah, I checked that like 500 times now, all looks fine and dandy. errr, so frustrating. All my other cfcs are mapping fine. DKOn 7/27/06, Shannon Hicks [EMAIL PROTECTED] wrote: I had similar problems at one point Turned out my RemoteClass alias was wrong. I think I also

[flexcoders] Re: Acegi/Spring/Flex authentication

2006-07-27 Thread zosoo7
Here are snippets from my Flex code, and my Acegi configuration. If you notice, what we did, was set up Acegi, so it's successful and unsucessful authentication url's point to XML documents that contains the result of the login. Point your http service to the acegi entry point mx:HTTPService

Re: [flexcoders] Re: Local Connection - RESOLVED!

2006-07-27 Thread JesterXL
w00t! GC got PWND!!!. - Original Message - From: flexnewbie06 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 27, 2006 10:48 AM Subject: [flexcoders] Re: Local Connection - RESOLVED! ..works perfect. --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED]

Re: [flexcoders] Re: Tools for listing objects

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 15:37, Vikas Bhatia wrote: Laszlo had a pretty nice debug window that you could embed in the client side swf. the debug window could provide complete introspection into the client side views. anything similar available for flex or is anything planned such as this?

[flexcoders] Architectural questions RE: Cairngorm 2

2006-07-27 Thread thunderstumpgesatwork
Bump... no response, so I'm going to ask this one again. I've made it shorter so hopefully people will read. (see orig. for more details) I'm using Cairngorm, and want to know ideas you have for: 1. Dynamic views with dynamic data. How to put into the ModelLocator...? I'm leaning towards

[flexcoders] Re: TextLineMetrics anyone?

2006-07-27 Thread jeff tapper
Jesse - not sure I'm following you. An mx:Text / control doesnt seem to have an autosize property. They inherently automatically size themselves to fit the contained text. Am i misunderstanding you? --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: Out of curiosity,

[flexcoders] Manuals/tutorials on subclassing, custom components? (1.5)

2006-07-27 Thread G
Does anyone know of the best, canonical documentation explaining how properly to subclass a custom component? The interactions between init, constructObject2, commitProperties, bindings, and so on are very complicated, and I really need some guidance for best practices. I found one document,

  1   2   3   >