[flexcoders] Re: TitleWindow Text colors

2006-08-09 Thread sufibaba
colors is not possible, you could probably us the status and use the statusStyleName to change it's color too or use and image in front of the text which has the text *Current Window *and set it as the titleIcon. Hope this helps, -sam On 8/2/06, sufibaba [EMAIL PROTECTED] wrote

[flexcoders] Bug? Tree Drag-N-Drop to Datagrid

2006-08-07 Thread sufibaba
To Those who might be interested in a possible bug. Has anyone successfully been able to drag from a Tree to a Datagrid? I tried various approaches.. also writing DND methods. The trace is showing that the dragSource is indeed 'treeItems' and the dropedTarget is the datagrid, however, I still

[flexcoders] TitleWindow Text colors

2006-08-02 Thread sufibaba
Hello flexors,Does anyone know how to make the Title text of the TitleWindow Control in different colors.For example, in the title I would like the following text displayed.Current Window: ExplorerPlusThanks in advance.-Tim __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] Re: TileList Bug Flex Final... pretty serious.

2006-07-28 Thread sufibaba
Yes, I am using a custom renderer. -thanks --- In flexcoders@yahoogroups.com, Douglas Knudsen [EMAIL PROTECTED] wrote: you using a custom item renderer? DK On 7/25/06, sufibaba [EMAIL PROTECTED] wrote: Hi ya, I found what seems to be a bug with the TileList Control. When

[flexcoders] Re: TileList Bug Flex Final... pretty serious.

2006-07-28 Thread sufibaba
Gentlemen, The following is the custom Item Renderer for the TileList control. The function initImageBkColor() gets fired when the itemRenderer gets its data from the TileList DataProvider. -- Custom Item Renderer - ?xml version=1.0 encoding=iso-8859-1??xml

[flexcoders] TileList Bug Flex Final... pretty serious.

2006-07-25 Thread sufibaba
Hi ya, I found what seems to be a bug with the TileList Control. When the TileList is resized, not all of the images that are in the TileList are displayed. It seems that when TileList is made smaller, in width and height, the vertical scrollbar will only display some of the images. Has anyone

[flexcoders] Please Put Back Multiple Select in Tree Control

2006-07-20 Thread sufibaba
Dearest Adobe Flex Engineers, Our application uses the Tree control's multiple selection quite heavily. At first, we thought it was a bug in the final release but then realised that this functionality had been dropped due to bug issues. Please reinstate this feature because we really really need

[flexcoders] Tree ItemRenderer and Scrollbar Bug

2006-07-18 Thread sufibaba
Hi Adobe Engineers, This bug happens when the tree control is over 600 pixels in height. Basically when the vertical scrollbar is moved up and down, the tree's nodes goes haywire. I've seen this bug in the beta although in the beta, it was much worse. Currently, the problem is much more

[flexcoders] Re: Tree ItemRenderer and Scrollbar Bug

2006-07-18 Thread sufibaba
Update on this bug, It seems that the bug is not in the tree's opening and closing, in my code, I have a bit of code that opens a branch node when the user clicks on the tree node row (not just on the branch opening icon). This opening code is hooked to the Tree's Click event. The problem

[flexcoders] Re: open new window using ExternalInterface

2006-07-18 Thread sufibaba
I had a problem with Firefox with this example. As it turns out, opening a window with the ExternalInterface for firefox doesn't work. The work around is to use var request:URLRequest = new URLRequest(strURL); try { navigateToURL(request);

[flexcoders] Firing DataGridColumn's ItemRenderer methods.

2006-07-14 Thread sufibaba
Hello All, I have a datagrid that has 2 DataGridColumns. Each DataGridColumn has its own itemrenderer. I would like to fire a function that is inside of each of the DataGridColumn's itemRenderer. I have been successful with firing a function inside of an ItemRenderer for a Tree Control by

[flexcoders] ExternalInterface Bug.

2006-07-14 Thread sufibaba
Dear Adobe Engineers, I have a button in a popup window within my Flex App. This button fires an ExternalInterface command which then fires a javascript alert box. After firing the alert box, the timer icon starts spinning and the App just hangs. All of this code was working fine in Beta3.

[flexcoders] Re: ExternalInterface Bug.

2006-07-14 Thread sufibaba
) { // handle error here } - Tim --- In flexcoders@yahoogroups.com, sufibaba [EMAIL PROTECTED] wrote: Dear Adobe Engineers, I have a button in a popup window within my Flex App. This button fires an ExternalInterface command which then fires a javascript alert box. After firing

[flexcoders] Re: Is it Possible to call a function that's inside of a Tree ItemRenderer?

2006-07-13 Thread sufibaba
This is indeed what we need. Does anyone know how to do this? Tim --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 12 July 2006 18:36, sufibaba wrote: I would like to be able to fire this function programatically at the Tree's level

[flexcoders] Tree Drag Drop Blues ... Bug Report

2006-07-13 Thread sufibaba
Hi Adobe Engineers, I am working quite a lot with the tree control. The problem I am having is that when a node is draged from a tree to another tree, the dropped on tree doesn't allow dropping on its first node (all other nodes after the first node works fine). Another bug is that dragging

[flexcoders] Re: Tree Drag Drop Blues ... Bug Report

2006-07-13 Thread sufibaba
Thanks Michael, The droped-on tree has items in it. The problem is that the dragged proxy doesn't turn to a Green plus sign and therefore doesn't allow the drop operation to work. All other nodes work fine. Hi Tim, By default the Tree only supports MOVE DND operations between Tree

[flexcoders] Re: Is it Possible to call a function that's inside of a Tree ItemRenderer?

2006-07-13 Thread sufibaba
Works like a charm ! Kudos Michael. Tim --- In flexcoders@yahoogroups.com, Michael Montagna [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, sufibaba sufibaba@ wrote: Hi All, I have a function inside of a custom Tree ItemRenderer. I would like to be able to fire

[flexcoders] Tree AllowMultipleSelection Bug

2006-07-13 Thread sufibaba
Sorry Adobe Engineers, I hate to be a bore with bugs... the Multiple Selection doesn't seem to be working in this final version. Below is the what's in the flex docs. -- Tim ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[ //

[flexcoders] Is it Possible to call a function that's inside of a Tree ItemRenderer?

2006-07-12 Thread sufibaba
Hi All, I have a function inside of a custom Tree ItemRenderer. I would like to be able to fire this function programatically at the Tree's level. Any light on this is greatly appreciated. Cheers, Tim Yahoo! Groups Sponsor ~-- See what's

[flexcoders] Re: Flex Final - Datagrid XML

2006-06-30 Thread sufibaba
into a datagrid as an Object/Array would... On 6/29/06, Clint Tredway [EMAIL PROTECTED] wrote: you will have to define which parts of the xml goto which columns of the grid.. or use a LabelFunction or Item renderer to define it. On 6/29/06, sufibaba [EMAIL PROTECTED] wrote: Hello

[flexcoders] Flex Final - Datagrid XML

2006-06-29 Thread sufibaba
Hello Everyone, I have a Datagrid and I have an XML being returned via CF remoting. Can the Datagrid dataprovider be bounded to this XML? I tried it and the datagrid displays the entire XML as text but doesn't put it into the correct rows and columns. Thanks in advance, Tim

[flexcoders] Re: Flex Final - Datagrid XML

2006-06-29 Thread sufibaba
/employee Instead of what I previously had: employee name=Christina Coenraets phone=555-219-2270 email=[EMAIL PROTECTED] active=true / --- In flexcoders@yahoogroups.com, sufibaba [EMAIL PROTECTED] wrote: Hello Everyone, I have a Datagrid

[flexcoders] Flex final -- CF remoting issue

2006-06-28 Thread sufibaba
Hi All, I am upgrading to Flex final with Cairgorm and Coldfusion remoting. So far the App is firing the event to the remoting and I can see this in Service Capture. I am getting a problem with the returned data from Coldfusion. = Service capture Fault response ===

[flexcoders] Re: Flex final -- CF remoting issue

2006-06-28 Thread sufibaba
] wrote: Any chance you could send me more information about the data types that are being returned from ColdFusion? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Wednesday, June 28, 2006 3:26 PM To: flexcoders

[flexcoders] Datagrid Gurus? beta3

2006-06-16 Thread sufibaba
Hi everyone, A quick question for datagrid gurus. I would like to be able to set a btGroup value from a function. Thanks, Tim -- mx:DataGrid id=myGrid dataProvider={model.layoutSelectorList} variableRowHeight=true width=100% height=100%

[flexcoders] Re: beta3- Datagrid gurus?

2006-06-12 Thread sufibaba
{ //datagrid item will be passed in here //use this data to toggle each of the radio button's selected property. } Jeremy. On 6/10/06, sufibaba [EMAIL PROTECTED] wrote: Hi all, I have a Datagrid with 4 columns. The Dataprovider is bounded to model locator variable so the rows

[flexcoders] beta3 -- E4x to Actionscript objects

2006-06-09 Thread sufibaba
Dear All, I am trying to decode an E4x XMLList into actionscript objects. In mx.rpc.xml.SimpleXMLDecoder, there exists a decodeXML() function that converts an XMLNode but doesn't seem to work for E4x. Has anyone had experiences with this type of situation? Thanks in advance, Tim

[flexcoders] beta3- Datagrid gurus?

2006-06-09 Thread sufibaba
Hi all, I have a Datagrid with 4 columns. The Dataprovider is bounded to model locator variable so the rows are being generated on the fly. I want to create a distinct radio groupname for each row so that only Yes/No/either can be selected. productYesNo Either

[flexcoders] beta3 -- Binding XML data to List Controls -- data binding experts?

2006-06-08 Thread sufibaba
Hi all, I have XML data that is being returned from a remoting service. I would like to bind this data directly to various List-based controls (As I understand it, List controls like Arrays/ArrayCollections). What is the best way to massage the incoming XML data so that it can be binded

[flexcoders] Re: beta3 -- Binding XML data to List Controls -- data binding experts?

2006-06-08 Thread sufibaba
_ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Thursday, June 08, 2006 12:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] beta3 -- Binding XML data to List Controls -- data binding experts? Hi all, I have XML data that is being

[flexcoders] Re: Beta3 on win 2003.

2006-06-06 Thread sufibaba
17:29, sufibaba wrote: Send failed: Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed If I understand right, FlexBuilder can't cope if the Flex and CF servers are on different boxes. You have to use mxmlc from the command line in this case. -- Tom Chiverton

[flexcoders] Re: Loading one cairngorm into another cairngorm

2006-06-06 Thread sufibaba
Thanks gentlemen for your input, I've been really busy chasing fires in other parts of the project. Haven't had time to test out some of the ideas yet. Will post the results back when I do get a chance. Cheers, Tim --- In flexcoders@yahoogroups.com, Stanislav Zayarsky [EMAIL PROTECTED]

[flexcoders] Beta3 on win 2003.

2006-06-05 Thread sufibaba
Hi all, I have been running Flex Builder on an XP box which has CF and IIS and everything works fine. Recently, we moved CF to a win2003 (SP1) box which is running CF7 and IIS. I am getting the following error : Send failed: Channel.Connect.Failed error NetConnection.Call.Failed: HTTP:

[flexcoders] Re: Bet3 Tree with Lines -- 3rd cut.

2006-05-29 Thread sufibaba
--- In flexcoders@yahoogroups.com, sufibaba sufibaba@ wrote: Gordon, I agree with you completely that the drawing code should be in the updateDisplayList() and this is exactly what I had done in the previous iterations. While testing the tree today, I noticed from the debugger

[flexcoders] Bet3 Tree with Lines -- 3rd cut.

2006-05-26 Thread sufibaba
Hello All, A new update to the MyTreeItemRenderer.as Changes: moved drawing logic out of updateDisplayList() and into the set data() block. This stop the lines from being drawn again and again which means that the tree is much more repsonsive. -- MyTreeItemRenderer.as

[flexcoders] Loading one cairngorm into another cairngorm

2006-05-26 Thread sufibaba
Hello everyone, I have one cairngorm application that I would like to Dynamically Load into another cairngorm application. What would be the strategy and code to do this. Thanks. Tim -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Re: Bet3 Tree with Lines -- 3rd cut.

2006-05-26 Thread sufibaba
() is getting called more frequently than it should be? - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Friday, May 26, 2006 2:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Bet3 Tree with Lines -- 3rd

[flexcoders] Re: Loading one cairngorm into another cairngorm

2006-05-26 Thread sufibaba
and SWFLoaded SWF? Darren From: sufibaba [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Loading one cairngorm into another cairngorm Date: Fri, 26 May 2006 23:51:30 - Hello everyone, I have one cairngorm application

[flexcoders] Re: Feature Request

2006-05-24 Thread sufibaba
that this is possible using a custom renderer, but I don't know whether anyone has actually done it. Have you tried that approach? - Gordon -Original Message- From: flexcoders@yahoogroups.com [mail to:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Tuesday, May 23, 2006 4:22 PM

[flexcoders] E4X Gurus

2006-05-24 Thread sufibaba
Hello, Wondering if someone can help with E4X XML commands. I'm working on a second cut for the Tree with lines. What would be the equivalent of the legacy XML object lastChild command. Also, if possible, would love a list of XML object's properties converted to E4X. Any help on this will

[flexcoders] Bug Report -- Tree and Scrollbar

2006-05-24 Thread sufibaba
Dear Highly regarded Flex Team, Been Testing the Tree Control and noticed that when the various folders of the tree is opened and closed the tree starts to display the listItems at the wrong Indentation. It seems that the problem appears after the Tree's scrollbar shows up. I had this

[flexcoders] Tree with Lines, cut 2

2006-05-24 Thread sufibaba
Fellow Flexors, Here's an updated Tree with lines. I have it working in my actual Flex App. It seems that everything is working. Happy TreeLining. Note: The Flex tree without lines has bugs when the scrollbar shows up. So when you are using the tree with lines and you get errors at runtime,

[flexcoders] Re: Tree with Lines, cut 2

2006-05-24 Thread sufibaba
, Tim --- In flexcoders@yahoogroups.com, sufibaba [EMAIL PROTECTED] wrote: Fellow Flexors, Here's an updated Tree with lines. I have it working in my actual Flex App. It seems that everything is working. Happy TreeLining. Note: The Flex tree without lines has bugs when the scrollbar

[flexcoders] Here's a Beta3 Tree with Lines

2006-05-23 Thread sufibaba
Hi Everyone, Here's a first cut at adding lines to the Flex tree. The lines looks quite good and are well positioned in the tree. I am happy with this. However, the problem that I am having is if a parent folder is opened, closed and then reopened again, extra lines are drawn in the child's

[flexcoders] Re: Tree Custom Data Descriptor Example Update

2006-05-23 Thread sufibaba
Thanks Michael for the sample. Definitely a step closer to the goal. Tim --- In flexcoders@yahoogroups.com, Michael Montagna [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, sufibaba sufibaba@ wrote: Hi Flex Team, Wondering if there is a working example for Beta3

[flexcoders] Tree inside of Datagrid

2006-05-22 Thread sufibaba
Hi Everyone, Wondering if anyone has been able to put a tree control inside of a datagrid control. I'm working with Beta3. Any ideas on this is greatly appreciated. Cheers, Tim -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Tree Custom Data Descriptor Example Update

2006-05-19 Thread sufibaba
Hi Flex Team, Wondering if there is a working example for Beta3. The example in the docs is not working. Flex 2.0 Developer's Guide Building User Interfaces to Flex Applications Using Data Providers and Collections Creating a custom data descriptor Thanks, Tim -- Flexcoders

[flexcoders] Re: Flex2B3 : Tree keep open folder when updating dataProvider

2006-05-18 Thread sufibaba
Hi, I had this problem also, it seems that if you use the databinding functionality, then you will have to detect when the tree is fully loaded before setting a node to open. I did a sort of hack to achieve this. I used the following to listen to the tree's list items update complete. (

[flexcoders] Bet3 Tree -- how to get individual child nodes

2006-05-18 Thread sufibaba
Hi All, A user clicks on a node on the tree and the function below just traces out the child elements. This is just a bit of test code, I would like to be able to get the actual tree childnodes. The following will only give me only an xml and not the actual node. Any help on this is greatly

[flexcoders] Beta3 Tree With Lines... Possible?

2006-05-16 Thread sufibaba
Hi All, Since Beta3 Tree has undergone a big change, does anyone know how to Modify the Beta3 Tree component to display connector lines -- Like the one shown under Rich Graphics at the following Link: http://_javascript_.cooldev.com/scripts/cooltree/demos/superdemo/ Cheers, Tim

[flexcoders] Re: Beta3 Please Help

2006-05-12 Thread sufibaba
an AS component like MyTable.as into a SWF and run it? - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Wednesday, May 10, 2006 7:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

[flexcoders] Possible to know when list finishes populating?

2006-05-12 Thread sufibaba
Hello, Does anyone know if the List or Tree Control fires an Event when it finishes loading data from an XML source? Cheers, Tim -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Beta3 Tree control is out of control

2006-05-11 Thread sufibaba
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Tuesday, May 09, 2006 6:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Beta3 Tree control is out of control Just upgraded to Beta3 and most things are working except the Tree Control. I

[flexcoders] Re: Beta3 Please Help -- Workaround Found

2006-05-11 Thread sufibaba
Thanks everyone, I did find a work around to the problem and things are working again. Luckily the way I have the code set up in my app, I only had to make the main TableApp.as as the parent of the various box instances. I am happy that things worked. So close to delivery date and when

[flexcoders] Beta3 Tree Easy Question

2006-05-10 Thread sufibaba
Hello Everyone, I'm trying to find out if there is a way for new Tree Control to fire an event when it is finished loading all of its data. P.S. I have another bit of code that needs to run once after the tree finishes loading all of its data. Help on this is Greatly Apreciated. Cheers,

[flexcoders] Re: AS3 Custom Component question

2006-05-10 Thread sufibaba
at the ScrolControlBase yet but.. it could be that. Peace, Mike On 5/2/06, Manish Jethani [EMAIL PROTECTED] wrote: On 5/3/06, sufibaba [EMAIL PROTECTED] wrote: Thanks for your suggestion, I tried exending from ScrollControlBase but still had problems to get the scroll bar to show up. Did you

[flexcoders] Beta3 Please Help

2006-05-10 Thread sufibaba
Hello Everyone, I am migrating from Beta2 to Beta3. I have a custom component that draws a series of boxes on the screen from an XML file. The boxes are attached to one another according to their parent child relationship that is defined in the XML. The boxes have different object types

[flexcoders] Re: Beta3 Please Help

2006-05-10 Thread sufibaba
: Wednesday, May 10, 2006 2:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Beta3 Please Help Did you change target to relativeTo in the addChild? --- In flexcoders@yahoogroups.com, sufibaba sufibaba@ wrote: Hello Everyone, I am migrating from Beta2 to Beta3. I have

[flexcoders] Re: Beta3 Please Help

2006-05-10 Thread sufibaba
, unscaledHeight); } } } } - Cheers, Tim --- In flexcoders@yahoogroups.com, sufibaba [EMAIL PROTECTED] wrote: Hi Gordon, Thanks for replying. The reason for creating separate sprites is because some of the sprites that are created in the box object needs to be added

