[flexcoders] File Upload

2005-08-12 Thread Jeremy Rottman
I am working on a backend system, built on flex and cf. And issue that I have ran into is creating a local file browse so that users can upload files from with in the flex app. Does anyone know if this is even possible? Yahoo! Groups Sponsor ~--

[flexcoders] Error with populationg a Datagrid

2005-08-23 Thread Jeremy Rottman
I have written a cfc to pull data from my data base and I am calling this as a ws to be displayed in my datagrid. But when I try to compile the code I get this error. There is no property with the name 'userlist' Here is my mxml code and cfc code. ---MXML--- ?xml version=1.0 encoding=utf-8?

[flexcoders] Re: Error with populationg a Datagrid

2005-08-23 Thread Jeremy Rottman
ppc.thomson.com -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Tuesday, August 23, 2005 3:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Error with populationg a Datagrid I have written a cfc to pull data from my data

[flexcoders] Rich Text Editor

2005-08-25 Thread Jeremy Rottman
I have a rich text editor that I wrote in coldfusion. It is pulled via a customtag that I wrote. Now the question I have is, it is possible to use this RTE with in flex, or are there any RTE's that are built just for flex. Yahoo! Groups Sponsor ~--

[flexcoders] Re: Easiest way to connect to mysql?

2005-08-25 Thread Jeremy Rottman
If you have never written cfc's, here are a few links that will help you alot. The second link is probably the best newbie cfc tutorial. Also you might want to check out www.easycfm.com. There are tons of people on there who are experts with coldfusion.

[flexcoders] Including files.

2005-09-01 Thread Jeremy Rottman
I am not sure where to begin. My app structure is folder based start with index.mxml/application.cfm on the top teir. Then I move into folders that I can panels within the panel folder I have several folders broken up in to the different app requirements. The question I have is, what is the best

[flexcoders] displaying pages based on db query

2005-09-06 Thread Jeremy Rottman
I am working on converting an app from cf to flex, and with in my current cf app, I am calling certain pages based on what is reported from a query. IE cfquery ... select * from tbl_propInfo where fld_fileNum = '#argument.fld_fileNum#' /cfquery when the file number is returned, I evaluate the

[flexcoders] Re: userlogin

2005-09-12 Thread Jeremy Rottman
://www.flexingcfmx.com/index.cfm?mode=entryentry=D36D5CE5-FB00-283B-A23 A89CB46949A4D Hope this helps :] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Tuesday, 13 September 2005 7:56 AM To: flexcoders@yahoogroups.com

[flexcoders] URL vars

2005-09-13 Thread Jeremy Rottman
I am doing some more testing, and I am trying to test with url based variables. When I call the test.cfm page, it shoots me to the flex page with the var I posted to the url. However, when I try to read the url with coldfusion, it tells me that my var is not defiend. Does anyone know if this is

[flexcoders] inserting data

2005-09-14 Thread Jeremy Rottman
I am starting to build a simple app that passes data from a flex form to cf. However when I try to compile I get the following error. But I dont have any constructors in my as code. Anyone have a clue what I did wrong. I have attached my code. 1 Error found. Error /qiSaleAdmin.as:1 A class

[flexcoders] custom preloader

2005-09-28 Thread Jeremy Rottman
I am working on a custom preloader that will show the user how much of the service has been loaded. Does anyone know where I can see an example of something like this that shows the amount of data loaded or being loaded. Yahoo! Groups Sponsor ~--

[flexcoders] Re: custom preloader

2005-09-28 Thread Jeremy Rottman
I guess I should have been more specific I have a preloader that I have made in flash. That I would like to use in my test app. It calls the functions qiAgentView, qiAgentFaq, qiAgentDownloads, and qiAgentMarketing. the functions are called from a cfc that I have written.

[flexcoders] returning a confirmation

2005-10-07 Thread Jeremy Rottman
I have a simple app that I am I writing, that uses a cf backend. After a user inserts data into the database, I would like to display a confirmation to them tell them what file number they have entered. My cfc works fine, but I am not sure how I should return the confirmation from my cfc into

