[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 to some pointers 
Thanks
Deepa.



[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.\
htm?context=LiveDocs_Partsfile=0940.html
http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp\
.htm?context=LiveDocs_Partsfile=0940.html

All works fine when I use Panels. But if I use my custom control, the
control doesnt resize, instead the canvas containing all these 3
controls resizes!!!

Does anyone have any idea how can I set this right?

Thanks

Deepa.





[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 anyone how I can do this?

Thanks
Deepa.