[flexcoders] save snap and open again in air

2009-03-06 Thread abhishekchess1
hello frnds, could we do application which allow user to draw anything and save it on his pc, and latter on he can re-open this in our application. I did drag drop control application and i'm able to save all work as a snap on desktop, but don't know is it possible to reopen it again on window

[flexcoders] add tooltip in Line chart

2009-02-24 Thread abhishekchess1
hello frnd, plz check theis code ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical verticalAlign=top horizontalAlign=center backgroundGradientColors=0x00,0x323232] paddingTop=0 viewSourceURL=srcview/index.html mx:Script

[flexcoders] label rotation in chart font size issue

2009-02-24 Thread abhishekchess1
hey frnds, could u help in solving 1 flex chart issue, i have 300*250 size application, in that showing more data like 10 records at X axis, i'm using label rotation for X axis. I found that labels of X axis are not visible properlly, when i write font-size:20 at stylessheet, like @font-face

[flexcoders] chart issue

2009-02-24 Thread abhishekchess1
hey frnds, plz check my code , and tell me wat to change to increase font of x axis labels , cause it it not readable ?xml version=1.0? !-- charts/ColumnWithDropShadow.mxml -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=310 height=250 mx:Style

[flexcoders] save image on desktop in air

2009-02-20 Thread abhishekchess1
hello frnds, could we save an image or all things(which is on our application) snap on desktop with allow option to users as SaveAS . thx in advanced. abhishekche...@gmail.com

[flexcoders] Drag Drop controls query

2009-02-10 Thread abhishekchess1
hello frnds, I'm going to create a mockup creater in air, in that i'm showing many controls(button,text,etc) to users and allow him to drag drop it in main canvas, and allow him to resize and edit title or text. same like this url http://balsamiq.com/products/mockups Could u guide me how can be

[flexcoders] Re: Streaming Video to Flex

2008-12-30 Thread abhishekchess1
can it'll give good quality when we are using FMS with IP cam, and which ip cam can work well with FMS for FLEX ? thx in advanced abhishekche...@gmail.com :) --- In flexcoders@yahoogroups.com, greg h flexairvideog...@... wrote: Phil, Even if you find an IP camera that encodes straight to

[flexcoders] ip webcam with Flex

2008-12-25 Thread abhishekchess1
hello frnds, Could we use ip webcam with our Flex application? thx in advanced abhishekche...@gmail.com :)

[flexcoders] Resize and Movw effect to air main native window

2008-12-09 Thread abhishekchess1
hello frnds, I have air application, in that i have 1 canvas which contain 1 component page, canvas has height=0 at first, When user clicks on increase btn it should increase to top , when user clicks on decrease it should go again to height=0; both should work with effect , but it is not

[flexcoders] HTML IN FLEX

2008-11-17 Thread abhishekchess1
hello frnd, i have a simple query , i'm storing text in string var like var coreData:String = 'img border=0 alt= style=width: 77px; height: 43px; src=chart.png /' + 'span style=font-weight: bold;Hi how are you/spanspan style=font-weight: bold;'

[flexcoders] AIR with twitter

2008-10-13 Thread abhishekchess1
hello all frnds, i want to connect my AIR application with twitter API, i never used any API before, i used mx:HTTPService id=httpSerSendMessage url=http://twitter.com/direct_messages/new.format; result= resultHandlerSendMessage(event); fault=faultHandlerSendMessage(event);

[flexcoders] drag and drop in flex

2008-10-02 Thread abhishekchess1
hello all, could anyone tell me how can we allow users to drag controls like datagrid , slider ,etc from 1 canvas to anather ? [EMAIL PROTECTED]

[flexcoders] html in flex

2008-09-25 Thread abhishekchess1
hello frnds, i'm using html in flex , in my html code i'm showing first 1 image then its details then at next line anather image and its details , but when i'm doing this , it shows first image then text of its beside it and next line but beside first img 2nd image's details also and then it

[flexcoders] how to catch selected item using repeater in flex 2.0

2007-10-16 Thread abhishekchess1
i'm using httpService to get rss feed and showing images in repeater control, i want to show message with selected(Clicked) image, but it not showing the title of selected image while selecting image.