[flexcoders] Re: Beta3 Please Help

2006-05-10 Thread sufibaba
Thanks again for helping out on this. Definitely Appreciated Big Time. Cheers, Tim --- In flexcoders@yahoogroups.com, "sufibaba" [EMAIL PROTECTED] wrote: Hi Gordon, I am trying out a few things, below is an example from the Extending Componen

[flexcoders] Beta3 Tree control is out of control

2006-05-09 Thread sufibaba
Just upgraded to Beta3 and most things are working except the Tree Control. I read the docs on Beta2 to Beta3 migration and it seems that Tree has gone through a sort of reincarnation. The docs in the Flex builder help on the tree seems a bit old. Is there an equivalent of

[flexcoders] Re: Caringorm with f2b3 issues

2006-05-09 Thread sufibaba
Graham, I noticed that cairngorm is mispelled. You've got org.nevis.caringorm.control.FrontController Tim --- In flexcoders@yahoogroups.com, Graham Weldon [EMAIL PROTECTED] wrote: Hi All, Currently i am implementing the caringorm framework into an application I am building, and I

[flexcoders] Flex2 Tree, Cairngorm, Coldfusion

2006-05-03 Thread sufibaba
Hi All,I have been using Cairngorm together with Coldfusion and so far am veryhappy with the setup. Kudos to Benoit for the great CF-Cairngormexample.Situation: I have a tree control that isbeing updated via databinding by an XML collection variable -- thevariable is stored in the Application

