[flexcoders] Text content larger than 16384 bytes may not be included at compile-time (740684

2005-08-11 Thread cnewroth55
I have an xml file that is 26000 lines long and am trying to read it into a datagrid, when i do i get the error listed as the subject: Text content larger than 16384 bytes may not be included at compile- time (740684) any idead why i am getting this? have nto seen this before thx all

[flexcoders] problem with cell renderer showing data in datagrid twice

2005-08-11 Thread cnewroth55
okay, heres one for all; i have a datagrid and the last cell i wanted to put a combo box in it with a set of selections for a user to pick from. got the cell renederer to work and it puts the combo box in it, however if yu select an item from them combo box, it will put that selection in the

[flexcoders] okay i am stuck

2005-08-12 Thread cnewroth55
okay, i have a datagrid that I am populating with a cfc, and want to be able to write any changes back to the db. so this is kind of a Flex/CF question. I know i am going to have to loop over my dg items, but am not exactly sure how to do this... is 'datagrid1 in itself going to be returned as

[flexcoders] Re: Calling ArrayStructures in CFCs from Flex

2005-08-12 Thread cnewroth55
not sure if this will help Darius, but here is how i did basically the same thing...hth * CFC code * !--- The coldfusion component or 'cfc' is defined within the scope of the cfcomponent tag --- cfcomponent hint=This is the empObj component which provides query functionality to Flex

[flexcoders] RemoteObject Error - maybe some one can help!!!

2005-09-16 Thread cnewroth55
have this .class file that i am trying to access as a RO, and when i try to access it, the error i am getting back from the network monitor is: (Unsupported major.minor version 49.0) had a co-worker compile the .java file for me, so i dont know what version to maybe have him make it availble

[flexcoders] Re: MACR +3.35

2005-09-20 Thread cnewroth55
no you dont, i lost about 2000.00 in that little deal due to jeremy's screwing around with itthen in class action lawsuit only recovered about 30cents on the dollar... they make great products yes, but they get enough of my monies with out me having to invest in them as well.. ;) --- In

[flexcoders] Security error - can anyone help with this?

2005-10-26 Thread cnewroth55
I am getting the following popup error when i try to access the examples on my secured server. Any one seen this before and I ahve my flex-config wide open.. HTTPService Fault: sun.security.validator.ValidatorExecption: no trusted certificate could be found i am on a https connection, so it

[flexcoders] creditcard dashboard - for Alistair

2005-04-28 Thread cnewroth55
Alistair McLeod: I am trying to get chapters 22-25 to run. THe creditcard dashboard, and have had to change a few of the name space things, but this one has me stumped, in the file SalesByCard (folder charts) you reference an xlmns of (well see code)to the url at mm, this does not exist. how

[flexcoders] Re: creditcard dashboard - for Alistair

2005-04-28 Thread cnewroth55
viruses transmitted by the e-mail. Please ensure your own checks are carried out before any attachments are opened. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cnewroth55 Sent: 28 April 2005 13:16 To: flexcoders@yahoogroups.com

[flexcoders] Re: creditcard dashboard - for Alistair

2005-04-28 Thread cnewroth55
. There is also the documentation. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cnewroth55 Sent: Thursday, April 28, 2005 1:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: creditcard dashboard - for Alistair okay, so I

[flexcoders] xml data from the Charting Components Explorer on MM' Site

2005-05-03 Thread cnewroth55
SOme one was askign for the the xml data file that was on MM's Charting Component Explorer? Well, I did not find that file but made my own and is works okay...so here is the structure: (this works for the Tips and Misc section, just subtitute you data for mine)(I saved this as data.xml) ?xml

[flexcoders] help enabling or disabling a control when a user selects something

2005-05-05 Thread cnewroth55
What I am trying to do (with out much success) is to disable the one list container(srcgrid) if a person drags All Reports into the destination list container(destgrid), I have tried using selectedIndices with both the text and the value of zero as this is the index of all reports but it

[flexcoders] calling a CFR from a CFC

2005-05-11 Thread cnewroth55
I understand I can easily call a cfc in a cfm file and then use the cfreport tag in the cfm file to call the template and use the query returned by the cfc for my report. However what I want to do is a bit different. I would like to have a function in my cfc that does the query and another

[flexcoders] how to use a repeater question

2005-05-12 Thread cnewroth55
is it possible to use a repeater control to 'duplicate' a group of checkboxes? I have this text array i would like to have put into a group of checkboxes; ![CDATA[ var thrustData:Array = [All Reports, ASMT - Affordable Structures Mfg. Tech., ALE - Advanced Lean Efficient, ASC - Advanced

[flexcoders] Re: calling a CFR from a CFC - got it working!

2005-05-12 Thread cnewroth55
are on there). cnewroth55 wrote: I understand I can easily call a cfc in a cfm file and then use the cfreport tag in the cfm file to call the template and use the query returned by the cfc for my report. However what I want to do is a bit different. I would like to have a function in my cfc that does

[flexcoders] media control question

2005-05-13 Thread cnewroth55
First what a great forumnow the question, I have a media control to play my flv, but when i click on another 'button' to bring up a different component in my app, the media controller continues to play the flv file. I have tried in my AS code that controls my hide/show functions and I get this

[flexcoders] Re: media control question - fixed THANKS Abdul

2005-05-13 Thread cnewroth55
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cnewroth55 Sent: Friday, May 13, 2005 5:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] media control question First what a great forumnow the question, I have a media control to play

[flexcoders] can I bind more that one checkbox to a send request?

2005-05-19 Thread cnewroth55
I have a form that has several different checkboxes and need to pass any of their respected labels (or data) to a webservice cfc..what i what to do is be able to pass any of the below up to my webservice call. the code for the web service call is below this...; mx:VBox

[flexcoders] using the Style control tag

2005-05-19 Thread cnewroth55
not sure if anyone else knows this, but I tried to use the mx:Style tag to set a style in one of my components, and when I did i got an error that said CSS type selectors are not supported in components, here is what I had: mx:Style LinkBar {some style stuf } /mx:Style however this is wrong

[flexcoders] prblem with getting dat back from A Remote Object

2005-06-02 Thread cnewroth55
hi all, I am haiving a problem getting my data back from my call to a RO. It looks like (in the network monitor) that the call is working, but I am not getting any data back into my datagrid (where i think i have the binding right). the netowrk monitor shows this: Method:

[flexcoders] Bug with RO Tag - can anyone explain or have noticed...

2005-06-07 Thread cnewroth55
I have a RO object call. heres the code; mx:RemoteObject source=gvs._cfc.gvs_queries id=gvsQueriesRO endpoint=http://mydomainsbox.com/flashservices/gateway; result=reviewThrusts=event.result mx:method name=Thrust_Query mx:arguments ThrustName{thrustCB.selectedItem}/ThrustName /mx:arguments

[flexcoders] getting data to a webservice from a tree node

2005-07-15 Thread cnewroth55
how does one get data from a selected tree node to a parameter in a web service? I have a tree and tried doing the selectedItem. call but it doesn't pass the data up to the webservice; here is the webserice call; mx:WebService wsdl=http://127.0.0.1:8300/components/getTechPOCUserID.cfc?wsdl;

[flexcoders] Re: getting data to a webservice from a tree node - fix found (sort of)

2005-07-15 Thread cnewroth55
? --- In flexcoders@yahoogroups.com, cnewroth55 [EMAIL PROTECTED] wrote: how does one get data from a selected tree node to a parameter in a web service? I have a tree and tried doing the selectedItem. call but it doesn't pass the data up to the webservice; here is the webserice call

[flexcoders] Re: getting data to a webservice from a tree node - fix found (sort of)

2005-07-15 Thread cnewroth55
) Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cnewroth55 Sent: Friday, July 15, 2005 10:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: getting data to a webservice from a tree node - fix found (sort of) well, i

[flexcoders] How to Send the Entire Contents of a DataGrid to a CFC

2006-09-25 Thread cnewroth55
howdy all: been awhile since i posted or asked anytyhing, but i am in desparate need of an example of how to send the ENTIRE contents of a datagrid that has been populated back to a CFC to update a DB. Peter Ent has been working with me and sending me some good code, but alas I am still

charting examples

2005-03-03 Thread cnewroth55
does anyone have any good examples of how to get data to and from a chart if RO's or CFC's? All the ones I have seen are static xml... thanks, Craig Newroth

zinger chart help

2005-03-04 Thread cnewroth55
okay, I am trying to follow the zingerChart Example from MM Flex dev site and have created my own columnCHart, what I want to do is to pass the mouseClickData to my webservice, specificaly the field 'displaygrd' so that the CFC can use this as an argument to get employess out of DB I am not sure

CFC's and Databinding in FLEX

2005-03-09 Thread cnewroth55
I am using a cfc to make a call to one of our LDAP servers that contain info on our employees, I used the Netdebugger and can see that I am getting data back, but it is not in the `usual' format (i.e when I make a DB call in a CFC to one of my `regular' db's, typically I get the datafields back

[flexcoders] how to make an object active?

2005-04-14 Thread cnewroth55
Here's a quickie that I am sure someone can answer pretty quickly; I have a radio group that has x number of items, and what I want to do is make a coulple of checkboxes either be greyed out (active) or in- active depending on which radiobutton a user clicks on; my code: if a user click on the

[flexcoders] how to remove the background color on a link tag

2005-04-15 Thread cnewroth55
How do I make either a mx:link tag's solid background go away? I just want the text to show up and when I mouseover it it change color, like what pillardata.com did on their menu at top? Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-19 Thread cnewroth55
Alistair: this component is being called from gvsStartA.mxmx Here is the code: !-- component displayGVSData.mxml -- ?xml version=1.0 encoding=utf-8? mx:Canvas xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Label text=Thrust Report Results for ASMT x=316 y=6 / mx:Model id=thrustdata

[flexcoders] How to read the Drive and place list into Tree?

2006-01-13 Thread cnewroth55
hi all, what i am looking to do is to have Flex or Cold Fusion, read the contents of a selected area of my drive and then display those contents into a Tree Control. Is this possible? and if so, are there any examples documenting how to do this? thx -- Flexcoders Mailing List FAQ: