[flexcoders] Distortion Effects?

2009-08-04 Thread malik_robinson
Hi, I am trying to use the following example from Tour De Flex but it's missing some of the files needed to run the example. Here is a link to the demo that shows the functionality I'm trying to use: http://www.adobe.com/devnet/flex/tourdeflex/web/#sampleId=19260;illustIn\ dex=0;docIndex=0

[flexcoders] Re: Distortion Effects?

2009-08-04 Thread malik_robinson
it here to avoid problems with zipped files. Regards On Tue, Aug 4, 2009 at 4:56 PM, malik_robinson malik_robin...@...wrote: Hi, I am trying to use the following example from Tour De Flex but it's missing some of the files needed to run the example. Here is a link

[flexcoders] TreeItemRenderer giving me problems

2009-01-23 Thread malik_robinson
Hi, I am getting an error trying to create my own TreeItemRenderer. I get an error saying Error: 1023 Incompatible override. This is a compile time error. It points to my override function at least in FlexBuilder. My renderer is just a skeleton as of now but this error is preventing me from

[flexcoders] **View States Problem**

2008-11-26 Thread malik_robinson
Hi, I am using Flex 3 I am trying to use view states in my Flex application. My code seems to work fine when I just have two view states, but when I have 3 states (including the base state), the screen never displays all 3 at the same time. I am displaying these states based on the result of a

[flexcoders] Return query from flex after file upload??

2008-04-05 Thread malik_robinson
Hi, I am using Flex 3 and I would be quite grateful if someone can assist me here. I am trying to find out if I can return a query back to flex so I can populate this datagrid, but what makes this situation unique is I am uploading a csv file from flex and in ColdFusion converting it into query

[flexcoders] Question on Accordion and Controlling Programmitacally

2007-02-24 Thread malik_robinson
Hi, I am using an Accordion in my application. When the screen loads, it shows the first child in the accordion, this is fine. However, I have a form on this screen and I would like to user to submit that form first before going to any of the other children in the accordion. Once they submit

[flexcoders] Question on Accordion and Controlling Programmitacally

2007-02-24 Thread malik_robinson
Hi, I am using an Accordion in my application. When the screen loads, it shows the first child in the accordion, this is fine. However, I have a form on this screen and I would like to user to submit that form first before going to any of the other children in the accordion. Once they submit

[flexcoders] How can I make the mx;Panel draggable?

2007-02-10 Thread malik_robinson
Hi, I want to be able to drag this panel around sort of like a floating window. It should be able to be dragged and I guess dropped, not really like dragging a value from datagridA to datagridB but Just like in windows how you can drag a dialog box around I want to do the same in my app. How

[flexcoders] How can I make the mx;Panel draggable?

2007-02-10 Thread malik_robinson
Hi, I want to be able to drag this panel around sort of like a floating window. It should be able to be dragged and I guess dropped, not really like dragging a value from datagridA to datagridB but Just like in windows how you can drag a dialog box around I want to do the same in my app. How

[flexcoders] Re: How can I make the mx;Panel draggable?

2007-02-10 Thread malik_robinson
Hi, Somehow I have double posted, sorry about that, I am trying to make panel draggable via the title bar only. I meant to add that to my initial post. -westside --- In flexcoders@yahoogroups.com, malik_robinson [EMAIL PROTECTED] wrote: Hi, I want to be able to drag this panel around sort

[flexcoders] Re: How can I make the mx;Panel draggable?

2007-02-10 Thread malik_robinson
Hi, Somehow I have double posted, sorry about that, I am trying to make panel draggable via the title bar only. I meant to add that to my initial post. -westside --- In flexcoders@yahoogroups.com, malik_robinson [EMAIL PROTECTED] wrote: Hi, I want to be able to drag this panel around sort

[flexcoders] Re: Populate Tree with data from a query?

2007-02-08 Thread malik_robinson
, so please subscribe... I usually put up and example on almost every post, unless i'm just throwing up a link i want to remember. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , malik_robinson Malik_Robinson@ wrote: Hi Tracy, When I do a trace as you