[flexcoders] Re: AS3 Custom Component question

2006-05-02 Thread sufibaba
for those who run into this problem. Cheers, Tim --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 4/21/06, sufibaba [EMAIL PROTECTED] wrote: Does anyone know how to add scroll bar functionality to this component? To avoid a lot of work, extend your

[flexcoders] Flex2 beta2 binding issue.

2006-04-20 Thread sufibaba
Hi All, Background info: Coldfusion and Flex. I have a a TileList that is being populate by an Array of CategoryVO's. mx:TileList xmlns:mx="http://www.adobe.com/2006/mxml" dataProvider="{model.templateList}" width="100%" itemRenderer="Thumbnail" columnWidth="200" height="100%" dragEnabled =

[flexcoders] Re: Combobox not highlighting on mouseOver (Flex2Beta2)

2006-04-20 Thread sufibaba
is an ArrayCollection of CategoryVO's. Somehow, the bug is dropping the type. -- --- In flexcoders@yahoogroups.com, sufibaba [EMAIL PROTECTED] wrote: Good question, Where do you make them bindable... In the thumbnail.mxml or in the mxml where the TileList is? Tim

[flexcoders] Re: Combobox not highlighting on mouseOver (Flex2Beta2)

2006-04-19 Thread sufibaba
Simeon, Excellent tip, you've come through full power again. My setup is with coldfusion the " Dynamic" seemed to have solved the comboBox display problem. Even though that is fixed, I am getting binding problems in other parts of the App. BTW, everything was working fine in Beta1. Problem

