Re: [flexcoders] Re: Apollo isn't loading my modules

2007-04-03 Thread Robert Cadena
Hi, I too am having difficulties with loading modules in apollo. Please correct me if i'm wrong but it seems that the current behaviour is that only local swfs placed and referenced from the app-storage directory can be loaded as modules? Here's a bit of code to test. First, make a regular F

[flexcoders] Scriptable data binding

2007-04-03 Thread Janis Radins
Hello people! I was wondering if anyone has idea how to set up binding of custom values. I'm building app here, for which I would like to be able to import all captions from data base in order to enable multi language environment. Therefor i might receive array of captions from data base in form

RE: [flexcoders] Re: Module Interface Problems

2007-04-03 Thread Alex Harui
ModuleLoader is a convenience container. It loads in the module via ModuleManager and when READY, it starts to create the children. If you listen to READY you may see it before moduleloader had a chance to see it and create the child. -Alex From: flexcoders@ya

RE: [flexcoders] Validating Datagrid

2007-04-03 Thread Alex Harui
You should validate edited cells during the ITEM_EDIT_END event From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jfournet Sent: Tuesday, April 03, 2007 8:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Validating Datagrid I am

RE: [flexcoders] Re: need a little help with itemRenderer

2007-04-03 Thread Alex Harui
Or look at the examples on my blog (blogs.adobe.com/aharui) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Tuesday, April 03, 2007 7:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: need a little help with itemRend

RE: [flexcoders] Datagrid - Disable row

2007-04-03 Thread Alex Harui
Subclass the DG and access listItems array to get to the other cells. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eduardo Dias Sent: Tuesday, April 03, 2007 10:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Datagrid - Disabl

RE: [flexcoders] Re: Checkbox in DataGrid cell won't turn invisible!

2007-04-03 Thread Alex Harui
I'm not sure DG allows invisible renderers. We flip visible as part of recycling renderers. Wrap in a UIComponent and see if that helps. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jamiebadman Sent: Tuesday, April 03, 2007 1:25 PM To:

RE: [flexcoders] talking to Flash SWF's

2007-04-03 Thread Grant Davies
local connection works too but can have issues if multiple copies of your app are loaded, is also asynchronous... Grant ... > b l u e t u b e i n t e r a c t i v e .: The glue between creative and engineering .: grant davies .: 404.428.6839 (c)

RE: [flexcoders] Re: getChildren

2007-04-03 Thread Alex Harui
FWIW you can test for a property using "in" if (getChildren in obj) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Morearty Sent: Tuesday, April 03, 2007 5:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: getChildren

RE: [flexcoders] talking to Flash SWF's

2007-04-03 Thread Alex Harui
Others use a intermediary AS2 swf that talks to the AS3 via localconnection. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 2:50 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] talking

RE: [flexcoders] browser() bug?

2007-04-03 Thread Alex Harui
Start adding trace statements and look in flashlog.txt to see what it had to say. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of herklano Sent: Tuesday, April 03, 2007 4:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] browser()

RE: [flexcoders] Tree and Array

2007-04-03 Thread Alex Harui
You have to build up the dataprovider and pass it into the tree. If you change the dataprovider later, the tree will notice in most cases. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sal Sent: Tuesday, April 03, 2007 5:38 PM To: flexco

RE: [flexcoders] Modules vs RSLs - Are they mutually exclusive?

2007-04-03 Thread Alex Harui
One way to think of the difference is that RSLs define classes, and modules define interfaces. An RSL is loaded by Flex before app startup because classes you might need such as UIComponent may be in the RSL, and you must link to them as classes and not interfaces since they are base classes or ot

RE: [flexcoders] Re: Need to different images in datagrid column

2007-04-03 Thread Alex Harui
Try something like (foo contains 'pdf' or 'word'): import mx.controls.Image private function addGif(o, c) { return o.foo + ".gif" } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Vinoth Babu Sent: Tuesday, Ap

RE: [flexcoders] Re: MXML Schema

2007-04-03 Thread Gordon Smith
Both FlexBuilder and mxmlc/compc catch MXML errors at compilation time, but they don't use an XML schema to do so. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of neilac Sent: Tuesday, April 03, 2007 3:20 PM To: flexcoders@ya

[flexcoders]PHP and Flex questions

