Re: [flex_india:31238] How to access the notepad.exe in desktopbased application

2010-08-27 Thread Олег Галабурда
Hi! You need to create empty TXT file and call default appliation for this file type. Only for AIR 2.0 http://www.gotoandlearnforum.com/viewtopic.php?f=33&t=27621 2010/8/26 hari : > Hi Folks, > > I want to access notepad.exe and onscreen keyboard from my windowed > application can any one can hel

Re: [flex_india:31238] Creating a Rich Text Editor

2010-08-27 Thread sankarbala
create seperate toolbar which should contain all the controls related to ur rich text editor.When we select your text editor, show up your tool bar. With that toolbar, user should change the text format On Thu, Aug 26, 2010 at 1:14 PM, Flex Fanatic wrote: > Hi Guys, > I am starting on a new pr

[flex_india:31238] Re: Simple Photo Viewer with carousel effect

2010-08-27 Thread srii47
thnx for that quick reply but i m looking smthing similar to this http://www.flashmo.com/preview/flashmo_209_photo_slider in this apart from central image only 2 images are shown i need somthing like a list but with this effect in the center of list. so pls suggest me an approach to get this,

Re: [flex_india:31238] Regular Expression For Folder Name

2010-08-27 Thread krishna shinde
Hi guys , thanks for reply , i have tried both option but no one works. what i exactly want is when user type folder name in textinput box , i want to restrict him so that user is not able to insert * / > < ? \ | : , character in textinput. for this i am using regular expression val

[flex_india:31238] Add check box column in data grid at runtime

2010-08-27 Thread kuldeep chauhan
Hello I m generating data grid in action script 3.0 And I want to add check box column in data grid at runtime. Plz help me -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_in...@googlegr

Re: [flex_india:31238] merging in first name and last name in datagrid

2010-08-27 Thread surendra chowdary
use Datagrid coloumn label_function...search on this..you will get that,, On Wed, Aug 25, 2010 at 11:08 PM, lakshminarayan k wrote: > HI ALL > = > Am facing probelm using datagrid! i have first name , last name , Adress in > datagrid .i want merge as single first name lastname how its possibl

[flex_india:31238] Re: play wipeup effect when remove canvas from viewstack

2010-08-27 Thread Pradip Jadhav
Hi Pradeep, Please refer the code below, In this code there are 2 Hbox which are in ViewStack. And clicking on buttons i am showing one Hbox and hiding another hbox with effects. http://www.adobe.com/2006/mxml"; layout="absolute" width="100%" height="100%" creation

Re: [flex_india:31238] Creating a Rich Text Editor

2010-08-27 Thread Олег Галабурда
Hi! Here sources of Simple Text Editor. http://blog.flexexamples.com/2009/07/25/exporting-a-textflow-object-in-flex-4/ 2010/8/26 Flex Fanatic : > Hi Guys, > I am starting on a new project of creating a Rich Text Editor, this > editor has to support pages, tables, bullets, image wraps . Any idea >

[flex_india:31238] an action script error(Photo Gallery)

2010-08-27 Thread NavaneethaNagapoori
hi all, my project is about photo gallery i have sent Release Build folder to client and he is unable to open ,getting error as "an action script error". Whereas it is working fine in my system. -- Thanks & Regards Navaneetha -- You received this message because you are subscribed to the Goo

Re: [flex_india:31247] Add check box column in data grid at runtime

2010-08-27 Thread Khalid Chaudhary
Use itemRenderer... on DataGridColumn On Thu, Aug 26, 2010 at 3:32 PM, kuldeep chauhan wrote: > Hello > I m generating data grid in action script 3.0 And I want to > add check box column in data grid at runtime. > Plz help me > > -- > You received this message because you are su

Re: [flex_india:31248] Add check box column in data grid at runtime

2010-08-27 Thread Khalid Chaudhary
Run following codes : 1] main. mxml http://www.adobe.com/2006/mxml";> Christina Coenraets 555-219-2270 ccoenra...@fictitious.com true Joanne Wall 555-219-2012 jw...@fictitious.com true Maurice Smith 555-219-2012 maur...@fictitious.com false Mary Jones 555-2

[flex_india:31249] Re: play wipeup effect when remove canvas from viewstack