[flexcoders] Re: Combobox not highlighting on mouseOver (Flex2Beta2)

2006-04-19 Thread sufibaba
Good question, Where do you make them bindable... In the thumbnail.mxml or in the mxml where the TileList is? Tim --- In flexcoders@yahoogroups.com, Simeon Bateman [EMAIL PROTECTED] wrote: Glad that worked for you :) Well I will go with the full on silly question. Are you marking

[flexcoders] Re: Combobox not highlighting on mouseOver (Flex2Beta2)

2006-04-19 Thread sufibaba
Good question, Where do you make them bindable... In the thumbnail.mxml or in the mxml where the TileList is? Tim --- In flexcoders@yahoogroups.com, Simeon Bateman [EMAIL PROTECTED] wrote: Glad that worked for you :) Well I will go with the full on silly question. Are you marking

[flexcoders] Re: ItemListRenderer Error

2006-04-18 Thread sufibaba
ding error, that sounds wrong. Can we see the code for that one? Maybe it's a bug. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Friday, April 14, 2006 5:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ItemListRende

[flexcoders] Re: ItemListRenderer Error

2006-04-18 Thread sufibaba
Update: When the below is executed, public function onResult(event:ResultEvent):void { trace("categories = " + event.result) model.categoryList = ArrayCollection(event.result); model.applicationState = Properties.STATE_DEFAULT; } I get these runtime errors: categories =

