[flexcoders] Improving startup performance- error

2005-06-30 Thread nithya karthik
hai, I tried running the code given in the livedocs. the code is as follows: ?xml version="1.0" ?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" mx:Script![CDATA[ function doCreate(){ createLater('box1', 0); createLater('box2', 2); createLater('box3', 1); createLater('box4',

[flexcoders] can anyone tell me about log4f for flex?

2005-06-30 Thread nithya karthik
hai. i want to have details about log4f for flex. can anyone help me with a link or thread which gives details about this? thanks, nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com -- Flexcoders Mailing List FAQ:

[flexcoders] Will not any flex application occupy the whole browser window?

2005-06-29 Thread nithya karthik
hai, Will not any flex application occupy the whole browser window? all applications have some space left around them. thanks, nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com -- Flexcoders Mailing List FAQ:

[flexcoders] How to wrap text inside a button

2005-06-28 Thread nithya karthik
hai, I want the text inside a button to be wraped. right now i am using a var lbl : "save/n data" and am binding it to the label field of the button as label={lbl}. It works but i want to know if there is any other way of doing it? thanks, nithyaSend instant messages to your online friends

[flexcoders] cairngorm framework error

2005-06-28 Thread nithya karthik
hai, I downloaded the cairngormstore and tried running it in my machine but it gives an error as 'products cannot be retrieved'. can anyone tell me why it says so? thanks, nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com -- Flexcoders Mailing List FAQ:

[flexcoders] multi language usage?

2005-06-27 Thread nithya karthik
hai, I have a label which by default displays "TITLE" in english. I ahev a button which says 'French' which on click must change the label text to french. How to do this? Please help.Send instant messages to your online friends http://uk.messenger.yahoo.com -- Flexcoders Mailing List FAQ:

[flexcoders] globalisation in flex..

2005-06-27 Thread nithya karthik
hai, I had posted a question regarding multilanguage usage in flex and manish had sent me a link.. The code of the link is as follows: MXML: ?xml version="1.0"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" !--mx:Script source="resource_bundle.as" /-- mx:Script

RE: [flexcoders] globalisation in flex..

2005-06-27 Thread nithya karthik
hi Matt, I tried the approach 3 but i get an error which says "Http service fault" you are not allowed to access the url http://localhost:8088/flex/globalisatio/en_US.xml via this proxy. This URL is not in the proxy's whitelist. what does it mean? and I tried the approach 2. the code is :

[flexcoders] resource bundles in flex

2005-06-27 Thread nithya karthik
hai, I had posted a question regarding multilanguage usage in flex and manish had sent me a link.. The code of the link is as follows: MXML: ?xml version="1.0"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" !--mx:Script source="resource_bundle.as" /-- mx:Script

[flexcoders] Can i embed a Html table in the htmltext of a mx:Label?

2005-06-13 Thread nithya karthik
hai, Is it possible to embed a html table in the htmltext field of a label control? if yes i'w like to have a sample pls. thanks, nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com Yahoo! Groups Links To visit your group on the web, go

[flexcoders] RE: [flexcoders to Abdul] passing data from jsp page to flex app- not working. Pls help. urgent

2005-06-13 Thread nithya karthik
yes exaclty. on click of an image in the tille list the popup opens. so how do i fix the problem? what has to be done? please help.. I have not used local connection previously so am not able to fix it. can u help me with the code? thanks, nithyaAbdul Qabiz [EMAIL PROTECTED] wrote: So your

[flexcoders] opening a JSP page on click of an image

2005-06-13 Thread nithya karthik
hai, How to open a JSP page on click of an image in the tile list? JSP page should open as a popup. HOw to do this? pls help with some code. thanks, nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com Yahoo! Groups Links To visit your group on the web, go

RE: [flexcoders] RE: [flexcoders to Abdul] passing data from jsp page to flex app- not working. Pls help. urgent

2005-06-13 Thread nithya karthik
Hai, Thanks alot abdul.. It works well.. Thank u so much . ur code was very helpful. thanks and regards, nithyaAbdul Qabiz [EMAIL PROTECTED] wrote: Hi Nithya, Just checked and found that everything seems to be working fine. I am not sure, why it is not working on your machine. Run the

Re: [flexcoders] opening a JSP page on click of an image

2005-06-13 Thread nithya karthik
thank u manish. Manish Jethani [EMAIL PROTECTED] wrote: On 6/13/05, nithya karthik [EMAIL PROTECTED] wrote: How to open a JSP page on click of an image in the tile list? JSP page should open as a popup. HOw to do this? pls help with some code. mx:TileList change="openJspPage()" ..

