[flexcoders] playerProductInstall.swf file

2007-04-26 Thread Jim Pickering
I just built a flex-based registration form for my usergroup site. People are telling me that it makes them download FlashPlayer 9 when they already have it. Is that normal behavior? If I remove playerProductInstall.swf, then my app simply doesn't load, so there doesn't seem to be an alternative.

[flexcoders] Customizing datatips

2007-04-26 Thread Jaganathan.K
Is it possible to remove only the datatips in the chart, keeping the datapoints visible? Like in google finance Any help would be greatly appreciated. Thanks Regards JAga

[flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-26 Thread anupam_111181
Hi All, Yeah its pretty intresting to attach ur custom event to the yahoo map componenet. I will definately like to try and digg in to this. I will post it here or on my blog at http://digitallyinsane.wordpress.com Thanks Michael for inspiring me to work on this... Cheers! Anupam --- In

[flexcoders] Hibernate MiddlegenIDE Plugin Install

2007-04-26 Thread Kevin
Has anyone used 'middlegenide' with Ecplise to generate Hibernate Mapping files? http://sourceforge.net/project/showfiles.php?group_id=36044 Seems like this would be an easy way to map an existing database to Hibernate for use in FDS. Seems better than Hibernate-tools which doesn't

[flexcoders] wsdl path error

2007-04-26 Thread slash_n_rose
Hi, When I access data from server using webservice I have to specify the path of wsdl. There is a problem with that For example If I give the path as http://www.abc.com/service.asmx?WSDL, I cant access the html page containing that swf movie with out using www infront of the url. If I access the

[flexcoders] Re: submenu can't show completely

2007-04-26 Thread kkinaru
Thankyou all... I have a solution: Sadly, Menu implementation controls menu-out-of-bounds, with the code posted upper: from mx.controls.Menu.show(... , ...) [CODE] // Adjust for menus that extend out of bounds if (this != getRootMenu()) { var shift:Number = x + width -

[flexcoders] Re: Cairngorm, is this suitable as Cairngorm event

2007-04-26 Thread bnsmeets
Nice, tnx guys. Great replies. Gonna print them out and see if i can get it clear for myself.

RE: [flexcoders] Customizing datatips

2007-04-26 Thread Sunil Bannur
The correct way of doing this would be to have a custom datatip renderer and assign it to dataTipItemRenderer, As a workaround, you could do this. lineChart.setStyle(dataTipRenderer,UIComponent); or for that matter a dummy programmaticskin, It would give you the same effect as google finance.

[flexcoders] Open source Flex (incl. compiler)

2007-04-26 Thread Tom Chiverton
(http://labs.adobe.com/wiki/index.php/Flex:Open_Source) By the end of the year. Wow. That *is* a surprise ! -- Tom Chiverton Helping to heterogeneously implement integrated infomediaries on: http://thefalken.livejournal.com This email is

[flexcoders] Re: OT: SVNSubclipseFlex/CF/MySQL

2007-04-26 Thread shawn.gibson
Hi Kevin, thanks very much, it sounds better now:) I'll give this a go and see what happens. The online service looks like a good way to start too, and then after learning the ropes I can decide if I want to 'bring it all home' or not. Thanks a lot for your help, I'll get cracking on it after

[flexcoders] Validating custom component - how to get error to display next to field

2007-04-26 Thread John Menke
How do i get validation errors to appear next to corresponding fields in a component that i have on an .mxml page? I have a custom component that contains text fields. I can validate the component with a custom validator but i cannot get the error to display next to the field. Any

Re: [flexcoders] wsdl path error

2007-04-26 Thread Muzak
Read up on Flash Player Security. http://labs.adobe.com/wiki/index.php/Flex:Accessing_Data http://livedocs.adobe.com/flex/2/docs/1950.html regards, Muzak - Original Message - From: slash_n_rose [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, April 26, 2007 9:29 AM

Re: [flexcoders] Validating custom component - how to get error to display next to field

2007-04-26 Thread Roman Protsiuk
Is Validator you use required=true? R. On 4/26/07, John Menke [EMAIL PROTECTED] wrote: How do i get validation errors to appear next to corresponding fields in a component that i have on an .mxml page? I have a custom component that contains text fields. I can validate the component with a

Re: [flexcoders] Validating custom component - how to get error to display next to field

2007-04-26 Thread Roman Protsiuk
Hi, John. My previous message wasn't any good. Sorry. :) The error box is one of components rawChilds. I guess what you need to check is UIComponents validationResultHandler() method. validationResultHandler()method public function

RE: [flexcoders] One Singleton many application

2007-04-26 Thread Brian Holmes
If you have two applications that need to share the same variable, look into creating a RSL where the singleton can exist safely and everyone knows where to go get it. If you're using an application shell and loading modules you can create a static class or variable to house the singleton.

[flexcoders] Mimicking the Apple Finder column view

2007-04-26 Thread Jason Wehling
I'm curious if anyone has either implemented or considered trying to mimic the functionality of the Apple Finder column view. This would be a component capable of traversing a large data set (like a file system), and loading the data one layer at a time. Maybe combining a single-column

Re: [flexcoders] Alert Control Crashing App

2007-04-26 Thread rml__
Update your flash player version, i had the same problem in IE, it was solved updating the flash player. rml - Mensaje original De: Manish Jethani [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com Enviado: miércoles, 25 de abril, 2007 5:33:04 Asunto: Re: [flexcoders] Alert Control

Re: [flexcoders] addChild problems

2007-04-26 Thread Jason C Reynolds
Does not work just means it isn't showing up on screen - something is wrong with how I am adding stuff to the display list. MainApp has the canvas object, and the content object - creates an instance of any class that extends my ContentTemplate class. I don't see why

[flexcoders] ArrayCollections as source for charting

2007-04-26 Thread klar1ty
I am writing a flex application that stores a dataset in an arrayCollection called stats. Through use of the application, the stats:ArrayCollection is updated. One particular state of the application has 3 charts covering stats for thisWeek, thisMonth and thisQuarter. Right now, I have a single

RE: [flexcoders] Re: NetConnection.Connect.Failed

2007-04-26 Thread Peter Farland
Can you give me the URL to that specific FMS example? That nc.connect URL looks a little odd. Is your server name really tutorial_hello, or did you just remove this information for the purposes of posting to this forum? Typically, I'd expect an RTMP URL to look more like this:

[flexcoders] Slider with mutlitple highlighted areas

2007-04-26 Thread geoffreymina
I am trying to make an HSlider with 6 thumbs. I would like highlights between 1-2, 3-4, and 5-6 with no highlight between 2-3 and 4-5. Is this possible with styles or do I need to start building my own custom component? Thanks, Geoff

[flexcoders] Re: PopUpManager Memory Leak 10 children???

2007-04-26 Thread geoffreymina
The question I have is why doesn't the garbage collector reclaim _any_ of the memory? It is probably more of a bug with the flash runtime as opposed to flex. I am not going to file a bug report as this is something that will most likely never happen in a real world situation. Thanks,

[flexcoders] Re: SWF not loading on SSL web page

2007-04-26 Thread marc_watts1
Thanks that was it exactly. Any idea why it behaves like that? --- In flexcoders@yahoogroups.com, iko_knyphausen [EMAIL PROTECTED] wrote: Response Headers maybe... Make sure the web server that serves the SWF does not create a CacheControl=No-cache header. See other posts regarding SSL...

[flexcoders] Re: Inline MXML event handlers - weak reference?

2007-04-26 Thread geoffreymina
Thanks for the info. I too think this should end up somewhere in the docs... it is very useful. Thanks, Geoff

Re: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-26 Thread Michael Wills
Yeah the POI marker click event is fine and quite useful. I think it was after reading your post Anupam. :-) However after that, I can't trigger anything in the Cairngorm app. I even tried to make a function with the original as2map.fla that would simply trigger a new POIMarkerClick event with

[flexcoders] RE: Updating progress bar in datagrid when uploading files

2007-04-26 Thread Mark Ingram
Hi, I only joined yesterday, not sure if the email got received or not. I am basically just trying to hook up the ProgressBar.source property with a property stored on the data provider (m_uploadFileList[i].FileReference). Thanks, Mark From: Mark

[flexcoders] XML and Button

2007-04-26 Thread Dur-E-Wahab Khan
Hi, How are all of you. Well I am new to Flex. But I have started building simple applications. One of the top most problem I am facing is working with XML and Button. Can you please assist me in this. I am explaining my problem: I have an external XML file like this: Menu

[flexcoders] Error #1034: Type Coercion failed

2007-04-26 Thread rdeijkers
I'm trying to fill a Tile with the contents of an xml file. This is my mxml code: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=100% height=100% backgroundAlpha=0 applicationComplete=srv.send(); horizontalScrollPolicy=off

RE: [flexcoders] ArrayCollections as source for charting

2007-04-26 Thread Sunil Bannur
Answer to First question: Just assign the same arraycollection as dataprovider to all charts Answer to Second question: The charts will update, when the base arraycollection is changed. -Sunil From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Re: Code Behind Woes

2007-04-26 Thread Jim Grinsfelder
The mistake I made that vexed me yesterday was failing to place the over-riding class file into a sub-directory (folder) with the package name beneath the project in the navigator tree, so Flex couldn't find it. Once I did that, it worked fine. I have to remember to put package files in a

[flexcoders] Flex 1.5/Flash Remoting Gateway Problem

2007-04-26 Thread oiland_barry
Hi, It's been a while since I posted on the group, I've been lucky enough to not have many big problems while developing with Flex in the past 6 months! But last week whilst testing a significant section of my flex application, it was discovered that the flash client was having problems

Re: [flexcoders] Flex Goes Open Source

2007-04-26 Thread Brian Lesser
LOL, I hope not... world domination seems a little extreme for a compiler, debugger, component framework and the other bits and pieces... The discussion has been interesting though. I really like the idea that developers could weave their own components into the framework: See Ryan Stewart:

[flexcoders] using remoteObject with a parameter array

2007-04-26 Thread hank williams
I am trying to figure out how to use remoteObject in such a way that the parameters passed to the remote function come from an argument array as shown below. What is the appropriate way to do this? Hank function asynchGet(type:String, destination:String,

Re: [flexcoders] Flex Goes Open Source

2007-04-26 Thread Christian Gruber
This is great, however, because even if it won't rule the world, it'll be a LOT easier to implement the flex2 maven plugin with an open source compiler. We should be able to make something that builds flex without having to pre-install the flex system. The current approach is fine, but

[flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-26 Thread anupam_111181
Hi All, I was just googleing the asfunction and found this link http://livedocs.adobe.com/flex/2/langref/migration.html See that asfunction is not supported in Action Script 3.0 and the Flex 2.0 is using Flash 9 which in turn using AS3 so i think its not that straight forward to write asfunction

RE: [flexcoders] Flex Goes Open Source

2007-04-26 Thread Jim Grinsfelder
So, will Adobe still make/sell Flex 3?

[flexcoders] How can I do the kind of DRM in Adobe Media Player in my own app

2007-04-26 Thread hank williams
Is this possible? are there special API's for the DRM related stuff in Apollo? Can I do this kind of thing with audio only (mp3) instead of FLV? Thanks Hank

Re: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-26 Thread Michael Wills
Hi there Anupam, Actually I figured out a way yesterday. The asfunction link calls a function in the map which then triggers an event in the AS2 map which is passed through a new EIBuffer.addCall which is received by a new event handler in MapEventDispatcher.as. The string parameter of the

[flexcoders] Combo Box in Grid -- Is there a better way?

2007-04-26 Thread boy_trike
Following is the snippet of my code to embedd a combo box in a dataGrid. Is there a better way to do this? Thanks Bruce mx:itemRenderer mx:Component mx:Canvas mx:Script

[flexcoders] KeyBoardEvents - Flex can't hide control key sequences from Internet Explorer

2007-04-26 Thread fuad_kamal
If anyone has a solution that doesn't involve JavaScript in the html wrapper I'd love to hear it... The problem is, Internet Explorer interprets control-key sequences (such as ctrl-r which reloads the browser window) regardless of whether your flex app captures the keystrokes or not, regardless

Re: [flexcoders] Flex Goes Open Source

2007-04-26 Thread Dave Carabetta
Most definitely. In fact, outside of the bug base being made public in the June timeframe along with some other infrastructure enhancements, you're probably not going to be a whole lot change until after Flex 3 (aka Moxie) is released in the second half of this year. I say that because Adobe

[flexcoders] Re: QTP 9.2 Eval version and Flex

2007-04-26 Thread Scott Hoff
Does open source = free going forward?

[flexcoders] Re: ZLIB compression standard within Flex (Flash)??

2007-04-26 Thread Matthew OMeara
It took a day for this post to show up on Yahoo, and in the meantime I have resolved the issue. Turns out that I was passing a WideString from a windows server to Flex (also on Windows). But the char sets must have been different (utf-8 vs ASCII), so the compressed string was misunderstood

RE: [flexcoders] Cairngorm, is this suitable as Cairngorm event

2007-04-26 Thread Dimitrios Gianninas
Imay be a little late here, but no, its not only for calling backend. Anytime you want encapsulate some UI logic, put it in a command. Even if it just to manipulate data, update the view or to call the server-side. Dimitrios Gianninas Developer Optimal Payments Inc.

RE: [flexcoders] RE: Updating progress bar in datagrid when uploading files

2007-04-26 Thread Mark Ingram
I've managed to find the answer myself, it was on this page: http://www.adobe.com/devnet/flex/quickstart/using_item_renderers/ It doesn't involve progress bars, but the idea is the same. Cheers, Mark From: flexcoders@yahoogroups.com

[flexcoders] Re: ListBase ScrollVertically error #1010

2007-04-26 Thread confined_to_death666
I don't have the error anymore. I'm now using a vbox with a repeater and my custom item renderer instead. With some tweaking (recyclechildren, etc) it works just as good as the list component but it doesn't give me the error. Thnx everyone who replied on my problem before.

[flexcoders] Flickr and Flex Implementation

2007-04-26 Thread Jurgen Beck
I am working on a photo gallery app that is supposed to access private images from a Flickr account. While it's pretty straight forward accessing publicly viewable images from a Flickr user or account, there seems to be a big problem with accessing private images AND keep everything user

[flexcoders] Problem using a subclass of ComboBox in actionscript

2007-04-26 Thread johnknyc
Hi all, I created a AS subclass of ComboBox. I can use the subclass in MXML, however when I try to instantiate the subclass in AS, it comes up blank when I run the app. I tried running a trace in the subclass's constructor, and it seems the constructor is not even being called. Any ideas?

RE: [flexcoders] Flex Goes Open Source

2007-04-26 Thread David Mendels
YES! This is going to be part of Flex 3. We are hard at work on Flex 3--code named Moxie. Expect a public beta this summer. The change is that for the SDK (which is free already), it will be open source, with a public bugbase and the ability for folks outside Adobe to participate in the

[flexcoders] Replacement of Resize Effect

2007-04-26 Thread Matt
After dealing with the frustrations of the Resize effect for too long I decided to write my own replacement to it that works the way I would expect Resize should. Major distinctions are support for resizing with percentages and supports the ability to resize one direction (width or height) with a

RE: [flexcoders] XML and Button

2007-04-26 Thread Gordon Smith
This list works best when people ask specific questions. Can you be more explicit about what you don't understand? Getting the external XML file into your app? Use mx:XML source= Looping over the button elements? Look at some E4X examples. Extracting the label and text for a particular

[flexcoders] Question on Ely's SuperImage Component

2007-04-26 Thread Mike Anderson
Hello All, I know there are lots of people using this, so I wanted to ask if this component can perform some functions that the standard Image Component can do. With the standard Flex Image Component, I can move the Content around inside the container, independent of the container itself. I do

RE: [flexcoders] Question on Ely's SuperImage Component

2007-04-26 Thread Ely Greenfield
Hi Mike. There is a _content property in the SuperImage, which is essentially the same as the Image.content property. However, the SuperImage actively maintains the size and position of the content, so I don't think you can guarantee that changes you make to its position will stick.

[flexcoders] Re: datagrid cell renderers

2007-04-26 Thread blc187
thanks for the suggestion manish do you have an example of this working? from what i can figure, it looks as though the sprite is just a template for the row to fill a shape the same shape as whatever the sprite is. it looks like the same one gets reused for each row and just shifted down, as

RE: [flexcoders] Re: QTP 9.2 Eval version and Flex

2007-04-26 Thread Matt Chotin
The SDK was already free. The QTP plugin is not considered part of the move to open source at this time. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Hoff Sent: Thursday, April 26, 2007 7:25 AM To:

RE: [flexcoders] Question on Ely's SuperImage Component

2007-04-26 Thread Mike Anderson
Thanks Ely! My thoughts exactly :) I just wanted to ask you first, before investing time into an alternate solution. That xOffset and yOffset would be a pretty cool addition to your future versions of SuperImage. Either way, you did a WONDERFUL job on this component. Just adding the Border

[flexcoders] Round corners with Tab Navigator

2007-04-26 Thread iko_knyphausen
Hello, I am trying to use rounded corners (cornerRadius) on a tab navigator. Unfortunately it also rounds the upper left corner of the first canvas which makes it unsightly. One could use paddingLeft to move the tabs a little to the right, but that doesn't look to great either. One could

[flexcoders] Disallowing selection of certain items in datagrid vs. shift-click multi-select

2007-04-26 Thread tsiesser
I have a datagrid where allowMutipleSelection is true. I'm trying to disallow selection of certain rows in the grid. I tried hooking into the ListEvent.CHANGE event and removing disallowed items from the selectedItems array: addEventListener(ListEvent.CHANGE, selectionChangeHandler);

[flexcoders] Re: Open source Flex (incl. compiler)

2007-04-26 Thread kyle.vanvranken
To be honest I am not surprised that flex is going open source and was just talking about this with a friend of mine a day or so ago. I figured it was only a matter of time. Logically it makes sense and I think it's a smart move on Adobe's part. In doing so they open up the doors to developers

[flexcoders] Setting the $title field in index .template.html

2007-04-26 Thread simonjpalmer
where do I set the field $title which is referred to at the top of the template filed used to generate index.html?

[flexcoders] BP=?: 1 ArrayCollection, different selection criteria, same time

2007-04-26 Thread Peter Demling
I have one ArrayCollection that holds all of the data I've retrieved from my (RemoteObject) data service, and I need to display it in 2 UI components, but with different filter conditions at the same time (e.g., imagine an ArrayCollection of SnackItems, where one DataGrid is showing you the

[flexcoders] Re: Alert Control Crashing App

2007-04-26 Thread Troy A. Binford
I updated to version 9.0.45.0 that was released april 12. The code still crashes to a large stack dump and an undefined error. Thanks for the suggestion, but this didn't seem to fix my problem. Anyone else have any suggestions? It would be much appreciated. Thanks, Troy --- In

[flexcoders] Re: Module GC question

2007-04-26 Thread kyle.vanvranken
UPDATE: So it would seem the hack method of forcing garbage collection for my test was actually causing the trouble. - try { new LocalConnection().connect('foo'); new LocalConnection().connect('foo'); } catch (e:*) {}

[flexcoders] FileReferenceList

2007-04-26 Thread kanu kukreja
Hello everyone, being new to flex i have so many queries in this. 1. how to trace values in console panel? 2. I have to create flv palyer in Apollo. I'm getting problem in storing path of files which are selected by user in an array so that i can play them one by one.

[flexcoders] Re: Module Interface Problems

2007-04-26 Thread Viktor Yarmak
Hi! Got the same problem and solution seems to be simple (as mentioned by Alex Harui): before loading module you must set applicationDomain for ModuleLoader (example: moduleTwo.applicationDomain = ApplicationDomain.currentDomain;) Full example is here

Re: [flexcoders] DataGridColumn sortDescending property doesn't change after first two clicks on header

2007-04-26 Thread Sergey Kovalyov
Thanks! Though everything works even when I postpone calculation to commitProperties(). :) On 4/26/07, Manish Jethani [EMAIL PROTECTED] wrote: I assume you're cancelling the default sort, which is why the column's sortDescending is never updated. You'll have to get the actual sort order

Re: [flexcoders] FileReferenceList

2007-04-26 Thread Abdul Qabiz
1. how to trace values in console panel? Use trace (..) statement. You might need to configure/create mm.cfg on your machine. Check this link: http://livedocs.adobe.com/flex/201/html/logging_125_04.html 2. I have to create flv palyer in Apollo. Read the documentation and write it. Check

[flexcoders] Is it possible to buile a parameter list programatically

2007-04-26 Thread hank williams
I want to call a function, call it foo in a circumstance where, at compile time, I dont know what the parameters to foo are going to be. In the past perhaps I could have used something like Eval to construct the call, but that is no longer available. As an example, in one circumstance I might

Re: [flexcoders] Problem using a subclass of ComboBox in actionscript

2007-04-26 Thread Abdul Qabiz
Can you share the code? That helps understanding whats wrong.. It might be something with subclass code or the way you are trying to instantiate. -abdul On 4/26/07, johnknyc [EMAIL PROTECTED] wrote: Hi all, I created a AS subclass of ComboBox. I can use the subclass in MXML, however when

[flexcoders] Re: Is it possible to buile a parameter list programatically

2007-04-26 Thread Doug Lowder
Sounds like you may be able to use ...rest for that. http://livedocs.adobe.com/flex/201/langref/statements.html#..._(rest) _parameter --- In flexcoders@yahoogroups.com, hank williams [EMAIL PROTECTED] wrote: I want to call a function, call it foo in a circumstance where, at compile time, I

[flexcoders] Re: Setting the $title field in index .template.html

2007-04-26 Thread Doug Lowder
You can set it via the pageTitle property of the Application tag. Are you specifically looking for something other than that? --- In flexcoders@yahoogroups.com, simonjpalmer [EMAIL PROTECTED] wrote: where do I set the field $title which is referred to at the top of the template filed used

[flexcoders] Different webservice results in IE and Firefox

2007-04-26 Thread manfred.maierhofer
Hey guys, I have a really strange problem. I use SOAP webservices to access data from a SAP server. The problem is, I get different resultsets in IE and Firefox. There are no error messages or anything comparable. I use an event handler to read the data form the webservice result event into a

[flexcoders] expand tree when selectedItem is changed (Cairngorm)

2007-04-26 Thread Sebastian Feher
I have an explorer view with a tree on the left hand side and a list on the right. While navigating across the tree (can be done from both views) when changing the location on the right I select(synchronize) the new location in the tree through databinding by setting the selectedItem. Here's

Re: [flexcoders] Re: Is it possible to buile a parameter list programatically

2007-04-26 Thread Troy Gilbert
Look up the Function class in your favorite API reference, and check out its apply method... it'll let you call a function with an array of arguments. Troy. On 4/26/07, Doug Lowder [EMAIL PROTECTED] wrote: Sounds like you may be able to use ...rest for that.

Re: [flexcoders] Different webservice results in IE and Firefox

2007-04-26 Thread Abdul Qabiz
hmm...I have never seen such problem? What do you see if you look at HTTP traffic using firebug or livehttpheaders? Do you recieve same or different data before it goes to Flash Player? -abdul On 4/27/07, manfred.maierhofer [EMAIL PROTECTED] wrote: Hey guys, I have a really strange

Re: [flexcoders] Re: Module GC question

2007-04-26 Thread Erik Price
On 4/26/07, kyle.vanvranken [EMAIL PROTECTED] wrote: UPDATE: So it would seem the hack method of forcing garbage collection for my test was actually causing the trouble. - try { new LocalConnection().connect('foo'); new

Re: [flexcoders] Re: Is it possible to buile a parameter list programatically

2007-04-26 Thread hank williams
I should have explained that I cant use apply because it is a proxyed function so it doesnt really exist. I am trying to do this with remoteObject so the actual function I am calling is not real but is handled by an overridden callProperty function. Hank On 4/26/07, Troy Gilbert [EMAIL

[flexcoders] mx:Model to VO

2007-04-26 Thread targetplanet
I read a tutorial last week about linking an mx:Model tag to a AS Value Object class, and I can not find that tutorial again for the life of me... So does anyone know how this is done, or know where the tut is? Thanks Russ

[flexcoders] mx:Model to VO

2007-04-26 Thread Russell Sprague
I read a tutorial last week about connecting a mx:Model tag to an AS Value Object. I can't for the life of me find that tut again. Does any one know how to do this, or know of a/the tutorial? Thanks Russ

[flexcoders] Will ECMAScript ever support abstract classes?

2007-04-26 Thread ben.clinkinbeard
I've found myself wishing we had them on multiple occasions, so I am just wondering if anyone in the know can tell me if its been proposed/considered/denied. Thanks, Ben

[flexcoders] Re: expand tree when selectedItem is changed (Cairngorm)

2007-04-26 Thread Sebastian Feher
--- In flexcoders@yahoogroups.com, Sebastian Feher [EMAIL PROTECTED] wrote: I have an explorer view with a tree on the left hand side and a list on the right. While navigating across the tree (can be done from both views) when changing the location on the right I select (synchronize) the

[flexcoders] accessing amf3 remote services using netConnection instead of removteObject

2007-04-26 Thread hank williams
Does anybody have any example on how to access amf3 remote services, which need to deal with new concepts like destination, using a netConnection call? I am finding that remoteObject doesnt do everything I need. Thanks Hank

[flexcoders] Re: Round corners with Tab Navigator

2007-04-26 Thread scalenine
Try this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:TabNavigator horizontalCenter=0 verticalCenter=0 resizeToContent=true cornerRadius=10 paddingTop=0 paddingRight=10 paddingBottom=10 mx:Canvas label=Tab 1

Re: [flexcoders] Will ECMAScript ever support abstract classes?

2007-04-26 Thread Yiðit Boyar
and function overloading (like in c++) ?? - Original Message From: ben.clinkinbeard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, April 26, 2007 11:30:31 PM Subject: [flexcoders] Will ECMAScript ever support abstract classes? I've found

RE: [flexcoders] accessing amf3 remote services using netConnection instead of removteObject

2007-04-26 Thread Samuel R. Neff
It's not well documented, but basically you create a NetConnection, set the encoding, and run NetConnection.call() where the first param is the fully qualified class and method name and remaining params are the params to pass on to the server side method. See classes below (watch wrapping).

Re: [flexcoders] accessing amf3 remote services using netConnection instead of removteObject

2007-04-26 Thread hank williams
Thanks Sam! One question. Is there any way to use the destination concept since I already have all of that defined on the FDS/Server side of things? Thanks Hank On 4/26/07, Samuel R. Neff [EMAIL PROTECTED] wrote: It's not well documented, but basically you create a NetConnection, set the

[flexcoders] FF and Java sessions

2007-04-26 Thread Dimitrios Gianninas
As some of you may already know, when performing a file upload with Flex to a Java servlet, a new session is created not matching the existing session the user has with the server when their Flex app actually loads. I've read some posts and see that ppl are appending the JSESSIONID to the url

[flexcoders] Re: accessing amf3 remote services using netConnection instead of removteObject

2007-04-26 Thread Mark Piller
Hi Hank, Is the end goal to route the invocation via RTMP? Cheers, Mark --- In flexcoders@yahoogroups.com, hank williams [EMAIL PROTECTED] wrote: Thanks Sam! One question. Is there any way to use the destination concept since I already have all of that defined on the FDS/Server side of

RE: [flexcoders] Will ECMAScript ever support abstract classes?

2007-04-26 Thread Matt Chotin
You can see an export of the Wiki which contains a lot of these discussions here: http://developer.mozilla.org/es4/ Both overloading and abstract :-) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Thursday, April

Re: [flexcoders] Re: accessing amf3 remote services using netConnection instead of removteObject

2007-04-26 Thread hank williams
Hey Mark, No I am really just trying to create a very compact replacement for remoteObject. I want to create a single function that can do everything that remoteObject does with instantiation setting destinations and listeners etc. The problem is that actually invoking the remote function cant

[flexcoders] How do I load variables from a loaded swf?

2007-04-26 Thread Johannes Boyne
Hey, my problem is this: I have loaded a SWF(Flash9)-File in to my Flex App. Now I want to load some variables out of the SWF-File, but I haven't the faintest idea how to do this on an elegant and performance full way. Thanks! Johannes -- Flexcoders Mailing List FAQ:

[flexcoders] Click through a Container

2007-04-26 Thread Claudia Barnal
Hi, How can I click through a Container (Canvas in my case) that has a backgroundColor set and a 0.2 backgroundAlpha. I want to be able to interact with a button that is under the Container. Thanks, Claudia

Re: [flexcoders] Re: Module GC question

2007-04-26 Thread jake247
Could you elaborate a bit more on why you think the GC hack was causing problems? We're considering using it for a significant memory leak problem we're having ... Thanks, -- Jeff Hindman kyle.vanvranken [EMAIL PROTECTED] wrote: UPDATE: So it would seem the hack method of forcing

RE: [flexcoders] Click through a Container

2007-04-26 Thread Gordon Smith
I don't think this is easy to do. How much interactivity with the Button do you actually need? When you roll over the button, do you need it to highlight? When you click, do you need the button to depress? Or do you just need the button's click handler to execute? And I'm curious... why do you

[flexcoders] Re: accessing amf3 remote services using netConnection instead of removteObject

2007-04-26 Thread Mark Piller
Hey Hank, I know you can invoke a remote object and pass the args in an array. We just did this very thing in our data management implementation. Here's some reference code: // create remote object. // notice the placeholder for the DESTINATION_NAME var channelSet:ChannelSet = new ChannelSet();

Re: [flexcoders] Click through a Container

2007-04-26 Thread Claudia Barnal
Hi Gordon, I do need as much interactivity as possible :) Isn't there something like turn shield on or off? I noticed that if you don't define a background color or alpha, you can interact with the button. As for the actual WHY question... the answer is: The designer wants it. It is really not

Re: [flexcoders] Error #1034: Type Coercion failed

2007-04-26 Thread Michael Wills
Would it help to make your HTTPService resultFormat e4x and not use mx:Model for categorienAC, but rather use an XMLList? mx:Script ![CDATA[ * var **categorienAC : XMLList = new XMLList();* private function xmlLoaded():void { categorienAC = srv.lastResult.categorien.categorie; } ]]

[flexcoders] Re: Round corners with Tab Navigator

2007-04-26 Thread iko_knyphausen
Thanks this was very helpful. I got rid of the tiny gap, by setting the tab navigators bordercolor and the tabDetails bordercolor to the same as the background color of the container... looks perfect. Thanks again - Iko --- In flexcoders@yahoogroups.com, scalenine [EMAIL PROTECTED] wrote: Try

[flexcoders] Re: Round corners with Tab Navigator

2007-04-26 Thread iko_knyphausen
Just went to your site... nice! Your Obsidian theme would benefit from the background border color... Cheers --- In flexcoders@yahoogroups.com, iko_knyphausen [EMAIL PROTECTED] wrote: Thanks this was very helpful. I got rid of the tiny gap, by setting the tab navigators bordercolor and the

[flexcoders] problems with repeater

2007-04-26 Thread Tadas Ziemys
Hello! I'm trying to create forum, and the best solution i could think of was a repeater function. But i stuck with a little problem: When i create dynamically for example Accordions canvas and in it DataGrid i cant think of a way to assign every different DataGrid different dataProvider. Is it

  1   2   >