[flexcoders] Re: Flex Contract in Financial Services company

2012-10-26 Thread k.sigiscar
; /a From: k.sigiscar k.sigiscar@... To: flexcoders@yahoogroups.com Sent: Wednesday, 17 October 2012 1:39 PM Subject: [flexcoders] Re: Flex Contract in Financial Services company   Hi Mark, Sorry, on location only. --- In flexcoders@yahoogroups.com, markflex2007

[flexcoders] Re: Flex Contract in Financial Services company

2012-10-17 Thread k.sigiscar
Hi Mark, Sorry, on location only. --- In flexcoders@yahoogroups.com, markflex2007 markflex2007@... wrote: May I work remotely?Thanks --- In flexcoders@yahoogroups.com, k.sigiscar k.sigiscar@ wrote: Hi, We have an opening for a Flex contractor on a large Market Surveillance

[flexcoders] Flex Contract in Financial Services company

2012-10-16 Thread k.sigiscar
Hi, We have an opening for a Flex contractor on a large Market Surveillance application. You must know Swiz / Parsley, Flex 3 to 4.5, BlazeDS / LCDS / GraniteDS, Unit testing. Start: ASAP Duration: 3 months Daily rate: GBP 350-550 Best regards, Karl Sigiscar.

[flexcoders] Re: Resetting Chart scale on LineAxis

2012-07-11 Thread k.sigiscar
and data looks like, and how you add/discard new data. I see you already ran into this and did not work... https://userflex.wordpress.com/2011/04/21/update-linear-axis/ C From: k.sigiscar k.sigiscar@... To: flexcoders@yahoogroups.com Sent: Monday, July

[flexcoders] Re: Data children disappearing when off range on DateTimeAxis

2012-07-11 Thread k.sigiscar
I checked the Flex JIRA bugs and found this entry, which might explain the problem: https://bugs.adobe.com/jira/browse/FLEXDMV-1674 --- In flexcoders@yahoogroups.com, k.sigiscar k.sigiscar@... wrote: Hi, I have a mx:CartesianDataCanvas

[flexcoders] Re: Resetting Chart scale on LineAxis

2012-07-11 Thread k.sigiscar
I have checked out the Flex JIRA and this might be the issue since I use ColumnSet in my chart component: https://bugs.adobe.com/jira/browse/FLEXDMV-1674

[flexcoders] Resetting Chart scale on LineAxis

2012-07-09 Thread k.sigiscar
Hi, I have a chart with dynamic series on a LinearAxis (Y) and a DateTimeAxis (X). The series visibility can be set to true / false by the user. When a series with a very high value is displayed, the rest of the chart is scaled down. When the series with the high values is then discarded

[flexcoders] Re: Resetting Chart scale on LineAxis

