[flexcoders] Re: Flex Builder Linux

2006-11-16 Thread devisbalsemin
Yes, about flash player you give me good news. For Flex Builder it's official that Adobe will not support it on linux platform? It's not a good news for linux community. We are very interested to develop some open source product in flex... We are a develop same demo on Erp J2EE with Flex 2 and

Re: [flexcoders] Re: Flex Builder Linux

2006-11-16 Thread Tom Chiverton
On Thursday 16 November 2006 08:56, devisbalsemin wrote: For Flex Builder it's official that Adobe will not support it on linux platform? What Ben Forta said at CFDevCon was there was talk of doing it, but nothing more yet. It's not a good news for linux community. No. Make yourself known

Re: [flexcoders] Debugging Databinding

2006-11-16 Thread Tom Chiverton
On Wednesday 15 November 2006 22:59, Daniel Wabyick wrote: ... This appears to work in most circumstances. What's the difference? You've answered your own question - it works :-) I also think it looks nicer, as well as being clearer about what your intent is. -- Tom Chiverton Helping to

Re: [flexcoders] Books Flex and Action Script

2006-11-16 Thread Clint Modien
There arn't many... We've got the AS3 cookbook and it's pretty well done. We alos have Adobe Flex 2 training from the source. (Good beginner books.) The dvd's from Lynda... (There are 3) are pretty good as well.

[flexcoders] Tools for testing load and functionality in Flex Applications

2006-11-16 Thread Carlos Rovira
Hi, I'm searching actual tools for project management in order to test things like load, functionality, and so on in flex applications automatically. Could someone give me some info about the solutions in the market at the moment (open source or commercial)? It would be great to know what

Re: [flexcoders] Re: OK, seriously. Why can't I make a global var?

2006-11-16 Thread Jignesh Dodiya
Thank you very much to all the people who take time to reply for this post I was heavily stucked with the same problem and can not access main mxml variable from the class I was missing heavily _root and _global facilities in as-2 But the kind advice of using *mx.core.Application.application *

[flexcoders] Oppurtunity to work on a Flex project

2006-11-16 Thread Robs
A U.S. based company is looking for Flex/AJAX developers for their 2yr long project. The developer will b based in U.S for 3 months. Those interested may please contact Saumitri at [EMAIL PROTECTED] or call up on 9881462558.

[flexcoders] Re: Flex Builder Linux

2006-11-16 Thread devisbalsemin
However, it's perfectly possible to build Flex apps on Linux using the free command line SDK (includes a debugger), and a few free 3rd party addons for the free Eclipse IDE that FlexBuilder is built on top of anyway. yes we are now using this free utility and the next month we'll publish

RE: [flexcoders] .swf Caching on CFMX 7/Flex 1.5 Hybrid

2006-11-16 Thread Dirk Eismann
Seems as if the internal Flex 1.5 server that comes with CF to render CFFORMS is the reason why this happens. Maybe this does help you: http://www.richinternet.de/blog/index.cfm?entry=1FFECC8A-C384-9156-8F61C 35319911A23 Dirk. -Original Message- From: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Flex Builder Linux

2006-11-16 Thread Tom Chiverton
On Thursday 16 November 2006 11:35, devisbalsemin wrote: Our problem, in this moment, is that linux flash palyer 9 don't support rtmp protocol . Why is this a problem ? -- Tom Chiverton Helping to heterogeneously revolutionize back-end market-growth

[flexcoders] openning a web page in flex app

2006-11-16 Thread ria team
Hi I am trying to open url in flex component but i could not made it using flex control I have used IFrame(html control) to solve this problem . I want to know is there is any control in flex which is help me in opening the url in it. Amey - Check

RE: [flexcoders] Dynamic TextArea fields or Grouping TextArea fields

2006-11-16 Thread Dimitrios Gianninas
Something like: var ta:TextArea = new TextArea(); ta.text = val from call; ta.width = 400; myView.addChild( ta ); Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of debla1317

[flexcoders] Re: how to do a ToggleButtonBar with multi buttons selection

