[flex_india:23406] Re: Resize the container from corner

2009-06-30 Thread Sunil

You may want to check this -
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showDetails&loc=en_US&postId=1685&productId=2

Thanks
Sunil

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23403] Re: family tree create

2009-06-30 Thread jitoo

hello friend,

please help me to make family tree in flex.

I have downloaded SpringGraph Samples from Mike-Shepherd’s Web
site. but in each sample, nodes shows related items.
Please guide me how can i display Items in Hierarchy as I am going to
develope FAMILY TREE. becuase In Family tree, Nodes needs to display
image as well as option to add chidren/wife/husband/bro/sis any kind
of help will be appriciated.

please give me logic or tutorial or references url.




On Jun 13, 9:29 am, kamlesh vaghela  wrote:
> Hi For making family tree you need to create a class having a
> minimum field  like { id , membername , parentid } .
>Next you have to create a recursive function , which can display the tree
> up to n level .
>In the function  first find all parent , and their child , and child's
> child  and ..
> so on . That why you have to crate a single recursive function, which can
> lead your each and every record to be in search.
>
>If you have got any problem you  can reply me.
>
>   Kamlesh Vaghela
>
> On Fri, Jun 12, 2009 at 4:57 PM, JK  wrote:
>
> > hi
> > please help me to make family tree in flash or flex so please give me
> > logic to generate family tree i have project to create family tree but
> > i have not proper logic to do this.

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23405] ImaHima (Tokyo) looking for freelance Flex developer for Colabolo

2009-06-30 Thread Neeraj Jhanji

Hello,

We are looking for freelance Flex developer(s) to help with the
ongoing development of Colabolo, an AIR application.

Colabolo is a team task management tool developed by ImaHima, a
company based in Tokyo, founded by an Indian Neeraj Jhanji.
For more information about Colabolo, please see http://www.colabolo.com

You are expected to work remotely with the development team in Tokyo.
We can offer monthly salary or hourly-rate compensation.
Experience with Flex, AIR, Actionscript is required.

If interested, please send your ideas about Colabolo, resume and
information about past projects to 

Thank you for your interest.

best regards,

Neeraj

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23404] Re: Using Call Responders

2009-06-30 Thread Shreyas

Got it now, thanks for the explanation Ravi

On Jun 29, 11:08 am, Ravi Mishra  wrote:
> Hi Shreyas,
>
> What Sankar means is, when youcallyour service from the function
> 'clickHandler' then thecallgoes to server(which doesn't halt the
> clickHandler method till the result is coming back from service) and
> the next steps in the clickHandler get executed.
>
> If you want to get hold of the result from the service then you should
> write a function on the result event of service declaration (e.g.
> webservice), because resultEvent holds the data in its result if the
> server side method gets executed successfully.
>
> Token is used to verify your data. That is to check whether you are
> getting the data for correct person or not.
>
> HTH,
>
> -Ravi
>
> On Jun 28, 12:01 pm, Shreyas  wrote:
>
> > What exactly is the 'token' doing in the responder?
>
> > What I am trying to achieve is that once a login is successful, there
> > is a change of state, so the login button click handler should manage
> > this.
>
> > I'm sorry but I didn't get what you mean by 'after click the event
> > finished'
>
> > On Jun 28, 2:47 am, sankar swaroop  wrote:
>
> > > Here when u click the LoginBtn the flex connects to PHP page and then
> > > after click the
> > > event finished and u cannot again get access inside it.
> > > So outside of this click event u can access data.
> > > So u must use result  event for the service u r using to connect to PHP 
> > > page.
>
> > > Thanks
>
> > > On Sun, Jun 28, 2009 at 12:02 AM, Shreyas wrote:
>
> > > > Hi,
>
> > > > I was trying to create a simple login form using Flash Builder by
> > > > connecting to a PHP script.
>
> > > > For the  clickHandler of the Login Button, I have the code as-
>
> > > > checkLoginResult.token = myPHPLogin.checkLogin
> > > > (username.text,password.text);
>
> > > > where checkLoginResult is theCallResponder and myPHPLogin is the
> > > > service, checkLogin is the procedure which returns an int (1 for
> > > > success, 0 for failure)
>
> > > > Using Network Monitor, I see that the response is as expected for the
> > > > combinations of username and passwords entered.
>
> > > > Now, my question is how can we retrieve the result in the clickHandler
> > > > function itself? I tried using the lastResult but it does not work
> > > > inside the handler. For binding the result to a control, it works
> > > > well.
>
> > > > Why is this so, and what is the solution?

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23402] Release build Issue

