[flex_india:26844] snapshot of perticular area

2009-11-25 Thread jakir qureshi
Hi All, how get a snapshot of a perticular area of a image. my requirement is that i have a image of height and width suppose 600 600, when i click in area whose x=10 y= 23 width =100 and height=120 how can i get the snapshot of perticular area of iamge -- Thanks & Regards Jakir M. Qureshi Sof

[flex_india:26845] Get Data Provider Data

2009-11-25 Thread Pradip Jadhav
Hello All, I am displaying all user entries which are fetched from database in datagrid, and that datagrid is editable. Now what i want to do is, If suppose i changed one entry in datagrid i want to reflect that change into my database. There is one button below datagrid named as "Save Changes".

[flex_india:26846] Re: Creating screen cast in flex/AIR - Need urgent help

2009-11-25 Thread ManInAction
Hi, you have to take snapshot everytime when user something create on stage and move cursor on stage than save it on FMS and Red5.which u are using.Than u can play it like video thru. FMS and Red5. Thanks. On Nov 16, 8:09 pm, tanvi bansal wrote: > Hello everyone, > > I have started with AIR rece

[flex_india:26847] Inserting Date in SQLite DB in AIR

2009-11-25 Thread sheetal
Hi all, I am inserting data in my sqlite db,and when i use Datefield i am using selected date to insert into the column which has type DateTime. i am getting an sql excep.- SQLError: 'Error #3115: SQL Error.', details:'could not convert string value to date', operation:'execute' at flash.d

[flex_india:26849] how to flip a screen... in flex

2009-11-25 Thread prajnith k
hi friends how to flip screen.. if im usinig a image if i click on it! it should flip to form or other... if any one have tourdeflex u can see that... Prajnith -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group,

[flex_india:26848] Flex AIR with PHP CLI

2009-11-25 Thread Varun Bajaj
Dear All I am working with flex AIR and want to call PHP API from AIR. Is there any way to communicate with php CLI and AIR? A small sample would be great if you think yes. with thanks and regards, Varun Bajaj -- You received this message because you are subscribed to the Google Groups "Flex

[flex_india:26850] Re: snapshot of perticular area

2009-11-25 Thread sathesh
hi, method 1: you need the pixels within rectangle (x=10,y=23,width=100,height=123) create a bitmapData of required width and height(which is rectangle.width,rectangle.height) when drawing the source image to the created bitmapData use matrixObject to offset the position of the pixels to be drawn

Re: [flex_india:26851] Inserting Date in SQLite DB in AIR

2009-11-25 Thread prajnith k
how the string is ? in ur task Prajnith On Wed, Nov 25, 2009 at 5:19 PM, sheetal wrote: > Hi all, > > I am inserting data in my sqlite db,and when i use Datefield i am > using selected date to insert into the column which has type DateTime. > > i am getting an sql excep.- > > > > SQLError: 'Err

[flex_india:26852] Re: Inserting Date in SQLite DB in AIR

2009-11-25 Thread sheetal
no string,i mean there are other fileds which are text,but nthing like i am passing string. i pass data as 'myDateField.selectedDate'. On Nov 25, 5:35 pm, prajnith k wrote: > how the string is ? in ur task > Prajnith > > On Wed, Nov 25, 2009 at 5:19 PM, sheetal wrote: > > Hi all, > > > I am ins

[flex_india:26854] How to call the Action Script function from java Script through JSP file?

2009-11-25 Thread surendra
Hi , I am having Main Application file as Main.mxml after executing this i will get index.template.html in the html-template folder. i have written a xxx.js file which i included in index.template.html file. from this Calling Java Script function from Action Script is working good. As i included

[flex_india:26853] FaultEvent and HTTP status codes

2009-11-25 Thread Umesh
How Fault Event listener in HTTP request is getting called.? Based on status code of response? If yes, for what all status codes? Thanks in advance ~Umesh -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email

[flex_india:26855] Re: Flex error

2009-11-25 Thread swap
Prajnith, i have tried everything but didnt get it working.So now i simply changed it to use HTTPService and made changes to get xml data and it works now. Thanks for ur help. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to t

Re: [flex_india:26856] Re: Flex error

2009-11-25 Thread edwin . vgwhiz
Can u share that connection? On Wed, Nov 25, 2009 at 9:58 AM, swap wrote: > Prajnith, > i have tried everything but didnt get it working.So now i simply > changed it to use HTTPService and made changes to get xml data and it > works now. > > Thanks for ur help. > > -- > > You received this messa

[flex_india:26857] Re: flex site not working well with mac

2009-11-25 Thread iThink
hi, can you publish the url of your web site? maybe an issue with your mac system. Regards, On 25 nov, 08:02, abhishekchess1 wrote: > Hello, >  I have developed a site in flex which is running well with Windows > but not on MAC, it is very slow on MAC. >  Is any solution or reason there, > > a

Re: [flex_india:26858] Re: Flex error

