Re: [flexcoders] Zoom instance

2007-04-03 Thread Bjorn Schultheiss
ret.easingFunction = mx.effects.easing.Exponential On 03/04/2007, at 3:50 PM, {reduxdj} wrote: I started an AS3.0 zoomEffect, how do I add Exponential easing? I need a little more clear example please. (Here is my code, how do i do the easing method) private function

[flexcoders] Re: A question about rsl files and path

2007-04-03 Thread kkinaru
First all, thanks, Brian, for your answer. I'm using Flex builder path Add SWC, I'm triying with your options, but I can't see any difference as result. When I build my Library, I get a file library.swf, packed in my .swc. When I build my project with this library (included as Right click

[flexcoders] How to determine in XML structure that node of interest is at root level?

2007-04-03 Thread Andriy Panas
Dear flexcoders, I have the following XML: root Folder id=1/ Folder id=2 Station id=1 / Station id=7/ /Folder Folder id=5 / /root How to determine that XML node, say Folder id=5 is located at rool level of XML structure? Pretend that variable 'myNode' contains a reference to Folder id=5 XML

[flexcoders] forms examples

2007-04-03 Thread Toby Tremayne
Hi all, can anyone link to an example (or three) showing the use of forms in flex please? I have a client who'd like to see some samples or even screenshots of general form bits and pieces as done in flex, so I thought I'd see if there's anything out there I don't know about before

[flexcoders] How to invoke a class built as a swc automatically with the use of mixin?

2007-04-03 Thread pmotzfeldt
Hi My problem is that I have a Flex library file (swc) that contains a class that holds several methods that I want several Flex-projects to register with the ExternalInterface API so that they can be reached from Javascript or ActiveX. I want the Flex project to just include the swc file. I

[flexcoders] Re: Accessing nested DisplayObjects programatically

2007-04-03 Thread Alen Balja
I'm not trying to acces the children from MXML file, but from a Controller class. My app is set up in the following way: application script var ctrl:Controller = new Controller(this); script !-- all the nested ui elements here -- /application What I wanted to achieve is that I don't have to

Re: [flexcoders] INCLUDING mxml data?

2007-04-03 Thread Tom Chiverton
On Monday 02 Apr 2007, Steve Kellogg wrote: I have things like a bunch of effects, etc that I'd like to organize into a separate file for easier maintainability. If you break it into /main.mxml, foo/bar/other.mxml and baz/effect.xml, than you can import the namespaces in main.mxml similar to

[flexcoders] Re:OS X spotlight component

2007-04-03 Thread Simon Barber
take a look at this component http://examples.kuwamoto.org/completion/ v0.7/Completion.html

Re: [flexcoders] Flex Builder-Mac

2007-04-03 Thread John Barrett
Hi matt, Thanks so much for your help:) When I downloaded the trial this was the only option. Not a big deal, but when I buy it this week, I would like the plugin version over the stand alone. You say this is a different download? Is there a link? I just went to:

[flexcoders] Re: forms examples

2007-04-03 Thread maunger
Toby, might i suggest that for a simple request like this, maybe a quick google search would produce results? http://www.google.com/search?client=safarirls=enq=flex-2+form+exampleie=UTF-8oe=UTF-8 shows quite a few examples of Flex based forms Mitch --- In flexcoders@yahoogroups.com, Toby

Re: [flexcoders] Re: forms examples

2007-04-03 Thread Toby Tremayne
Yes, I've done the google searches, and was looking for what I might find from the experts as something more specific ;p Toby On 03/04/2007, at 22:12 , maunger wrote: Toby, might i suggest that for a simple request like this, maybe a quick google search would produce results?

Re: [flexcoders] Re: forms examples

2007-04-03 Thread Tom Chiverton
On Tuesday 03 Apr 2007, Toby Tremayne wrote: Yes, I've done the google searches, and was looking for what I might find from the experts as something more specific ;p Your question wasn't very specific, sorry :-) Had you seen the 'style explorer' ? -- Tom Chiverton Helping to evangelistically

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

