[flexcoders] Flex Webservice for .NET - converting to C#

2010-05-25 Thread cjsteury2
I need to re-write my Flex app for C#.. this webservice will not run in VS2005, and I am pulling my hair out (not much left!). Does anyone have an idea why I get this error System.NullReferenceException: Object reference not set to an instance of an object at VTResults.GetResult() This is a S

[flexcoders] Re: Photo Viewer Sample App

2010-03-20 Thread cjsteury2
the Viewstack for this (very cool) app I hope they find this trick useful. CS --- In flexcoders@yahoogroups.com, "cjsteury2" wrote: > > Hi Again Amy, > Realizing that wasn't right I am now just getting a blank screen .. I am > still working on it so I'

[flexcoders] Re: Photo Viewer Sample App

2010-03-20 Thread cjsteury2
escriptors(); } } } --- In flexcoders@yahoogroups.com, "Amy" wrote: > > > > --- In flexcoders@yahoogroups.com, "cjsteury2" wrote: > > > > Hey Pete, > > > > I see you had the same issue I am experiencing today.. and i

[flexcoders] PhotoView App Problem

2010-03-20 Thread cjsteury2
heres my problem. If I try to modify this app so Carousel is default in Viewstack (move to top)... http://www.adobe.com/devnet/flex/samples/photo_explorer/ Then the Carousel component calls a resize="carousel.reset()" event on app load which throws an error 1/2 the time referencing null object.

[flexcoders] Re: Photo Viewer Sample App

2010-03-20 Thread cjsteury2
Hey Pete, I see you had the same issue I am experiencing today.. and its been 1/2 a day so far of pulling out hair. Do you remember how you solved this 3 years ago??? Craig --- In flexcoders@yahoogroups.com, P Smith wrote: > > The "Photo Viewer" Sample App has a ViewStack with 3 views:

[flexcoders] Submenu Opens Below Menubar on First Click (PROBLEM)

2010-02-22 Thread cjsteury2
the Submenu of the MenuBar opens Below the Menu Item on the First Click but there is no space at bottom... So it is not view-able. Then on second click it open above the MenuBar Item, correctly. Does anyone know how to fix this, please?? Craig

[flexcoders] Re: Nobody ever answers any of my posts...

2009-10-31 Thread cjsteury2
t; > > > > > > Maybe try starting them 1/2 to 1 pixel before your current positions and > > 1/2 to 1px after your end position. > > > > On Fri, Oct 30, 2009 at 6:41 PM, cjsteury2 wrote: > > > >> > >> > >> > >> > >>

[flexcoders] Re: Nobody ever answers any of my posts...

2009-10-31 Thread cjsteury2
> Maybe try starting them 1/2 to 1 pixel before your current positions and 1/2 > to 1px after your end position. > > On Fri, Oct 30, 2009 at 6:41 PM, cjsteury2 wrote: > > > > > > > > > > > --- In flexcoders@yahoogroups.com , > > "cjsteury

[flexcoders] Nobody ever answers any of my posts...

2009-10-30 Thread cjsteury2
--- In flexcoders@yahoogroups.com, "cjsteury2" wrote: > > Okay... i have finally figured out how to write a custom itemrenderer for > HOLC Chart Series Item... And the secret is posted below (about 99% of the > way)... can anyone PLEASE tell me how to render the Ope

[flexcoders] ItemRenderer for HOLC Chart Series Item

2009-10-30 Thread cjsteury2
Okay... i have finally figured out how to write a custom itemrenderer for HOLC Chart Series Item... And the secret is posted below (about 99% of the way)... can anyone PLEASE tell me how to render the Open and Close Tick marks correctly?? Using this code they are a little off... I have tried t

[flexcoders] Re: Question?? Best method for plotting a Moving Average

2009-10-30 Thread cjsteury2
tense to be done on the client. > > But, we have 5-7 years worth of data that we are looking at for calculations > > so you might not run into the same bottleneck we had > > > > -Jake > > > > On Fri, Oct 23, 2009 at 11:49 AM, cjsteury2 wrote: > > &g

[flexcoders] There Must Be A Way!

2009-10-28 Thread cjsteury2
I am trying to figure out how to do a 'per-item' fill for OHLC Style Chart for color of stroke for bar to be green when Close is greater than Open and Red for vice versa. The FillFunction is not support for OHLC Charts and I have tried to create my own but it displays only the color for the las

[flexcoders] Re: Question?? Best method for plotting a Moving Average

2009-10-23 Thread cjsteury2
period setting. eg.. a 20 day > MA won't start until the 20th day into the data set. > > If you're using a static dataset, you could do the calculation in Excel and > then save the entire datset as XML and just bring that into flex and plot the > MA from the existing v

[flexcoders] Question?? Best method for plotting a Moving Average

2009-10-18 Thread cjsteury2
Hi all, I am stumped. If I want to add an additional data series to a HLOC Chart that is a line series of a simple 20 day moving average for the closing price ("Close") value in an array collection (Array_Tickers)... how would I perform that calculation in Flex? How would I calculate "Close

[flexcoders] Re: .Net Web Services & Polling Question

2009-10-08 Thread cjsteury2
> > _ > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > Behalf Of cjsteury2 > Sent: Wednesday, October 07, 2009 10:49 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] .Net Web Services & Polling Question > > > >

[flexcoders] .Net Web Services & Polling Question

2009-10-07 Thread cjsteury2
Let me re-phrase my prior inquiry... If Using .net with SQL db and web services to communicate with FLEX front end components Charting and Datagrid... my questions is this... What is best way to get the components to 'auto-update'... with no page refresh... the pages are in a .Net framework.

[flexcoders] Flex Auto Poll Web Services

2009-10-06 Thread cjsteury2
Hi I have a Online Trading System in Flex 3.0 The charting is updated via Web Services to an ASP.net SQL Server. I'm having trouble figuring out the details to make the Controls, specifically the DataGrid and the OHLC Charts update without a page refresh. The SQL Server is updated with new data

[flexcoders] Flex Auto Poll Web Services

2009-10-06 Thread cjsteury2
Hi I have a Online Trading System in Flex 3.0 The charting is updated via Web Services to an ASP.net SQL Server. I'm having trouble figuring out the details to make the Controls, specifically the DataGrid and the OHLC Charts update without a page refresh. The SQL Server is updated with new data