2012-07-09 Thread k.sigiscar
/update-linear-axis/ C From: k.sigiscar k.sigiscar@... To: flexcoders@yahoogroups.com Sent: Monday, July 9, 2012 10:24 AM Subject: [flexcoders] Resetting Chart scale on LineAxis   Hi, I have a chart with dynamic series on a LinearAxis (Y

[flexcoders] Re: Resetting Chart scale on LineAxis

2012-07-09 Thread k.sigiscar
can add/remove data from a button. If you can have that I can also try to have a look at it. HTH, C From: k.sigiscar k.sigiscar@... To: flexcoders@yahoogroups.com Sent: Monday, July 9, 2012 3:19 PM Subject: [flexcoders] Re: Resetting Chart scale

[flexcoders] Data children disappearing when off range on DateTimeAxis

2012-05-04 Thread k.sigiscar
Hi, I have a mx:CartesianDataCanvas: mx:annotationElements mx:CartesianDataCanvas id=volumeColumnForegroundCanvas / /mx:annotationElements On which I add some data children

[flexcoders] Dynamic Chart Series problem

2012-04-17 Thread k.sigiscar
Hi, I have created a custom chart component with dynamic series. Everything but the VWAP series is shown. I have tried created an empty array, assign series to it then set the series of the priceAreaChart instead of pushing them one by one. To no avail. I have tried using

[flexcoders] Re: Dynamic Chart Series problem

2012-04-17 Thread k.sigiscar
Problem solved: I just commented that line: pricesHLOCChart.series.push(vwapLineSeries); // Same VWAP line series as the AreaChart Added the same series to two different charts causes trouble. --- In flexcoders@yahoogroups.com, k.sigiscar k.sigiscar@... wrote: Hi, I have created

[flexcoders] CSS Type selectors are not supported in component

2012-03-07 Thread k.sigiscar
Hi, I have a custom ActionScript component with a lot of [Style] metadata. I have overriden the styleChanged and commitProperties methods, I getStyle in styleChanged and setStyle in commitProperties on the children. Everything works when I set the styles directly on the component declaration

[flexcoders] How to find intersection point between a lineseries and a vertical line.

2012-03-06 Thread k.sigiscar
Somebody asked the same question on the Adobe forum a while back, to no avail: http://forums.adobe.com/message/3435124 Did somebody on this forum succeed in doing such a thing ?

[flexcoders] Re: How to find intersection point between a lineseries and a vertical line.

2012-03-06 Thread k.sigiscar
Thanks Brendan.

[flexcoders] Offset with addDataChild() on DataDrawingCanvas or CartesianDataCanvas

2012-03-05 Thread k.sigiscar
Hi, I use addDataChild() on a canvas to add some elements along a chart. However, there is an offset between the element added and the line series. Any clue ? Cheers, Karl.

[flexcoders] Embedded font not working with some components

2010-04-01 Thread k.sigiscar
Hi, I have an embedded font that works perfect in a Flex 3 application. This is a shell that loads modules. Each module has views using a set of standard UI components. They all use the same fontFamily using the embedded font. All UIComponents used in modules are referred in the shell so they

[SPAM] [flexcoders] Re: how to open pdf, word file using flex

2010-01-05 Thread k.sigiscar
Hi, Yes, you need to create a PDF template with Adobe Livecycle Designer with the relevant fields. Then your Flex app must send XML data to your PDF remote object (residing on the LCDS Server) with the name of the XML nodes matching those of the fields in the PDF template (for data

[flexcoders] Data Management Service: affecting several tables

2009-02-27 Thread k.sigiscar
Hello, This is an architectural question. We have a project where we have a process that uses EJB3 to insert/update/delete to several tables at once when it receives data from the client. But right now, we use Remote Object to trigger that process. I would like to use an Assembler to use the

[flexcoders] data grid columns adjustment

2009-01-19 Thread k.sigiscar
Hi, I'm working on datagrid columns adjustment based on the content of cells. Basically columns widths are adjusted based on maximum cell width in the column. I extended the DataGrid class and added adjustment on setting of dataprovider. The problem is that columns are not adjusted if the

[flexcoders] Re: Datagrid columns autosize

2009-01-09 Thread k.sigiscar
] *On Behalf Of *k.sigiscar *Sent:* Thursday, January 08, 2009 3:56 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Datagrid columns autosize Hello, I was wondering if somebody had a solution for sizing automatically the width of datagrid columns based on their content

[flexcoders] Datagrid columns autosize

2009-01-08 Thread k.sigiscar
Hello, I was wondering if somebody had a solution for sizing automatically the width of datagrid columns based on their content. I have seen some implementations but none are satisfactory in terms of performance/stability. Thanks, Karl.

[flexcoders] Re: Can the Data Management Service detect database changes (not client changes) ?

2008-11-20 Thread k.sigiscar
process, you listen for that JMS message and use the DataServiceTransaction api to push that change out to the clients. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of k.sigiscar Sent: Wednesday, November 19, 2008 3:55 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] Can the Data Management Service detect database changes (not client changes) ?

2008-11-19 Thread k.sigiscar
Is it possible with LCDS to have the Data Management Service detect database changes ? We already have LCDS configured with a custom Java assembler. Any change commited on a client reflects to other clients and in the database too. But we also have some backend processes changing the database. In