[flexcoders] Re: ItemListRenderer Error

2006-04-18 Thread sufibaba
Ca Va Benoit,When I do:model.categoryList = new ArrayCollection(event.result);I get: Implicit coercion of a value with static type 'Object' to a possibly unrelated type 'Array'When I do: public function onResult(event:ResultEvent):void { trace("categories = " + event.result)

[flexcoders] Re: ItemListRenderer Error

2006-04-18 Thread sufibaba
Simeon, You are a LEGEND... Been wacking my head on this. That did the trick. BTW, why is it that it one has to do a double cast. In PhoneCairngorm from Benoit, the compiler didn't need this extra casting. Is this some sort of bug do you think? Tim --- In flexcoders@yahoogroups.com,

[flexcoders] Re: ItemListRenderer Error

2006-04-18 Thread sufibaba
that helps clear things up. Glad you got thing running. simeon On 4/18/06, sufibaba [EMAIL PROTECTED] wrote: Simeon, You are a LEGEND... Been wacking my head on this. That did the trick. BTW, why is it that it one has to do a double cast. In PhoneCairngorm from Benoit

[flexcoders] ItemListRenderer Error

2006-04-14 Thread sufibaba
Hello Flexors, I am getting a binding error while upgrading a working app from Flex2Beta1 to Flex2Beta2. Below is the code that shows the TileList control with a custom ItemListRenderer myThumnail.mxml - Error -- warning: unable to

[flexcoders] Beta1 to Beta2 errors

2006-04-14 Thread sufibaba
Flexors, Here is another bug/Error while going from Beta1 to Beta2. This app was working perfectly in Beta1. --- warning: unable to bind to property 'GetIconFamily' on class 'mx.rpc.remoting.mxml::RemoteObject' --- Does anyone know what might be

[flexcoders] Re: CursorManager problem?

2006-04-05 Thread sufibaba
PROTECTED] On Behalf Of sufibaba Sent: Tuesday, April 04, 2006 9:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: CursorManager problem? Matt, It's an Actionscript Component extending UIComponent and is part of a Flex Project. However, at the moment, I am just testing