[flexcoders] Flex 2 + WSDL = heartache Help!!

2005-10-17 Thread Jeremy Rottman
Ok, need a bit of help, I have been fighting with flex all day long. And frankly it is winning. I am testing out the funtionality of flex 2, with a real world app that I will improve on once I get it down. First off I have a cfc that works fine. But it is my flex that is not working. When I run

[flexcoders] Re: flex 2 cf

2005-10-18 Thread Jeremy Rottman
--- In flexcoders@yahoogroups.com, Paul Hastings [EMAIL PROTECTED] wrote: mildly confused about cf flex 2. besides installing the adapter on the cf server, is there anything else we need to do. install the standalone builder? thanks. I didnt even install the adapter. And I have been

[flexcoders] Pop Up windows

2005-10-19 Thread Jeremy Rottman
I have created a small app that has a popup window that allows me to search. Is there a way to denote exactly where the popup will open. I would like to change it's default placement from the top left corner to the middle right of my screen. Yahoo! Groups Sponsor

[flexcoders] Named Webservices

2006-03-14 Thread Jeremy Rottman
During development, I used something like this to handle all data sending/retreiving. mx:WebService id=SaleMod useProxy=false wsdl=http://flex.homesmartagent.com/cfc/adminHS2F.cfc?wsdl; showBusyCursor=true / Currently I develope on one box, and I upload the compiled swf to anohter box that

[flexcoders] Re: Named Webservices

2006-03-14 Thread Jeremy Rottman
Rich On 3/14/06, Jeremy Rottman [EMAIL PROTECTED] wrote: During development, I used something like this to handle all data sending/retreiving. mx:WebService id=SaleMod useProxy=false wsdl=http://flex.homesmartagent.com/cfc/adminHS2F.cfc?wsdl; showBusyCursor=true / Currently I

[flexcoders] Re: Named Webservices

2006-03-14 Thread Jeremy Rottman
a named service within FlexBuilder (non FES application) you will need to add an argument to your Flex Compiler arguments under the project properties: mxmlc --services=./mypath/to/flex-enterprise-services.xml etc Rich On 3/14/06, Jeremy Rottman [EMAIL PROTECTED] wrote: Thing is I am

[flexcoders] Populating a tree

2006-03-15 Thread Jeremy Rottman
Does anyone know of, or have an exmample on how I can populate a tree with a returned query from a cfc. Everything I have tried so far has turned out to not work. any help with this would be greatly appreciated. -- Flexcoders Mailing List FAQ:

[flexcoders] Tree kicking my butt. Need some help

2006-03-23 Thread Jeremy Rottman
In my app, I have a section that is suposed to display in a tree all documents that are in a specific folder. The issue I have is that, when I test the code, the tree has this output [object Object]. Is this because it not formated correctly in my cfc? Or is it something more sinister and evil.

[flexcoders] Re: Tree kicking my butt. Need some help

2006-03-23 Thread Jeremy Rottman
of only a single item. Flex will interpret that as an object instead of an array, so you will need the following: function DocDisplayModdisplayDocsListQryResult( result ){ DocTree.dataProvider = mx.utils.ArrayUtil.toArray(result); } Doug --- In flexcoders@yahoogroups.com, Jeremy

[flexcoders] Re: Tree kicking my butt. Need some help

2006-03-23 Thread Jeremy Rottman
. --- In flexcoders@yahoogroups.com, Jeremy Rottman jarottman@ wrote: I have added the code you suggested and it still just displays it as [object Object]. I even trimed my cfc down to this, just to test the folders. cffunction name=displayDocsListQry access=remote returntype=array output=true

[flexcoders] Re: Tree kicking my butt. Need some help

2006-03-23 Thread Jeremy Rottman
/asdocs_en/mx/controls/Tree.html#\ addTreeNode --- In flexcoders@yahoogroups.com, Jeremy Rottman jarottman@ wrote: Hum that wont even compile, gives me this error. Call to a possibly undefined method 'addTreeNode' through a reference with static type 'mx.controls:Tree