2007-04-03 Thread dorkie dork from dorktown
Can someone tell me if these statements are true or false and if false what is the correct answer? - When a Flex application in a browser communicates with a php page for the first time a session is created. This is the same behavior as user receiving a PHP page in their browser. - This session

[flexcoders] Re: Eclipse Plugin - Debug - An Error has occurred . Please see error log for mo

2007-04-03 Thread iilsley
Thanks Mike .. Here is the error log @ the time the problem happens .. - START - !ENTRY org.eclipse.ui 4 4 2007-04-03 20:12:58.982 !MESSAGE Could not create action delegate for id: org.eclipse.atf.mozilla.ide.debug.ui.action5 !ENTRY org.eclipse.ui 4 4 2007-04-03

Re: [flexcoders] Re: Need to different images in datagrid column

2007-04-03 Thread Vinoth Babu
Thanks for your info . But I need to load images according to the data. for e.g. In a column , if a data is 'pdf' then load 'pdf.gif' or if it's 'word' load 'word.gif' pdf.gif or word.gif or... are shown in one column in a different row each Thanks , Vinoth

[flexcoders] Re: Eclipse Plugin - Debug - An Error has occurred . Please see error log for mo

2007-04-03 Thread Mike Morearty
The error log is a text file: \.metadata\.log You can also view it via these steps: In standalone Flex Builder: Help > Product Details, Configuration Details, View Error Log. In plugin-based Flex Builder: Help > About Eclipse SDK, Configuration Details, View Error Log. Can you please post the e

RE: [flexcoders] Eclipse Plugin - Debug - An Error has occurred . Please see error log for more

2007-04-03 Thread Brian Holmes
It's referring to the eclipse error log. It should be in the directory where you have eclipse installed. I had a very similar problem and it turned out it was due to the way I had projects installed. My problem was I had a flex project that was referencing two flex library project swf's. I foun

[flexcoders] Re: Repost: FileReference.upload() and IIS 6.0 (Windows Server 2003)

2007-04-03 Thread bsausser
Fix: Needed a "upload component" on the destination server. ** Thanks to iko_knyphausen for the direction. C# Code on file: postfile.aspx - protected void Page_Load(object sender, EventArgs e) { HttpFileCollection uploadedFiles = Request.Files; string pa

[flexcoders] IFrame and Flex

2007-04-03 Thread Flexing...
Hi All, In my app, I am using the "Iframe" solution to show some html content (animated gifs). Now in the same container I also have few buttons which pop up respective TitleWindows(Dialogs) to take certain inputs from the user. Now the problem is that since the IFrame is visible on the same

[flexcoders] Eclipse Plugin - Debug - An Error has occurred . Please see error log for more

2007-04-03 Thread iilsley
Everytime I run something in the flex debugger Eclipse opens up a dialog box that says .. An Error has occurred. Please see error log for more info. I seem to get 3 of them and then its ok til I step and then I get 3 more. Its really annoying and makes debugging pretty much impossible.. Any i

Re: [flexcoders] Modules vs RSLs - Are they mutually exclusive?

2007-04-03 Thread Bjorn Schultheiss
If it is loaded into the shell each module already has access to it. On 04/04/2007, at 11:24 AM, Collin Peters wrote: Yes, but could an RSL not also be a swf used across multiple modules?

Re: [flexcoders] Modules vs RSLs - Are they mutually exclusive?

2007-04-03 Thread Collin Peters
Yes, but could an RSL not also be a swf used across multiple modules? On 03 Apr 2007 16:54:37 -0700, Bjorn Schultheiss < [EMAIL PROTECTED]> wrote: My definition would be that Modules are used to split a single application into multiple SWF's while RSL's are swfs used across multiple applicati

Re: [flexcoders] Modules vs RSLs - Are they mutually exclusive?

2007-04-03 Thread greg h
Alex Harui did a presentation on Modules at 360Flex.org last month. Alex's presentation slides are downloadable here: http://blogs.adobe.com/aharui/2007/03/modules.html Following is excerpted from slide 8 (out of 50): *Which is better**:** Modules or RSLs?* -- §Neither. They serve different p

[flexcoders] Flex Security Best Practices

2007-04-03 Thread supertodda
Hello, Are there any high level flex developers out there who have a response to this article on Ajax security with regards to flex? AJAX Apps Ripe Targets for JavaScript Hijacking http://www.eweek.com/article2/0,1895,2110554,00.asp Is Flex vulnerable to such types of attacks? Is there a Flex Se

[flexcoders] How can I tell if I have the latest hotfix installed correctly?

2007-04-03 Thread Collin Peters
I just installed hotfix 1 from http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb401224 How can I tell if it is installed properly? If I goto Help -> About Adobe Flex Builder 2 it just says Version 2.0.1. On my co-workers machine he has Version 2.0.143459 If I goto Help -> Software Upda

[flexcoders] Re: getChildren

2007-04-03 Thread Mike Morearty
Gordon's way does work -- and in fact it can be taken even further by not only checking that there is a property called "getChildren", but also that that property is a function: if (obj.hasOwnProperty("getChildren") && typeof obj["getChildren"] == "function") { children = obj.getChildren(

[flexcoders] Tree and Array

2007-04-03 Thread Sal
hi, i have an array of records received from an amfphp call and i need to fill a tree control with that data. the array has this format: aArr[0].id aArr[0].description aArr[0].parent aArr[0].order aArr[1].id aArr[1].description aArr[1].parent aArr[1].order ... and so on i didn't find any m

Re: [flexcoders] Flex Builder 2 hotfix, error ResourceBundle:charts unable to resolve class

2007-04-03 Thread shaun etherton
Tom Chiverton wrote: > On Tuesday 03 Apr 2007, shaun etherton wrote: > >>After the update I had to reneter my serial numbers and copy the >>charts.swc file from the old sdk dir to the new sdk/framworks/lib dir as >>it is not in the hotfixes frameworks/lib dir. > > > Could there be a separate hot

[flexcoders] browser() bug?

2007-04-03 Thread herklano
Is this a bug or am i doing something wrong? i have a script where i call a browser() method and it all goes well in debug mode, but when i compile normally it doesn't work! var imageTypes:FileFilter = new FileFilter("Images (*.jpg, *.jpeg, *.gif)", "*.jpg; *.jpeg; *.gif"); var fileTypes:Array =

Re: [flexcoders] Cairngorm event

2007-04-03 Thread Bjorn Schultheiss
In the tree's parent. tree.addEventListener( TreeEvent.CHANGE, addProductToShoppingCart ); On 04/04/2007, at 4:18 AM, mapper2255 wrote: Good Afternoon, I know this has been asked before, I see 51 threads on "tree events cairngorm" yet none seem to take the last step. From this thread: http:

Re: [flexcoders] Binding xml to dataGrid - dynamic columns

2007-04-03 Thread Yiðit Boyar
did you try dataGrid.invalidateList() and or (inavlidateDisplayList) i think one of them should solve the problem... - Original Message From: kho7002 <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Wednesday, April 4, 2007 1:20:56 AM Subject: [flexcoders] Binding xml to dataGrid

Re: [flexcoders] Modules vs RSLs - Are they mutually exclusive?

2007-04-03 Thread Bjorn Schultheiss
My definition would be that Modules are used to split a single application into multiple SWF's while RSL's are swfs used across multiple applications. B On 04/04/2007, at 3:04 AM, Collin Peters wrote: I am wondering if modules have taken over all the functionality of an RSL? From what I c

Re: [flexcoders] Flex and responsiveness

2007-04-03 Thread Muzak
Try these: http://www.kyrsoft.com/opentools/stmemmon.html http://www.kyrsoft.com/opentools/memmon.html regards, Muzak - Original Message - From: "Jeffry Houser" <[EMAIL PROTECTED]> To: ; Sent: Wednesday, April 04, 2007 12:12 AM Subject: Re: [flexcoders] Flex and responsiveness > > Ye

[flexcoders] Re: MXML Schema

2007-04-03 Thread neilac3333
Thanks for letting me know, Gordon. I can certainly understand how complex such a schema would be, but then how does a tool, FlexBuilder or anything else, know that an MXML file is valid at design time? Or must I wait until runtime to find errors? Or simply write the UI in ActionScript? Neil

[flexcoders] Binding xml to dataGrid - dynamic columns

