RE: [flexcoders] dynamic number of column in Advanced datagrid

2009-04-15 Thread Tracy Spratt
You can dynamically build the DataGrid.columns array. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of senthilkumarirtt Sent: Tuesday, April 14, 2009 11:29 PM To:

RE: [flexcoders] Re: Create mxml custom component in a actionscript event handler

2009-04-15 Thread Tracy Spratt
The compiler compiles the function regardless of whether it is ever called, If you reference a class that it cannot find it will error. No, if you are using normal classes, then you must have a reference to that class in order for it to be linked in at compile. This is one of the problems the

RE: [flexcoders] Mate and sharing data across files

2009-04-15 Thread Tracy Spratt
How does Mate handle data models? Does it use singletons? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Seona Bellamy Sent: Wednesday, April 15, 2009 1:55 AM To:

Re: [flexcoders] Mate and sharing data across files

2009-04-15 Thread Seona Bellamy
To be honest, I'm not entirely certain. I've heard the word bandied around a bit, but I must confess that I don't fully understand what it means, what a singleton is, or how to identify if I've got them. I get the impression that they're something to do with an MVC approach, but I'm not 100% sure.

[flexcoders] Re: Mate and sharing data across files

2009-04-15 Thread Tim Hoff
Hi Seona, Let's start by taking a deep breath and don't freak out. Ok, wheeew! Mate is a little different than typical MVC; in that it seperates the model into managers and presentation models (a manager holds data and a presentation model holds an instance of the needed data and controls

Re: [flexcoders] Re: Mate and sharing data across files

2009-04-15 Thread Romuald Quantin
Mate is not using Singleton but class-caching if I understood well. Romu Tim Hoff wrote: Hi Seona, Let's start by taking a deep breath and don't freak out. Ok, wheeew! Mate is a little different than typical MVC; in that it seperates the model into managers and presentation models (a

[flexcoders] AIR browse and Mac filetype

2009-04-15 Thread Romuald Quantin
Hi, I'm facing a really annoying problem on Mac Leopard 10.5.6. I built an app with AIR and it requires that I select the path of an existing application, let's say Flash. To select the path, I wanted to select the application use a file.browse(). It works well on Windows but on Mac the Adobe

[flexcoders] ItemRenderer frustration! - What to invalidate??

2009-04-15 Thread oopdog
Hello there, I have a DataGrid and one of the columns contains a custom CheckBox (item renderer/editor). When the user selects the CheckBox I want to over-ride a value in another column. The problem is that the value of the other column is not updating until AFTER the user has selected a

Re: [flexcoders] Why SharedObject.flush so slowly

2009-04-15 Thread Tom Chiverton
On Wednesday 15 Apr 2009, iiley wrote: Finally, we found a way, first time request a big enough space by shareObject.flush(bigNumber), make use to allow the big number space, then later save, we do not need to call flush method, because if the space is enough, then the data will be save

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-15 Thread Tom Chiverton
On Thursday 09 Apr 2009, Matt Chotin wrote: I got spell check in the rich text editor to work in Firefox on the Mac, it's the checkbox in the upper right corner and you have to turn it on. It seems to run about every 20 seconds or so, not quite as instant as Firefox. It doesn't know about all

[flexcoders] I need to set a label...???

2009-04-15 Thread sailorsea21
Hi everyone, I need to set a label... The actual label is in a ArrayCollection. I can access is like this: parentApplication.MyLabelArray.getItemAt(0).label001 or parentApplication.MyLabelArray.getItemAt(0).label002 or parentApplication.MyLabelArray.getItemAt(0).label003 and so on... Is it

[flexcoders] Re: Create mxml custom component in a actionscript event handler

2009-04-15 Thread raja_s_patil
Thanks Tracy Spratt, The compiler compiles the function regardless of whether it is ever called, If you reference a class that it cannot find it will error. No, if you are using normal classes, then you must have a reference to that class in order for it to be linked in at compile.

[flexcoders] Re: ItemRenderer frustration! - What to invalidate??

2009-04-15 Thread oopdog
I was given the answer - I'll share it in case it helps anyone else. It was to use callLater callLater(myDataGrid.invalidateList); On Wed, Apr 15, 2009 at 12:20 PM, oopdog oop...@gmail.com wrote: Hello there, I have a DataGrid and one of the columns contains a custom CheckBox (item

[flexcoders] building a dataprovider in Java

2009-04-15 Thread netdeep
I posted a few weeks back about how to create a chart dataprovider in Java to pass to Flex and the response I got back was to use Maps. I got sidetracked with other aspects of the code and now that I'm trying to code it, I am really drawing a blank. How would you create the following

[flexcoders] Re: InteractiveObject Problem

2009-04-15 Thread Amy
--- In flexcoders@yahoogroups.com, lehaianh1986 lehaianh1...@... wrote: How? I don't understand what you say. If I click on header of AdvancedDataGrid or another area, it false because an object have no data property. But when I click on row item in AdvancedDataGrid, an object I collect

Re: [flexcoders] building a dataprovider in Java

2009-04-15 Thread Pedro Sena
In my opinion, You should use a List of some object defined by you. Then you create a correspondent object in ActionScript , put it in ArrayCollection and use its attributes in your chart as you wish. If you want to build something more generic I believe that you will have more trouble, but if

Re: [flexcoders] I need to set a label...???

2009-04-15 Thread Paresh M More
Davidu change the loop var labelNames:Array = [{label:Button0},{label:Button1},{label:Button2}]; var radio00:RadioButton = new RadioButton(); radio00.label = get_labelstring(0); public function get_labelstring(i:int):String { if ( i labelNames.length) return

[flexcoders] Mousewheel scrolling entire html page not swf.

2009-04-15 Thread flexaustin
Wondering if anyone else has run into this issue and found a solution? I have an application that allows the user to zoom in/ zoom out using the mousewheel. The issue is that once the swf is in the page the mousewheel ends up scrolling the entire html page. If you view the swf without the

[flexcoders] Re: BlazeDS data push over SSL

2009-04-15 Thread mmormando
We got it working, not with the actual streaming but via long poll. we had to set the poll length to under 5 minutes in order to placate Weblogic, but otherwise it works fine. --- In flexcoders@yahoogroups.com, pratima_jrao pratima_j...@... wrote: I have an application that uses the data

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-15 Thread Matt Chotin
We attemted to turn on the updated email format last friday. Since I'm out of the office I haven't looked, but give it a shot. Matt Sent from a phone, pardon the brevity or typos. From: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Sent: Wed Apr 15

[flexcoders] how to access legacy flex 1.5 AMF service using Java AMF client?

2009-04-15 Thread ywding
hi, The BlazeDS provides the Java AMF client to consume the amf service. The example is based on Flex2. But I have a legacy app built on Flex1.5, how can I access the amf service with Java? Is there anyone can help me? Thank you.

[flexcoders] flexmdi tile on restore

2009-04-15 Thread jdizowat
So I'm fairly new to flex. I'm trying to use flexmdi to manage my dashboard layout. I want to tile with fillSpace = true on the minimize, restore, and close events of a mdiWindow. A auto-layout if you will. The code below only works on minimize after a second window is minimized. It also

[flexcoders] Is there a way to mock stage?

2009-04-15 Thread Borek
My scenario: a user can click on a full screen button which calls Presenter's setFullScreen() method. I'd like to unit test this method but am not sure how. If the unit test wasn't required, I would probably do something like this in my Presenter: public function setFullScreen() : void {

[flexcoders] How Could I not map a property to lcds object ?

2009-04-15 Thread ouaqa
I am developping a J2EE/Flex Application and we recently decided to switch to hibernate to handle our database management strategy. The java/as mapping worked real smoothly before. All properties declared in java objects were also declared in as object. When switching to hibernate, i had to

[flexcoders] Refreshing Advanced data grid with respect to changes in database

2009-04-15 Thread v.ponvino
Hi, I want to refesh the data at regular interval of time in advanced data grid.I am using remote object to access data java function which retrives data from data base.if any body knows the sln.please reply ThanksRegards, Pon

[flexcoders] Hook/Event when Item Renderers visible in List?

2009-04-15 Thread liu_bai_un
Looking for an event/hook where non-visible item renderers are made visible. Item Renderers apparently don't respond to: 1. creationComplete (only works for the first group visible on list creation) 2. override set data (same)

Re: [flexcoders] I need to set a label...???

2009-04-15 Thread Paul Andrews
- Original Message - From: sailorsea21 sailorse...@yahoo.com To: flexcoders@yahoogroups.com Sent: Wednesday, April 15, 2009 1:26 PM Subject: [flexcoders] I need to set a label...??? Hi everyone, I need to set a label... The actual label is in a ArrayCollection. I can access is like

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-15 Thread Tom Chiverton
On Wednesday 15 Apr 2009, Matt Chotin wrote: We attemted to turn on the updated email format last friday. Since I'm out of the office I haven't looked, but give it a shot. That explains the change of subject lines :-) The body text is a lot better now, cheers ! Dropping 'New message:' is a big

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-15 Thread Matt Chotin
Yeah, I'm hoping if we fix headers we may get that part out. However it will take a while for that to happen because it will likely require an update to Jive. Matt Sent from a phone, pardon the brevity or typos. From: flexcoders@yahoogroups.com To:

Re: [flexcoders] I need to set a label...???

2009-04-15 Thread - -
Hi Paresh Paul, both your ideas worked! Thanks again :) From: Paul Andrews p...@ipauland.com To: flexcoders@yahoogroups.com Sent: Wednesday, April 15, 2009 10:08:48 AM Subject: Re: [flexcoders] I need to set a label...??? - Original Message -

[flexcoders] chart axis renderers

2009-04-15 Thread thomas parquier
Hello, Is there a simple way to have axis rendered upon the series area, as overlays, so the whole chart area could display datapoints ? thomas -- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone

Re: [flexcoders] Flex Developer Needed (Fulltime)

2009-04-15 Thread Nick Collins
Good luck getting a senior level Flex dev for that pay range. Most senior level guys I know are getting between 100-120k. Granted, that's in Chicago, not the middle of Utah. On Tue, Apr 14, 2009 at 2:37 PM, joshbuhler joshbuh...@gmail.com wrote: Rain in American Fork, Utah is currently looking

[flexcoders] Re: ItemRenderer frustration! - What to invalidate??

2009-04-15 Thread valdhor
Did you try myXMLListCollection.refresh() ? --- In flexcoders@yahoogroups.com, oopdog oop...@... wrote: I was given the answer - I'll share it in case it helps anyone else. It was to use callLater callLater(myDataGrid.invalidateList); On Wed, Apr 15, 2009 at 12:20 PM, oopdog

[flexcoders] Re: Refreshing Advanced data grid with respect to changes in database

2009-04-15 Thread valdhor
myDataGridArrayCollection.refresh() ? --- In flexcoders@yahoogroups.com, v.ponvino pon_v...@... wrote: Hi, I want to refesh the data at regular interval of time in advanced data grid.I am using remote object to access data java function which retrives data from data base.if any body

[flexcoders] Re: How Could I not map a property to lcds object ?

2009-04-15 Thread valdhor
If it were me, I would leave the java and as objects as they were and create a new class extending the java object. Now you can add all the properties that hibernate wants and send it. --- In flexcoders@yahoogroups.com, ouaqa a...@... wrote: I am developping a J2EE/Flex Application and we

[flexcoders] My Space API / FetchPersonRequest

2009-04-15 Thread flexawesome
hi there, I was trying to build a widget at myspace.com , I have read the doc at http://wiki.developer.myspace.com/index.php?title=Official_OpenSocial_Ac\ tionScript3_Library I got an error null for the fields object, I did some invesgation with the code, it looks like the INITcouldn't be set

[flexcoders] Re: My Space API / FetchPersonRequest

2009-04-15 Thread flexawesome
The formatting looks odd here. You may click the link to view the code. http://www.privatepaste.com/441BSlgBV7 Thanks --- In flexcoders@yahoogroups.com, flexawesome flexawes...@... wrote: hi there, I was trying to build a widget at myspace.com , I have read the doc at

Re: [flexcoders] How Could I not map a property to lcds object ?

2009-04-15 Thread ouaqa
This is an option but i was wondering if you couldn't use some special ninja keyword telling lcds not to map the field to lcds. Still, thanks for the suggestion, valdhor valdhor-3 wrote: If it were me, I would leave the java and as objects as they were and create a new class extending the

[flexcoders] employees.xml

2009-04-15 Thread Greg Morphis
Anyone know where I can get a copy of the employees.xml that Flex in a Week training uses? I like the vidoes but I learn easier playing around. Thanks

[flexcoders] Creating ArrayCollection from returned AMFPHP data

2009-04-15 Thread azona26
I am using amfphp to return a complex object / multi-dimensional array. In the past, I have been able to simply create an ArrayCollection of the returned results by doing the following: public function result(event:ResultEvent):void { var resources_ac:ArrayCollection = new ArrayCollection()

Re: [flexcoders] building a dataprovider in Java

2009-04-15 Thread Maciek Sakrejda
You probably want a List of Maps. Is this coming from a ResultSet from jdbc? In Java-ish pseudo-code, you'd do something like this: - ListMapString,Object list = new ArrayListMapString,Object(); - For each row in the result set -- MapString,Object row = new HashMap(); -- For each column in the

Re: [flexcoders] employees.xml

2009-04-15 Thread Paul Andrews
Isn't there a download for the assets for that lesson? Paul - Original Message - From: Greg Morphis gmorp...@gmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, April 15, 2009 4:58 PM Subject: [flexcoders] employees.xml Anyone know where I can get a copy of the employees.xml

[flexcoders] Re: Mate and sharing data across files

2009-04-15 Thread Tim Hoff
How does class-caching differ from the Singleton pattern? -TH --- In flexcoders@yahoogroups.com, Romuald Quantin soundstep.mail...@... wrote: Mate is not using Singleton but class-caching if I understood well. Romu Tim Hoff wrote: Hi Seona, Let's start by taking a deep breath

Re: [flexcoders] employees.xml

2009-04-15 Thread Greg Morphis
it has roomlist.xml in it.. rooms room nameColorado Room/name roomsize20x20/roomsize cateringserviceYes/cateringservice restroomlocationWestside near elevator/restroomlocation capacity150/capacitywindowsSouth

Re: [flexcoders] employees.xml

2009-04-15 Thread Paul Andrews
Ah. Perhaps you can reverse-engineer the file from the lesson? Paul - Original Message - From: Greg Morphis gmorp...@gmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, April 15, 2009 5:41 PM Subject: Re: [flexcoders] employees.xml it has roomlist.xml in it.. rooms room

[flexcoders] Re: Hook/Event when Item Renderers visible in List?

2009-04-15 Thread Tim Hoff
Hi, There aren't any non-visible itemRenderers in a list; except for maybe one extra at the bottom. ItemRenderers are recycled; meaning that they are reused with just the data changing. When a list is scrolled, you should be able to catch the data change in the set data method. -TH --- In

Re: [flexcoders] anyone know of a good (free) flex component for playing video/swfs?

2009-04-15 Thread Cole Joplin
Depending on what you are doing, this could be a very bad idea. Loading an FLV is simple and easy. SWFs are very different, especially if it is outward facing, like people loading their own SWFs. What if the SWF wants its own controls? Will your wrapper/player assume a timeline-based playback

[flexcoders] Re: employees.xml

2009-04-15 Thread valdhor
Try.. http://forums.adobe.com/message/231815#231815 or http://www.adobe.com/devnet/flex/articles/datamodel_09.html --- In flexcoders@yahoogroups.com, Greg Morphis gmorp...@... wrote: Anyone know where I can get a copy of the employees.xml that Flex in a Week training uses? I like the

[flexcoders] Re: Creating ArrayCollection from returned AMFPHP data

2009-04-15 Thread valdhor
I tend to use the Array Utils... var myArrColl:ArrayCollection; myArrColl = new ArrayCollection(ArrayUtil.toArray(event.result)); --- In flexcoders@yahoogroups.com, azona26 azsl1326-em...@... wrote: I am using amfphp to return a complex object / multi-dimensional array. In the past, I have

[flexcoders] relationship of mxml child tags and actionscript

2009-04-15 Thread gwangdesign
Hi, I am still looking for some general documentations about the guidelines as to how to write ActionScript custom components. It's clear that you can expose public properties, styles and event listeners of your custom components as MXML properties. But what are the general rules if I want to

[flexcoders] Re: Creating ArrayCollection from returned AMFPHP data

2009-04-15 Thread azona26
That will work! Thank you very much. --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: I tend to use the Array Utils... var myArrColl:ArrayCollection; myArrColl = new ArrayCollection(ArrayUtil.toArray(event.result)); --- In flexcoders@yahoogroups.com, azona26

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-15 Thread Paul Hastings
Matt Chotin wrote: We attemted to turn on the updated email format last friday. Since I'm out of the office I haven't looked, but give it a shot. the new email is cleaner but any messages replied to via email (tbird ) gets rendered as blank if you quote the original message. unpleasant

RE: [flexcoders] Re: ItemRenderer frustration! - What to invalidate??

2009-04-15 Thread Tracy Spratt
XMLListCollection.refresh is not intended to work in this case. refresh just causes the filter or sort to be re-applied. If it works to refresh the UI, it is by accident. The documented way to handle this issue is to use the collection API to make the update, or, if you directly set a

[flexcoders] Preserving cookies sent by the server?

2009-04-15 Thread Osman Ullah
Is there any way to read the set-cookie header from an URLRequest response so my Flex app can save a cookie being sent by the server? I know how to write a cooking using ExternalInterface, but I am wondering if there is any way to know when the server is asking me to write a cookie. All

RE: [flexcoders] Re: Refreshing Advanced data grid with respect to changes in database

2009-04-15 Thread Tracy Spratt
The collection refresh method is not intended for this. If it works it is by accident. If you re-assign the data to the dataProvider property, or the bindable variable, the UI will update in its entirety. If you are updating only parts of the data, use the collection API. If you assign a

RE: [flexcoders] Re: Hook/Event when Item Renderers visible in List?

2009-04-15 Thread Tracy Spratt
Yep, and to follow on a bit: When working with data driven controls, like List, Tree, DataGrid, you always work with the *underlying data*, almost never with the rendered UI item instances. Do not attempt to create an interactive itemRenderer from scratch unless you are an expert. Find an

[flexcoders] Re: How Could I not map a property to lcds object ?

2009-04-15 Thread Amy
--- In flexcoders@yahoogroups.com, ouaqa a...@... wrote: This is an option but i was wondering if you couldn't use some special ninja keyword telling lcds not to map the field to lcds. Transient?

RE: [flexcoders] I need to set a label...???

2009-04-15 Thread Tracy Spratt
Where is it failing? If you step into your getName() method, does it find and return the correct value? You have implemented such a method on your item class, correct? Further, you declare an initialize the array labelNames, but never use it. Tracy Spratt, Lariat Services, development

[flexcoders] Re: anyone know of a good (free) flex component for playing video/swfs?

2009-04-15 Thread Amy
--- In flexcoders@yahoogroups.com, Cole Joplin cole_jop...@... wrote: Depending on what you are doing, this could be a very bad idea. Loading an FLV is simple and easy. SWFs are very different, especially if it is outward facing, like people loading their own SWFs. What if the SWF wants

[flexcoders] Re: How Could I not map a property to lcds object ?

2009-04-15 Thread Tim Hoff
Yep, here's an example: private var _myProperty:String; [Transient] [Bindable( event=myPropertyChange )] /** * myProperty. * @private */ public function get myProperty():String { return _myProperty; } /** @private */ public function set myProperty( value:String ):void {

[flexcoders] Is it possible to do a right-click ContextMenu for a TabNavigator tab?

2009-04-15 Thread e_baggg
I have a requirement where a user can right-click any one of the tabs and have options to delete, duplicate, disable, etc. The tabs (children) of the mx:TabNavigator are VBoxs, and the tab name is pulled from the label attribute of the VBox. I can't put the ContextMenu against the VBox

[flexcoders] Sub-applications and service calls

2009-04-15 Thread Erich Cervantez
I have a large Flex 3.3 application configured to use LCDS within a JBOSS war. I've setup RemoteObject declarations using Cairngorm's ServiceLocator pattern. The application works great and is able to send and receive data on it's own just perfectly. I also have a separate smaller Flex 3.3

[flexcoders] air: file upload (to sesame vault)

2009-04-15 Thread grimmwerks
hey all I'm building an air app that will upload to sesame vault (I hope). It appears to work -- shows a file progress -- but upon completion throws a response that the user isn't logged in. In speaking to someone at Sesame Vault I was told: As for the body - when you are making a post

Re: [flexcoders] Sub-applications and service calls

2009-04-15 Thread Pedro Sena
Hi, In my opinion you should try to change your small application to a flex module. You could develop a very small shell that load this module, to use it standalone, and when using it from your big app, you simply loads this module. Just take care when you use this together: Cairngorm and

[flexcoders] Custom DataTip function and mouse cursor. Little gray forking lines.

2009-04-15 Thread flexaustin
I was wondering if anyone has seen an example or can tell me if I am on the correct track regarding datatips. What I am trying to achieve is create a line chart with two data series, thus two lines. The chart height will be low, like Edward Tuft's sparklines (google it if you aren't familiar).

[flexcoders] Re: Flex Developer Needed (Fulltime)

2009-04-15 Thread flexaustin
Senior guys in Austin are 90k. --- In flexcoders@yahoogroups.com, Nick Collins ndcoll...@... wrote: Good luck getting a senior level Flex dev for that pay range. Most senior level guys I know are getting between 100-120k. Granted, that's in Chicago, not the middle of Utah. On Tue, Apr

RE: [flexcoders] Is it possible to do a right-click ContextMenu for a TabNavigator tab?

2009-04-15 Thread Tracy Spratt
Consider TabBar and Viewstack, it is more flexible than TabNavigator. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of e_baggg Sent: Wednesday, April 15, 2009 2:43 PM To:

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-15 Thread Matt Chotin
Yeah, make sure you eliminate any repeating dashes, the system parses them and stops reading. Some other patterns too I'm sure that I don't know. Matt Sent from a phone, pardon the brevity or typos. From: flexcoders@yahoogroups.com To:

Re: [flexcoders] Re: Flex Developer Needed (Fulltime)

2009-04-15 Thread Jeffry Houser
Lots of considerations in compensation not the least of which are location of job, cost of living in that area, and experience of person be hired. I question the wisdom of publicly calling a company out on that one aspect of their compensation scheme. flexaustin wrote: Senior guys in

Re: [flexcoders] Re: Flex Developer Needed (Fulltime)

2009-04-15 Thread Nick Collins
Hehe, well, everything costs more in Chicago... we do have a 10.25% sales tax On Wed, Apr 15, 2009 at 2:06 PM, flexaustin flexaus...@yahoo.com wrote: Senior guys in Austin are 90k. --- In flexcoders@yahoogroups.com, Nick Collins ndcoll...@... wrote: Good luck getting a senior level Flex

[flexcoders] chart axis renderers

2009-04-15 Thread thomas parquier
Hello, Is there a simple way to have axis rendered upon the series area, as overlays, so the whole chart area could display datapoints ? thomas -- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone

Re: [flexcoders] Dynamic Flex Stacked Column Chart

2009-04-15 Thread Richard Rodseth
Did you have any luck with this? I have a binding function as follows mx:ColumnChart id=columnChart type=stacked height=100% width=100% dataProvider=model.chartData series={this.buildSeriesList(model.seriesSpec)} and the stacked columns

Re: [flexcoders] Re: Flex Developer Needed (Fulltime)

2009-04-15 Thread geeky developer
Just a curosity sake, Does anyone recommend any good website for looking for a Flex Developer job. If anyone can recommend any good website except Monster or Dice which is dedicated to Flex developer hiring , that will be helpful, Thanks On Wed, Apr 15, 2009 at 12:39 PM, Nick Collins

Re: [flexcoders] Re: Flex Developer Needed (Fulltime)

2009-04-15 Thread Nate Beck
LinkedIn is a great place... and http://flex.org/jobs On Wed, Apr 15, 2009 at 1:42 PM, geeky developer geekydevelo...@gmail.comwrote: Just a curosity sake, Does anyone recommend any good website for looking for a Flex Developer job. If anyone can recommend any good website except Monster or

[flexcoders] Re: Hook/Event when Item Renderers visible in List?

2009-04-15 Thread liu_bai_un
Thanks for the responses. It would help if Adobe documented the reuse concept better in their ListBase class. The reuse concept may be better optimized for performance, but it causes issues for code that is still running after the change in data. For example, I'm using an HTTPService response

Re: [flexcoders] Re: RSS Feeds

2009-04-15 Thread Baz
I know this is an old thread but you can't just browse to it - a browser only displays html, but that html comes from a server at some point - i.e. a proxy. The same goes for ajax. The reason that they don't post a crossdomain.xml is because that would make developers put their secret key inside

[flexcoders] showDataTipsTargets without showing datatips?

2009-04-15 Thread flexaustin
Is their a way to force a flex chart to show datatiptargets even when datatips is set to false? I want the a datatiptarget like Google Financials chart, where the ball moves along the lineseries, but I don't want any datatips. Is this possible? TIA, J

[flexcoders] crossdomain proxy

2009-04-15 Thread Baz
Hi, Is there a solution out there for proxying public services like amazon's webservices (i.e. SimpleDB) that do not provide a crossdomain.xml? I understand that service providers purposely leave out crossdomain.xml policy files so that developers do not compile their secret keys into their swf's

Re: [flexcoders] showDataTipsTargets without showing datatips?

2009-04-15 Thread thomas parquier
I've used a NullDataTip class (extending DataTip but not displaying anything) as dataTipRenderer... not very elegant but there doesnt seem to be any property or method to display only these targets... BTW dont know where to look at to customize them... thomas 2009/4/16 flexaustin

Re: [flexcoders] Re: Flex Developer Needed (Fulltime)

2009-04-15 Thread geeky developer
Thanks Nate I will check that out On Wed, Apr 15, 2009 at 1:50 PM, Nate Beck n...@tldstudio.com wrote: LinkedIn is a great place... and http://flex.org/jobs On Wed, Apr 15, 2009 at 1:42 PM, geeky developer geekydevelo...@gmail.com wrote: Just a curosity sake, Does anyone recommend

[flexcoders] Re: anyone know of a good (free) flex component for playing video/swfs?

2009-04-15 Thread gmoniey22
Either way, I ended up separating the two and creating some simple controls to handle either. Thanks for your help. --- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: --- In flexcoders@yahoogroups.com, Cole Joplin cole_joplin@ wrote: Depending on what you are doing, this

RE: [flexcoders] Re: Hook/Event when Item Renderers visible in List?

2009-04-15 Thread Tracy Spratt
Yes, make everything event and/or data driven and you will not have any problems. I do not understand what you mean by, the response comes 2-3 itemrenderer data sets later. The result comes when it comes, you cannot predict or rely on when that is, but must use a result handler. Have the

RE: [flexcoders] crossdomain proxy

2009-04-15 Thread Tracy Spratt
What server is serving your swf/application? Put a proxy on that server for all rpc calls. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Baz Sent: Wednesday, April 15, 2009 6:34 PM

RE: [flexcoders] Re: Hook/Event when Item Renderers visible in List?

2009-04-15 Thread Tracy Spratt
And I noticed a misunderstanding in your original post. The set data() function *is* called every time the underlying data changes and is the most important function in a itemRenderer. Note, you should not do the actual work in set data() but rather call invalidateProperties() and do the work in

Re: [flexcoders] relationship of mxml child tags and actionscript

2009-04-15 Thread Aaron Hardy
Geng, Use the DefaultProperty metadata tag in your AS class. Whatever property you specify will be the property to which your MXML children will be set. Here's a start:

Re: [flexcoders] Re: How Could I not map a property to lcds object ?

2009-04-15 Thread Josh McDonald
That still requires adding the fields to the Flex object. Marking the field @Transient in Java will affect Hibernate, unless Blaze / LCDS have their own @Transient I'm not aware of. There's also this blazeds annotations add-on: http://is.gd/sETx SmartyPants-J will do this, but it's nowhere near

[flexcoders] Re: crossdomain proxy

2009-04-15 Thread lytvynyuk
You can create simple redirect script that redirects requests from your app to requester resource. Drawback - all traffic goes through your host. --- In flexcoders@yahoogroups.com, Baz thinkl...@... wrote: Hi, Is there a solution out there for proxying public services like amazon's

[flexcoders] Making ComboBox stay open after item select?

2009-04-15 Thread Sascha
Does anyone know how to modify the ComboBox so that it stays open after selecting an item? I need such a ComboBox for a client that opens/closes only if the user clicks on the 'header area' of the ComboBox or that closes only if clicked outside the ComboBox. The use case for this is that the

RE: [flexcoders] Re: How Could I not map a property to lcds object ?

2009-04-15 Thread Jeff Vroom
You can use the flex.messaging.io.PropertyProxy features. The BeanProxy class has a way to exclude properties from AMF serialization. You can either register these statically or wrap an instance. These should be in the docs. We really should have @FlexTransient or something so that can be

Re: [flexcoders] Re: Mate and sharing data across files

2009-04-15 Thread Seona Bellamy
*grin* Thanks. I guess I was freaking out a little - I'd finally thought I was getting a handle on the whole Mate thing, and then I hit this problem and realised I was much further away from understanding than I thought. So let me see if I understand how this works, based on the examples I've

[flexcoders] Re: showDataTipsTargets without showing datatips?

2009-04-15 Thread flexaustin
I have tried what you suggested already, but didn't have any luck as my linechart has two lineseries and when you mouse over any area where the lineseries cross you get two grey lines that connect the datatiptargets to the datatip. So when you have empty or blank datatips the grey lines point

[flexcoders] Shared Virtual Objects in multiple flex applications

2009-04-15 Thread tchredeemed
I have multiple applications, and they all have to use SOME of the virtual objects I have created as they all need to update our database through rubyamf in one way or another. I was wondering what the best way to create classes / etc that multiple projects can use. What would be the best way

[flexcoders] Re: How Could I not map a property to lcds object ?

2009-04-15 Thread Tim Hoff
This is just the flex vo side. No change to the java transfer object is necessary; for transient fields that live only in the flex app. -TH --- In flexcoders@yahoogroups.com, Josh McDonald j...@... wrote: That still requires adding the fields to the Flex object. Marking the field @Transient

[flexcoders] Re: Mate and sharing data across files

2009-04-15 Thread Tim Hoff
ha, I was just kidding around about the freaking out thing. So, you're getting close, but I would do it this way: First, you only need a userManager. It is the model, so you don't need a userModel. The userManager would have a currentUser property. In your CFC result handler, call a method

Re: [flexcoders] Adobe Bug | http://bugs.adobe.com/jira/browse/SDK-17299

2009-04-15 Thread Rajan Jain
Hi Igor Thanks for your help. Actually i have a pop up in which i am using lot of components like Checkbox,Tree control, couple of text controls and few others. Everytime i create popup the new instance of the components are created. I wanted that if i can remove these components from memory

[flexcoders] Re: Mate and sharing data across files

2009-04-15 Thread Tim Hoff
For a little more clarity, the CFC result handler in therMap would look something like this: EventHandlers type={ LoginEvent.LOGIN } debug=true HTTPServiceInvoker instance={ services.login } request={ event.userName } resultHandlers MethodInvoker generator={

[flexcoders] Re: InteractiveObject Problem

2009-04-15 Thread lehaianh1986
I know it, but I can't choice another Class because evt.mouseTarget is InteractiveObject I write code if (evt.mouseTarget.hasOwnProperty(data)) var inObj:AdvancedDataGridItemRenderer = evt.mouseTarget; The error message 1118: Implicit coercion of a value with static type

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-15 Thread Paul Hastings
Matt Chotin wrote: Yeah, make sure you eliminate any repeating dashes, the system parses them and stops reading. Some other patterns too I'm sure that I don't know. i trim replies like a demon lose those but it still croaks, i think, on the quote marker or maybe something in the

[flexcoders] Re: Sub-applications and service calls

2009-04-15 Thread Erich Cervantez
That's definitely an option. Still, I'd like to know why remoting isn't working from the sub-application. Is it Cairngorm design flaw or...? --- In flexcoders@yahoogroups.com, Pedro Sena sena.pe...@... wrote: Hi, In my opinion you should try to change your small application to a flex

[flexcoders] Fixing Flex's mouse wheel scroll

2009-04-15 Thread Hyder
Flex's mouse wheel scrolls are unusually small compared to regular scrolls. Meaning, I have to scroll down about 8-10 cycles with my mouse wheel to read two pages in flex which in a normal browser can be read in 2-3 cycles. Is there a way to set how much a mouse wheel should scroll in Flex?

  1   2   >