[flexcoders] Re: Tree kicking my butt. Need some help

2006-03-24 Thread Jeremy Rottman
L060001 is an active fileNum --- In flexcoders@yahoogroups.com, Brendan Meutzner [EMAIL PROTECTED] wrote: Jeremy, Give me a filenum value that will retrieve some data from your web service... Thanks, Brendan On 3/23/06, Jeremy Rottman [EMAIL PROTECTED] wrote: In my app, I

[flexcoders] Menu Bar Killing me. Can someone help.

2006-03-28 Thread Jeremy Rottman
I just upgraded from Flex 2 Beta 1 to Flex 2 Beta 2. And not my menubar is dead. It worked great while in flex 2 beta 1. When I compile my code, it shows the xml code I used to make my menu bar, instead of my menu bar. I am using the example on the flex explorer website to do my menu bar. I dont

[flexcoders] Re: Menu Bar Killing me. Can someone help.

2006-03-28 Thread Jeremy Rottman
Joan, I added what you said, and it now formats my bar correctly to the menubar. But now my menuhandler function no longer works. It is setup that that it changes the states when a child menuitem is selected. Any idea why this wont work now. function menuHandler(oEvent:Object) { currentState =

[flexcoders] Re: Menu Bar Killing me. Can someone help.

2006-03-28 Thread Jeremy Rottman
: Try oEvent.menuItem.data instead of the getProperty syntax. Joan -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Tuesday, March 28, 2006 10:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Menu Bar

[flexcoders] Re: Menu Bar Killing me. Can someone help.

2006-03-28 Thread Jeremy Rottman
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Tuesday, March 28, 2006 3:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Menu Bar Killing me. Can someone help. With what you suggested, it changes the state to a blank screen

[flexcoders] Still need some help with my menu bar

2006-03-29 Thread Jeremy Rottman
after a few hours of playing with the menu bar issue I was having yesterday, I am still stuck trying to figure out why my menu handler function wont work with my menu bar. This function is suposed to change teh state when someone changes thier selection to one of the child menu items. It appears

Re: [flexcoders] Still need some help with my menu bar

2006-03-29 Thread Jeremy Rottman
Ashish Goyal wrote: Try this: currentState = [EMAIL PROTECTED]; -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Wednesday, March 29, 2006 8:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Still

[flexcoders] Working with a tree

2006-03-30 Thread Jeremy Rottman
In my app, I have a tree that is suposed to display all documents that are in the folders that my backend paperless sytem sorts. I am trying to populate the tree so that the directories are nodes and the documents underneath the directory are childs of that node, and the File Number is the Root.

[flexcoders] Re: Working with a tree

2006-03-30 Thread Jeremy Rottman
change is because of issues with CFCs). Also, how are you supplying the data to the tree? By setting its dataProvider property in code somewhere? --- In flexcoders@yahoogroups.com, Jeremy Rottman rottmanj@ wrote: In my app, I have a tree that is suposed to display all documents

[flexcoders] help with a tree

2006-03-31 Thread Jeremy Rottman
I have a tree in my app that is supsoed to display a tree of folders and documents under those folders. The folders are suposed to be nodes and the documents are suposed to be children of those nodes.Right now, my tree does not display any structure. Can somenoe help me with this, it is

[flexcoders] DG not triggering doubleClick event

2006-04-06 Thread Jeremy Rottman
I have a dg that I am using to display semi-detailed search results. In FB2B1 I used doubleclick to change the state of the search to edit. Now that I have updated to FB2B2 my doubleClick event no longer works. Anyone have an idea what the changed or how I can fix this. Here is my code.

[flexcoders] Calling previous state

2006-04-10 Thread Jeremy Rottman
I am working on my app, and I have run into a situation where I need change states and then when a user saves it takes them back to thier previous state. Is there something like previousState? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Re: Calling previous state