2006-11-16 Thread shemeshkale
WOW... this is excellent. tnx Harish - just what i was looking for! one question though - is there a way to get an array of the states (selected/unselected)of all buttons? --- In flexcoders@yahoogroups.com, Harish Sivaramakrishnan [EMAIL PROTECTED] wrote: use the following class that i wrote

[flexcoders] Re: Flex Builder Linux

2006-11-16 Thread devisbalsemin
I think that rtmp is very interesting to use with fds express with pushing and some other fantastic future; i have understand, i hope correctly, that rtmp protocols are not supported into a Flash Player 9 linux version Thanks Devis --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL

[flexcoders] Looking for some Hellow World with FDS/Remoting

2006-11-16 Thread Sajid Hussain
Hi All, I am looking for some example or tutorials using HelloWorlds Flex2 with Fds with java code,I am not getting how to integreate .java file with that . plz let me know ? - Sponsored Link Don't quit your job - take classes online and earn

[flexcoders] flex strim final spaces xsd:string on webservices

2006-11-16 Thread jupepemonte
I call a webservice in action script with the next script. The ws parameter is peticion: peticion format981 idDato /idDato desc \desc \format981 /peticion ws = new WebService(); ws.ejecutar.addEventListener(result,resultHandler) // ejecutar is the op;

[flexcoders] programmatic animated skin

2006-11-16 Thread gdoucen
Hi, I want to make a blinking pause button (background + blinking pause symbol). What is the best way to make a programmatic animated skin ? 1/ creating its own programmatic skin class by replacing the FlexShape in the existing programmaticSkin with the FlexSprite to make my skin a container

[flexcoders] Re: dataGrid cell copy

2006-11-16 Thread rthi99
Hey..thanks a lot..it kinda works..but for some reasons it allows backspace,crtlX operation,,any idea how to prevent that.. Thanks a lot --- In flexcoders@yahoogroups.com, Harish Sivaramakrishnan [EMAIL PROTECTED] wrote: You need to listen to itemFocusIn event on the datagrid as opposed to

RE: [flexcoders] Message to Deepa (or others) Re: have there any rightClick mouseEvent in Flex2?