[flexcoders] Re: Populate Tree with data from a query?

2007-02-08 Thread malik_robinson
@yahoogroups.com, malik_robinson [EMAIL PROTECTED] wrote: Hi, I will try this tonight and see how it goes. It seems with RemoteObjects you can't have the resultFormat = e4x like you can with an HTTPService call. With e4x its much easier to get at the xml from what I understand. -Malik

[flexcoders] Re: Populate Tree with data from a query?

2007-02-08 Thread malik_robinson
@yahoogroups.com, malik_robinson [EMAIL PROTECTED] wrote: Hi, I will try this tonight and see how it goes. It seems with RemoteObjects you can't have the resultFormat = e4x like you can with an HTTPService call. With e4x its much easier to get at the xml from what I understand. -Malik

[flexcoders] Populate Tree with data from a query?

2007-02-06 Thread malik_robinson
Hi, I want to display a list of companies and contacts associated with each company in my app. I think a tree can do this, but I wanted to ask how can I populate a tree from a query? I would like the folders to be the companies and when you expand the folder you see a list of contacts

[flexcoders] Re: Populate Tree with data from a query?

2007-02-06 Thread malik_robinson
to follow, but I hope it helps. --- In flexcoders@yahoogroups.com, malik_robinson Malik_Robinson@ wrote: Hi, I want to display a list of companies and contacts associated with each company in my app. I think a tree can do this, but I wanted to ask how can I populate a tree from

[flexcoders] Re: Populate Tree with data from a query?

2007-02-06 Thread malik_robinson
Of malik_robinson Sent: Tuesday, February 06, 2007 3:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Populate Tree with data from a query? Hi, That helps a bit, in my tree I am seeing the actual xml when I run my application in flex. I have CFC function returning a string, I tried

[flexcoders] Re: Can't find bug in this piece of ActionScript

2007-02-02 Thread malik_robinson
Bokelberg [EMAIL PROTECTED] wrote: Doesn't it have to be stateCB.selectedIndex = i; Cheers, Ralf. On 2/2/07, malik_robinson [EMAIL PROTECTED] wrote: Hi, I am trying to set the selectedIndex of my U.S. States custom combo box equal to what the user has stored in their record in our database

[flexcoders] Re: Can't find bug in this piece of ActionScript

2007-02-02 Thread malik_robinson
Hi, The code works the first time around. First time around meaning click an employee from the datagrid and the screen changes to a detail view of that employee. For some reason every user I bring up after the first user has the same State (Arizona) for example selected thereafter. The first

[flexcoders] Re: Can't find bug in this piece of ActionScript