2006-04-10 Thread Jeremy Rottman
PROTECTED] On Behalf Of Jeremy Rottman Sent: Monday, April 10, 2006 2:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Calling previous state I am working on my app, and I have run into a situation where I need change states and then when a user saves it takes them back to thier

[flexcoders] Re: Calling previous state

2006-04-10 Thread Jeremy Rottman
; } // Returns User to Previous State public function returnState() { parentApplication.currentState = prevState; } --- In flexcoders@yahoogroups.com, Jeremy Rottman [EMAIL PROTECTED] wrote: this is code that I am trying. But it gives me

[flexcoders] Re: **JOB **Flex developer needed ASAP (Contract to hire!!).

2006-04-12 Thread Jeremy Rottman
Very funny stuff guys. It always makes me laugh, when I get a call on my cell asking me if I am avaliable for a contract. Even more so when I am sitting in my office and the ask if I want a contract. I personally hate recruiting/placement companies. To many times, I have met with them only to

[flexcoders] Re: Storing Datagrid data in XML File

2006-04-13 Thread Jeremy Rottman
Are you talking about using an xml file as a dataprovider that populates datagrid, or are you talking about an editable grid that saves to an xml file? --- In flexcoders@yahoogroups.com, MS Imtiyaz [EMAIL PROTECTED] wrote: Hi This is my first mail to flex coders, Iam very new to flex

[flexcoders] editable Datagrid + Event Listener

2006-04-13 Thread Jeremy Rottman
I am using an editable datagrid that allows admins to enter a number that is stored in my database. Since flex does have the enter attribute for the datagrid, I wrote a listener to handle the enter key for me. However, I cant figure out how to apply it to my datagrid. Can someone give me a bit of

[flexcoders] Combobox selected item

2006-04-18 Thread Jeremy Rottman
In my app, the admins can go from add record to edit record. When they enter the edit record, the comobo boxes should be set to the selected item that is stored in the database. How ever I cant get this to work. Here is the code I am trying. The text inputs work fine, it is just the comboboxes

[flexcoders] Re: Combobox selected item

2006-04-18 Thread Jeremy Rottman
if your comboBox just contains simple values. Otherwise, you'll have to dig into the selectedItem object to get what you want. -Tom On 4/18/06, Jeremy Rottman [EMAIL PROTECTED] wrote: In my app, the admins can go from add record to edit record. When they enter the edit record

[flexcoders] Help with populating from array

2006-04-24 Thread Jeremy Rottman
2500 AGENTCOMM 31500 AGENTNAME Jeremy Rottman COMMTOTAL 3

[flexcoders] Re: Looping output

2006-04-24 Thread Jeremy Rottman
=0;imyArray.length;i++) { oElement = myArray[i]; } Or for (var key in myObject) { oTemp = myObject[key]; } Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Monday, April 24, 2006 4:50 PM To: flexcoders

[flexcoders] Re: Help with populating from array

2006-04-24 Thread Jeremy Rottman
31500 AGENTNAME Jeremy Rottman COMMTOTAL 3 EN0 50

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
Cynergy Systems, Inc. http://www.cynergysystems.com -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Tuesday, April 25, 2006 3:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Looping output I am trying

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
= 100%; newCanvas.id = 'canvas' i; var newLabel = var newLabel =parentApplication.closing.'grid' i.'gridRow' i.'gridItem' i.'canvas' i.createChild(mx.controls.Label, undefined); newLabel.id = 'name' i newLabel.test = 'TEST' } --- In flexcoders@yahoogroups.com, Jeremy Rottman [EMAIL

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
intance variable name in the rest of the code. i.e. var newGridRow = parentApplication.closing.newGrid.createChild(mx.containers.GridRow, undefined); --Suresh Akula. --- Jeremy Rottman [EMAIL PROTECTED] wrote: I am still working on this. And I have run into an issue. When I create

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
@yahoogroups.com, Suresh Akula [EMAIL PROTECTED] wrote: try it out this parentApplication.closing.createChild(mx.containers.Grid, undefined,{id = grid+i}); --Suresh --- Jeremy Rottman [EMAIL PROTECTED] wrote: Well I tried what you said Suresh, and it is still a no go. Here is my updated

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
= parentApplication.closing.mainPanel.subCanvas.createChildren(mx.controls\ .Label, undefined ); newLabel.text = 'test'; newLabel.x = 10; newLabel.y = 300; --- In flexcoders@yahoogroups.com, Jeremy Rottman [EMAIL PROTECTED] wrote: I have tried that, and still doesnt work. I have tried testing with just this. var newLabel

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
PROTECTED] On Behalf Of Jeremy Rottman Sent: Tuesday, April 25, 2006 5:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Looping output opps didnt fully explain my last post. I removed the for loop in my function, and tried testing with this. I am trying to create the label