2006-11-16 Thread Deepa Subramaniam
Here you go - attached is the example. Best, deepa From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pierre-Henri Sent: Wednesday, November 15, 2006 6:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Message to Deepa (or

[flexcoders] Refresh XML Code on a Timer help?¿

2006-11-16 Thread johnesocko
Let me introduce myself really quick since I am a long time lurker and a first time poster. I am a graphic designer for a transportation company, that is slowly becoming a software developer (as it seems). this is what I am trying to do: 1. populate a datagrid with xml (got this) 2. populate a

[flexcoders] Re: openning a web page in flex app

2006-11-16 Thread Renaun Erickson
You'll find a IFrame.mxml file in source of the Flex Search Mashup I just did. You'll want to get the html out of the example page as it has the JS to manipulate the IFrame. http://renaun.com/blog/2006/11/16/156/ Renaun http://renaun.com/ --- In flexcoders@yahoogroups.com, ria team [EMAIL

RE: [flexcoders] Charting Trial stamp is stubborn

2006-11-16 Thread Iko Knyphausen
I think I fixed it by changing the source file (type a blank, or something), then hit Run and it should recompile.. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sönke Rohde Sent: Tuesday, November 14, 2006 6:23 AM To: flexcoders@yahoogroups.com Subject: RE:

RE: [flexcoders] own classes with bindable properties

2006-11-16 Thread Matt Chotin
You need User to be bindable itself (or name): [Bindable] Public class User { Public var name:String; ... } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Yiðit Boyar Sent: Wednesday, November 15, 2006 2:56 PM To:

Re: [flexcoders] Flex Builder Linux

2006-11-16 Thread arun kumar
how i can design login widow (with scriptin) for flex builder, reply Arunkumar Sponsored Link $420k for $1,399/mo. Think You Pay Too Much For Your Mortgage? Find Out! www.LowerMyBills.com/lre

Re: [flexcoders] Re: Flex Builder Linux

2006-11-16 Thread Tom Chiverton
On Thursday 16 November 2006 13:42, devisbalsemin wrote: I think that rtmp is very interesting to use with fds express I thought that FDS would run over any transport, not just RTMP. -- Tom Chiverton Helping to challengingly improve granular niches

[flexcoders] Re: programmatic animated skin

2006-11-16 Thread ben.clinkinbeard
Here is a third option: http://www.jessewarden.com/archives/2006/08/flash_9_button.html HTH, Ben --- In flexcoders@yahoogroups.com, gdoucen [EMAIL PROTECTED] wrote: Hi, I want to make a blinking pause button (background + blinking pause symbol). What is the best way to make a

Re: [flexcoders] Re: Cairngorm 2.1 why the ServiceLocator dosen't extends UIComponent anymore?

2006-11-16 Thread Tom Chiverton
On Thursday 16 November 2006 04:03, ben.clinkinbeard wrote: The external xml file I spoke of is a config file for the whole app Wait, are you telling me there isn't a 'FlexSpring' already :-) -- Tom Chiverton, this post has been an in-joke for people who've heard of Spring or ColdSpring

RE: [flexcoders] Books Flex and Action Script

2006-11-16 Thread David Mendels
Hi, Look at bottom right hand corner of www.flex.org for 6 books out now or soon -David From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Modien Sent: Thursday, November 16, 2006 4:45 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Changing Themes

2006-11-16 Thread nathanpdaniel
I was searching the SDK files last night and noticed there are several themes (in the theme folder.. :D) - how do I load a theme and use it? I searched the config files to see if it's in there - no luck though... thanks! -nate

Re: [flexcoders] Re: Flex Builder Linux

2006-11-16 Thread Darron J. Schall
Tom Chiverton wrote: I thought that FDS would run over any transport, not just RTMP. FDS can work via client polling, but for true real time sharing via server push, RTMP is the way to go. -d -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

RE: [flexcoders] Tools for testing load and functionality in Flex Applications

2006-11-16 Thread Dimitrios Gianninas
There are two things that exists with Flex 2: 1) FlexUnit - create unit tests to validate your AS business layer code 2) Mercury QuickTest Pro 9 - use this to record yourself testing your app, and then playback the recording to see if your app still works. For load testing, just run the same

[flexcoders] Re: Loading multiple swfs crashing browser

2006-11-16 Thread dallasweb
Daniel...thanks for the interest. The content I'm loading are Captivate swf's. For grins, I just made 5 swf's(Flash 8) with a large image embedded, no script, one key frame each with the image. Still managed to crash the browser. --- In flexcoders@yahoogroups.com, Daniel Wabyick [EMAIL

Re: [flexcoders] Load externs

2006-11-16 Thread EECOLOR
Hello, i cant get the -load-externs compile option to work, the xml file i am passing is a link report generated with -link-report of another application (application 1). If export the link report of application 2 (the application that is compiled using -load-externs) it shows its still

[flexcoders] Re: Unable to Refresh Custom Component after sorting DataProvider

2006-11-16 Thread raidenx112
--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: You need to add a CollectionEvent.CHANGE event handler on the dataProvider in component2. When collection is refreshed you'll get notified and you can redraw. There are more details in the event in case there are things

[flexcoders] Auto incrementing values for datagrid

2006-11-16 Thread flxcoder
I want to have a serial number field in my datagrid that increases or auto increments with each row. Is this possible? this field should re-paint itself on sorting of any other fields.

[flexcoders] Re: Changing Themes

2006-11-16 Thread s_hernandez01
Hey Nate I would just copy and paste any of those css files and paste them into one of your workspace's project folders. Then, just import the css stlye by using the style tag and setting the directory, you will see the difference in the component styles. mx:Application

Re: [flexcoders] Save XML to file

2006-11-16 Thread EECOLOR
You will have to write (or search for) an Actionscript implementation of the SMTP protocol. You should check out the specs of the protocol in order write it. Normal steps are: 1. create a socket connection to the smtp server 2. write the HELO command to the socket 3. perform any needed action.

[flexcoders] WSDL URL parameterized