2007-04-03 Thread kho7002
Hi, I have a dataGrid which I bind to an xml which I get from the server. The xml is of the following format: 3 The first time through everything works perfectly, but when we set the grid's dataProvider to a new xml, with more columns, it continues to render the original

Re: [flexcoders] Flex and responsiveness

2007-04-03 Thread Jeffry Houser
Yes, Flex Builder is a dog. The more I use it, the slower it gets. Especially if you are using the debugger. I'm in the habit of restarting every 2-4 hours. And I'll probably double the RAM on my machine. At 05:58 PM 4/3/2007, Patrick Lemiuex wrote: Hi. Is it just me or once in a whil

[flexcoders] Flex and responsiveness

2007-04-03 Thread Patrick Lemiuex
Hi. Is it just me or once in a while when using flex does it, for instance, slow to crawl and take several seconds to perform a cut and paste (or other operation). Or, does it seem to run slowly after your desktop goes to sleep and you re-log in. I experience this stuff often enough wher

Re: [flexcoders] talking to Flash SWF's

2007-04-03 Thread [EMAIL PROTECTED]
I'm using external interface which works a little like local connection except you can have synchronus calls.. I'm using this api/examples : http://www.flashextensions.com/products/flashinterface.php I'm using the flashmaps flash 8 component with flex and although it hasn't been plain sailing

[flexcoders] talking to Flash SWF's

2007-04-03 Thread Yiðit Boyar
hi all; in one of my projects; i wanted to use some of my old flash 8 projects as external SWF's. I tried to use SWFLoader but i was not able to extract the content as a movie clip (so couldn't have control over the loaded swf) hardly after i realized that the problem is AS2. Then i downloaded Fl

RE: [flexcoders] getChildren

2007-04-03 Thread Gordon Smith
I think this may be another way... if (obj.hasOwnProperty("getChildren")) children = obj.getChildren(); - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dordea cosmin Sent: Tuesday, April 03, 2007 12:13 PM To: flexco

RE: [flexcoders] MXML Schema

2007-04-03 Thread Gordon Smith
We no longer provide a schema for MXML. The language was designed to be easily written by a human and isn't well-suited to being described in a schema -- it's too loosy-goosy in terms of what can nest inside what, whether you write a property as an attribute or child tag, etc.The schema we offered

[flexcoders] Smooth resize in Flexbook

2007-04-03 Thread Nate Pearson
I want to create a smoother resize effect on a flexbook component. Right now I have multiple transparent pages that are custom components inside of a flexbook component. In each of those pages I am drawing a lot in UpdateDisplayList. When I resize the component it calls UpdateDisplayList multi

[flexcoders] Re: Checkbox in DataGrid cell won't turn invisible!

2007-04-03 Thread jamiebadman
I'll try it tomorrow in FB 2.0 - though that won't help me 'cos the project requires 2.0.1 unfortunately. Thanks for the info though. If it turns out to be definitely a bug in Flex 2.0.1 then I'll report it (somehow! anyone know how ?!). I guess I'll have to figure out a different metaphor for no

[flexcoders] Re: Module Interface Problems

2007-04-03 Thread Michael Ritchie
I ruled out the timing issue, but your post has some great information how to handle this. I think I have isolated the specific module loading issue to one factor. I have a module that loads another module using a and I am trying to access the second ModuleLoader child through the interface. I

[flexcoders] Nested Repeater Issues

2007-04-03 Thread Geoffrey
I have a Repeater of CheckBoxes, which may or may not have a sublayer of CheckBoxes. It should look something like: [] archive 1 [] archive 2 [] dataSource 1 [] dataSource 2 [] dataSource 3 [] archive 3 By default all CheckBoxes are unselected, and any sublayer

[flexcoders] Reverting back to an older version of Plug-in inside FlexBuilder?

2007-04-03 Thread Mike Anderson
Hello All, Ever since I updated the ColdFusion FlexBuilder extensions 3 days ago, FlexBuilder crashes periodically. VERY irritating. Anyway, what would be the quickest way to revert back to the previous version of the Plug-in? Thanks in advance for your help, Mike

Re: [flexcoders] Re: FlexBuilder Keyboard Not Responsive on the Mac

2007-04-03 Thread Clint Tredway
I have a toshiba core 2 duo with 2gb of ram and mine does the same thing.. On 03 Apr 2007 12:42:53 -0700, Tony Obermeit <[EMAIL PROTECTED]> wrote: I've got a 1.5ghz G4 powerbook with 1.5gb RAM and the first application I've used that made me think this machine is slow and needs upgrading is f

