[flexcoders] Extract PDF Document

2008-07-31 Thread khan.ibraheem
Hello, Is it possible to extract data from pdf document in Flex ? Like extracting data from pdf document page by page. Any example or help. Thanks.

[flexcoders] Re: Newbie question: Removing text from textarea/disabling a character

2008-04-25 Thread khan.ibraheem
@yahoogroups.com, khan.ibraheem khan.ibraheem@ wrote: Hello, I am using a textarea. I want to achieve 2 tasks: 1) Disable a particular character i.e. let suppose I dont want to allow a certain character being shown(when it is typed) in the text area. 2) How can I

[flexcoders] Newbie question: Removing text from textarea/disabling a character

2008-04-24 Thread khan.ibraheem
Hello, I am using a textarea. I want to achieve 2 tasks: 1) Disable a particular character i.e. let suppose I dont want to allow a certain character being shown(when it is typed) in the text area. 2) How can I remove some portion of the text from the textarea. I have tried slice method but it

[flexcoders] Newbie Question: loading text file.

2008-04-22 Thread khan.ibraheem
I want to do 2 different things: 1) I want to load a text file from a hard-coded location and load its contents in a string. 2) I want to load a text file from a location choosed by user and load its contents in a string. How can I achieve these 2 tasks. Thanks.

[flexcoders] New Question: Component

2008-04-02 Thread khan.ibraheem
Hello, I am creating a custom component and have 2 questions regarding it: 1) One way, I am thinking is to create actionscript class and use it. I can add controls using addChild method. But how can I set absolute position of the control. 2) The other way was to create MXML component and place

[flexcoders] Re: New Question: Component

2008-04-02 Thread khan.ibraheem
AM, khan.ibraheem [EMAIL PROTECTED] wrote: Hello, I am creating a custom component and have 2 questions regarding it: 1) One way, I am thinking is to create actionscript class and use it. I can add controls using addChild method. But how can I set absolute position of the control

[flexcoders] Re: Newbie Question - TextArea, RichTextboxEditor.

2008-03-31 Thread khan.ibraheem
. --- In flexcoders@yahoogroups.com, khan.ibraheem khan.ibraheem@ wrote: I am a newbie and am learning this technology. Here is what I want. I want a textarea in which I can color,font of text. That is I can the color, font of any text in the TEXTAREA programmability. As far as I

[flexcoders] New Question: User Interface

2008-03-31 Thread khan.ibraheem
Hello, I am now trying to develop a simple user interface. What I want when I click start, a new window appears. So I think what I should so is: 1) hide all current components that are visible 2) allow the component I want to show when the button is clicked(or certain action is taken). I am

[flexcoders] Newbie Question - TextArea, RichTextboxEditor.

2008-03-29 Thread khan.ibraheem
I am a newbie and am learning this technology. Here is what I want. I want a textarea in which I can color,font of text. That is I can the color, font of any text in the TEXTAREA programmability. As far as I know I can not achieve this through textarea because it allows to change the color,font of