2006-11-16 Thread pierangelo_repetti
Hello I interact with a web service from a Flex 2 application. My problem is that the WSDL reference in the application .mxml file is currently explicit, i.e. mx:WebService id=serviceID wsdl=http://somehost/someService/service.wsdl; /mx:WebService As I wouldn't like to re-compile the app

Re: [flexcoders] Books Flex and Action Script

2006-11-16 Thread greg h
Kumar, I find having the product documentation indispensable. You can get printed and bound copies of 4 of the books for $50. I highly recommend it. Printed versions of the Flex 2 doc set can now be purchased for $50 online at:

[flexcoders] Data Driven Method Calls / Change Watcher

2006-11-16 Thread Jamie O
Hello, While Occam's Razor may posit that, one should embrace the less complicated formulation, it provides no basis for understanding how to develop that least complicated solution. If you want to call a method of a component when the content of a particular variable that is bound to by a public

[flexcoders] Anyone knows how to scale the ScrollBar components thumbDown/thumbUp?

2006-11-16 Thread Thimon Sistermans
Hi all, Im skinning a ScrollBar component with a programicSkin like: .scrollBar { thumbDownSkin: ClassReference(skins.ScrollBarThumbSkin); } Now I want the downArrow upArrow of the ScrollBar component scale to my programicSkin size. Is this possible? Thx in advance, Thimon

RE: [flexcoders] .swf Caching on CFMX 7/Flex 1.5 Hybrid

2006-11-16 Thread Battershall, Jeff
Dirk, Thanks! Here's the problem: we want the .swf to be cached until we want to re-deploy. Currently a CF instance restart is required. Just looking for a programmatic way to clear that .swf cache, just as you can clear the Trusted Cache in CFMX without restart. Jeff -Original Message-

[flexcoders] Encapsulating Components Tutorial

2006-11-16 Thread Jamie O
Hi, I've put together a tutorial on how to create .swc components in Flex 2 using the Flex Library Project type at http://www.oastler.ca/index.php/flex/20061116_encapsulating-components-libraries-swcs/ For those on the learning curve of discovering Flex 2, fear not...There are others out there

Re: [flexcoders] Tools for testing load and functionality in Flex Applications

2006-11-16 Thread Carlos Rovira
Many Thanks Dimitros, So I can assume that Mercury supports Flex? On 11/16/06, Dimitrios Gianninas [EMAIL PROTECTED] wrote: There are two things that exists with Flex 2: 1) FlexUnit - create unit tests to validate your AS business layer code 2) Mercury QuickTest Pro 9 - use this to

Re: [flexcoders] Load externs

2006-11-16 Thread Paul Spitzer
I don't think this feature is functioning. I tried relentlessly to get it to work without success. EECOLOR wrote: Hello, i cant get the -load-externs compile option to work, the xml file i am passing is a link report generated with -link-report of another application (application 1).

[flexcoders] Re: searching or filtering a tree

2006-11-16 Thread zenwarden
How does this work? You are always returning true. --- In flexcoders@yahoogroups.com, dwischusen [EMAIL PROTECTED] wrote: Hi Chris, Yes, if you want a filterFunction to work on hierarchical data then you will need to override refresh(). The following class is a bit of a hack, but it does

[flexcoders] Re: DataGrid Overlapping header problem

2006-11-16 Thread jimmyswyt
Michal, Did you ever find a solution to this problem? I am having the exact same problem with a datagrid in one of my apps. Jimmy --- In flexcoders@yahoogroups.com, workmichal [EMAIL PROTECTED] wrote: Fellow Flexers, I have a simple data grid with three columns. When I start scrolling

[flexcoders] Re: Pass a button's MouseEvent to Alert.show() to be used by the event hander?

2006-11-16 Thread Doug Lowder
Since the Alert dialog is modal, you can assign a value to an outer variable without worrying about the value changing before the user dismisses the alert. This is typically how I've seen this type of thing accomplished. Snippets: var thePlan: Plan; ... public function

[flexcoders] Re: Bug! Filters are Demolishing my ArrayCollection Data Bindings!

2006-11-16 Thread jason_williams_mm
Hi, In your post you wrote: They are not really meant to create a new collection that you can then add items to. Actually, while you are correct on the one hand that they [collection views] are not meant to create a new collection, one of the design centers for views was meant to allow