[flexcoders] [flexcoders to abdul] Passing data from one swf to another?

2005-06-13 Thread nithya karthik
hai, I have an swf from which data has to be passed on to another swf. can this be accomplished using a local connection? say i have a datagrid and an image in one swf. on click of the image a seperate swf must popup. in that swf i have a button which on click must update the datagrid in the

RE: [flexcoders] passing data from jsp page to flex app

2005-06-12 Thread nithya karthik
Hai, I tried ur code but item is not getting added to the cart. I dont understand the reason. please can u help?Abdul Qabiz [EMAIL PROTECTED] wrote: Hi Nithya, Both of Flex applications can communicate using LocalConnection. See the modified code below: 1) ##app.mxml## ?xml

[flexcoders] RE: [flexcoders to Abdul] passing data from jsp page to flex app- not working. Pls help. urgent

2005-06-12 Thread nithya karthik
hai, Abdul, in tried running ur code. But item doesnt get added to the cart. I dont understand the reason. pls can u help? this is very urgent. Is there any other way of doing it? help me with the code.. Regards, nithyaAbdul Qabiz [EMAIL PROTECTED] wrote: Hi Nithya, Both of Flex

RE: [flexcoders] RE: [flexcoders to Abdul] passing data from jsp page to flex app- not working. Pls help. urgent

2005-06-12 Thread nithya karthik
Yeah! Sure. I am posting the code now. app.mxml: ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*" initialize="onAppInit()" creationComplete="iFrame.visible=true" mx:Script ![CDATA[ var receiving_lc:LocalConnection; function

[flexcoders] passing data from jsp page to flex app

2005-06-11 Thread nithya karthik
hai, i have a flex appl that would call a jsp page. in the jsp page i have an embedded mxml witha button "add". when i trigger that it must get added to my mxml page outside jsp page. how to do this? my code is as below: mxml: ?xml version="1.0" encoding="utf-8"? mx:Application

RE: [flexcoders] [flexcoders- to abdul] image in swf. pls help

2005-06-10 Thread nithya karthik
Hai abdul, thanks a lot. It works well. Abdul Qabiz [EMAIL PROTECTED] wrote: Ok, I got it, you mean, when you run the swf on different machine it doesn't work. But if you run the swf from same machine it works, right? The reason behind is that, your 3724.jpg is loaded on runtime, that's

[flexcoders] [flexcoders- to abdul] image in swf. Problem again

2005-06-10 Thread nithya karthik
Hai, I again have a problem with loading the image. say i have an swf named img1.swf, I have an xml tag thumbNailimg1.swf/thumbnail ok. In a tilelist i try to dispaly that swf using the following code: mx:Image id="prodThumbNail" width="80" height="80" autoLoad="true"

[flexcoders]Drag and drop

2005-06-10 Thread nithya karthik
hai, I have a tile list from which i can drag and drop the item toa datagrid. now i also want to drag the item from the datagrid so that it gets removed from the grid. how should i do this? when i treid what happend was, i was able to remove the item but it was getting dropped to the tile list

[flexcoders] Html page pop up

2005-06-10 Thread nithya karthik
hai, I have an application with a top canvas and a botton canvas. the top canvas has a button which on click must make a corresponding html page to be displayed on the top canvas only. the bottom canvas should remain the same. how to do this? when i give the following code the whole

[flexcoders] Html page pop up

2005-06-10 Thread nithya karthik
hai, I have an application with a top canvas and a botton canvas. the top canvas has a button which on click must make a corresponding html page to be displayed on the top canvas only. the bottom canvas should remain the same. how to do this? when i give the following code the whole

[flexcoders] Passing data from Html to Flex application.Urgent pls

2005-06-10 Thread nithya karthik
hai, I have a flex application with a tilelist of images. On click of each image takes me to a html page which has some details regarding the image. I have a button on each html page say"add" then it must add the particaular item to a datagri\d in my flex application.. how should i pass the

[flexcoders] Images in swf

2005-06-09 Thread nithya karthik
hai, when i compile an mxml application to swf and run the swf, the images doesnt get displayed. I mages in the mxml file as jgp. y does it it not appear in my swf file? any alternative to achieve this? pls helpSend instant messages to your online friends http://uk.messenger.yahoo.com

RE: [flexcoders] Images in swf

2005-06-09 Thread nithya karthik
haiabdul I am attaching a small code of what i tried. I compiled it to swf and tried runnign from the same folder which contains the image, then it worked well but when i tried running it from a different folder the swf did not display the image. y is that so? pls help. i need this for a