[flexcoders] Re: Looping output

2006-04-25 Thread Jeremy Rottman
= '100%'; newCanvas.height = '100%'; parentApplication.closing.mainBox.addChild(newCanvas); } --- In flexcoders@yahoogroups.com, Jeremy Rottman [EMAIL PROTECTED] wrote: I finally got it figured out. BTw this is for F2B2 only. var newLabel:Label = new Label(); newLabel.text = 'TEST'; newLabel.x

[flexcoders] Adding a child to a vbox

2006-04-26 Thread Jeremy Rottman
I am still working on this. I need to dynamically create a grid with a single row, and two items. Then I need to create labels, and text input inside the grid. However, I cant get to that point yet, I am still unable to the complete grid w/ a test label in side the grid. I am working with in

[flexcoders] Help with a Bug

2006-04-27 Thread Jeremy Rottman
I am working on my app, and I was creating a link to my webservice, when I came across this. I am not sure if it is a bug or something wrong with my code. The webservice I am using, is coded exactly the same way all my other working webservices are coded. Anyone else have this issue. Here is

[flexcoders] Populating inputs.

2006-04-27 Thread Jeremy Rottman
In the user edit section of my application. I have setup multiple tabs. Under the tabs there are text inputs components that I am trying to populate. The first tab populates just fine, it is the text inputs on other tabs that I cant get populated. I am using this function to populate my text

[flexcoders] Re: Populating inputs.

2006-04-27 Thread Jeremy Rottman
on the social property. Are you sure it's not result.social? -Tom On 4/27/06, Jeremy Rottman [EMAIL PROTECTED] wrote: In the user edit section of my application. I have setup multiple tabs. Under the tabs there are text inputs components that I am trying to populate. The first tab

[flexcoders] Re: Adding a child to a vbox

2006-04-28 Thread Jeremy Rottman
Of Jeremy Rottman Sent: Wednesday, April 26, 2006 8:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Adding a child to a vbox I am still working on this. I need to dynamically create a grid with a single row, and two items. Then I need to create labels, and text input inside the grid

[flexcoders] Re: Adding a child to a vbox

2006-04-28 Thread Jeremy Rottman
@yahoogroups.com, Jeremy Rottman [EMAIL PROTECTED] wrote: I have to use parentApplication because I am trying to create this grid from another state. So I have to work on the parent level. I have never used getChildByName, would I use it like this. parentApplication.closing.mainBox.getChildByName

[flexcoders] Re: Adding a child to a vbox

2006-04-28 Thread Jeremy Rottman
GY ________ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Friday, April 28, 2006 1:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Adding a child to a vbox I think the issue, is when I try to add a ch

[flexcoders] Re: Could not resolve mx:Application to a component implementation

2006-04-29 Thread Jeremy Rottman
Did you import this project. I was getting this exact same error when I tried to import a project from f2b1 into f2b2. If you are importing this is what I did. I would create a new project, then take all the mxml code only and dump it into my new project, and it would build just fine.

[flexcoders] Setting up named webservices in F2B2

2006-04-30 Thread Jeremy Rottman
I am using F2B2 and I am having a hard time trying to figure out how to setup named webservices. I am not using FDS. Anyone know how I can do this? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Creating a two item grid row with addChild. Need big time help.