[flexcoders] Re: Dynamic TextArea fields or Grouping TextArea fields

2006-11-16 Thread debla1317
That works perfect (THANK YOU), now I have two problems. 1) If I would have created the textarea down in the MXML I would be able to set a change property, but I can't figure out how to set that in my actionscript code ta.change = doSomething(); does not work. 2) Later on I want to look back

[flexcoders] Open accordion with rollOver

2006-11-16 Thread Antoine Malpel
Is it / how to open an Accordion's item when the pointer rollOver its Header ? How show I think to extend Panel in order to add it a button ? Simply by adding a buttun child ? Antoine

[flexcoders] Re: States create all their children

2006-11-16 Thread David Harris
I guess about now I start logging a bug... Anyone know how to do this? On 11/13/06, David Harris [EMAIL PROTECTED] wrote: I have a situation where my states in my application are very complex. Each state has a lot in them, and each view in the state has events of data retrieval tied to the

[flexcoders] Manipulating ComboBox.selectedItem issues

2006-11-16 Thread Jamie O
I have two combo boxes listening to array collections for their data providers. When the user selects one entry in the first combo box, the eventHandler on first combo box change() event will drive what data should be populated into the array collection for the other combo box. That part all works

[flexcoders] Re: Dynamic TextArea fields or Grouping TextArea fields

2006-11-16 Thread camlinaeizerous
To solve your first problem use an event listener after the ta has been ceated. It should be something similar to the below line. I believe it's syntax is correct and each time ta changes the event listener should call someListenerFunction. ta.addEventListener(change, someListenerFunction); ---

[flexcoders] Need Flex Expert Now

2006-11-16 Thread advantexllc
I've reached a complete impasse with my Flex 2 survey app, and I need an expert. I'm willing to **pay** a good percentage of what I bill for this, but I need someone that can work with me off-list, and point me in the right direction. If you are an experienced flex person, I'm betting it

[flexcoders] Custom Panel backgroundImage and borderSkin settings conflict

2006-11-16 Thread tombaggett
Hello, I'm trying to create a custom look for a Flex app and have run into a problem. I need to set custom images for both the panel's border and background areas. The problem I have is whenever I set the border image, the background image is no longer rendered. Take a look at this screen

[flexcoders] Re: Bar/Columns on graph are Invisible

2006-11-16 Thread phipzkillah
Not sure why my post isn't visible...So here is my problem again. I am using the code from the charting explorer component that is available at http://flexapps.macromedia.com/flex15/chartexplorer/explorer.mxml?versionChecked=true; The sample is column chart, styles examples #3. Using a

[flexcoders] Re: Flex Builder Linux