[flexcoders] Re: CursorManager problem?

2006-04-04 Thread sufibaba
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Monday, April 03, 2006 6:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] CursorManager problem? Dear Flexors, I am trying to use the busy cursor in a custom

[flexcoders] CursorManager problem?

2006-04-03 Thread sufibaba
Dear Flexors,I am trying to use the busy cursor in a custom actionscript component and I am getting the following error.TypeError: Error #1009: null has no properties. at mx.managers::CursorManager$/setBusyCursor() at CursorTest/::turnOnBusyCursor()---import

[flexcoders] Re: Sticky Dragging Problem

2006-03-29 Thread sufibaba
Manish, The dropLine method is being called; albeit only when the line is not being dragged ontop of another sprite that listens for the MOUSE event. I believe you are right in thinking that the object is not getting the MouseUp. This is probably a conflict with other sprites. I tried

[flexcoders] Sticky Dragging Problem

2006-03-27 Thread sufibaba
Fellow Flexors,I have the following situation: public function newLine(){var sprite:Sprite = new Sprite();sprite.graphics.lineStyle(1,0x00,1,false,"NONE");sprite.graphics.moveTo(pt.x,pt.y);sprite.graphics.lineTo(cx,cy); this.addChild(sprite);

[flexcoders] Re: Flex2 beta -- localToGlobal(), globalToLocal() bug

2006-03-08 Thread sufibaba
: +44 (0) 7917 428 951 [EMAIL PROTECTED] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: 07 March 2006 19:35 To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex2 beta -- localToGlobal(), globalToLocal() bug Hi

[flexcoders] visual children must implement mx.core.IUIComponent

2006-03-02 Thread sufibaba
Hi All, I have the following: 1. ImageViewer.as 2. main.xml in ImageViewer.as, I have this class definition: public class ImageViewer extends Sprite { public funtion ImageViewer(){ // code } // other functions and code } in main.xml, I am calling: ImageViewer/ The error I am

[flexcoders] Re: visual children must implement mx.core.IUIComponent

2006-03-02 Thread sufibaba
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Thursday, March 02, 2006 11:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] visual children must implement mx.core.IUIComponent Hi All, I have the following: 1

[flexcoders] Adobe Labs Colin Moock's AS3 Viewer Example Compile Error

2006-02-28 Thread sufibaba
Hi All, Has anyone managed to get Colin Moock's Viewer Example running in Flex2 Beta. I am getting errors in the ImageViewer.as and DragManager.as For some reason, all the lines that have addEventListener are giving a compile error. Access of undefined property 'EventType' Access of undefined

[flexcoders] Re: Adobe Labs Colin Moock's AS3 Viewer Example Compile Error

2006-02-28 Thread sufibaba
. EventType Event; ProgressEventType ProgressEvent; MouseEventType MouseEvent; c -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Tuesday, February 28, 2006 1:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Adobe Labs

[flexcoders] Re: Flex2 Tree Bug crashes browser

2006-02-27 Thread sufibaba
Hi Matt, The node has not been added anywhere else. I've modified the Tree example from the Flex Sample Explorer to duplicate the problem I am having in my App and it is exhibiting the same behavior. - tree.mxml ?xml version=1.0

[flexcoders] Re: Flex2 Tree Bug crashes browser

2006-02-27 Thread sufibaba
--- In flexcoders@yahoogroups.com, sufibaba sufibaba@ wrote: Hi Matt, The node has not been added anywhere else. I've modified the Tree example from the Flex Sample Explorer to duplicate the problem I am having in my App and it is exhibiting the same behavior. - tree.mxml

[flexcoders] Flex2 Tree Bug crashes browser

2006-02-24 Thread sufibaba
Has anyone experienced this: I have a tree that is being populated by an xml object -- treeDataXML, using databinding. Situation: Adding a new node to the treeDataXML via the appendChild(newNode) Case1: Add to a branch node -- works Case2: Add to a leaf node -- browser crashes. The crashing

[flexcoders] Programatically move Tree Component Scrollbar

2006-02-21 Thread sufibaba
Hi all, Just wondering if anyone knows how to use actionscript to scroll the tree control. Cheers, Tim -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups

[flexcoders] Re: Programatically move Tree Component Scrollbar

2006-02-21 Thread sufibaba
the scrollbar to scroll to the selectedItem you can set vPosition/hPosition to the selectedIndex. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Tuesday, February 21, 2006 11:47 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] Flex2 Beta Tree OpenAll Nodes

2006-02-20 Thread sufibaba
Hi Flexors, I have a tree with a dataProvider= xmlresultset. I would like to have an openAllNodes() function and CloseAllNodes() function for this tree. From the material that is in the flex2 beta documentation regarding manipulating the tree nodes, it seems like there are a few ways to do

[flexcoders] Re: Flex2 Beta Tree OpenAll Nodes

2006-02-20 Thread sufibaba
--- In flexcoders@yahoogroups.com, sufibaba [EMAIL PROTECTED] wrote: Hi Flexors, I have a tree with a dataProvider= xmlresultset. I would like to have an openAllNodes() function and CloseAllNodes() function for this tree. From the material that is in the flex2 beta documentation

[flexcoders] Re: Cairngorm2 version of Phones Flex/ColdFusion Connectivity samples

2006-02-12 Thread sufibaba
Hi Benoit, Great work. Appreciate your contribution. Cheers, T --- In flexcoders@yahoogroups.com, Benoit Hediard [EMAIL PROTECTED] wrote: Hi everyone, Today, I managed to take some time to write a Cairngorm2 version of the Phones Flex/ColdFusion Connectivity sample! Description: A

[flexcoders] Re: Tilelist event question

2006-02-10 Thread sufibaba
to true Cheers, Tim --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 2/9/06, sufibaba [EMAIL PROTECTED] wrote: Yes, I meant to say object reference. The cell renderer can dispatch an event that would bubble up to the Form1.mxml component. The component can

[flexcoders] Re: Got embed SWF to call a function in Flex

2006-02-09 Thread sufibaba
:: - Original Message - From: sufibaba [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 08, 2006 9:47 PM Subject: [flexcoders] Got embed SWF to call a function in Flex Hi guys, Check this out, if you make the following changes to Jason Wong's little example, then SWF

[flexcoders] Re: Cairngorm2 Store Example ?

2006-02-08 Thread sufibaba
PROTECTED] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: 07 February 2006 16:24 To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm2 Store Example ? Hi List, Does anyone know if or when

[flexcoders] Re: Flex/Coldfusion connectivity test app

2006-02-08 Thread sufibaba
part de sufibaba Envoyé : mardi 7 février 2006 23:08 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: Flex/Coldfusion connectivity test app Thanks for the excellent reply. You saved the day. We do have CF working with Flex. There's also the Phones example on the Adobe

[flexcoders] Tilelist event question

2006-02-08 Thread sufibaba
Hi All, I have the following: -TilelistContainer.mxml -- (contains a tilelist with listItemRenderer = Thumbnail mx:TileList dataProvider={artSvc.GetLibraryTemplates.result} width=100% listItemRenderer=Thumbnail columnWidth=200 height=50%

[flexcoders] Re: Cairngorm2 Store Example ?

2006-02-08 Thread sufibaba
Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK p: +44 (0) 131 338 6108 m: +44 (0) 7917 428 947 [EMAIL PROTECTED] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: 08 February 2006 09:46 To: flexcoders

  1   2   >