2010-08-27 Thread pradeepflex
Thanks for your response But,here I am adding canvas at dynamically when i click on button I am removing the current canvas using removeAllChildren method For your code intitally itself u r creating two hbox's in viewstack so the effect's applied I hope u understand my situation,please let me kn

[flex_india:31250] what's the use of flex-config.xml?

2010-08-27 Thread kamal
Hi All, please let me know, what flex-config.xml does? where it is located? in what are the situvation we need to do the required changes in this file? Thank you, Kamal -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this gr

Re: [flex_india:31251] what's the use of flex-config.xml?

2010-08-27 Thread Khalid Chaudhary
http://blog.flexexamples.com/2008/12/21/using-a-custom-flex-configxml-file-in-flex-builder-3/ On Fri, Aug 27, 2010 at 4:00 PM, kamal wrote: > Hi All, > > please let me know, what flex-config.xml does? where it is located? in > what are the situvation we need to do the required changes in this

[flex_india:31252] Re: what's the use of flex-config.xml?

2010-08-27 Thread kamal
Thank you khalid -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_in...@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsubscr...@googlegroups.com. For more options,

Re: [flex_india:31253] Regarding Movie clips

2010-08-27 Thread kannan r
Hi ramesh, Can you please, help us out by telling. How to convert a PDF file to SWF. I am learning flex lately and I badly like to learn this. Thanks & Regards, Guru On Thu, Aug 26, 2010 at 7:53 PM, wrote: > Hi Flexions, > > I have converted a multiple page PDF file into a SWF file and di

Re: [flex_india:31253] Regular Expression For Folder Name

2010-08-27 Thread kannan r
cant we use restrict here. Instead of validating later? -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_in...@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsubscr.

Re: [flex_india:31253] Creating a Rich Text Editor

2010-08-27 Thread Flex Fanatic
Hi, Thanks . That tlf demo was good . I played aroud with it a bit and was able to do every thing , i.e. Images, bullet , pages but table looks difficult . Any idea on how wouild I go about creating a table in TLF On Thursday, August 26, 2010, Олег Галабурда wrote: > Hi! > > Here sources of Simpl

Re: [flex_india:31253] an action script error(Photo Gallery)

2010-08-27 Thread Олег Галабурда
First of all ask client to update flash player and run only HTML file(not SWF directly). 2010/8/27 NavaneethaNagapoori : > hi all, > my project is about photo gallery > i have sent Release Build folder to client and he is unable to open ,getting > error as  "an action script error". Whereas it is

[flex_india:31253] Focus related Problem in itemEditor

2010-08-27 Thread Byte_Head
Hi All, I have created an itemEditor, which consist an TextBox and a button inside an HBox. When ever i am clicking on the cell, the itemEditor is shown. The problem that i am facing is regarding the focus. After the click the focus remains on the TextBox only for a fraction of second. What i wan

Re: [flex_india:31258] Regarding Movie clips

2010-08-27 Thread Олег Галабурда
Different scenarios: 1. Draw each frame into bitmap and display bitmaps as pages. 2. Load it twice and change instances with frames when scrolling, will look as usual if no "zoom out" control. 3. Convert PDF to bitmaps/SWFs(file per page) instead one movie. 2010/8/26 : > Hi Flexions, > > I have c

Re: [flex_india:31258] merging in first name and last name in datagrid

2010-08-27 Thread lakshminarayan k
ok thts gr8 dude l...@ks On Thu, Aug 26, 2010 at 3:14 PM, surendra chowdary < surendrachowdary.m...@gmail.com> wrote: > use Datagrid coloumn label_function...search on this..you will get that,, > > On Wed, Aug 25, 2010 at 11:08 PM, lakshminarayan k > wrote: > >> HI ALL >> = >> Am facing

[flex_india:31260] Re: Regarding Movie clips

2010-08-27 Thread ramesh1703
Thank you Guys, i wll give a try and get back to you soon @kannan r Use SWFTools On Thu, Aug 26, 2010 at 19:53, wrote: > Hi Flexions, > > I have converted a multiple page PDF file into a SWF file and displayed > using SWFLoader(as a MovieClip) in a Canvas. But, the problem here is: i am > being