2006-05-08 Thread Jeremy Rottman
I am working with some test code to create a two item grid row using add child. I can create a single item grid row, and have it output my test but it does work when I try to add two items. I return from my cfc, an array that holds all the information to populate this. Depending on how many I

[flexcoders] Validating text inputs upon submission

2006-05-10 Thread Jeremy Rottman
In my app, I have several inputs fields that I have to validate before submission to my cfc. Can someone show me how I can do this? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Removing an item on a dg.

2006-05-11 Thread Jeremy Rottman
In my app, I have a datagrid, and I allow poeple to delete items from this grid. If a datagrid where to have 5 items, and the user selected the 3rd item and hits delete, it removes the first item in the datagrid instead of the selected item.

[flexcoders] Cannot Assign to non-reference value error

2006-05-16 Thread Jeremy Rottman
I am working on my app, and ran into this error. I have searched all over live docs and they are just as ambiguous as the error its self. Can someone give me a lead in the right direction. Here is my code. public function ClosingDisplayModcloseResQryResult ( result ){ for (var

[flexcoders] need a bit of help with some logic.

2006-05-18 Thread Jeremy Rottman
I am working on a section of my test app and I need a bit of help with the logic. In the function below, I have my outputs in a grid. And the grid is hidden until certain conditions are met. The issue I have is, when I have 2 or more returned values from my cfc. The first if statement gets

[flexcoders] Re: need a bit of help with some logic.

2006-05-18 Thread Jeremy Rottman
have a clue why it would do this. --- In flexcoders@yahoogroups.com, Jeremy Rottman [EMAIL PROTECTED] wrote: I am working on a section of my test app and I need a bit of help with the logic. In the function below, I have my outputs in a grid. And the grid is hidden until certain conditions

[flexcoders] Werid bug in my code

2006-07-12 Thread Jeremy Rottman
I am working on a realestate app, the section I am working is where an admin converts an active listing to a sale. The process is pretty strait forward, I take all the data from the listing and insert it into the sale table. If the the listing has already been converted it returns and error and

[flexcoders] Re: TODO and FIXME in Builder ?

2006-07-19 Thread Jeremy Rottman
I also would like to know if this works. Anyone have any info on this. I would to drop notepad and work with someone with in flex ide. --- In flexcoders@yahoogroups.com, Jean-Luc ESSER [EMAIL PROTECTED] wrote: Maybe missed it, but did'nt find anybody asking how to implement the TODO and FIXME

[flexcoders] Modifying Alert popups

2006-07-19 Thread Jeremy Rottman
I am trying to modify an alert popup, so that I have these three choices below. Abandon Incomplete Cancel My issue is, I cant change the label on the buttons even though I am using the example from the live docs. How do I change the label This is the code I an trying public static var

Re: [flexcoders] Re: Modifying Alert popups

2006-07-19 Thread Jeremy Rottman
Ah thanks Tim worked like a charm. __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] Re: return STRUCT type from CFC to flex

2006-07-19 Thread Jeremy Rottman
Can you post some more code, cant really tell much by why what you are showing here. What type of data connection are you using RO, Webservices, httpservice? --- In flexcoders@yahoogroups.com, Nick Collins [EMAIL PROTECTED] wrote: I'm having some difficulties returning my variables from my

[flexcoders] Remoteobject help

2006-07-27 Thread Jeremy Rottman
I am trying to get my test app to work with remoteobjects, but thus far I have been sol. I am using a simple tutorial I found online, but I keep getting this error. faultCode:InvokeFailed faultString:'[MessagingError message='Unknown destination 'ColdFusion'.']' faultDetail:'Couldn't establish a

[flexcoders] Re: Remoteobject help

2006-07-27 Thread Jeremy Rottman
even with defining the uri I get the same issue. Everywhere I have looked not a single tutorial has said to define the uri in the channels section of hte service-config.xml file To give a little more info. My cf server runs on linux. cfserver install root: /opt/coldfusionmx7/ web root

[flexcoders] Re: Remoteobject help

2006-07-27 Thread Jeremy Rottman
Well when I use this url I get the normal blank display. http://fx3.homesmartagent.com/flex2gateway/ when I use the url with the context root I get a 404 error. http://fx3.homesmartagent.com/test/flex2gateway/ I also use a named based virtual host setup. Even when I define the uri with the

[flexcoders] Re: Remoteobject help

2006-07-27 Thread Jeremy Rottman
ok well I got it to work with this code. But this isnt exactly how I want it to work. Do I have to use test.component name and do I have to add the end point. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script

[flexcoders] A doozie of a grid problem.

2006-08-01 Thread Jeremy Rottman
Ok so I have a doozie of a datagrid problem. In my application, I use a datagrid to display all agents/vendors/clients attached to a file, this works great. Now my problem is this, I need to add a numeric stepper to my grid. This stepper is to be used to display/modify agents commission percent.

[flexcoders] Need a little help with some as.

2006-08-04 Thread Jeremy Rottman
I am using hbox's to display various information in my app. I have two sides to any given file. Seller on one side and Buyer on the other. On my closing screen, I have 3 sets of these hbox's. Thier visibility is hidden. I am using a for loop to over over each of the sides that I return from my

[flexcoders] Dynamic combobox

2006-08-11 Thread Jeremy Rottman
I am working on an branch/ip manager system, and I have run into an issue. In my application, I have a method that calls all branchs from my database, I am returning the object as a query from my cfc. The display for the data grid works perfectly, but I am having an issue populating dynamically

[flexcoders] Re: Dynamic combobox

2006-08-13 Thread Jeremy Rottman
Yes I am returng several records in the result object. I re-wrote this and tried to use a for loop over the results, and that didnt get me anywhere either. --- In flexcoders@yahoogroups.com, Jeremy Lu [EMAIL PROTECTED] wrote: The red line seems very suspecious, I guess this has something to do

Re: [flexcoders] Re: Dynamic combobox

2006-08-13 Thread Jeremy Rottman
I ahve already traced and debugged them, and they are perfectly fine. The records I am returning to my objects are returned as query objects from my cfc.On 8/13/06, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Try trace and debug branchID.dataProvider =

[flexcoders] Comobox dataprovider from an array

2006-08-14 Thread Jeremy Rottman
I am returning an array from my cfc, that holds data that I need to use to populate a combobox. I am returing the array objects NAME and ID from my cfc, I am trying to assign the return object NAME as the label of the combobox and assign the return object ID as the data for the combo box. this

[flexcoders] Passing multiselect list to cfc

2006-08-16 Thread Jeremy Rottman
I am using a multi select list that holds all the states for the US. I need to pass the selected states to my cfc, but first I am trying to see how the information will be passed. Currently I am testing with the code below, but the code does not work. It does not display anything inside of the

[flexcoders] Remote object help again..

2006-08-23 Thread Jeremy Rottman
I am working on a simple application that uses remote objects to pass data to and from my db. But I keep running into the same problem. In my services-config.xml file, I have setup the destination ROTEST. It looks like this destination id=ROTEST channels

[flexcoders] Limiting decimal places

2006-08-24 Thread Jeremy Rottman
In my application, I am doing auto calculations of dollar amounts that are based on several forumlas. The problem that I am having is that the some times the dollar amounts are coming out as something like this. 1499.9993939393939. I am trying to figure out how to limit the decimal places to

Re: [flexcoders] Re: Remote object help again..

2006-08-24 Thread Jeremy Rottman
'Apply' It would be very helpful to get a confirmation from Adobe for this bug. Thanks, Mark --- In flexcoders@yahoogroups.com mailto: flexcoders%40yahoogroups.com , Jeremy Rottman rottmanList@ wrote: I am working on a simple application that uses remote objects to pass data

[flexcoders] Weird problem with my search.

2006-08-25 Thread Jeremy Rottman
In my application I have a setup a search screen. I was asked to add in two more search parameters, House Number and Street. In all I have 3 search parameters, searchTerm, searchKey, and seachStatus. The searchTerm, is the term they are trying to find, the key is the parameter they are searching

[flexcoders] Flash player error.. I cant figure it out.

2006-08-28 Thread Jeremy Rottman
I am working on a simple app that shows how to add data/display data/and edit data in a flex/cf enviroment. But when I run my app, I keep getting this error. I have search everywhere for this error, and all I come up with is a very vague discription. The error does not keep my app from working, it

[flexcoders] services-config with multiple endpoints

2006-11-30 Thread Jeremy Rottman
We are nearing the end of our flex application development cycle, and about to head into beta testing. Something I have been thinking about for a while now is how we are going to instance the application. One of the things I am looking into is multiple remote object end points. So that if we an

[flexcoders] addChild not showing!!

2006-12-11 Thread Jeremy Rottman
I'm trying to create a preloader for a flex application I'm making and I'm using Ted's Custom Preloader as a basis for a start point. The problem I'm having is when I try to add my child canvas to the screen that has the labels I added to that canvas it is not showing on the screen. Is there

[flexcoders] Checkbox MenuBar

2006-12-19 Thread Jeremy Rottman
I'm having trouble thinking of a way to accomplish the next step in my application. Basically what we have right now is a menu bar that is created from a mysql query. That part I have working fine. The next part that I'm working on is a permission based system that say an admin were to login and

Re: [flexcoders] Checkbox MenuBar

2006-12-20 Thread Jeremy Rottman
correctly: you want to have a horizontal menu bar where each item will drop down a list of checkbox controls when selected? Cheers, Lach On 20/12/2006, at 10:37 AM, Jeremy Rottman wrote: I'm having trouble thinking of a way to accomplish the next step in my application. Basically what we have right now

Re: [flexcoders] crossdomain.xml - is there an alternative ?

2006-12-20 Thread Jeremy Rottman
Mark is correct, if you put your crossdomain.xml file inside of the document root that is the first place flex / flash look for it, if it doesn't find it inside of there, then the second place it looks is the directory that the swf is sitting inside of. So place your crossdomain.xml file in

[flexcoders] Drag N' Drop Tree Issues

2007-01-10 Thread Jeremy Rottman
I am working with a tree component that is being used to display test documents that are in various folders on my server. What I am trying to work out is moving one document from one node to another node. When the drag is complete it sends data to my cfc that then moves the document on the server

[flexcoders] Re: Drag N' Drop Tree Issues

2007-01-10 Thread Jeremy Rottman
We got it figured out. This is what we did. private function onDragStart(event:DragEvent):void{ sourceUUID = docTree.getParentItem(docTree.selectedItem) destFile = docTree.selectedItem.label; }

[flexcoders] Getting Data into flex

2005-06-29 Thread Jeremy Rottman
I have recently started programming in flex. Only about a week into it. So far I can gotten a fairly good understanding of it. But the one issue that I am having ins bringing data in from a database. My current setup is. Coldfusion mx 7.0 (bound to apache 2.54.0) Apache 2.54.0 mysql 4.* Flex 1.5

[flexcoders] Flex w/ apachecfmx7

2005-07-09 Thread Jeremy Rottman
I am working on getting flex setup in a different enviroment so I can fully test it's deploy speed. I have a test server setup, with an exttremly light install of mdk 10.2. With that I have apache 2.0.54 installed and fired up. I also have coldfusionmx 7 installed. I have followed the steps

[flexcoders] flex with coldfusion cfc's

2005-07-28 Thread Jeremy Rottman
I am still working with flex and my database structure. The question I have at hand is this. I have a coldfusion cfc that I have written, and would like to use it as my remote object. Right now I am still in the process of learning to bind the data from my cfc to my flex app. So here my my

[flexcoders] Re: flex with coldfusion cfc's

2005-07-29 Thread Jeremy Rottman
Humm I could have sworn I attached this last time. But here is my cfc. !-- # # HS System # #Written by: Jeremy Rottman # #Updated: 07/28/2005

  1   2   3   >