RE: [flexcoders] Images in swf

2005-06-09 Thread nithya karthik
haiabdul, sorry abdul. i forgot to attach the code. i am sending it now. pls help. ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*" backgroundColor="#FF" mx:Canvas clipContent="true" backgroundColor="#FF" verticalGap="0"

[flexcoders] [flexcoders- to abdul] image in swf. pls help

2005-06-09 Thread nithya karthik
Hai abdul, I forgot to attach the code in my mail. i am sending it now ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*" backgroundColor="#FF" mx:Canvas clipContent="true" backgroundColor="#FF" verticalGap="0" height="400"

[flexcoders] ComboBOx

2005-06-03 Thread nithya karthik
hai, I have a combobox with 3 items. on selecting an item I want the viewstack beneath it to change from one view to another. Pls help me with code for this. thanks, nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com Yahoo! Groups Links To visit your

[flexcoders] Datagrid cellrenderer

2005-06-02 Thread nithya karthik
hai, I want to have two buttons in a column of a datagrid. How to do that with the help of a cell renederer. please help with the code.. thanks, nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com Yahoo! Groups Links To visit your group on the web, go

[flexcoders] Tabnavigator tab name issue

2005-05-25 Thread nithya karthik
hai, I have a tab navigator with 4 canvases inside. the label for each canvas is very lenghty and i want it to be displayed in two lines. say the label is "Display Content" ,I want it to be displayed as: Display Content How should i be doing this? Yahoo! Messenger - Communicate

[flexcoders] Is there any event to handle a right click in flex?

2005-05-25 Thread nithya karthik
hai, I have a tree which on right click should open a pop-up window.. How do i handle the right click event? thanks, nithya Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now Yahoo! Groups Links To visit your group on the web, go

[flexcoders] Datagrid word wrap- it isnt working.

2005-05-15 Thread nithya karthik
Hai, when i give wordwrap="true" in a datagrid, it isnt wraping the text... May i know the reason and the way to rectify it? I used something like this: mx:DataGridColumn columnName="Total" headerText="Total reserves" wordWrap="true"/ I want 'Total' in the first line and 'reserves' in the next

[flexcoders] RE: [flexcoders-Ely Greenfield ] Gantt chart in flex?

2005-05-12 Thread nithya karthik
I have never come across a 'floating bar chart' in flex 1.5... Could u pls tell me how to use it? Ely Greenfield [EMAIL PROTECTED] wrote: Nithya – Flex 1.5 supports a ‘floating bar chart’ component, which is sufficient for what most people mean when they ask for a gantt chart. If

[flexcoders] Legend in chart..

2005-05-12 Thread nithya karthik
hai, I'd like to know if the legend for chart can be made horizontal.. by defult the legend items are aligned vertically, but i want it to be vertical. how to do it? and how do i have the x-axis of a bar chart at the top instead the bottom? Yahoo! Messenger - Communicate instantly..."Ping"

[flexcoders] How to load a .mdb from a flex application?

2005-05-12 Thread nithya karthik
hai, How to load a .mdb file from a flex application either on click of a button or somehow? thanks, nithya Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now Yahoo! Groups Links To visit your group on the web, go

RE: [flexcoders] How to load a .mdb from a flex application?