2009-06-30 Thread Murali

I Have a subMenu which shows up some link on Mouse over of a Main Menu
item. it works fine when I compile and run it from Flex builder.

When I take the relese build, it does not show the submenu at all.,

Any pointers??

Thanks
Murali

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23401] Re: AIR certification best or flex 3 developer certification best ?? to get more oppurtunities

2009-06-30 Thread Ravi Mishra

Flex 3 certification comes with AIR, therefore no choice...you have to
go for both ;)

-Ravi

On Jun 30, 6:28 pm, lakshmi narayna  wrote:
> which is the best flex air certification ? or flex 3 developer cert?ie
> ..get more job oppurtunities...
> plz help me
> thanks & regards
> Lakshmi narayan k
>
> On 6/27/09, suresh  wrote:
>
>
>
> > Hi guys can any one help me in completing AdobeFlex certification.
> > What are the ways and books we need to refer for clearing
> > certification...
>
> > thanks in advance
--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23400] Urgent help - Flex or Apache wicket

2009-06-30 Thread Gerald Anto

Hello Friends,
I need a help to choose a technology for UI.
In our office we are to develop a financial portal.
up to last week am learning flex for that project.But now they asked
me to study Apache wicket(purpose of UI) for this project.
As am debut to  flex,i cant say to my superior and i cant judge that
flex is suitable for the project.
(Even they also dont know)
I dont know whether flex is suitable or Apache wicket is suitable.
So i kindly request you to help me in this regarding.
please tell me merit and demerit of Flex and
Apache wicket(if you know).

I am eagerly waiting for all of your reply
Thanks&Regards,
Gerald Anto Fernando
--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23398] synced "/Documents/Flex Builder 3" on my home PC (Vista) with the one at LAB(XP). Now Flex Builder doesn't start

2009-06-30 Thread TheFakeer™

I have put the error message and contents of .log file (280 lines)
here. Please help me on how I can start my Flex Builder. Perhaps
"SyncToy 2" deleted or overwrote some important files and did the
damage. I don't have the FB3 installer with me and I am using FB3
standalone.

===
Error Message: "An error has occurred. See the log file C:\Users\Fakeer
\Documents\Flex Builder 3\.metadata\.log."
===
.log file
===
!SESSION 2009-06-30 23:12:21.325
---
eclipse.buildId=unknown
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.resources 2 10035 2009-06-30 23:12:24.135
!MESSAGE The workspace exited with unsaved changes in the previous
session; refreshing workspace to recover changes.