[flexcoders] Web Service Error #1009 - null object reference?

2007-04-03 Thread Danko Kozar
Does anyone know how is it posible for a web service to have a method and a minute later it doesn't have it? I'm getting an error that web service method doesn't exist: "TypeError: Error #1009: Cannot access a property or method of a null object reference." (Before this error occured, the meth

[flexcoders] Re: FlexBuilder Keyboard Not Responsive on the Mac

2007-04-03 Thread Tony Obermeit
I've got a 1.5ghz G4 powerbook with 1.5gb RAM and the first application I've used that made me think this machine is slow and needs upgrading is flexbuilder. sometimes the keyboard doesn't keep up with my typing, etc.

[flexcoders] upload multiple FileReferences without FileReferenceList?

2007-04-03 Thread tddclare
I have an area of my app where the user can make a new Thing and can upload 2 files against it (1 is an image, the other is a text file). I'd like to have the user interface show a TextInput for the title of the Thing, and then have 2 "Browse" buttons, one for the image and another for the text fi

Re: [flexcoders] getChildren

2007-04-03 Thread dordea cosmin
only objects that inherit the Container class have this functions. When i have a situation like yours, I usually do something like : if ( obj is Container) { //code here } and it works fine. It is possible not to work if your object was originally an Object , and you further created your obj

[flexcoders] Re: getChildren

2007-04-03 Thread Shaun
If your object is not typed, you can do this: if (obj.getChildren) { obj.getChildren(); } This will not work if the object is typed (1069 error). Also, if it has a property by the name of getChildren, I think you'll get a 1006. Otherwise, it seems to work just fine. Shaun --- In flexcoder

Re: [flexcoders] Re: Timezone of Date Object

2007-04-03 Thread Sam Shrefler
Paul: I'm interested to know how your library will handle timezones. Are you trying to hook into all DateTimes or just writing some login to change datetimes and such. I submitted a long time ago a feature request to Adobe to allow hooking into AMF Deserialization to handle timezone changes. T

Re: [flexcoders] getChildren

2007-04-03 Thread Michael Schmalle
Hi, You could do this; try { children = obj.getChildren(); } catch (e:Error) { trace(e, "obj did not have getChildren()"); } Peace, Mike On 03 Apr 2007 11:41:25 -0700, blc187 <[EMAIL PROTECTED]> wrote: is there a way to tell if an object has a getChildren method before calling it? I

[flexcoders] getChildren

2007-04-03 Thread blc187
is there a way to tell if an object has a getChildren method before calling it? I'm calling something that takes any type as the first argument public function myFunc(obj:*):void I need to tell if obj has a getChildren() method before I call it and get an error saying Error #1006: getChildren i

[flexcoders] Datagrid - Disable row

2007-04-03 Thread Eduardo Dias
Hi, I have a datagrid with three columns. In my first column I have a itemrenderer with checkbox and in the other two columns I have two labels. I'm trying to disable a row of the datagrid when the user pick a checkbox in the first column. I used selectedItem to get a row and itemToItemRenderer

[flexcoders] Re: visual effect of mouse over using dispatchEvent

2007-04-03 Thread dantmcgowan
Alex, Thanks, the wrong event was my problem. As soon as I changed my addEventListener and my dispatchEvent lines to MouseEvent.ROLL_OVER instead of MouseEvent.MOUSE_OVER it started working. Thanks again, Dan --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > We fake

RE: [flexcoders] can i add custom labels to my chart's x-axis?

2007-04-03 Thread Ely Greenfield
Hi Tushar. What you're trying to do sounds like the default beahvior for charts, so I'm not sure I'm understanding the request. Can you provide more details? Thanks. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dd.shah Se

[flexcoders] Cairngorm event

2007-04-03 Thread mapper2255
Good Afternoon, I know this has been asked before, I see 51 threads on "tree events cairngorm" yet none seem to take the last step. >From this thread: http://tech.groups.yahoo.com/group/flexcoders/message/51927 I created a tree and have successfully passed the events. I do not need at this ti

[flexcoders] Re: Disapperaring images in datagrid

2007-04-03 Thread Jack OMelia
Well, I've seemed to have solved my problem so I'll post it here in case anyone else runs into this. turns out to have been a relative path issue. The datagrid liked "source='../images/{data.indicator}'" as long as we stayed in the initial directory but once we moved it out it blew up. So I gave i

[flexcoders] Re: Need to different images in datagrid column

2007-04-03 Thread Jack OMelia
Try using an itemRenderer. Create a separate component that looks like this: (saved as imageRenderer.mxml in the comps directory) http://www.adobe.com/2006/mxml"; paddingBottom="0" paddingLeft="0" paddingRight="0" paddingTop="2" width="50" height="20" horizontalAlign="center" >

Re: [flexcoders] Re: Timezone of Date Object

2007-04-03 Thread Kevin
that would be great. I have been thinking over different ways to accomplish this. i look forward to seeing your library. thanks! - Kevin On Apr 3, 2007, at 10:50 AM, Paul DeCoursey wrote: short answer, no. But I have been working on a library that provides this option. It's not really rea

RE: [flexcoders] Re: Drawing a box over top of an image

2007-04-03 Thread Alex Harui
Search for addChild in the code. They are in the override of the load() method. You cannot move the z-order of the graphics layer. It is always in the back which is why I added children instead. Your shortest path may be to use Canvas instead of HBox and have a second child of the Canvas that

RE: [flexcoders] Re: Module Interface Problems

2007-04-03 Thread - FI / Jonas Eliasson +
That sounds like a still existing Flash issue if you try to load a swf that has a shared library attached to it. Then you will get a loaded callback before it's actually loaded. So in Flash you can check on the loaded event if current frame == 0. In that case you can't access any properties and no

[flexcoders] Re: SharedObject.getLocal() throws RangeError

2007-04-03 Thread Ed
Flex 2 serializes lso's as AMF3. Flex 1.5 as AMF0. SharedObject.defaultObjectEncoding = ObjectEncoding.AMF0; var cookie:Object = SharedObject.getLocal("foo", "/").data; You have to know the encoding before you try to access the lso. Get it wrong and the lso is deleted. Kinda harsh. --- In fl

RE: [flexcoders] Labelling the bubbles of a bubble chart

2007-04-03 Thread Ely Greenfield
three ways, in order of difficulty: 1) custom bubble renderer. easy to do, but hard to do anything smart so the labels don't overlap. 2) custom annotation using the post from my blog. Easy to do, but not the most efficient approach. 3) custom bubble series. Requires rolling up your sleves a

