[flexcoders] Flash Document Viewer like scribd

2007-04-30 Thread deepbits
Hi there, I am trying to create a flash document viewer like the one used on Scribd. Does anyone have any ideas on how they created it? Do they convert all their documents into PDF and then render the PDF in their Document Viewer? Or are these images that we scroll through? Will look forward

[flexcoders] Resize issue with custom control

2007-03-21 Thread deepbits
Hi there, I have a custom control which inherits from Panel. There are 3 such controls placed on a canvas. I want to click on a control and resize it. I am trying to do something lke this example http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.\

[flexcoders] How to switch a single axis chart to a dual axis chart ?

2007-03-15 Thread deepbits
Hi there, Is it possible to change a single axis chart to a dual axis chart and vice versa? Upon checking a check-box, I tried making the secondAxisRenderer.visible to true or false, but this does not redraw the second series against the first axis, it just hides the second axis. Does