!ENTRY org.eclipse.osgi 4 0 2009-06-30 23:12:24.181
!MESSAGE An error occurred while automatically activating bundle
org.eclipse.core.resources (81).
!STACK 0
org.osgi.framework.BundleException: Exception in
org.eclipse.core.resources.ResourcesPlugin.start() of bundle
org.eclipse.core.resources.
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator
(BundleContextImpl.java:1018)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start
(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker
(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start
(AbstractBundle.java:260)
at org.eclipse.osgi.framework.util.SecureAction.start
(SecureAction.java:400)
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass
(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass
(ClasspathManager.java:417)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass
(DefaultClassLoader.java:189)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass
(BundleLoader.java:340)
at
org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass
(SingleSourcePackage.java:37)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal
(BundleLoader.java:405)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass
(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start
(FlexBuilderApplication.java:111)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run
(EclipseAppHandle.java:169)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication
(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start
(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
Caused by: org.eclipse.core.internal.dtree.ObjectNotFoundException:
Tree element '/simpleFlexTwitter' not found.
at org.eclipse.core.internal.dtree.AbstractDataTree.handleNotFound
(AbstractDataTree.java:257)
at org.eclipse.core.internal.dtree.DeltaDataTree.getData
(DeltaDataTree.java:585)
at org.eclipse.core.internal.dtree.DataDeltaNode.asBackwardDelta
(DataDeltaNode.java:50)
at org.eclipse.core.internal.dtree.DataDeltaNode.asBackwardDelta
(DataDeltaNode.java:47)
at org.eclipse.core.internal.dtree.DeltaDataTree.asBackwardDelta
(DeltaDataTree.java:88)
at org.eclipse.core.internal.dtree.DeltaDataTree.reroot
(DeltaDataTree.java:816)
at org.eclipse.core.internal.dtree.DeltaDataTree.reroot
(DeltaDataTree.java:815)
at org.eclipse.core.internal.dtree.DeltaDataTree.reroot
(DeltaDataTree.java:815)
at org.eclipse.core.internal.dtree.DeltaDataTree.reroot
(DeltaDataTree.java:815)

[flex_india:23399] Re: Error #2044: Unhandled securityError

2009-06-30 Thread Devaraj

aDD comPiler Arguments
 -use-network=false


kalavati singh wrote:
> Hi,
>   I am getting this Error
>when i run my application outside flex builder .
>
> Error #2044: Unhandled securityError:. text=Error #2140: Security sandbox
> violation:
> file:///E:/Latest_Subversion_code/ShowLink_29June2009_WI-151/bin-debug/index.swf
> cannot load
> file:///E:/Latest_Subversion_code/ShowLink_29June2009_WI-151/bin-debug/images/shureSWF.swf.
> Local-with-filesystem and local-with-networking SWF files cannot load each
> other.
>
> I have recently upgraded tp flex professional.
>
> Regards
> kalavati

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23397] Array into database

2009-06-30 Thread jeroen

Any pointers on how to save a array into a SQLite database

Tx
--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23396] AIR certification best or flex 3 developer certification best ?? to get more oppurtunities

2009-06-30 Thread lakshmi narayna

which is the best flex air certification ? or flex 3 developer cert?ie
..get more job oppurtunities...
plz help me
thanks & regards
Lakshmi narayan k

On 6/27/09, suresh  wrote:
>
> Hi guys can any one help me in completing AdobeFlex certification.
> What are the ways and books we need to refer for clearing
> certification...
>
> thanks in advance
>
> >
>

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23395] Re: save datagrid to sql lite

2009-06-30 Thread jeroen

I know I am being pushy but I have posted this on various
sites...please can anyone just point me in some direction

My largest issue is that I have a unknown number of rows that all need
to be inserted under one Unique identifier in the database..



On Jun 28, 9:15 am, jeroen  wrote:
> When a user opens it I want it to automatically read its data from a
> mysql database. When the user makes any change I want it to
> automatically save to the mysql db.
>
> Are there any examples out there using this method?
--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23394] Re: Looking for Flex developer

2009-06-30 Thread gs reddy

Hi I am gsreddy.I have 1.5 years of experience in flex.I handled one
project individually.Please follow up on my mobile +91 99625 94625

On Tue, Jun 30, 2009 at 5:55 PM,
senthilkumar.MCA wrote:
>
> hi,
>
> I have 6 months experience in flex, and more than 1 yr experience in
> Flash
> Currently I am working in bangalore, pls let me know is it ok?
>
> Thanks,
> senthilkumar
>
>
>
> On Jun 23, 10:24 pm, Satya  wrote:
>> Hello all,
>>
>> We are in the process of building a product and we need some
>> assistance with developing web pages in Flex. We are based out of
>> Bangalore. We are open to work with you onsite or remotely. Please
>> feel free to contact me at satya.man...@gmail.com if you are
>> interested and I can discuss with you on the scope, timelines and the
>> rate. We are going on a agile methodology at an aggressive pace and so
>> we need someone to work with us as early as possible.
>>
>> Thanks,
>> Satya
>
> >
>



-- 
With Regards

SAIDI REDDY GUJJULA

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23393] Re: Looking for Flex developer

2009-06-30 Thread senthilkumar.MCA

hi,

I have 6 months experience in flex, and more than 1 yr experience in
Flash
Currently I am working in bangalore, pls let me know is it ok?

Thanks,
senthilkumar



On Jun 23, 10:24 pm, Satya  wrote:
> Hello all,
>
> We are in the process of building a product and we need some
> assistance with developing web pages in Flex. We are based out of
> Bangalore. We are open to work with you onsite or remotely. Please
> feel free to contact me at satya.man...@gmail.com if you are
> interested and I can discuss with you on the scope, timelines and the
> rate. We are going on a agile methodology at an aggressive pace and so
> we need someone to work with us as early as possible.
>
> Thanks,
> Satya

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23392] Re: Exciting job opportunity for Flex developer

