Re: [flex_india:30792] Re: Printing Image in Flex

2010-07-19 Thread halvas_trevor
Did you ever get this figured out? I am having the same issue... any help you can give would be most appreciated abanapurmath wrote: > > To elaborate, > I am getting a list of URLs, which point to different pictures of > different people. If I assign the Image.source value to this, the image >

Re: [flex_india:30791] Browser invocation problem

2010-07-19 Thread kannan leo
Ya friend it is strange. Bcoz all the apps I came so far worked nearly in all the machines. But wat u r telling is something really shocking! Did u find any reasons behind it 2010/7/17 Endel Guimarães Silva > I have the same installation of flash player and Adobe Air in every > machine. It's re

[flex_india:30790] Permanaet changes to arraycollection

2010-07-19 Thread Sidhu Vijay Sidhu
hi guys this is the code messaging services that i implementd... when we make changes the data in datagrid chart is changin accordingly . I also want the arraycollection to be updated permannetly with new data that i change in cell of datagrid by making editable=true...in blazeds destination="chat

[flex_india:30788] Inspectable tag

2010-07-19 Thread Sidhu Vijay Sidhu
Can anybdy send me the full working example of inspectable Matadata tag and also exclude tag.thanks -- 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

[flex_india:30788] Re: flash builder 4 premium

2010-07-19 Thread chintha.rak...@gmail.com
I never tried myself but I guess this should work: Go to Install New Software Add a new site http://download.eclipse.org/eclipse/updates/3.5 On Jul 19, 8:01 am, saran r wrote: > hi all.. > > i have installed flash builder 4 premium edition. > > how to plugin eclipse in flash builder 4 ?? > > and

Re: [flex_india:30787] flash builder 4 premium

2010-07-19 Thread Rahul Sood
On 7/19/10, saran r wrote: > hi all.. > > > > i have installed flash builder 4 premium edition. > > how to plugin eclipse in flash builder 4 ?? > > and how to use blazeds in flash builder4 ?? > and the server is apache tomcat.. > > > pls reply. if u know how to proceed.. > > > > thanks in advance.

Re: [flex_india:30786] flash builder 4 premium

2010-07-19 Thread Rahul Sood
On 7/19/10, saran r wrote: > hi all.. > > > > i have installed flash builder 4 premium edition. > > how to plugin eclipse in flash builder 4 ?? > > and how to use blazeds in flash builder4 ?? > and the server is apache tomcat.. > > > pls reply. if u know how to proceed.. > > > > thanks in advance.

[flex_india:30785] flash builder 4 premium

2010-07-19 Thread saran r
hi all.. i have installed flash builder 4 premium edition. how to plugin eclipse in flash builder 4 ?? and how to use blazeds in flash builder4 ?? and the server is apache tomcat.. pls reply. if u know how to proceed.. thanks in advance.. regards, saran r -- You received this message

Re: [flex_india:30784] Button is not working on first click

2010-07-19 Thread Khalid Chaudhary
On Mon, Jul 19, 2010 at 3:40 PM, Khalid Chaudhary < chaudhary.kha...@gmail.com> wrote: > mouseChildren="true"is not working > > > On Mon, Jul 19, 2010 at 2:54 PM, nithya flex wrote: > >> set mouseChildren="true" try wit this >> >> >> On Mon, Jul 19, 2010 at 1:06 PM, Khalid Chaudhary < >> ch

Re: [flex_india:30783] Button is not working on first click

2010-07-19 Thread Khalid Chaudhary
mouseChildren="true"is not working On Mon, Jul 19, 2010 at 2:54 PM, nithya flex wrote: > set mouseChildren="true" try wit this > > > On Mon, Jul 19, 2010 at 1:06 PM, Khalid Chaudhary < > chaudhary.kha...@gmail.com> wrote: > >> 1] Button is inside the Module Component. >> 2] It works after Se

[flex_india:30782] Re: HTTPService Error 2032

2010-07-19 Thread HISSAM
try compiler option use-network=true On Jul 19, 11:23 am, Nilesh Walkoli wrote: > Hi Team, > > This is regarding the HTTPService error that am getting when I deploy > my app on webserver. I am using HTTPService to load XML files which I > have placed in src folder (in case of web server they are

Re: [flex_india:30781] Button is not working on first click

2010-07-19 Thread nithya flex
set mouseChildren="true" try wit this On Mon, Jul 19, 2010 at 1:06 PM, Khalid Chaudhary < chaudhary.kha...@gmail.com> wrote: > 1] Button is inside the Module Component. > 2] It works after Second click. > 3] ButtonObj.setFocus() is also not working. > > On Mon, Jul 19, 2010 at 11:43 AM, Radu Toev

Re: [flex_india:30780] Button is not working on first click

2010-07-19 Thread Khalid Chaudhary
1] Button is inside the Module Component. 2] It works after Second click. 3] ButtonObj.setFocus() is also not working. On Mon, Jul 19, 2010 at 11:43 AM, Radu Toev wrote: > Hi, > Can you please provide some extra information like: > - is your button in another container ? > - you said "Button

Re: [flex_india:30776] Button is not working on first click

2010-07-19 Thread Radu Toev
Hi, Can you please provide some extra information like: - is your button in another container ? - you said "Button is not working on first click", does it work on a second click? On Sun, Jul 18, 2010 at 8:45 PM, Khalid Chaudhary < chaudhary.kha...@gmail.com> wrote: > Hello All, > > Button is

[flex_india:30776] Re: ViewsStack Navigation

2010-07-19 Thread Mukundaraman V
Hi, You are creating a new instance of the MenuDemo. Instead, Solution 1: in the handleclick event. Generate a custom event and handle the same in menudemo.mxml In About.mxml define the cust event as follow [Event(name="userInfoComplete", type="com.events.MenuDemoevents")] In Menude

Re: [flex_india:30776] A Simple Marquee Effect in Flex

2010-07-19 Thread muni krishna
HI, Thanks.. Regards, krishna On Sat, Jul 17, 2010 at 9:54 PM, shripriya...@gmail.com < shripriya...@gmail.com> wrote: > Check out the below mentioned blog on creating Simple Marquee Effect > in Flex with source code > > http://www.techierichnet.com/2010/07/simple-marquee-effect-in-flex-with.ht

[flex_india:30776] HTTPService Error 2032

2010-07-19 Thread Nilesh Walkoli
Hi Team, This is regarding the HTTPService error that am getting when I deploy my app on webserver. I am using HTTPService to load XML files which I have placed in src folder (in case of web server they are on root directory). I am getting following error (mx.messaging.messages::ErrorMessage)#0

[flex_india:30775] Dynamic DataGrid creation & its data provider in Flex 3.0

2010-07-19 Thread cripsysubbu
i want to create data grid dynamically as for it's table coloms & data from java call(remote object) i done as follows i have a method which brings data of particular table, as given my parameter to that method, now i want to fetch data from corresponding table and it too list, and send back fle