2009-11-25 Thread prajnith k
once remove this and try... preinitialize=" viewConcentration.getListElements()" Prajnith On Wed, Nov 25, 2009 at 9:50 PM, wrote: > Can u share that connection? > > > On Wed, Nov 25, 2009 at 9:58 AM, swap wrote: > >> Prajnith, >> i have tried everything but didnt get it working.So now i simpl

Re: [flex_india:26859] FaultEvent and HTTP status codes

2009-11-25 Thread Utkarsh kaushal
When a service returns any status code other than 200, Adobe Flash Player cannot read the body of the response and treats it as fault. HTH, Kay Kay. On Wed, Nov 25, 2009 at 8:20 AM, Umesh wrote: > How Fault Event listener in HTTP request is getting called.? Based on > status code of response? If

Re: [flex_india:26860] How to call the Action Script function from java Script through JSP file?

2009-11-25 Thread Amit Panwar
try this :http://www.switchonthecode.com/tutorials/flex-javascript-tutorial-simple-interaction On Wed, Nov 25, 2009 at 8:16 PM, surendra wrote: > Hi , > > I am having Main Application file as Main.mxml after executing this i > will get > index.template.html in the html-template folder. > > i ha

[flex_india:26861] Extend sensibility zone of collapse/expand of an AdvancedDataGrid

2009-11-25 Thread kyopes
Hi everybody, I display some hierarchical data in an AdvancedDataGrid (Tree in column). I did apply a skinning for the icons disclosureOpenIcon and disclosureClosedIcon, no prob with this, I collapse expand the data no problem, but after navigation in the application, the fonctionnality of colla

Re: [flex_india:26862] Re: AS3: obtaining value of private/protected variable through reflection

2009-11-25 Thread HISSAM
try mx:internal -- Hissam, Flex Developer, INDIA (m) +919860694301 Sent from Maharashtra, India -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, se

Re: [flex_india:26863] Extend sensibility zone of collapse/expand of an AdvancedDataGrid

2009-11-25 Thread flexorz group of flex corders
it would be easier if you can show the code. cheers Dinukx On Thu, Nov 26, 2009 at 5:39 AM, kyopes wrote: > > Hi everybody, > > I display some hierarchical data in an AdvancedDataGrid (Tree in column). > > I did apply a skinning for the icons disclosureOpenIcon and > disclosureClosedIcon, no pr

[flex_india:26864] Re: snapshot of perticular area

2009-11-25 Thread sathesh
hi, here is an sample application which will help you to understand,.. taking snapshot of particular area of the image In this example a image is loaded into a Image Container user can click and define the area of snapshot to be taken the snapshot is displayed in another Image Container http://

Re: [flex_india:26866] To Show datas page by page navigation

2009-11-25 Thread Prashant Koshta
Hi, For it you can use the pagination. On Tue, Nov 24, 2009 at 1:16 AM, ravi kanth wrote: > Hi Karthikeyan, > > U can use pagination grid for this requirement. > > Thanks, > Ravi > > > On Mon, Nov 23, 2009 at 11:09 AM, karthi keyan wrote: > >> Hi Friends, >> >> We have more then thousands of rec

Re: [flex_india:26867] Re: How to use Tooltip for List Control

2009-11-25 Thread Prashant Koshta
Or you can customize the tool tip according to you requirements. See the custom tool tip help On Mon, Nov 23, 2009 at 7:58 PM, aRUN wrote: > Hi, > > Show the tooltip in event handler of itemrollover event. Make sure > you clear tooltip string everytime. > > In event Handler > > listId.toolTip

[flex_india:26865] [bindable] meta tag

2009-11-25 Thread Ravi
Hi All, I have doubt. for data biniding , we have 3 options, 1. {} binding in mxml 2. in mxml 3.Bindingutils in Action script. And what is the use of [bindable] meta tag? Any features add into this? Thanks, Ravi -- You received this message because you are subscribed to the Google Groups

Re: [flex_india:26868] How to call the Action Script function from java Script through JSP file?

2009-11-25 Thread surendra chowdary
Hi Amit, Thanks for the reply... Here i am not in the same html which is generated by the main flex application, I am moving to outside JSP page from there i need to call Action Script Function. with Regards, surendra. On Wed, Nov 25, 2009 at 11:43 PM, Amit Panwar wrote: > try this : > http:

Re: [flex_india:26869] Re: snapshot of perticular area

2009-11-25 Thread jakir qureshi
Thanks Sathesh its now working On Thu, Nov 26, 2009 at 12:30 AM, sathesh wrote: > hi, > > here is an sample application which will help you to understand,.. > taking snapshot of particular area of the image > > In this example a image is loaded into a Image Container user can > click and define

Re: [flex_india:26870] [bindable] meta tag

2009-11-25 Thread flexorz group of flex corders
hi ravi , so in order keep the binding solid we can use the [Bindable] tag , what it really does is letting the component know ,hey i have changed ..please act accordingly . (by triggering an event , which you might already know.) if not try this link to know more about [Bindable] tag. http://liv