2009-06-30 Thread senthilkumar.MCA

hi,

I have 6 month experience in Flex and morethan 2 yr experience in
flash. to create Presentation
Currently working as a analyst (KPO) in Bangalore

Thanks
senthilkumar

On Jun 28, 11:27 am, ruchir  wrote:
> Role: UI designer+developer for a rich internet enterprise application
> Company: Treystaa Services
> Location: Delhi
>
> Desired Profile
> 1) In-depth knowledge and experience in developing widgets and user
> interfaces with Adobe Flex. The candidate must have a deep
> understanding of dynamic widgets which load their data from external
> HTTP servers via XML, JSON or other formats, and offer rich
> interactivity to users.
> 2) (Not required but good to have) Additional solid experience in
> HTML, CSS and Javascript with experience in handling browser-specific
> quirks
> 3) (Again, not required but good to have) Design skills, especially in
> aesthetics like color schemes and layouts.
>
> The candidate's work will form a very critical and highly visible
> component of our application. Hence, this role also demands a high
> degree of responsibility from the candidate's side. The pay will be
> above industry standards.
> This is not just another boring coding job. Creative candidates will
> find ample opportunities to design things from scratch, given that
> they present logical, data-driven arguments for each design choice and
> technical decision.
>
> Additional points:
> 1) Quick learner - we aim to make our products highly customizable, so
> the candidate will have to learn new techniques very often
> 2) Highly motivated - we are a well-funded small startup with big
> ideas and require someone who can share our vision and enthusiasm
>
> About Treystaa:
> Treystaa is a business analytics products and consulting firm, helping
> its clients to make data-driven decisions for their marketing, finance
> and sales problems. Our in-house Factuality(TM) platform is a
> cutting-edge data aggregation, analysis and visualization platform
> that helps our customers gain valuable insights into their business
> processes on a day-to-day basis.
> Our small team includes alumni from the Indian School of Business,
> Stanford, IITD and CAs who have very rich and diverse backgrounds with
> companies like Google and Ernst & Young. We are also being advised by
> professors from top business schools like Wharton.
>
> Interested candidates should send their resumes to ruchir.bindal at
> treystaa dot com. Please include your phone number where I can contact
> you directly.

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23391] Not able to drag invisible row from data grid

2009-06-30 Thread neeraj

Hi All ,

I have one datagrid which contain 300+ row  . I need to drag all row
from datagrid and drop in other component .
I can select all datagrid  row  but if i am trying to drag after
selection then only visible row is getting drag .