[flexcoders] Re: Connect and Retrieve from MS SQL Server 2005

2007-04-03 Thread Shaun
Yes, Fluorine uses ASP.NET. So you can use any CLR compatible language. (Fluorine itself is written in C#) It also has an installer that creates a web site template project and comes with samples. I highly recommend it. Shaun --- In flexcoders@yahoogroups.com, "hugocorept" <[EMAIL PROTE

[flexcoders] Modules vs RSLs - Are they mutually exclusive?

2007-04-03 Thread Collin Peters
I am wondering if modules have taken over all the functionality of an RSL? From what I can tell, using Modules with load-externs and link-report should be able to split an application up into many SWFs, and reduce file size. Or are RSLs still required in order to have a separate library. What I

[flexcoders] Re: Array to Grid

2007-04-03 Thread jmfillman
Okay, I've switched it to this: public function toWords():void{ var str:String = myRTA.text; var pattern:RegExp = /\b[A-Za-z0-9'-]+\b/gi; var result:Array = new Array(); result = pattern.exec(str); result.word = result; result.position = result.index; while (result != null) { result.word = result;

[flexcoders] Re: Make a component 'modal'

2007-04-03 Thread Shaun
Is this the kind of thing you might be able to share? Shaun --- In flexcoders@yahoogroups.com, "Sean" <[EMAIL PROTECTED]> wrote: > > So, returning to this issue ... I just ended up going through the PopUpManagerImpl code, > looking at the createModalWindow() and showModalWindow() methods and

[flexcoders] Re: Module Interface Problems

2007-04-03 Thread Michael Ritchie
Using ModuleManager to load the modules allows me to access the Interface methods(in this case 'selectedMedia'). It seems that casting the child within ModuleLoader as an ISoundPlayer interface (in my example) always reports the child as NULL when loaded. However, casting the loaded module as a

[flexcoders] Need to different images in datagrid column

2007-04-03 Thread Vinoth Babu
Hi, Need your help to load an different images in a datagrid column Thanks Vinoth - Don't be flakey. Get Yahoo! Mail for Mobile and always stay connected to friends.

RE: [flexcoders] Re: How to disable the default drop shadow for a chartseries?

2007-04-03 Thread Ely Greenfield
set the seriesFilters property on the chart. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anewgene Sent: Monday, April 02, 2007 2:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to disable the default dr

[flexcoders] SharedObject.getLocal() throws RangeError

2007-04-03 Thread Ed
I have two Flex Applications: one is a Flex 1.5 App, the other a Flex 2 App. Both want to access the same local SharedObject (lso). SharedObject.getLocal("foo", "/") Both Apps are running on the same domain. When I load the Flex 1.5 App, it accesses and reads the lso correctly. If I then load

[flexcoders] MXML Schema

2007-04-03 Thread neilac3333
I am new to Flex and looking for the XML Schema document that defines the structure of an MXML document. I have found a schema at the following URL: http://falkensweb.com/mxml2.xsd However, according to XMLSpy, this schema is not well-formed and therefore not valid. Can you please point me to whe

[flexcoders] Re: Make a component 'modal'

2007-04-03 Thread Sean
So, returning to this issue ... I just ended up going through the PopUpManagerImpl code, looking at the createModalWindow() and showModalWindow() methods and modeled my own modal implementation after that. It's a bit of a pain in the arse. I'm creating a whole notification management framework

[flexcoders] Re: Reference to a class variable

2007-04-03 Thread manfred.maierhofer
Thanks, but could you please give an example, how to attach the model to the token (I guess build a subclass of the AsyncToken and implement a new property that includes my model???) and most important how to reference it later in the Handler? I don't know how to reference to the class property of

Re: [flexcoders] Checkbox in DataGrid cell won't turn invisible!

2007-04-03 Thread Ben Densmore
Hi Jamie, I believe this is a bug in 2.0.1. I have run into the same issue with trying to set a datagrid column to visible="false". It seems to be ignored. Can you try and build your project in 2.0 and see if the issue still occurs? Ben - Original Message From: jamiebadman <[EMAIL PRO

[flexcoders] Checkbox in DataGrid cell won't turn invisible!

2007-04-03 Thread jamiebadman
Can someone help please ? In the following itemRenderer code for a dataGridColumn, I'm trying to have the checkbox not show - but it seems that despite having 'visible="false"' or even 'includeInLayout="false"' it still shows up! In reality, of course, I have a function defining whether or not

[flexcoders] Re: DateField Bug

2007-04-03 Thread Doug Lowder
That's the default bahavior (unfortunately) for DateField, last I heard. See this thread: http://tech.groups.yahoo.com/group/flexcoders/message/28095 --- In flexcoders@yahoogroups.com, "billy_d_white" <[EMAIL PROTECTED]> wrote: > > I ran into this exact same issue the other day. I have a for

[flexcoders] Re: ComboBox padding

2007-04-03 Thread scalenine
You can set the paddingLeft and paddingRight attributes inline to adjust to your liking.

[flexcoders] Re: Module Interface Problems

2007-04-03 Thread Michael Ritchie
Well scratch those ideas. NO matter what I do the loaded module reports that the ModuleLoader.child is Null. Back to the lab for more experiments. -mr --- In flexcoders@yahoogroups.com, "Michael Ritchie" <[EMAIL PROTECTED]> wrote: > > From my experience there is a definite timing issue when loa

[flexcoders] Validating Datagrid

2007-04-03 Thread jfournet
I am trying to validate a datagrid before I allow the user to click the submit button. I am adding a cell editor for each cell with a validator. On the change event in the cell renderer I validate the cell and set a variable "valid" in the cell renderer. In the datagrid I capture the cell ed

[flexcoders] Re: Problem calculating repeater Height

2007-04-03 Thread not_a_coop
I have also had a few problems getting the final height of components and have been using the updateComplete() event to call a function that stores the final height. --- In flexcoders@yahoogroups.com, "Paolo Bernardini" <[EMAIL PROTECTED]> wrote: > > Any help? > > On 3/27/07, Paolo Bernardini <[E

RE: [flexcoders] enhancement for AS4

2007-04-03 Thread Matt Horn
FYI, you can make feature requests at http://www.adobe.com/go/wish -matt > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Troy Gilbert > Sent: Thursday, March 29, 2007 3:54 PM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] e

Re: [flexcoders] How to open windows with the background greyed out

2007-04-03 Thread Clint Tredway
when using the popUp manager, set the popUp to be modal and that will do the same as an Alert box. var helpWindow:TitleWindow = TitleWindow(PopUpManager.createPopUp(this, what, true)); in the above code, if you set the last param to true, it will be modal and that will do what you want. On 03 Ap

[flexcoders] How to open windows with the background greyed out

2007-04-03 Thread stephen50232
Hi, Can anyone tell me or point me to a article which shows how to open a window or a form, with the background greyed out, in a similar way that an Alert popup box does. I have seen loads of examples where people are using it but I cannot see how to do it. Thanks Stephen

[flexcoders] Re: Module Interface Problems

2007-04-03 Thread Michael Ritchie
>From my experience there is a definite timing issue when loading modules. The ModuleLoader ready event is fired before the Module is fully loaded and you have the ability to talk to it through a common interface (hence the error reporting access to a null value). I would term this one as a "bu

[flexcoders] Re: Connect and Retrieve from MS SQL Server 2005

2007-04-03 Thread hugocorept
Hey many thanks Point 1. So, you in general point the new feutures of SQL Server Web Services. Is that suported by either Express and Full Version? Can someone support me with some tutorials of any kind ? Point 2. I have tried by : PHP (with result in a difficul process because the DSN requ

Re: [flexcoders] Upload file along with other associatred data?

2007-04-03 Thread Ben Marchbanks
Try creating URLvariables var params:URLVariables = new URLVariables(); params.id = memberID; then add the variables to the request.data request.data = params; Ben Marchbanks ::: alQemy ::: transforming information into intelligence http://www.alQemy.com ::: magazoo

[flexcoders] Re: Problem calculating repeater Height

2007-04-03 Thread Paolo Bernardini
Any help? On 3/27/07, Paolo Bernardini <[EMAIL PROTECTED]> wrote: Hi, I have nested repeaters, I need to dispatch an event after all repeater have finished rendering, and pass the height of the UIComponet that holds the repeaters. The problem is that I haven't found a way to know when the final

[flexcoders] Upload file along with other associatred data?

2007-04-03 Thread tddclare
I'm in the process of making a small form to upload a file to my PHP server. I'm using a FileReference and was following the examples in the AS3 documentation. It's working well. But I'd like to send additional information along with it (basically equivalent to "hidden" fields in an HTML form)

[flexcoders] Re: DateField Bug

2007-04-03 Thread billy_d_white
I ran into this exact same issue the other day. I have a form with a datefield/datepicker component and I found that if it is set to, say today's date, and you then expand the date chooser and reselect the same date, it comes back with NaN/NaN/NaN as the selected date. Anyone else seen this or kn

[flexcoders] Re: Timezone of Date Object

2007-04-03 Thread Paul DeCoursey
short answer, no. But I have been working on a library that provides this option. It's not really ready for release yet. Give me a few more days to document it and I'll send you what I have. Paul --- In flexcoders@yahoogroups.com, Kevin <[EMAIL PROTECTED]> wrote: > > is there a way to set the

[flexcoders] Timezone of Date Object

2007-04-03 Thread Kevin
is there a way to set the timezone of a date object to something other than the local timezone? I would would like to be able to allow the user to select a timezone when they enter a time in a field. - Kevin

[flexcoders] Disapperaring images in datagrid

2007-04-03 Thread Jack OMelia
Hi All, I have a strange problem with images I am putting in a datagrid. I have two columns in a datagrid populated with icons. I get the image name from an xml file and use an itemrenderer to display the icons. In creating the page everything works fine, but as soon as I move the compiled files to

[flexcoders] Re: need a little help with itemRenderer

2007-04-03 Thread Mark
Thank you, this is working much better than what I had :) -Mark --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Hi Mark, > > Try something like this: (make sure that your itemRenderer is a > container that supports the backgroundColor style property. You ca

  1   2   >