2005-05-12 Thread nithya karthik
Is there any possibility to run an EXE on click of a button( i'd like to open an MS Access application) regards, nithyaSteven Webster [EMAIL PROTECTED] wrote: Do you mean how to do you connect Flex to an access database ?!? Flex doesn't connect directly to a database; you would have some

[flexcoders] Dynamically changing the default icon of tree

2005-05-12 Thread nithya karthik
hai, I' like to change the default icon for the tree based on some condition. the code which i'm using right now doen't work.. pls tell me where i go wrong ?xml version="1.0" encoding="utf-8"?mx:Application

RE: [flexcoders] How to load a .mdb from a flex application?

2005-05-12 Thread nithya karthik
Hai, I tried using the getURL(), but it didnt work.. I need to open an MS Access application with the particular .mdb file opened on click of a button or something... please help me with the code thanks, nithyaAbdul Qabiz [EMAIL PROTECTED] wrote: Hi, I guess, you can try to open .mdb file

[flexcoders] Changing the default icon of a tree

2005-05-12 Thread nithya karthik
Hai, I have alreadt posted a question regarding this.. I want to change the default icon of the node of a tree dynamically.. i am now using a iconFunction to do it, but it doesnt work.. can anybody help me with this? ?xml version="1.0" encoding="utf-8"?mx:Application

[flexcoders] Gantt chart in flex?

2005-05-11 Thread nithya karthik
hai, I'd like to know if there is any possibility of creating a gantt chart in flex, if yes how? thanks, nithya Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now Yahoo! Groups Links To visit your group on the web, go

[flexcoders] HOw to change the foldericon of the tree dynamically acording to some condition?

2005-05-11 Thread nithya karthik
hai, I'd like to know how to change the folderopen and folderclose icon of a tree control dynamically according to some condition (say when the node label is "books", i want the folderopenIcon to be 'books.png'..) help me with some code for this How should i use the IconFuntion in a

[flexcoders] RE: [flexcoders-matt Chotin] HOw to change the foldericon of the tree dynamic ally acording to some condition?

2005-05-11 Thread nithya karthik
hai, thanks.. I tried something like the following and it didnt work.. can you pls tell where i have gone wrong.. ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Script![CDATA[[Embed(bookIcon.source="assets/amway/numbergif/i.gif")] var

[flexcoders] [flexcoders-matt Chotin] HOw to change the f oldericon of the tree dynamic ally acording to some condition?

2005-05-11 Thread nithya karthik
I treid correcting As u said but still it doesnt work for me... The defaultIcon doesnt change at all.. Where am i going wrong? this is my code right now: mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Script![CDATA[[Embed(source="assets/amway/numbergif/i.gif")] var bookIcon :

[flexcoders] Vertical Accordion?

2005-05-05 Thread nithya karthik
HAi, Is there any possibility to have a vertical accordion in flex? anything like Rotate can be used to rotate the whole container? i came to know it is possible with laszlo.. thanks, nithya Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now

RE: [flexcoders] Dynamically changing the source of xml

2005-05-04 Thread nithya karthik
The accordion in my code is used to display the category names.. assume i have 3 categories(ie.. 3 VBoxes in the accordion).. in each Vbox there is a button named"show products" which on click must display a viewstack containing the products.. the product names come from an Xml.. SO for the

[flexcoders] Dynamically changing the source of XML- is it possible?

2005-05-03 Thread nithya karthik
hai! I have an accordion which gets its contents from a repeater. each vbox in the accordion has a button whichon click must take me to a different viewstack containing images from different xml files.. right now i am able to capture the click event to display a viewstack containg images but

RE: [flexcoders] Dynamically changing the source of xml

2005-05-03 Thread nithya karthik
thanks.. Your code works well. but in your code u dont have the buttons inside a repeater.. imagine i have the buttons inside a repeater ,then how can i make the menuitems to appear dynamically again from different XML files? pls help me with some code.. thanksregards, nithyaAbdul Qabiz [EMAIL

RE: [flexcoders] Dynamically changing the source of xml

2005-05-03 Thread nithya karthik
thanks.. Your code works well. but in your code u dont have the buttons inside a repeater.. imagine i have the buttons inside a repeater ,then how can i make the menuitems to appear dynamically again from different XML files? pls help me with some code.. thanksregards, nithyaAbdul Qabiz

RE: [flexcoders] Dynamically changing the source of xml

2005-05-03 Thread nithya karthik
hai, here is my code. i either want to change the viewstack dynamically or tell if it will be possible to replace the vbox by the images... ?xml version="1.0" encoding="utf-8"?mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml" width="100%" height="100%"mx:Metadata [Event("change")]

[flexcoders] [fleccoders] double click

2005-05-02 Thread nithya karthik
hai! I want some change to occur in a datagrid on double click of an image in the Tile.. The datagrid and the tile are in seperate Mxml files,they are different components.. How can i do this.. can anybody help me with the code? regards, nithya Yahoo! Messenger - Communicate

[flexcoders] menubar color

2005-04-29 Thread nithya karthik
selection color, selected fillcolor, fillcolor- nothing works with the menubar.. should i be using theCSS to change this? Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now Yahoo! Groups Links To visit your group on the web, go

[flexcoders] Menubar fillcolors- It never works..

2005-04-28 Thread nithya karthik
Hai, I find difficulty in using the fillcolors for the menubar, tab-navigtor.. when i give some colos in the fill colors , it doesnot work.. I have already posted this same question ten days before but i havent got any response.. can anyone help me with this? regards, nithya Yahoo!

[flexcoders] menubar event handling

2005-04-27 Thread nithya karthik
hai i have a menubar which contains a list of categories.. I want a tile of images to be displayed beneath the menubar on click of a particular menuitem.. the images have their source in an external XML file.. how should i do this? I am new to flex so kindly help me with this regards,

[flexcoders] Vertical Text- is it possible?

2005-04-27 Thread nithya karthik
Hai! I want the text to be aligned vertically like: S H O P P I N G Is it possible with flex? If yes, how? regards, nithya Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now Yahoo! Groups Links To visit your group on the web, go

[flexcoders] Bounce effect-toggle effect

2005-04-27 Thread nithya karthik
hai! just try running the following code.. Actually it should make a vbox bounce from right to left on click and then bounce back to right.. but it doesnot.. It doesnot bounce back it only keeps moving left on evry click.. can u find where i have gone wrong? regrds, nithya ?xml version="1.0"

[flexcoders] pop up window

2005-04-27 Thread nithya karthik
hai! I have a tile with images which on mouseover displays a vbox beneath.. I want a panel or a title window to pop up on click of the image.. the window must popup right over the image.. How should i do this? pls help me with some code.. ?xml version="1.0" encoding="utf-8"? mx:Application

RE: [flexcoders] Bounce effect-toggle effect

2005-04-27 Thread nithya karthik
Thanks a lot. It worksJason Szeto [EMAIL PROTECTED] wrote: Nithya, All effect triggers, like mouseDownEffect are styles. You need to access them using getStyle and setStyle. Instead of basketPanel["mouseDownEffect"] = "basketMoveRight"; Use

[flexcoders] Menubar source-- only XML? Urgent

2005-04-22 Thread nithya karthik
hai! I want to know if only a XML file can be a source for a menubar.. Can a list of array be the source for a menu bar like : mx:MenuBar mx:dataProvider mx:Array mx:StringAlabama/mx:String mx:StringAlaska/mx:String mx:StringArkansas/mx:String /mx:Array /mx:dataProvider/mx:MenuBar The above

[flexcoders] Custom cursor

2005-04-21 Thread nithya karthik
Hai! Thanks a lot for ur immediate response.. Could you help me with changing the cursor to hand on mouseover of an image? how to use a custom cursor?Also tell me how to cahne the defaukt color ofa menubar, it doesnt change when i give fillcolors, selecrdfillcolors etc.. should i be giving it

[flexcoders] Data Model

2005-04-21 Thread nithya karthik
Hai, I have a problem with the data model source. I have a model which provides data for a menubar.. the source i of the model hard coded.. But i want it to change dynamically during run time.. how can i do this? can i give something like mx:Model id="theXML"

[flexcoders] [flexcoders-URGENT] Wipe effect for repeater objects- Programmatically

2005-04-20 Thread nithya karthik
Hai! I have been trying to expand a VBox containg details of an Image that is being clicked.. The image is placed in Tile which is inside a repeater.. i have problem in accessing the repeater object.. i tried using the repeaterIndices.. but it doesnt work.. Can anyone help me in this issue

RE: [flexcoders] Urgent- Wipe effect to repeater objects...

2005-04-20 Thread nithya karthik
Thanks a lot for ur immediate response.. Could you help me with changing the cursor to hand on mouseover of an image? how to use a custom cursor?Matt Chotin [EMAIL PROTECTED] wrote: Instead of having hide/show functions you could change the VBox to this: mx:VBox

[flexcoders] menu bar control- submenu issue

2005-04-18 Thread nithya karthik
hai, I have been using a menubar control which has 4 items.. only the 2nd item has sub menus inside it.. the others dont have.. the problem is when mouseDown on items without a child it displays "[object object], 1,,[object object], null"... how do i avoid this? please help me this issue

[flexcoders] Menubar control Anybody?

2005-04-13 Thread nithya karthik
I use tab navigator container to display the category names and the menubar to display the subcategories under each tab.. the menu bar should appear if and only if there is any subcategory under the selected tab.. but the problm with my coe is that it displays a menubar with label- 'undefined'

Re: [flexcoders] Menu Label

2005-04-12 Thread nithya karthik
Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of Yahoo!

Re: [flexcoders] menu bar control

2005-04-11 Thread nithya karthik
sorry i meant menu bar control not menu control... Thanks a lot Manish... I'd like to know how to change the default color of the menucontrol.. the attribte Fillcolors doesnt work.. nothing worksincluding selectedfill color, background color etc,.. I would also like to know how to remove

[flexcoders] Tab navigator container

2005-04-10 Thread nithya karthik
I am working on a project in Flex1.5, I would like to know the code of how to make a menu apper beneath the enabled Tab in a tab navigator on mouseover. please this is very urgent.. can u help me in this regard? thanks, nithya Yahoo! Messenger - Communicate instantly..."Ping" your friends