2006-11-16 Thread devisbalsemin
yes, it's true, and it's for this that we are hope that flash palyer support rmtp as soon as possibile. Now we are developing in linux but we are testing into a windows machine :-(, but we are hoping in new beta for linux that fix this. The pushing via RTMP it's great and very very fast to

RE: [flexcoders] Understanding the FocusManager

2006-11-16 Thread Matt Chotin
Hi Dan, There aren't any real docs with details on it. If you have specific questions I can try to have an engineer respond. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Freiman Sent: Wednesday, November 15, 2006

[flexcoders] Re: Encapsulating Components Tutorial

2006-11-16 Thread tombaggett
Thanks for the great tutorial and general Flex postulations! You're now sitting among my esteemed Flex bookmarks list. [;)] Tom

Re: [flexcoders] multi-form data sharing

2006-11-16 Thread Steve Hindle
I think my basic problem is I'm trying to dynamically add components at run-time. Therefore, I don't have a mx component to reference in the file. I'm using static vars to grab a 'handle' to all the components at start-up. (private static var DES:DataEntryScreen = new DataEntryScreen() ). I

[flexcoders] Re: searching or filtering a tree

2006-11-16 Thread zenwarden
Ignore the comment below. It is acceptable (at least in a hack) to always return true. Sadly, this code example is not working, but it has put me on the right trail. Thanks. Chris --- In flexcoders@yahoogroups.com, zenwarden [EMAIL PROTECTED] wrote: How does this work? You are always

[flexcoders] Re: Read Local File - Reheating old topic

2006-11-16 Thread iko_knyphausen
Hello everyone, I came across the same need - that is: reading a local XML file - and I found this HTTPService to be working: mx:HTTPService id=xmlProjectData resultFormat=e4x url=file:///c:/Project13.xml file:///c:/Project13.xml useProxy=false/ The only problem with making

RE: [flexcoders] Re: HTTPService Design using Flex2 and no FDS

2006-11-16 Thread Tracy Spratt
GET is fine, but has a severe length limit. I use POST all the time and have not found an upper limit, having sent more than a MB. I usually have a single data url that I use for all data calls and so I keep the default name=value pair contentType and pass an action parameter that tells my

RE: [flexcoders] Submit cell data after change

2006-11-16 Thread Tracy Spratt
This functionality has several steps, which part is giving you trouble? Have you found the correct editing event to use? I don't recall exactly. When you say submit, exactly what do you mean? Do you already have the server-side url ready to receive a POST? Tracy

RE: [flexcoders] Add call property to RemoteObjectAMF0

2006-11-16 Thread Tracy Spratt
Try: service[method]; Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Crowe Sent: Tuesday, November 14, 2006 11:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Add call property to RemoteObjectAMF0 Hi folks,

[flexcoders] Programmatic Tabskin / CSS

2006-11-16 Thread zzwi89
Hello, I am using programattic skinning for some tabs in a TabBar. Rather than write a class for the selected tab, one for the deselected tab, etc.., I would like to use the same tab class but change CSS styles to alter the style. In my CSS file, rather than specify tab styles like this:

[flexcoders] Event fired _every_ time a component is made visible/active

2006-11-16 Thread Steve Hindle
Hi All, There was a discussion recently about how to detect when a component becomes visible/active. It basically proposed 3 methods: creationComplete(), show()/hide(), and UpdateDisplayList(). However, these all seem to have problems: creationComplete() - only fires when the component is

Re: [flexcoders] Understanding the FocusManager

2006-11-16 Thread Daniel Freiman
There's not any specific question yet. But I foresee two issues. 1. What prompted the question was that I had a UITextField that wasn't losing focus when I clicked on UIComponent. I know this specific example would be guided by the player's focus manager and not mx.Managers.FocusManager, but I

[flexcoders] Re: How can I change the color of DataGrid header's bottom border?

2006-11-16 Thread ben.clinkinbeard
Is this not possible? --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Good god skinning is harder than it should be. I have managed to change the color of the vertical separators between column headers by coding my own headerSeparatorSkin class, but I cannot find

[flexcoders] Re: FlexSessionListener sessionDestroyed() doesn't get called when using polling

2006-11-16 Thread Steven Toth
That doesn't seem consistent with what I see in RTMP. In RTMP, as soon as I close the browser I get the sessionDestroyed() method of the listener called, not after the session times out. I understand that with polling the application is pinging, but why must I wait for the session timeout to

Re: [flexcoders] [ADV] New version of Flexible Rails book available (Alpha version 5)

2006-11-16 Thread Steve Hindle
Hi Peter, Could I suggest making a full table of contents available in an easy to spot place on the website? Also, does the book cover Flex and Rails login/auth systems (AAA, etc), sessions, etc? It appears 'iteration03' might cover some of this? I'm currently building a rails app with a flex

[flexcoders] Is it possible to add pictures to a TileList which is not embedded?

2006-11-16 Thread Thomas Hagen Johansen
This works: [Embed(source=./myPic.jpg)] public var myPic:Class; ... mx:TileList mx:dataProvider mx:Array mx:Object label=Blah icon={myPic} / /mx:Array /mx:dataProvider /mx:TileList -- This does not work: public var

[flexcoders] Simple problem: Error creating links using string

2006-11-16 Thread raidenx112
Hi, I have the following code: mx:Repeater id=links dataProvider={project.links} mx:LinkButton label={links.currentItem} click=navigateToURL(new URLRequest('{links.currentItem}')) / /mx:Repeater I'm having problem creating the correct URL. For example, links.currentItem =

[flexcoders] FDS beginner question

2006-11-16 Thread iko_knyphausen
Actually a question before I begin with FDS - have just read some high-level intro till now: Is it possible to use FDS without an application server such as CF, IIS (ASP.NET), etc. ? Imagine the following use case: For data you just have/need a structured XML file which multiple people can access

[flexcoders] Re: Changing Themes

2006-11-16 Thread nathanpdaniel
Well - that was easy enough! :D And for anyone who didn't know about them - they're in the SDK path - if you go to your flex- config.xml file - there should be a themes folder - check it out! I've been using Flex for 6+ months and never knew they were there... there's a few in there, mostly

[flexcoders] Tab label filter

2006-11-16 Thread zzwi89
Does anyone know how to apply a filter to the text inside a tab?

[flexcoders] Re: Tab label filter

2006-11-16 Thread zzwi89
--- In flexcoders@yahoogroups.com, zzwi89 [EMAIL PROTECTED] wrote: Does anyone know how to apply a filter to the text inside a tab? I found out one way: TabBar.getTabAt(i).getChildAt(1).filters = arrayOfFilters; Messy, but it works I suppose.

RE: [flexcoders] Simple problem: Error creating links using string

2006-11-16 Thread Tracy Spratt
What is your dataProvider and how are you populating it? What looks odd to me is that current item is an object and you typically specify a property of that object: {links.currentItem.myProperty} Maybe the defaultProperty you are getting is not what you think? Tracy

RE: [flexcoders] Fixing data points in Ely Greenfield's SizedPieSeries

2006-11-16 Thread Ely Greenfield
Hi Daniel. If I were making a radar chart, I'd probably use PolarChart as the base, but write a custom series from scratch. I've attached some sample files to get you started. They're barebones...no item renderers, no styles, etc...but the basic implementation is there. Ely.

[flexcoders] Re: Simple problem: Error creating links using string

2006-11-16 Thread Doug Lowder
Have a look at the Repeater class in the docs. For event handlers in repeated components, you can access the item in the data provider for that specific component instance as event.currentTarget.getRepeaterItem(). The solution may be as simple as changing your click handler to navigateToURL

RE: [flexcoders] Tools for testing load and functionality in Flex Applications

2006-11-16 Thread Dimitrios Gianninas
Via a special plug-in that is provided by Adobe yes. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Carlos Rovira Sent: Thu 11/16/2006 11:06 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Tools for testing load

[flexcoders] Re: mouse cursor management

2006-11-16 Thread Russell Munro
Thanks for the code Abdul. I just wanted to point out one small bug to those who what to use the code. This code only works if the (for example) hbox is empty, if it has children it gets an error on rollover. problem is this line: var component:UIComponent = UIComponent (event.target); it should

[flexcoders] Changing the value of a cell in Datagrid

2006-11-16 Thread Ben Densmore
I'm in the process of converting a page that I originally wrote in using flash forms in ColdFusion over to Flex. I have a function that does some calculations based on a couple of cells in each row that would get called with a change event. In my CF version I was able to use:

[flexcoders] Odd Problem with DateField and formatString

2006-11-16 Thread gotgoose09
View this example below. It consists of a DateField (dfDatePicker) and a Label. dfDatePicker's formatString is set to MM/. http://www.thegoosmans.com/datefieldproblem/TestEventHandlers.swf To observe the problem, try setting the date two times. The second time an error will occur saying

[flexcoders] CSS Font Hell :(

2006-11-16 Thread Bjorn Schultheiss
Hi, Is it possible to apply an embedded font to a Panel's title via CSS? Here's the simplest example I could create [Main (PanelTitleFontCSS.mxml)] mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute xmlns:my=* my:MyPanel / /mx:Application [Panel (MyPanel.mxml)] mx:Panel

[flexcoders] How to handle an event and call a method to it's parent?

2006-11-16 Thread dj
Hi: This doesn't work, what's the best practice? mx:RadioButton groupName=pollq id=option1 label=Who's The Baddest Player of them All? itemClick=parent.handleCard(event);/ Thanks, Patrick

[flexcoders] Re: CSS Font Hell :(

2006-11-16 Thread wayne_badu_johnson
Hi Bjorn I just tried this with a custom panel at it worked ok: // CustomPanel package { import mx.containers.Panel; public class CustomPanel extends Panel { public function CustomPanel() { super(); } override protected function

[flexcoders] Re: How to handle an event and call a method to it's parent?

2006-11-16 Thread wayne_badu_johnson
Hi Patrick try : itemClick=handleCard(event); and in your handleCard function event.currentTarget.parent.someHandler(); Cheers Wayne --- In flexcoders@yahoogroups.com, dj [EMAIL PROTECTED] wrote: Hi: This doesn't work, what's the best practice? mx:RadioButton groupName=pollq

RE: [flexcoders] CSS Font Hell :(

2006-11-16 Thread Mike Shaw
Bjorn, have a look at the titleStyleName style property for panels. Mike. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Friday, 17 November 2006 11:01 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] CSS Font Hell :( Hi,

Re: [Jõnk E-Mail - LOW] [flexcoders] Flex2 Sensitive Data Security Thoughts?

2006-11-16 Thread qnotemedia
So how about this? If you CTRL-Click on a default Datechooser in MXML, you get the built-in DateChooser.as. I'm particularly interested in the section on the showToday property, which of course has its own style for a specific date. I would think that maybe this could perhaps be edited to

RE: [flexcoders] How to handle an event and call a method to it's parent?

2006-11-16 Thread Shannon Hicks
Best practice would be to have your component fire off a custom event that bubbles... Then, the parent can just listen for the event. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dj Sent: Thursday, November 16, 2006 6:33 PM To:

Re: [flexcoders] Re: How to handle an event and call a method to it's parent?

2006-11-16 Thread dj
Wayne: That didn't work but this put thanks for putting me on the right track. This works :) parentDocument.dispatchEvent( new Event( Event.CHANGE ) ); thanks, Patrick -listening to Yaz - don't go (12 inch Mix) wayne_badu_johnson wrote: Hi Patrick try : itemClick=handleCard(event);

[flexcoders] CSS Font Hell :(

2006-11-16 Thread Bjorn Schultheiss
Beautiful. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Shaw Sent: Friday, 17 November 2006 12:00 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] CSS Font Hell :(

[flexcoders] Coldfusion / Flex Application Wizard

2006-11-16 Thread app.developer
I can no longer save / finish in the Coldfusion / Flex Application Wizard. Has anyone a solution to this? I have considered reinstalling Eclipse, but wanted opinions before that. Thx, Precia

RE: [flexcoders] Re: Dynamic TextArea fields or Grouping TextArea fields

2006-11-16 Thread Gordon Smith
In AS3 rather than MXML you write ta.addEventListener(change, changeHandler) or ta.addEventListener(Event.CHANGE, changeHandler); and declare private function changeHandler(event:Event):void { // do something } But have you looked at

RE: [flexcoders] Flex 2: Theme does not get applied when in Design mode

2006-11-16 Thread Matt Chotin
Unfortunately DV doesn't look at compiler options like themes. Any chance you can just apply the stylesheet to get the right look in design view? I will file this as a bug though. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Looking for some Hellow World with FDS/Remoting

2006-11-16 Thread Matt Chotin
Have you gone through the samples that come with FDS? The database manager is a simple example that should help get you started. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sajid Hussain Sent: Wednesday, November 15, 2006

RE: [flexcoders] Re: Flex Builder Linux

2006-11-16 Thread Matt Chotin
The FDS team has tested the internal builds of the Linux player and RTMP appears to be working. As mentioned, we have considered a Flex Builder for Linux but we have to take a hard look at lots of factors, technical feasibility, market size, time taken away from new features, etc. So no

[flexcoders] Re: Is it possible to add pictures to a TileList which is not embedded?

2006-11-16 Thread Thomas Hagen Johansen
I made a stupid typo in the original post. Sorry for that. Here is source which can compile and run. Hope someone can explain what I am doing wrong. - Thomas Hagen ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; applicationComplete=appComplete();

  1   2   >