i think this is  default behavior of flex .
but how i can drag row which is not visible .?

please suggest if any one know .


Thanks & Regards
Neeraj

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23388] Resize the container from corner

2009-06-30 Thread Ravi

Hello Friends,
How to resize the container from corner?like we use Divided Box for
resizing container horizontally/vertically..like dat i want to resize
from corner.
can anybody please help me in this
regards
ravi

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23389] Text Distortion

2009-06-30 Thread bosso

Hi all

Anybody can please help me on how to achieve text distortion effects
something like what we see in PowerPoint. my present application has
the similar requirement. I had tried different ways for the last 3, 4
days with no use. Any help is greatly appreciated cause this is a win
win situation for me.

Please look at this example site

1. create a text item
2. you will get a small pop showing available text distortion effects.
3. Select an effect and modify it with the given slider.

http://www.ixten.com/ArtStudio/designyourown.html



Thanks
Bosso

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23390] Error #2044: Unhandled securityError

2009-06-30 Thread kalavati singh
Hi,
  I am getting this Error
   when i run my application outside flex builder .

Error #2044: Unhandled securityError:. text=Error #2140: Security sandbox
violation:
file:///E:/Latest_Subversion_code/ShowLink_29June2009_WI-151/bin-debug/index.swf
cannot load
file:///E:/Latest_Subversion_code/ShowLink_29June2009_WI-151/bin-debug/images/shureSWF.swf.
Local-with-filesystem and local-with-networking SWF files cannot load each
other.

I have recently upgraded tp flex professional.

Regards
kalavati

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23387] Page refresh in flex.

2009-06-30 Thread Santosh

Hi All,
I am working on flex-Java project. GUI is flex3, backend is java.
Application contains three panes.
Left pane shows some objects in http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23386] Exciting job opportunity for Software Engineer (Flex - User Interface)

2009-06-30 Thread Paritosh Bisi

Hi All,

FYI, Please check the following link.

http://www.jobsbyref.com/Software-Engineer-(Flex)/job/3953&start=reg

Best Regards,

Paritosh
--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23383] Re: My Book “Flex 3 with Ja va” has been published.

2009-06-30 Thread Satish Kore

Thanks Mrinal, I appreciate your interest.

On Jun 29, 6:52 pm, Mrinal Wadhwa  wrote:
> Congratulations Satish ! That's Awesome !
> I look forward to reading it.
>
> Mrinal
>
> _http://www.mrinalwadhwa.com
>
> On Mon, Jun 29, 2009 at 6:15 PM, Satish Kore  wrote:
> > As some of you may know that I have been writing a book  "Flex 3 with 
> > Java"
> > since last few months and today I am delighted to announce that my Book 
> > “Flex
> > 3 with Java ” has been
> > officially published and is now available in book stores.
>
> > I have been part of this community since its initial days and would love to
> > share this news with everyone here.
>
> > To know more about content of this book, you can download PDF of the “table
> > of 
> > content“.
> > You can also buy print and ebook versions of this book from publisher’s
> > website  or from your
> > nearest book store when it becomes available.
>
> > Thanks,
> > Satish Kore
> >http://blog.satishkore.com

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23384] Re: Stop text being pasted into text Input component

2009-06-30 Thread Pooja Ghelani
cud u plz elaborate ur prob..
i don think its very clear...

On Mon, Jun 29, 2009 at 7:14 PM, sam  wrote:

>
> Hi,
>
> I have a text input. I want it editable but dont want any text from
> external source to be pasted in iti.e. i dont want paste
> functionality active on this text input. Could someone help me plz??
>
>
> Thanx,
> sam
> >
>

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23385] Hiding minimize and maximize button in Adobe Air

2009-06-30 Thread ravibharathi

How to hide minimize and maximize button in title bar.I am  having
login window.When the login status is success i have to show minimize
and maximize button.Before its should be not visible only close button
should visible.

--~--~-~--~~~---~--~~
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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---