[flexcoders] Re: Send variable to start flex application.

2007-01-30 Thread meathead
thing better than this. --- In flexcoders@yahoogroups.com, "michael_ramirez44" <[EMAIL PROTECTED]> wrote: > > Aaron, > > The guys over at Farat Systems have Flex and Excel talking. > http://flexblog.faratasystems.com/?p=85 > > Michael Ramirez > &

[flexcoders] Send variable to start flex application.

2007-01-30 Thread meathead
I don't know where to even start to look for this solution. What I want to do is have a local application(access, excel, etc.) have a button that launches a flex application. Easy enough. However, depending on which peice of data the original application is on, I'd like my flex applic

[flexcoders] Re: HTTPService not updating tilelist itemrenderer

2007-01-30 Thread meathead
ot;) w.WriteString(myReader2.Item("FileNameID")) w.WriteEndElement() End While End If w.WriteEndElement() w.Close() End Sub end of code** --- In flexcoders@yahoogroups.com, "meathead

[flexcoders] Re: HTTPService not updating tilelist itemrenderer

2007-01-30 Thread meathead
gt; > Another common solution to cache issues is to append some unique string > to the url. > > > > Tracy > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of meathead > Sent: Mon

[flexcoders] HTTPService not updating tilelist itemrenderer

2007-01-29 Thread meathead
Hi all, I've searched and searched and I can't figure this out. I've got a HTTPService to call XML from a SQL Server database and populate a TileList with LinkButtons using an itemrenderer. This works peachy keen. I am also able to click a button and add an entry to my database. This also w

[flexcoders] Re: Tree not updating with correct XML

2006-11-03 Thread meathead
d looking xml > > } > > > > And dataProvider="{myXML}" > > > > See if that does better for you. > > > > Tracy > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of meathead > Sent: Thursday,

[flexcoders] Re: Tree not updating with correct XML

2006-11-03 Thread meathead
ee is to be populated with the xml returned from your service, > then you should be setting the value of myXLC in the result event > handler of the HTTPService. > > |< > > Karl Johnson > Cynergy Systems > > ____ > > From: flexc

[flexcoders] Re: Tree not updating with correct XML

2006-11-02 Thread meathead
box with data from it. However, Nothing is showing in my tree. Nothing. Can anyone help? Thanks, Aaron --- In flexcoders@yahoogroups.com, "meathead" <[EMAIL PROTECTED]> wrote: > > You pretty much answered my question when you stated that the XML > tag gets set during com

[flexcoders] Re: Tree not updating with correct XML

2006-11-01 Thread meathead
cation is going to grab a copy of this data when it compiles and > build it in. > > If you are looking to grab data at runtime, you need to look at > something like an HTTP service tag to go and grab the data on command. > > Let me know if this answers your question, >

[flexcoders] Tree not updating with correct XML

2006-11-01 Thread meathead
Hi all, I'm at a loss here. I've got a tree set up to retrieve XML data. It works fine until the data in the XML changes. Then the tree won't reflect the new data until my flex application is recompiled. I believe when the application is being recomplied it's grabbing the XML and setting i

[flexcoders] Updated for retail build: Re: [BETA3] I am still having a problem.

2006-10-05 Thread meathead
;t know if this is a hack way to do this, but it worked and I slowly backed away from the keyboard. --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Tuesday 03 October 2006 20:55, meathead wrote: > > newNode = > > newNode = '&#x

[flexcoders] Updated for retail build: Re: [BETA3] I am still having a problem.

2006-10-03 Thread meathead
Would anyone have an idea on how to use a variable as the label? It seems that since the node is an object I can't force a string concatenation over it. I'd like to replace... newNode = With newNode = Thanks, --- In flexcoders@yahoogroups.com, "Jason" <[EMAIL PROTECTED]> wrote: >

[flexcoders] adding a checkbox to a panel component titlebar is missing label.

2006-07-21 Thread meathead
Hi all and thanks in advance, I have a user component based on a panel that I want to add a checkbox to the titlebar. I can add the checkbox, but the label is missing. In fact, what I'm setting the label to is turning into a tool tip. Anyone have ideas? My code follows. Thanks, Aaron

[flexcoders] Re: Pass a parameter in the event function of an addEventListener?

2006-07-14 Thread meathead
} ***END OF CODE** Just to note, the Flex builder intelisense will not pick up the button properties. Thanks, Aaron --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Wednesday 12 July 2006 22:13, meathead wrote: > > So I'm set

[flexcoders] Pass a parameter in the event function of an addEventListener?

2006-07-12 Thread meathead
hi all and thanks in advance, So I'm setting up buttons on the fly via actionscript and I want to pass an ID number based on which button was selected. I was going to use an addEventListener for the click event of the newly created button, but then I saw this on the live docs listener:Functio

[flexcoders] Re: newbie needs best practices in looping thru XML

2006-07-11 Thread meathead
(httpservice.lastResult.CircSec.CircuitID is ArrayCollection) > a = httpservice.lastResult.CircSec.CircuitID.source > else > a = [httpservice.lastResult.CircSec.CircuitID]; > > Hope that helps. > > > On 7/10/06, meathead <[EMAIL PROTECTED]> wrote: > > > > Hi all and thanks in advance, >

[flexcoders] newbie needs best practices in looping thru XML

2006-07-10 Thread meathead
Hi all and thanks in advance, I have a combo box that fires off an HTTPService based on results from selection. From this HTTPService, I want to make a new pane for each record returned in an accordion. I was returning correct answers for multiple records, but not for results that numbered in