2007-02-02 Thread malik_robinson
, malik_robinson [EMAIL PROTECTED] wrote: Hi, The code works the first time around. First time around meaning click an employee from the datagrid and the screen changes to a detail view of that employee. For some reason every user I bring up after the first user has the same State (Arizona

[flexcoders] Re: Can't find bug in this piece of ActionScript

2007-02-02 Thread malik_robinson
. On 2/2/07, malik_robinson [EMAIL PROTECTED] wrote: Hi, I am new to actionscript and not quite sure how to implement that solution you suggested. It looks like the way to go because I do want to always have the right state selected when the detail screen first loads so I presume

[flexcoders] Can't find bug in this piece of ActionScript

2007-02-01 Thread malik_robinson
Hi, I am trying to set the selectedIndex of my U.S. States custom combo box equal to what the user has stored in their record in our database. Someone posted a link to a similar tutorial, but I could not get it to work and I think it seems to be slightly different than what I am doing. When the

[flexcoders] Passing Value Object to CFC as an argument?

2007-01-31 Thread malik_robinson
Hi, I am confused on how pass in arguments to the CFC when I am sending a ValueObject in from Flex. I have this code. public function saveEmployee( employeeVO : EmployeeVO ): void { var call:AsyncToken = service.saveEmployee( employeeVO ); call.addResponder( responder ); } The parameter

[flexcoders] Re: Passing Value Object to CFC as an argument?

2007-01-31 Thread malik_robinson
create things. DK On 1/31/07, malik_robinson [EMAIL PROTECTED] wrote: Hi, I am confused on how pass in arguments to the CFC when I am sending a ValueObject in from Flex. I have this code. *public* *function* saveEmployee( employeeVO : EmployeeVO ): *void* { *var* call:AsyncToken

[flexcoders] Re: Cairngorm - Question on using ResultHandler

2007-01-29 Thread malik_robinson
]. If its a map, then do event.result[keyname] Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of malik_robinson Sent: Sunday, January 28, 2007 9:11 PM To: flexcoders

[flexcoders] How to set selectedIndex on comboBox equal result from rpc call??

2007-01-29 Thread malik_robinson
Hi, How do I set the selectedIndex of a mx:ComboBox equal to that of what comes back in the result from a remote object call when the component is loaded?? In my array I have the user's state_code and if they have a value for that I want to set the selectedIndex to that value. Seems as if it

[flexcoders] Re: Cairngorm - Question on using ResultHandler

2007-01-28 Thread malik_robinson
Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of malik_robinson Sent: Sunday, January 28, 2007 1:49 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm - Question on using ResultHandler Hi, I have a question

[flexcoders] Cairngorm - Question on using ResultHandler

2007-01-27 Thread malik_robinson
Hi, I have a question using Cairngorm and Commands. I am new to it but its making more sense to me each day at least it seems that way. I have the following in my LoginCommand.as public function result( data:Object ):void { var event:ResultEvent = data as ResultEvent; if

[flexcoders] Re: Binding result from CFC to a Detail Form

2007-01-19 Thread malik_robinson
Of malik_robinson Sent: Friday, January 19, 2007 1:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Binding result from CFC to a Detail Form Hi, I am using a CFC here that has a method that accepts a userId, it then runs an sql query and retrieves all the data associated with the user

[flexcoders] Binding result from CFC to a Detail Form

2007-01-18 Thread malik_robinson
Hi, I am using a CFC here that has a method that accepts a userId, it then runs an sql query and retrieves all the data associated with the user like: FirstName LastName Email, etc I am trying to find out how I can set the form fields text property equal to that of the Array that is returned

[flexcoders] Access data in an Array Collection??

2007-01-15 Thread malik_robinson
Hi, I have a cfc that returns this query object to flex. It seems to convert it to an ArrayCollection? Is that correct? Questions 1. How can I get at the email field in this array? 2. How can I check if the array has a len greater than 0? I tried: trace(event.result.email), but that does

[flexcoders] Re: Access data in an Array Collection??

2007-01-15 Thread malik_robinson
is typed as object, so you may need to explain to the compiler that you know its actually an arraycollection. var ac:ArrayCollection = event.result as ArrayCollection; trace(ac.length) Good Luck. simeon On 1/15/07, malik_robinson [EMAIL PROTECTED] wrote: Hi, I have a cfc that returns

[flexcoders] Re: Dispatch and Listen for events?

2007-01-13 Thread malik_robinson
Thanks --- In flexcoders@yahoogroups.com, Ralf Bokelberg [EMAIL PROTECTED] wrote: Every event has a type property. You need to set it using super( myType ); Cheers, Ralf. On 1/13/07, malik_robinson [EMAIL PROTECTED] wrote: Hi, I am not using Cairngorm or anything yet, but trying

[flexcoders] Getting Error: Event Type 'flash.event:event' is unavailable ?????

2007-01-13 Thread malik_robinson
Hi, I am getting this error: Event Type 'flash.event:event' is unavailable I have this function in my Services.mxml file: private function loginUser_result( event:ResultEvent ) : void { dispatchEvent( new Event(userAuthenticated) ); } Then in my main MXML file I have:

[flexcoders] Re: Getting Error: Event Type 'flash.event:event' is unavailable ?????

2007-01-13 Thread malik_robinson
Hi, I guess a better question is when do I use : [Event(name=eventName)] as opposed to: [Event(name=eventName,type=flash.event.event)] (this gives me that error in my original post ) Thanks --- In flexcoders@yahoogroups.com, malik_robinson [EMAIL PROTECTED] wrote: Hi, I am getting

[flexcoders] Dispatch and Listen for events?

2007-01-12 Thread malik_robinson
Hi, I am not using Cairngorm or anything yet, but trying to learn to build some of this on my own through tutorials, books, etc. I am trying to build a basic login and I created a custom component called LoginPanel.mxml, and created a LoginEvent.as. I call LoginPanel.mxml in my Main

[flexcoders] Re: Getting duplicate value in my combo box control

2007-01-09 Thread malik_robinson
Thanks, Malik --- In flexcoders@yahoogroups.com, Shannon Hicks [EMAIL PROTECTED] wrote: You could have tracked down your problem more easily with some sort of HTTP sniffer. I use ServiceCapture. There are others out there that support Flash's AMF. Shan malik_robinson wrote: Hi

[flexcoders] Flex Console says: unable to bind to property 'instance' on class 'com.adobe.

2007-01-08 Thread malik_robinson
Hi, I am getting this error in the flex console when I debug my app, well not an error, but a warning. unable to bind to property 'instance' on class 'com.adobe.actors::ApplicationState' (class is not an IEventDispatcher) How can I fix this? Any help appreciated, I am a bit new to Flex 2.0

[flexcoders] Getting duplicate value in my combo box control

2007-01-08 Thread malik_robinson
Hi, I seem to be getting duplicate values being displayed in my combo box component. I am using Flex and CF. The query returns two records and ultimately the combo box gets populated, but it has two values So I am getting Project Name: XO Project XO Project There are two records that part is

[flexcoders] Re: Getting duplicate value in my combo box control

2007-01-08 Thread malik_robinson
thought it might be the sql, but the sql is correct, I wrote the results of the query to a file using cffile and all is good, somewhere between the function call and the result handler somethin is going wrong. Any help highly appreciated. -Malik --- In flexcoders@yahoogroups.com, malik_robinson

[flexcoders] Re: Getting duplicate value in my combo box control

2007-01-08 Thread malik_robinson
--- In flexcoders@yahoogroups.com, malik_robinson [EMAIL PROTECTED] wrote: Hi, I did a trace using trace(ObjectUtil.toString(event.result)); I was able to see what my result handler had and it clearly shows duplicate data. I see an array and at position zero[0] and position[1], i see

[flexcoders] CSS and background image?

2007-01-07 Thread malik_robinson
Hi, I have an image I want to use for a header in this application, I have that working fine however, I am unsure how I can apply the following style. The image is 600px wide or so, and then I want this background image to repeat and fill the rest of my container. .masthead { padding: 0px;

[flexcoders] Question on TabNavigator

2006-12-22 Thread malik_robinson
Hi Few questions that I think should be easy to answer? 1. How can I space the tabs up in a tab navigator? I'd like to have space between each tab. They look too scrunched to me at least by default. 2. I am trying to build an application that has tabbed interface and I am wondering is this the

[flexcoders] Re: Question on TabNavigator

2006-12-22 Thread malik_robinson
PROTECTED] wrote: Hey there -- to space between the tabs -- there's a property called horizontalGap just try like 10 for exampleplay around with it. ill look into your other questions --- In flexcoders@yahoogroups.com, malik_robinson Malik_Robinson@ wrote: Hi

[flexcoders] Re: Cairngorm and working with Delegate question

2006-11-19 Thread malik_robinson
not calling the result function, its calling the fault function. Any help appreciated --- In flexcoders@yahoogroups.com, malik_robinson [EMAIL PROTECTED] wrote: Hi, I am trying to learn to use Cairngorm and I am trying to find out where I am going wrong. I have a CFC which I am trying to call

[flexcoders] Remote object not working when called from delegate

2006-11-19 Thread malik_robinson
Hi, I am trying to find out why this remote object does not return successfully using Cairngorm. I can use the same remote object in an application just by itself. The remote object invokes a CFC method and populates a datagrid just fine, but when I am trying to use a delegate to call this

[flexcoders] Re: Getting RPC Error, Channel.Connect.Failed error NetConnection.Call.Failed:HTTP

2006-08-15 Thread malik_robinson
: On Monday 14 August 2006 06:50, malik_robinson wrote: error NetConnection.Call.Failed: HTTP: Status 500] That's the internal error HTTP status code. What's in the server logs ? -- Tom Chiverton This email is sent for and on behalf

[flexcoders] Re: Getting RPC Error, Channel.Connect.Failed error NetConnection.Call.Failed:HTTP

2006-08-15 Thread malik_robinson
reason mine is showing Beta and I am unsure how to remove the beta connector. -Malik --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 14 August 2006 06:50, malik_robinson wrote: error NetConnection.Call.Failed: HTTP: Status 500] That's the internal error HTTP

[flexcoders] Re: Getting RPC Error, Channel.Connect.Failed error NetConnection.Call.Failed:HTTP

2006-08-15 Thread malik_robinson
beta message is in response to that, not flex builder. simeon On 8/15/06, malik_robinson [EMAIL PROTECTED] wrote: Hi, I checked in the ColdFusion Server Admin Area and I noticed this next to the CF version: ColdFusion/Flex Connectivity Beta 3 I am using Flex Builder 2

[flexcoders] Re: Getting RPC Error, Channel.Connect.Failed error NetConnection.Call.Failed:HTTP

2006-08-15 Thread malik_robinson
Hi, Well, good news, problem solved. I reinstalled Updater 7.02 for CF and boom, my code works again. I then looked in the CF Admin and that beta text is gone next to the CF version so apparently that was the issue. -Malik --- In flexcoders@yahoogroups.com, malik_robinson [EMAIL PROTECTED

[flexcoders] CreationComplete?

2006-08-15 Thread malik_robinson
Hi, I am trying to populate this data grid upon page load. If the page I am working has the mx:application tag, then I can use creationComplete(), but what can I do if I am working on a page which does not contain the mx:application I can load the data grid if I write a function, but I want

[flexcoders] Getting RPC Error, Channel.Connect.Failed error NetConnection.Call.Failed:HTTP

2006-08-13 Thread malik_robinson
Hi, I seem to be getting this error all of a sudden on some test code that used to work. Using Flex 2. Here is a snippet: Error: [RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 500"] ?xml

[flexcoders] Dump?

2006-08-06 Thread malik_robinson
Hi, How can I dump the following variable loginVO and see its output? public function loginUser() : void { var loginVO : LoginVO = new LoginVO(); loginVO.username = username.text; loginVO.password = password.text; var event

[flexcoders] Can someone explain this code, its related to Cairngorm?

2006-07-27 Thread malik_robinson
Hi, I am trying to understand the ModelLocator and how Cairngorm works. I have been reading, but I think I need some additional information on the code below if possible. 1. What is the difference between Public function and Public Static function. I assume Public functions can be called

[flexcoders] Re: Can someone explain this code, its related to Cairngorm?

2006-07-27 Thread malik_robinson
Hi, Thanks for the quick responses. Helps a bunch. Malik --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: malik_robinson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, July 28, 2006 12:18 AM Subject: [flexcoders

Re: [Junk E-Mail - MED] [flexcoders] Problem with States and switching to a give

2006-07-19 Thread malik_robinson
down the right path :) Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of malik_robinson Sent: Tuesday, July 18, 2006 9:58 PM To: flexcoders@yahoogroups.com Subject: [Junk E-Mail - MED] [flexcoders] Problem with States and switching to a given state

Re: [Junk E-Mail - MED] [flexcoders] Problem with States and switching to a give

2006-07-19 Thread malik_robinson
mx:Script And change this: view:LoginPanel id="login" loggedin="loginComplete()" / Now, this code obviously isn't tested, but it should send you down the right path :) Shan _From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of malik_robinso

[flexcoders] Trying out Cairngorm Login Example

2006-07-17 Thread malik_robinson
Hi, I am trying to use the Cairngorm framework and following this tutorial, but I get1 error and 1 warningthat prevent things from working http://weblogs.macromedia.com/auhlmann/ - Link to tutorial for those who may be looking. This is just a warning in Flexbuilder so it might not be a big

[flexcoders] Question on States

2006-06-20 Thread malik_robinson
Hi, I am trying to utilize states to ultimately have a login page when my app loads, upon successful login, I want my main.mxml file to load which is basically the home page of my application. As of now in the states panel, I have a base state, but my base state is my home page and I do not

[flexcoders] Re: Flex beta 3/CF and Datagrid not being populated

2006-06-19 Thread malik_robinson
stResult for the dataProvider, without artists at the end. -TH --- In flexcoders@yahoogroups.com, "malik_robinson" Malik_Robinson@ wrote: Hi,I ended up getting an error, I think it was due to the text "lastResult". Below is the error:I am very curious to kn

[flexcoders] Re: Flex beta 3/CF and Datagrid not being populated

2006-06-19 Thread malik_robinson
/ /mx:columns /mx:DataGrid --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Yeah, Sorry, use: artSvc.getArtists.lastResult for the dataProvider, without artists at the end. -TH --- In flexcoders@yahoogroups.com, malik_robinson Malik_Robinson@ wrote: Hi, I

[flexcoders] Re: Flex beta 3/CF and Datagrid not being populated

2006-06-19 Thread malik_robinson
rtists" dataProvider="{artistsAC}" x="177" y="65" mx:columns mx:DataGridColumn headerText="First Name" dataField="firstname"/ mx:DataGridColumn headerText="Last Name" dataField="lastname"/ /mx:columns /mx:DataGrid /mx:Application

[flexcoders] Flex beta 3/CF and Datagrid not being populated

2006-06-18 Thread malik_robinson
Hi, I have the following code that I *thought* would work, but it does not. Can anyone see why this might not work? Basically the datagrid does not get loaded, the browser says transferring data from localhost, but it never populates the grid, no error, I see the show busy cursor and my

[flexcoders] Re: Flex beta 3/CF and Datagrid not being populated

2006-06-18 Thread malik_robinson
ollection; import mx.rpc.events.*; public function initApp():void { // Force artists class to load artSvc.getArtists.send(); } ]] /mx:Script mx:RemoteObject id="artSvc" destination="ColdFusion" source="myapp.cf.com.artists" showBusyCursor="true" / mx:DataGrid id

[flexcoders] Flex/CF Tutorial PDF Posted on Adobe Site, having problem, getting errors.

2006-06-07 Thread malik_robinson
Hi, I am trying to use this example to get Flex 2.0 Beta 3, Mystic, and CF 7.02 to work together but having some problems. If someone has a few moments to help that would be great, there is not much code to struggle through and this example is posted on the Macromedia/Adobe Site. I am using CF

[flexcoders] Re: New to Flex, and mxml and getting an error trying to use RSS

2006-01-08 Thread malik_robinson
error. Try to be more specific next time. Cheers, Franck _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of malik_robinson Sent: vrijdag 6 januari 2006 8:52 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: New to Flex, and mxml

[flexcoders] Re: New to Flex, and mxml and getting an error trying to use RSS

2006-01-04 Thread malik_robinson
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of malik_robinson Sent: dinsdag 3 januari 2006 8:14 To: flexcoders@yahoogroups.com Subject: [flexcoders] New to Flex, and mxml and getting an error trying to use RSSHi, I am very new to Flex and trying to try some basic tutorials in

[flexcoders] New to Flex, and mxml and getting an error trying to use RSS

2006-01-03 Thread malik_robinson
Hi, I am very new to Flex and trying to try some basic tutorials in the help documentation that comes with Flex Builder 2 alpha. I searched the mailing list/archives trying to find out why I get the following error message but to no avail. The error is below: The processing instruction