Hi Madhavi,
I think, you can run a loop through the children of the panel and then
you can keep on removing the children/components you want to remove.
HTH,
Ravi Mishra
http://achieveravi.blogspot.com
On May 5, 7:29 pm, madhavi chinni wrote:
> Hi,
>
> I added few controls to the Panel
Hi Ratna,
try to open your XML in the internet explorer and you will come to
know, where the XML is getting malformed.
-Ravi
http://achieveravi.blogspot.com
On Mar 29, 5:51 pm, Santosh wrote:
> Hi,
> share the xml file that you are parsing i think the problem might be
> with incorrect syntax(No
Hi Nilesh,
This is the correct approach. Initally your code was assigning to
'name' property of 'variables', therefore the 'key' always was 'name'
in that case. But now it will have different key-value pairs.
-Ravi Mishra
http://achieveravi.blogspot.com
Hi Ravindra,
You could use Text in place of Labels. Text component has inbuilt
selectable property with it.
-Ravi Mishra
http://achieveravi.blogspot.com
On Dec 3, 2:45 pm, Ravindra Kumar Challagandla
wrote:
> Hi, Hope someone know the solution for the below problem.
>
> Throug
This really sounds weird. Can you pls share your code.
-Ravi Mishra
http://achieveravi.blogspot.com
On Oct 27, 10:15 pm, vishal lad wrote:
> Hi Friends,
> I am facing a very wierd issue in Flex 3.I have an Application in which I
> have a tabbar.In one of the tab I have text box.The p
Try changing
{'9023727824'}
{''}
To
9023727824
This should work fine.
HTH,
-Ravi Mishra
http://achieveravi.blogspot.com
On Oct 18, 9:46 am, nithya flex wrote:
> post your web service calling code.
>
> On Fri, Oct 15, 2010 at 11
If you are getting the response back from webservice to flex then
there seems no problem with your flex code. Check on the webservice
end.
-Ravi Mishra
http://achieveravi.blogspot.com
On Oct 13, 9:11 am, atul parihar wrote:
> When i run this application from flex builder responce is message
Use itemeditors. set background color of itemeditor component to red
and set editable=false.
Hope this helps.
-Ravi
On Oct 12, 8:21 am, Sidhu Vijay Sidhu wrote:
> go for itemrenderer for particular coloumn...
>
> On Sun, Oct 10, 2010 at 10:16 AM, amit pathak wrote:
> > Hi,
>
> > I have a dataG
Hi Madhur,
How are you converting the object to valueObject? What is the
structure of the object returned from remote service and what is the
structure of your value object?
Both of them should have same structure, then you can use "alias" meta
data to map one to another.
-Ravi
http://achieveravi
Hi Malek,
I think you could use DateField as an itemrenderer for your combobox
items to achieve that.
HTH,
-Ravi
http://achieveravi.blogspot.com
On Jul 27, 10:56 am, Malek S wrote:
> HI All,
> I need your help in writing custom component
>
> my Requirment is
> i have combobox i want to populat
I executed this code on my machine and it is returning 'true' :-)
-Ravi
http://achieveravi.blogspot.com
On Jul 10, 10:39 am, Pranav Negandhi wrote:
> Here's a bare-bones script I've written to understand how ChangeWatcher
> works.
>
>
> http://www.adobe.com/2006/mxml";
> creationComplete="this.
Rebooting your machine should help.
-Ravi
http://achieveravi.blogspot.com
On Jul 9, 3:44 pm, Flexitechy wrote:
> Dear All,
> I am in a big problem for the last two days. Problem my swf is
> not updating to any changes. I tried clean the solution, IE several
> times. Please help me..
>
> la
Hi Amit,
It's simple, just set allowMultipleSelection = true in your datagrid.
and then pass the array of indices of all the items of your datagrid
to selectedIndices property of datagrid.
HTH,
-Ravi
http://achieveravi.blogspot.com
On Jul 6, 11:18 pm, amit pathak wrote:
> Hi All,
>
> I am new
Private constructors dont exist in AS3.
-Ravi
http://achieveravi.blogspot.com
On May 11, 12:58 pm, bhasker chari wrote:
> Does a private constructor exists in AS3..? I think it will exist in
> AS2...Is it so...?
>
> On May 10, 10:12 am, "gds.anand85" wrote:
>
>
>
> > Hi Kamal,
>
> > Actually Me
Great job kishore!!!
-Ravi
http://achieveravi.blogspot.com
On May 11, 12:07 am, veeru rahul wrote:
> Reallly cool Kishore.
>
> App looks too good and useful too.
>
> Would you mind in sharing the code?
>
> Thanks,
> Veeru
>
> On Mon, May 10, 2010 at 11:57 PM, kishore.v wrote:
>
>
>
> > Hi Guy's
Hi Gaurav,
I am not sure why this happens, but if you see it carefully, the flow
stops at fault method at the very first time but as you move ahead
pressing F6, you will find that flow does not go inside fault method
and it just skips the fault method for the first time. So you dont
have to worry
You can use as3xls library and can take advantage of flash player 10
which will allow you to write xls files from Flex.
-Ravi
http://achieveravi.blogspot.com
On Feb 17, 10:33 am, nithya flex wrote:
> No in flex web application u cannot write to file, go For Air
>
> On Tue, Feb 16, 2010 at 3:53 P
Can you share your flex code?
-Ravi
On Feb 16, 5:41 pm, nd wrote:
> Hi All,
> I am getting a very weird problem regarding calling a webservice from
> Flex.
> Here is the problem
>
> the call from Flex is not sending all parameters of the request :
>
> eg:
>
>
>
> ABC
> ABC
>
> how can i update the dataprovider when i scroll the grid...
>
> please let me know the solution asap
>
> Regards,
> Pradeep
>
> On Tue, Feb 16, 2010 at 11:14 AM, Ravi Mishra wrote:
>
> > Hi Pradeep,
>
> > You have to update your dataprovider o
Hi Pradeep,
You have to update your dataprovider on the selection of radiobutton.
-Ravi
http://achieveravi.blogspot.com
On Feb 16, 10:17 am, nithya flex wrote:
> selection of row change or selection of radio button is changed?
>
> On Tue, Feb 16, 2010 at 10:18 AM, pradeepflex
> wrote:
>
> > Hi
Congratulations gaurav!
-Ravi
On Feb 15, 10:07 am, Priyanka Rani wrote:
> hi gaurav
> congracs!
> I have just started learning flex through net.can u tell more about ur
> certification,importance of flex,books to learn flex,area in which flex can
> be more helpful.
> with regards
> rani
--
You
Try using ArrayCollections. There is a method called
getItemIndex(item:Object), you can use this method.
HTH,
-Ravi
http://achieveravi.blogspot.com
On Feb 15, 12:02 pm, "pradeep.pa...@gmail.com"
wrote:
> Hi
> I have a doubt on Arrays.
> I have some thing like this:
> memberNamesCollection:array
Try this:
for each(var item:Object in arrTags){
// Your code
}
Hope this helps
-Ravi
http://achieveravi.blogspot.com
On Feb 3, 3:00 pm, krishna2004 wrote:
> hi,
>
> [Bindable]public var arrTagInfo:ArrayCollection=new ArrayCollection();
> [Bindable]public var arrTags:ArrayCollection=new ArrayC
What difficulty are you facing?
-Ravi
http://achieveravi.blogspot.com
On Feb 2, 4:18 pm, ravi kanth wrote:
> I need to develop the application like the attachment.
>
> so please help me how to do this.
>
> thanks,
> Ravi
>
> Prophecy Exec Report.ppt
> 283KViewDownload
--
You received this me
This is because you are assigning value to the string in Canvas in
creationComplete event and in panel you are just creating and instance
of Canvas component. It will not trigger the creationComplete event of
Canvas component. To achieve this, you have to add your canvas
component inside the Panel
I agree with Rishi. Create a flex library project and put all your
component files in it and then compile it to SWC.
-Ravi
http://achieveravi.blogspot.com
On Oct 30, 1:26 pm, rishi narang wrote:
> i think creating a flex library project can be a good idea
>
> On Fri, Oct 30, 2009 at 1:16 PM, Fl
Congrats Anand!
-Ravi
On Oct 14, 7:51 am, "kishore.v" wrote:
> Great and Congratulations Anand. :)
>
> Kishore.V
>
> On Oct 13, 10:20 am, adi reddy wrote:
>
> > Congratulation Anand , Good luck.
--~--~-~--~~~---~--~~
You received this message because you are
Hi Ram,
Check out the link as follows:
http://aspexamples.adobe.com/
might help you with Flex and .Net communication.
-Ravi
http://achieveravi.blogspot.com
On Oct 6, 9:34 am, Ramkumar wrote:
> Hi All,
> We have the application on .Net and we have to replace the asp pages with
> flex UI.
> I a
Hi Amit,
Try the following:
http://www.adobe.com/2006/mxml";
layout="absolute" click="hitTestMethod(event)">
HTH,
-Ravi
http://achieveravi.blogspot.com
On Sep 21, 11:58 am, amit doshi wrote:
> Hi,
>
> I am looking for an example in which if the it
operation i have to do.
>
> Surendra.
>
> On Tue, Sep 22, 2009 at 4:16 PM, Ravi Mishra wrote:
>
> > Hi Surendra,
>
> > I guess I could not understand your problem completely. Are you trying
> > to click on the header of column and then listen to this event?
>
&
Hi Surendra,
I guess I could not understand your problem completely. Are you trying
to click on the header of column and then listen to this event?
If yes then the event is HeaderRelease event. If "no" then please
elaborate the problem in little more detail.
HTH,
-Ravi
http://achieveravi.blogs
I think you have to post that thread using some mail clients such as
Gmail, Outlook, etc. It could be one of the several ways, I am also
looking for other possible ways :)
-Ravi
http://achieveravi.blogspot.com
On Sep 14, 11:32 am, Ravi wrote:
> Hello Friends,
> How to attach a file while New po
Hi McRain,
You can write a custom event setting its bubble value true by default.
Then dispatch this event from your itemRenderer and then listen
(attach a listener function which will be the function you want to
call) the same event on the application or the component where you are
using itemRen
Hi Mike,
Tooltip will disappear as soon as you move mouse out from that
control. For these hyperlink kind of actions you should go for
PopUpManager class and create a popup on mouseOver event of that
control and remove the popup on MouseOut event of popped up control.
HTH,
-Ravi
http://achiever
Hi Mahesh,
Your code is working fine with me. Can you pls elaborate your problem
in little more detail?
-Ravi
http://achieveravi.blogspot.com
On Sep 6, 6:20 pm, mahesh bab wrote:
> Hi
>
> Here I have attatched code for autocompletetextinput.I have download code
> from net.
>
> It is working fi
To set your default browser in Flex Builder or Eclipse
Click Windows --> Preferences
Then type 'Browser' in the filter box at left. You'll find the list of
browsers on the right, from which you can set the desired browser as
default.
HTH,
-Ravi
http://achieveravi.blogspot.com
On Aug 24, 4:51
Hi Dhruv,
Flex can not talk to database directly. You would require a middle
layer for that purpose which will talk to Flex and Database both. This
middle layer could be some server side technology such as Java, PHP,
Coldfusion, .Net, etc.
HTH,
-Ravi
http://achieveravi.blogspot.com
On Aug 19,
Hi Prasad,
You can read excel sheets, but you would require any server side
component such as PHP, Java, etc. which will convert excel data to XML
or list of objects.
-Ravi
http://achieveravi.blogspot.com
On Aug 19, 6:27 pm, prasad wrote:
> Hi Folks,
>
> Using excel sheet data (rows & co
Hi Krishna,
Can you share your code with us?
-Ravi
http://achieveravi.blogspot.com
On Aug 19, 6:24 pm, krishna shinde wrote:
> Hi u can refer that effect from tour de flex in which other
> componants->efflex designer->flippapervision effect
>
> On Wed, Aug 19, 2009 at 6:42 PM, Preetham Hegde
Hi,
It is not possible if you talk about Flex or Flash because there are
some sandbox security restrictions that does not allow you to access
any local file from browser.
In AIR you can do this successfully.
HTH,
-Ravi
http://achieveravi.blogspot.com
On Aug 19, 6:13 pm, ManInAction wrote:
>
Instead of MyObject, use Object only.
HTH,
-Ravi
http://achieveravi.blogspot.com
On Aug 18, 3:51 pm, karima aissaoui wrote:
> i tried like you told me, but i have an error in :
>
> var o:MyObject=event.result;
>
> i tried like that :
> var o:MyObject=event.result as MyObject
>
> nameText.text
Hi Ramya,
You can check null values for the dataprovider while calculating the
length of it. You can write it as
if(dg.dataprovider != null){
RecLength = dg.dataprovider.length;
}
else{
RecLength = 0;
}
Where RecLength is the length of datagrid.
HTH,
-Ravi
http://achieveravi.blogspot.com
On
t can be done in some
> other way. Even without using datagrid.
> If any idea is coming to your mind, please share.
>
> Regards,
> Anoop
>
> On Aug 18, 4:05 pm, Preetham Hegde wrote:
>
> > Hi Anoop,
>
> > there is a attribute called *showHeaders* for dat
Hi Anoop,
Can you pls share your code snippet with us? So that we can have a
better picture.
-Ravi
http://achieveravi.blogspot.com
On Aug 18, 2:44 pm, Anoop Max wrote:
> Hi All,
>
> I am working on one datagrid in which am facing one difficulty.
> In the data grid, after each row, it needs to
Hi,
Read about filterFunction in ArrayCollection. You will get to know
about how to filter things in collections.
-Ravi
http://achieveravi.blogspot.com
On Aug 18, 8:14 am, itonflex team wrote:
> Hi friends, this is kishore !
> I have a dynamic datagrid, i need to do the searching and
>
Hi Kalavati,
What do you mean by replacing labelFunction with
labelPosition="outside" & labelField="id"? These are not the same
things.
And I hope this is not a bug but there is some error in your code
which is assigning a variable of type LineChart to a variable of type
ColumnChart.
HTH,
-Rav
Congratulations Dude!
-Ravi
On Aug 18, 8:01 am, satishas wrote:
> Hi Durairaj,
>
> Congrats man, Wish you all the very best.
>
> Regards,
> Satish.
> ---http://satish-as.blogspot.com/http://www.linkedin.com/in/satishas
> -
Try setting editable="false" for your datagrid and check if it solves
the problem.
-Ravi
http://achieveravi.blogspot.com
On Aug 14, 6:36 pm, manish sankhe wrote:
> see u can get focus on row of advanced datagrid aw well as on whole
> component which you have rendered inside the datagrid but not
Hi Vivian,
When there is only one record coming as a result of any service call
then flex internally considers as an object. So you can do it as
follows:
private function userUpdateMyplate(event:ResultEvent):void
{
var tempAC:ArrayCollection = new ArrayCollection();
tempAC.addItem(event.
Hi Sathish,
Can you please explain your query in little more detail?
For working with custom events, read the following:
http://flexblog.faratasystems.com/?p=170
-Ravi
http://achieveravi.blogspot.com
On Aug 15, 5:34 pm, sathish kumar wrote:
> hi this is sathishkumar
> i have a one loginmxml
Use scrollToIndex property.
-Ravi
http://achieveravi.blogspot.com
On Aug 12, 11:33 am, flex_oink wrote:
> Hi all,
>
> I am new to Flex. I have an AdvancedDatagrid with nodes as items. Each node
> is having some chart. Now the requirement is when I click on the node, after
> its expansion the ve
Hi Group,
I think people don't bother to read the notice on the top of groups
home page.
http://groups.google.com/group/flex_india/browse_thread/thread/e862d47aa1f0d1f1
Please read this and follow the protocol. Don't reply to the thread
related to job opportunities rather reply on the personal m
Hi Dhileepen,
I think you can not call dll directly using Flex. You have to use
server side components such as Java Remote Objects or .Net Remote
Objects (using webOrb). From flex you can call those server side
objects/methods and they in turn can interact with dlls
HTH,
-Ravi
On Aug 7, 5:05 p
Dont forget to remove underline on mouseOut event.
mouseOut="setStyle('textDecoration','normal')"
-Ravi
On Aug 7, 3:44 pm, Ravi Mishra wrote:
> Try this:
>
> color="#FF" mouseOver="setStyle('textDecoration','underline&
Try this:
http://www.google.com"; />
HTH,
-Ravi
On Aug 7, 3:09 pm, Mike learner wrote:
> Hi Vishal,
>
> We will get the hand icon, when we move the mouse over. But, what I want is
> , along with hand icon , underlining of text should be there.
>
> Thanks,
> Mohan
>
> On Fri, Aug 7, 2009 at 12
Check this out
http://www.adobe.com/devnet/flex/articles/flexmonkey.html
This discusses flexmonkey in detail and there are examples to
download.
-Ravi
On Aug 5, 10:34 pm, prasad wrote:
> Hi ,
>
> Any idea about Flex monkey unit testing tool. Any one have any
> samples or links, Please d
6, 2:53 pm, Preetham Hegde wrote:
> Hi Ravi,
>
> did u check the result. Its 0!
> Which length does this xmlStr.descendants.length() must give?
>
>
>
> On Thu, Aug 6, 2009 at 3:05 PM, Ravi Mishra wrote:
>
> > Try this:
> > var xmlStr:XML = new XML(str);
&g
Try this:
var xmlStr:XML = new XML(str);
Alert.show(xmlStr.descendants.length().toString());
HTH,
-Ravi
On Aug 6, 2:18 pm, Preetham Hegde wrote:
> Hi Adrian,
>
> Say for a given xml we can find the count using its inbuilt method *length()
> *
>
> Find a example, may help u..
>
>
> http://www.
Hi Karima,
Create an alias class of MyClass in actionscript using 'alias'
keyword. This alias class will have to contain all the properties
there in its java counter part.
[RemoteClass(alias="MyClass")]
public class MyClassVO{
public var property1:type;
.
.
.
}
Then you can bind your form pro
erverConnection();
> db.getServerConnection();
> }
> rs = db.getResultSet(query);
> try{
>
> while(rs.next()){
>
>
> <%=rs.getDouble(2) %>
> <%=rs.getDouble(3) %>
>
> <%
> }
>
Gerald,
Can you send the snippet which is working? Because i think the format
of the XML you have sent is not correct. (I have removed all those
asterisks '*')
-Ravi
On Jul 31, 12:55 pm, Gerald Anto Fernando
wrote:
> Hello friend,
> i have tried some ways but didnt get a result
>
> my xml node
Its really a proud moment.
Flex-India and Flex in India Rock!!
-Ravi
On Jul 30, 11:23 am, "hsivaramakrish...@gmail.com"
wrote:
> This is fantastic! a very proud moment for the flex india community
> indeed.
>
> Harish
>
> On Jul 30, 10:37 am, Anish Kumar wrote:
>
> > Its exciting to see congr
Try using collectionChange event of the dataprovider of first list. It
could help.
-Ravi
On Jul 29, 4:18 pm, HISSAM wrote:
> Its not the question of creation complete
> what when my dataprovider of left list changes??
> no creation event is gonna trigger
> Also at creation complete how do i acc
t; > other B.mxml file. so that I can use that
> > data to do work on it.
>
> > On Jul 20, 12:10 pm, Ravi Mishra wrote:
> > > Hi Vipin,
>
> > > Few questions before I answer your query
>
> > > 1. Are these two different Mxml files are diffe
Hi,
I think you are right (I am not sure though). Because when you refer
it from mx:script code then it just includes that file there itself
(it doesn't reference the file to that location). Therefore in that
way you are writing all those methods again and again in every file
where you have embed
its there on the post.
-Ravi
On Jul 21, 9:41 am, hari wrote:
> hi,
> pls can u give me ur mail id..
>
> On Jul 20, 8:27 am, Ravi Mishra wrote:
>
> > Hi,
>
> > There are a few candidates required who have work experience in Flex
> > and Java, in C
Hi Vipin,
Few questions before I answer your query
1. Are these two different Mxml files are different applications also?
2. Are these two files from same project and one/both of them are
components?
If option 1 is correct in your case then you should read about
localConnection object.
If opti
,
Ravi Mishra
--~--~-~--~~~---~--~~
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
Hi,
I don't think you can decompile MXML from AS. As deveraj said,
everything gets converted to actionscript before getting compiled to
swf. So for AVM its actionscript only, no matter if you have written
your code in MXML or AS. Max what you can get back is AS only.
HTH,
-Ravi
On Jul 16, 7:04
Hi Sreedhar,
What do you mean by the background Color of ADG?
And I was unable to figure out about the second query. Could you pls
explain it in a little more detail?
-Ravi
On Jul 15, 6:32 am, sreedhar wrote:
> Hi gys i want chenge the Advnced datagrid Back ground clour
> plese tell me and n
Its scrollToIndex.
-Ravi
On Jul 14, 11:50 pm, Ansh wrote:
> Hi Jagdish,
> ADG has a property - which scrolls down to the selected item.
> I am not sure of the exact name.
> pls refer the lang reference for adg.
>
> Regards,
> Ansh
>
> On Jul 14, 11:31 am, Jagdish wrote:
>
> > Hi All,
>
> > I h
One more thing you can try is:
While you are checking correct and wrong answers in itemRenderer then
handle both if and else parts i.e.
override public function set data(value:Object):void{
if(value.correct){
//color equals black
}
else{
//color equals red
}
}
HTH,
-Ravi
On Jul 13, 5:14 pm, HI
You can embed your flex SWF file in JSP, then it will be as good as a
JSP.
On Jul 13, 4:29 pm, Narendra wrote:
> Hi..
>
> i have two applications previously both in jsp running in tomcat.
> Previously users have an ability to switch between one application
> from another ( as i used to maintain
Hi Chandra,
Instead of taking results as ArrayCollection, take them in XMLList or
XML. There you can distinguish nodes on the basis of their attributes.
if(myx...@name == 'science' ) //myXML will be holding the sections.
{
// another XML to assign subsections
}
Read about XMLs in livedocs. You'
Hi Jagadish,
All these properties might not be available with SuperPanel. Check out
the superPanel class.
-Ravi
On Jul 13, 1:15 pm, Jagadish M wrote:
> Hi guys,
>
> can any body give the information regarding the following error attached to
> the mail..
>
> --
> Regards
> Jagan Mady's
>
> unt
Hi,
There are some libraries available in \frameworks\libs folder of your
Flex installation directory which you are required to import. These
files are as follow:
1.Automation.swc
2. Automation_agent.swc
3. Automantion_dmv.swc
4. QTP.swc
I hope Importing these files will solve your problem.
-R
16 am, Krishna wrote:
> thanks Ravi.
>
> But i could not find remove at option for combo box or datagrid in
> flex 3. There is onky selecteditemindex whih is a read only property.
> Can you please quote and example.
>
> Krishna
>
> On Jul 3, 6:21 am, Ravi Mishra wrote:
&g
Try using
new XML('your string');
or send the details of error.
-Ravi
On Jul 2, 6:31 pm, itonflex team wrote:
> Hi friends i have a requirement that, i have datagrid and charts.
> Based on the datagrid click i got some values and passed them to a
> string like
> .
> [Bindable]
>
Yes you can remove the items from specific location using removeItemAt
(); method in collection data types.
HTH,
-Ravi
On Jul 2, 8:28 pm, Krishna wrote:
> Hello,
>
> I have a list of id's and when I send the id's to the server, I get
> results in the form of JSON String. I populate the results
You can store those credentials in sharedObject which resides in the
clients machine. And you can use those sharedObjects for session
information.
HTH,
-Ravi
On Jul 2, 4:50 pm, Deepa wrote:
> Hi,
>
> I am working with sessions and authentication for the first time.
> I need assistance with usi
Hi Andrey,
You can write a custom itemRenderer extending the checkBox and in the
set data() you can handle with the values coming from dataProvider.
Refer the following code.
package com.Renderers{
public class myRenderer extends CheckBox{
override public function set data(value:Object):void{
s
sonal
things over mail itself.
Anyways it was nice talking to you couple of days back.
-Ravi
On Jul 1, 8:15 pm, Pattanayak Babu wrote:
> Hi maishra bhai ,Apana kouthu,Bhala hela group re gote odiya bhai mili gala.
>
> -09703175076
>
> On Wed, Jul 1, 2009 at 6:11 PM, Ravi Mishra wr
Hi,
Look for preventDefault method. Also can you pls tell what exactly is
the requirement?
-Ravi
On Jul 1, 4:34 pm, itonflex team wrote:
> Hi, friends i have problem that i have to deactivate the event listner
> when clicked on column header for the firsr row first column of a
> datagrid , and
Check out aasim's blog
http://aasimmomin.blogspot.com/2008/04/setting-label-as-hyperlink.html
Hope this is what you are looking for.
-Ravi
On Jul 1, 2:03 pm, nono wrote:
> I am developing an app which uses a twitter feed.
> my question is how do i get a text area to show a link functionality.
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 naraya
Neelima,
Create a global flag and check its value while clicking on Text.
private var uniqueFlag:Boolean = false;
private function clickHandler():void{
if(!uniqueFlag){
var TA:TextArea = new TextArea();
TA.text = dp[0].no;
vbxx1.addChild(TA);
}
uniqueFlag = true;
}
HTH,
-Ravi
On Jun 30, 9:
Hi Vishal,
Are you providing the height and width of controls in percent?
Can you share your code?
-Ravi
On Jun 27, 2:37 pm, vishal lad wrote:
> Hi,I am facing a strange problem in m application.When I run my application
> if the browser opens in minimized state(i.e if browser window size is
Hi Neelu,
Try adding it in actionscript.
On the click event of Text you should execute following lines:
var TA:TextArea = new TextArea();
TA.text = dp[0].no;
vbxx1.addChild(TA);
Hope this helps!
-Ravi
On Jun 29, 1:28 pm, neelu wrote:
> Hi all,
>
>
>
>
>
> My problem is on clic
Hi Sarma,
Can you please elaborate your problem in little detail?
-Ravi
On Jun 29, 10:24 am, Sarma wrote:
> Hi friend's i am working on flex with java server page. May need some
> help to connect the on flex application to another flex application
> throw the j2ee server. Help to me
--~--~
Hi Shreyas,
What Sankar means is, when you call your service from the function
'clickHandler' then the call goes 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 r
> dataField="name" "name" coming to myrenderer
>
> how to find which data is coimng into renderer
>
> any idea
>
> --
> Karthik.k
> Mobile - +91-9894991640
>
> On Fri, Jun 26, 2009 at 4:40 PM, Ravi Mishra wrote:
>
> > Karthik,
>
>
Can you share your itemRenderer code with us?
-Ravi
On Jun 25, 1:57 pm, Pankaj wrote:
> Hi,
>
> I have a combobox renderer and using it as one of the columns in the
> datagrid.
> If I change the datagrid size/do sorting on the column the values in
> the combobox changes hapazardly.
>
> Pl give
Karthik,
You need to check at the point where you are creating columns, that
when name is coming and when address is coming. If its not name then
dont apply itemrenderer to that column.
HTH,
-Ravi
On Jun 26, 3:22 pm, Karthik K wrote:
> Hi Dinesh
>
> thank you
>
> how to find my column data be
Hi Surendra,
Call setFocus() method of that field on the creationComplete event of
the Form.
i.e. firstField.setFocus();
HTH,
-Ravi
On Jun 24, 7:32 pm, surendra wrote:
> Hi friends,
>
> I have form with so many fields with scroll bar,through this i can
> view,add and update the details.
> bu
another component"
>
> On Jun 24, 6:45 pm, Ravi Mishra wrote:
>
> > Geeta,
>
> > Check out the very recent thread:
>
> >http://groups.google.com/group/flex_india/browse_thread/thread/3a6cb5...
>
> > -Ravi
> > On Jun 24, 6:40 pm, geetha wrote:
>
Geeta,
Check out the very recent thread:
http://groups.google.com/group/flex_india/browse_thread/thread/3a6cb554b748fb31
-Ravi
On Jun 24, 6:40 pm, geetha wrote:
> Friends ,
>
> I have one problem in my project.I had tried in some ways but not
> solved.
> Will u please guide me?
>
> Problem:
>
Hi,
Data binding could also be your point of interest. Read the following:
http://www.harrisfamily.net.nz/devblog/index.cfm/2007/12/15/Binding-of-properties-between-sub-components
HTH,
-Ravi
On Jun 24, 1:03 pm, Puneet Mishra wrote:
> just try to create the instance of the component in which
Hi Jess,
I think you should use any of them which you think you are most
comfortable with. Each of them has their own advantages as middle
layer.
I would have gone with Flex+J2EE because then I could take benefit
from BlazeDS, where I could use java Remote Objects. RemoteObjects
will make all th
arr[6] = "#7B68EE";
> arr[7] = "#8470FF";
> arr[8] = "#CD";
> arr[9] = "#4169E1";
> arr1=new ArrayCollection(arr);
> // mainContainerColors.dataProvider=arr1;
>
gt; > But it is not showing that color.
>
> > On Jun 24, 12:44 pm, Ravi Mishra wrote:
>
> > > Sheetal,
>
> > > Have you checked what is coming in 'data' under the itemRenderer? I
> > > doubt the value of data is becoming zero in every cas
1 - 100 of 306 matches
Mail list logo