2007-04-03 Thread bsausser
Nothing. It appeared to me from the documentation that it was not needed for IIS, however this would not be the first time I miss read the documentation. Is there a server side upload component for IIS 6.0 and/or ASP.NET 2.0? Brian --- In flexcoders@yahoogroups.com, iko_knyphausen

[flexcoders] Where does flexunit live?

2007-04-03 Thread manish_shah_2010
Hi there, I was wondering where is the home of the current maintained version of flexunit? Some posts suggest the google code site http://code.google.com/p/as3flexunitlib/ which has version 0.85, however a more recent version (0.9) is available on the iterationtwo site here:

[flexcoders] Re: is there a simple way to center a loaded image?

2007-04-03 Thread herklano
OMG so many thanks :) it was really that simple. got rid of all that AS code and even got rid of that canvas. :D many thanks, herculano --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Why not get rid of the canvas as well. It doesn't seem to serve a purpose.

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

2007-04-03 Thread shaun etherton
Hi, Has anyone else experienced problems with charts after applying the FB hotfix? I'm getting an error that says: Unable to resolve a class for resource bundle:charts. This happens when I put a ColumnChart or a BarChart on a panel in design mode and compile. Some of the other charts work

[flexcoders] Re: TextArea htmltext parsing

2007-04-03 Thread scott_flex
Thanks for the update... i've also made progress in my spell checker suggest words algorithm. I'm basically using a modified version of the Levenshtein algorithm. I've found that with some minor tweaks it works great for 90% of mispelled words. I'm always looking to speed up the word

[flexcoders] Re: flex authenticating and sessions...

2007-04-03 Thread ripe101
Nick, Thanks for the reply... One question, if you are using SSL, why are you also encrypting the data through the application? I also saw mention in several presentations that Flex apps are being used by financial institutions, so this must have been tackled already in an enterprise

Re: [flexcoders] VerifyError: Error #1030

2007-04-03 Thread Daniel Freiman
After leaving my code alone for the night can coming back in the morning my answer became obvious. The line that is doing it is: callLater(textField.setSelection[0,0]); this should be callLater(textField.setSelection,[0,0]); I guess it's a bug in the complier because

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

2007-04-03 Thread Tom Chiverton
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 hotfix for the charts ? -- Tom

[flexcoders] Re: Help with finding days between a start and end date

2007-04-03 Thread Mark
Thank you, this is working nicely -Mark --- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: Your math is OK, but for timezones that support Daylight Savings Time your logic isn't. In those timezones, not every day will be exactly 24 hours long. A quick way to

[flexcoders] Re: flex authenticating and sessions...

2007-04-03 Thread craig.drabik
What I do is this: authenticate the user's ID and password. If the credentials check out, I generate a UUID token which I then send back to the client. The database table logs the token, the user ID it belongs to, and a timestamp representing the last time the token was used. On subsequent

[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 can change

[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

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

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

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

[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

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

[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

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

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]

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

[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

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

[flexcoders] Re: ComboBox padding

2007-04-03 Thread scalenine
You can set the paddingLeft and paddingRight attributes inline to adjust to your liking. mx:ComboBox x=443 y=230 paddingLeft=-3 paddingRight=0 mx:dataProvider mx:Array mx:Object label=Item 1/

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

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

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

[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

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

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

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

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

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

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

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

[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

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

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

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

[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) ?xml version=1.0 encoding=utf-8? mx:HBox xmlns:mx=http://www.adobe.com/2006/mxml; paddingBottom=0 paddingLeft=0 paddingRight=0 paddingTop=2 width=50

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

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

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

[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

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

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'm

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.

[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

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

[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

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

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

[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

[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

[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 mx:ModuleLoader and I am trying to access the second ModuleLoader child through

[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

[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

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

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:

[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

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

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

[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: Element Value Columns3/Columns Header h0=col 1 h1=col 2 h2=col 3 / Row c0=a1 c1=a2 c2=a3 / Row c0=b1 c1=b2 c2=b3 / /Value /Element The first time through everything

[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

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: flexcoders@yahoogroups.com; flexcoders@yahoogroups.com Sent: Wednesday, April 04, 2007 12:12 AM Subject:

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

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

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

[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

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

[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

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

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

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?

[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

  1   2   >