RE: [flexcoders] restrict text size in datagrid cell??

2006-02-16 Thread ashish
what i think, you can do this with the help of cellrenderer, to restrict the characters in datagrid-ashish grover On Wed, Feb 15, 2006 at 10:15 PM, Alex Uhlmann wrote:http://www.richinternet.de/blog/index.cfm?mode=searchBest, Alex Alex Uhlmann Technical Consultant (Rich Internet Applications

RE: [flexcoders] Problems with dynamically generating radio button in a radiobutton group

2006-02-16 Thread ashish
Or you can do this by 'creating child' of the radiobuttongroup -Ashish Grover On Wed, Feb 15, 2006 at 3:13 PM, Barrau Antoine wrote: Hi, i resolved the problem by creating my group with : document[radioGroup+myField.id+editable] = new RadioButtonGroup(); Thanks a lot for your help Matt

RE: [flexcoders] Dynamically generating tabs:: using the createTab() Method

2006-02-16 Thread ashish
function addtab(){ tabs.createChild(mx.containers.VBox , undefined, {label:'newBtn',id:'secondOne', mouseDown:'doSomething()'}); //tabs is tabnavigator name and this addtab button has to call on some event } regards, Ashish Grover On Wed, Feb 15, 2006 at 11:33 PM, augie wrote: Hello

Re: [flexcoders] Dynamically creating an Accordian

2006-02-17 Thread ashish
Hi,you can use createchild function to add accordian dynamicallyashish grover On Fri, Feb 17, 2006 at 5:48 AM, Johannes Nel wrote:i suspect you will find that example has moved to www.ifbin.com. On 2/16/06, augie [EMAIL PROTECTED] wrote: Hello, Does anyone have sample code they can post or

RE: [flexcoders] Dynamically generating tabs:: using the createTab() Method

2006-02-17 Thread ashish
ok, i didn't worked on flex2, createchild is available in 1.5-ashish On Fri, Feb 17, 2006 at 6:44 AM, Gordon Smith wrote:createChild() was from Flex 1.X. In Flex 2.0 you would do var vbox:VBox = new VBox(); vbox.label = ...; tabs.addChild(vbox); - Gordon ___From

Re: [flexcoders] Dynamically generating tabs:: using the createTab() Method

2006-02-17 Thread ashish
Hi,I have tried it its available, you can createchild of any container in flex.-ashish grover On Fri, Feb 17, 2006 at 4:06 AM, Daniel Nelson wrote:ashish, I can't seem to find createChild in the flex api? Where are you getting this method from? I only see addChild(). -Dan On 2/15/06, ashish

RE: [flexcoders] Flex 2.0 and Flash 8

2006-02-24 Thread ashish
if flex2.0 supports or recommed flash player 8.5, then we should use the same recommended versions, unless some features will not be working, or some tags of mxml will be depreciated in the older versions-ashish grover On Fri, Feb 24, 2006 at 7:31 AM, Stephane B. wrote:Is there any way to get

RE: [flexcoders] FlexBuilder on 64bit machine any good?

2008-12-15 Thread Ashish
Yes. More RAM is necessary for Flex. At least 2 GB. Best, Ashish From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Darrin Kay Sent: Monday, December 15, 2008 4:23 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] FlexBuilder on 64bit machine any

[flexcoders] how to configure flex builder ..................

2005-08-12 Thread ashish sharma
hi, I already installed jrun4 now i want to configure flex builder with jrun4 please guide what are the steps. i am using trial version of flex. thanks__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around

RE: [flexcoders] Web Service Input Variable

2005-09-06 Thread Ashish Goyal
: mx:WebService id=xmlService wsdl=http://192.168.10.17/DistrictsLT9/People.cfc?wsdl; mx:operation name=returnLines mx:request orderID100/orderID /mx:request /mx:operation /mx:WebService -Ashish -Original Message- From: flexcoders

RE: [flexcoders] drilling down to get dynamically generated form values

2005-09-07 Thread Ashish Goyal
Repeater creates an array of items, so in this case it will create an array of TestInputs. You can access the value of the first TextInput by item1[0].text, for the second TextInput as item2[0].text, 2nd value of first TextInput as item1[1].text and so on... -Ashish -Original Message

RE: [flexcoders] Why Canvas don't work?

2005-09-07 Thread Ashish Goyal
still getting errors afteradding doDragEnter method. -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Igor CostaSent: Wednesday, September 07, 2005 4:34 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Why Canvas don't work? I trying

RE: [flexcoders] HeadColors doesn't work in Panel properly

2005-09-09 Thread Ashish Goyal
headerColors property expects an array of two color values. If you want header color just to be a single color then you can write it as headerColors=[0xCFE4FB, 0xCFE4FB] -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tansht

RE: [flexcoders] How to change the button's image after click

2005-09-12 Thread Ashish Goyal
; } ]] /mx:Script mx:Button id=b1 toggle=true label=Button1 icon={img1} click=checkToggle()/ /mx:Application -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Prasad Dhananjaya Sent: Sunday, September 11, 2005 9:58

RE: [flexcoders] Re: Is there a LinkBar style similar to activeTab for tabNavigator

2005-09-12 Thread Ashish Goyal
, you can write an initialize event handler and change the link appearance of the default selected link in that function. -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of delaquae Sent: Monday, September 12, 2005 7:39 AM To: flexcoders

RE: [flexcoders] How to disable tabNavigator if two tabNavigator there

2005-09-20 Thread Ashish Goyal
Use ViewStack.. Check Flex docs for the ViewStack usage. -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sandip_patil01 Sent: Tuesday, September 20, 2005 11:15 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How

RE: [flexcoders] % in as

2005-10-19 Thread Ashish Goyal
There is a property called percentWidth for setting percentage width in AS. Component.percentWidth = 100; Similarly you can use percentHeight to set height in percentage. -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rajesh

RE: [flexcoders] Flash Player 8.5 installation file

2005-10-24 Thread Ashish Goyal
"Install Flash Player 8.5 AX.exe" is the installer toinstall ActiveX version of player on IE. Other one is to install plugin version of player onall otherbrowsers (Netscape, firefox, opera , etc..). -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-24 Thread Ashish Goyal
to a VBoxand set marginTop to some value say 5. Your code would look like: mx:Repeater mx:HBox mx:VBox marginTop="5" mx:Image/ /mx:VBox mx:Text/ /mx:HBox /mx:Repeater -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill,

RE: [flexcoders] [Flex2] State and size

2005-10-25 Thread Ashish Goyal
Hello Stephane, It seems like setting resizeEffect on the panel is causing this bug. Remove resizeEffect=Resize from the searchPanel then switching to the base state (currentState to '') should work. I have already logged the bug in the bugbase. Thanks for finding this issue. -Ashish

RE: [flexcoders] mx:Repeater problem

2005-11-23 Thread Ashish Goyal
(event.target.getRepeaterItem().name) -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hasan Basri Sent: Wednesday, November 23, 2005 2:00 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] mx:Repeater problem in the following code, I have a problem stated

RE: [flexcoders] Still need some help with my menu bar

2006-03-29 Thread Ashish Goyal
Try this: currentState = [EMAIL PROTECTED]; -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Wednesday, March 29, 2006 8:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Still need some help with my menu

RE: [flexcoders] Still need some help with my menu bar

2006-03-29 Thread Ashish Goyal
are still having problems. -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Wednesday, March 29, 2006 11:51 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Still need some help with my menu bar Ashish

RE: [flexcoders] Init?

2006-03-31 Thread Ashish Goyal
Call function on creationComplete event of Application tag. -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Pieszak Sent: Friday, March 31, 2006 12:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Init? How can call

RE: [flexcoders] Calling previous state

2006-04-10 Thread Ashish Goyal
to the previous state. Hope this helps. -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Monday, April 10, 2006 2:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Calling previous state I am working on my app, and I

RE: [flexcoders] Calling previous state

2006-04-10 Thread Ashish Goyal
Title: RE: [flexcoders] Calling previous state There is typo: and in the event handler set some variable to the event.OldState Its event.oldState (lower case o) -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ashish

RE: [flexcoders] Background color of DataGrid row and column

2006-04-20 Thread Ashish Goyal
=[0x00FF00, 0x00FF00] -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mustaq Pradhan Sent: Thursday, April 20, 2006 3:31 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Background color of DataGrid row and column How to set background

RE: [flexcoders] Image Scroller

2006-11-07 Thread Ashish Goyal
is greater than maxhorizontalScrollPosition and then set horizontalScrollPosition to 0 again. BTW, you can check out flash.utils package for more info on Timer class. -Ashish From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Daniel Freiman Sent

RE: [flexcoders] Re: How do I get the ControlBar to show at the t op of my Panel?

2007-03-21 Thread Ashish Goyal
Try using mx:ApplicationControlBar -Ashish _ From: scott_flex [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 10:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How do I get the ControlBar to show at the top of my Panel? The first thing i would do

RE: [flexcoders] Re: How do I get the ControlBar to show at the t op of my Panel?

2007-03-21 Thread Ashish Goyal
/ApplicationControl Bar.html -Ashish _ From: michael_ramirez44 [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 3:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How do I get the ControlBar to show at the t op of my Panel? Ashish

RE: [flexcoders] drag drop

2005-04-22 Thread Ashish Goyal
You can get the dragging source byusing -event.dragSource.dataForFormat("source"). Thanks -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Friday, April 22, 2005 9:03 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders]

RE: [flexcoders] Re: Making a visible property really invisible

2005-05-02 Thread Ashish Goyal
:Button /mx:CheckBox id="c1" click="makeVisible()"//mx:Panelmx:Panel id="p2" title="panel 2" visible="false" height="0" width="0" mx:TextInput /mx:TextInput //mx:Panel/mx:HBox /mx:Application Thanks -Ashish From

RE: [flexcoders] Formatting Fields in Datatips

2005-05-03 Thread Ashish Goyal
ataTipFunction="showdt" mx:verticalAxis mx:CategoryAxis dataProvider="{expenses}" categoryField="Expense" name="Expense"/ /mx:verticalAxis mx:horizontalAxis mx:LinearAxis name="Amount"/ /mx:horizontalAxis mx:series mx:Array mx:BarSeries xField=

RE: [flexcoders] Tree Drag and Drop help

2005-05-05 Thread Ashish Goyal
dropParent = dest.getDropParent(); for (var i = items.length - 1; i = 0; i--){var newNode = dropParent.addTreeNodeAt(dropLoc,items[i]);dest.selection = newNode;}} -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pilby1Sent: Thursday, May 05, 2005 4:04

RE: [flexcoders] Tree Drag and Drop help

2005-05-05 Thread Ashish Goyal
One correction.. 'treeItems' should be in quotes. var items = event.dragSource.dataForFormat("treeItems"); From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ashish GoyalSent: Thursday, May 05, 2005 4:28 PMTo: flexcoders@yahoogroups.comS

RE: [flexcoders] How do you store and then retrieve the backcolor of something

2005-06-07 Thread Ashish Goyal
You are setting 'color' style instead of 'fillColors' style in your changebackcolor() function. Change the 'color' to 'fillColors' in changebackcolor() as well as in changecolor() function and it should work. Thanks -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] LinkBar question

2005-06-22 Thread Ashish Goyal
You can have the selected link to show in a different color though instead of the default grey color for better visibility. Just set 'disabledColor' property on the link bar to the desired color. Thanks -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] LinkBar question

2005-06-22 Thread Ashish Goyal
ew2" mx:Button label="Button2"//mx:VBoxmx:VBox width="100%" height="100%" label="View3" mx:Button label="Button3"//mx:VBoxmx:VBox width="100%" height="100%" label="View4" mx:Button label="Button4"

RE: [flexcoders] Accordian Header Colors

2005-06-23 Thread Ashish Goyal
ve the fuction coded in another way which is more efficient (inside the for loop, check if"i" is the selectedIndex and change the color to red otherwise black)but its not working for few of the style properties. I'll log the bug in the Flex bugbase. Thanks -Ashish Fr

RE: [flexcoders] Accordian Header Colors

2005-06-23 Thread Ashish Goyal
.getHeaderAt(i); i==accordion1.selectedIndex ? header.setStyle("color", 0xFF) : header.setStyle("color", 0x00); } } -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ashish GoyalSent: Thursday, June 23, 2005 1:44

RE: [flexcoders] Button toggle clarification

2005-07-22 Thread Ashish Goyal
You should be able to see a halo around the toggled button when you click. Its same as the halo you seein mouseover state. -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Devin HollowaySent: Friday, July 22, 2005 1:28 PMTo: flexcoders

RE: [flexcoders] Re: Button toggle clarification

2005-07-22 Thread Ashish Goyal
will know by looking at the button state the result in the result box is the output of which mathematical function. -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Devin HollowaySent: Friday, July 22, 2005 2:28 PMTo: flexcoders@yahoogroups.

RE: [flexcoders] Rounded corners on Title Window

2005-07-26 Thread Ashish Goyal
Set panelBorderStyle style property to roundCorners. -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of charlespaz1Sent: Tuesday, July 26, 2005 2:24 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Rounded corners on Title Window

RE: [flexcoders] Accordions hide underneath the buttom ControlBar

2005-08-02 Thread Ashish Goyal
ControlBar shouldn't hide anything defined inside the panel. Can you post your testfile. Thanks -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ghislain Simard Sent: Tuesday, August 02, 2005 11:07 AM To: flexcoders

RE: [flexcoders] Accordions hide underneath the buttom ControlBar

2005-08-02 Thread Ashish Goyal
log it in the Flex bugbase. I believe very few users will encounter this issue but thanks for finding it. -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Simard, Ghislain Sent: Tuesday, August 02, 2005 11:40 AM To: 'flexcoders

RE: [flexcoders] Passing variables into an alert handler

2005-08-02 Thread Ashish Goyal
How about simple passing the parameters like: Alert(... ..., Delegate.create(this, this.alertHandler('apples','Bar')); And in your alertHandler(myVar,myFoo), you can get the values of your parameters. Does this answer your question? Thanks -Ashish -Original Message- From

RE: [flexcoders] Passing variables into an alert handler

2005-08-02 Thread Ashish Goyal
with events should be able to answer your question.. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ashish Goyal Sent: Tuesday, August 02, 2005 2:23 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Passing variables

RE: [flexcoders] Flex Install on IIS

2005-08-03 Thread Ashish Goyal
Title: Flex Install on IIS This technote should help http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=96611248 -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, AghaSent: Wednesday, August 03, 2005 9:22 AMTo: flexcoders

RE: [flexcoders] background color of a text?

2006-09-12 Thread Ashish Goyal
You can just wrap your text or label component in a container with backgroundColor set to desired color. For eg: mx:VBox backgroundColor=red mx:Label text=Label1/ /mx:VBox -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oktay nba

RE: [flexcoders] Viewstack with canvas + centered panel

2006-09-25 Thread Ashish Goyal
of Canvas as in your case. -Ashish From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeroen Beckers Sent: Monday, September 25, 2006 1:13 PM To: flexcoders Subject: [flexcoders] Viewstack with canvas + centered panel Hi, I'm fairly new to Flex

RE: [flexcoders] Re: Viewstack with canvas + centered panel

2006-09-26 Thread Ashish Goyal
. -Ashish From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of joshuajnoble Sent: Tuesday, September 26, 2006 8:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Viewstack with canvas + centered panel I think you mean: To get the Panel

RE: [flexcoders] Datagrid rowcount

2005-04-01 Thread Ashish Goyal
;) It will work really well if your row height (row content) is fixed. -Ashish -Original Message- From: Tom Fitzpatrick [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 1:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Datagrid rowcount Setting a datagrid's variableRowHeight

RE: [flexcoders] Flex 2.0 Repeater not working

2006-01-05 Thread Ashish Goyal
=Radio label={r.currentItem.name} width=150 x=129 y=77/ Thanks -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Venkatesh kambhammettu Sent: Wednesday, January 04, 2006 5:51 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] how to display ruler in mx:Grid

2006-01-06 Thread Ashish Goyal
If you mean displaying grid with borders, you can do that by setting borderStyle property to solid in Grid, GridRow and GridItem tags. You can also change the border thickness by setting borderThickness property to a valid number. Let me know if that doesn't answer your question. Thanks -Ashish

RE: [flexcoders] State Transistions

2006-01-09 Thread Ashish Goyal
States will have support for transition effects in the next alpha/beta release. Thanks -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rebel_assualt Sent: Sunday, January 08, 2006 7:31 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] State Transistions

2006-01-11 Thread Ashish Goyal
. Thanks -Ashish From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Kaushik Mukherjee Sent: Wednesday, January 11, 2006 3:41 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] State Transistions I think there is transition effect

RE: [flexcoders] AS3/Flex2 - Effects and Cancelling them

2006-01-19 Thread Ashish Goyal
to the starting point to create a nice effect reversal. -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Trey Long Sent: Thursday, January 19, 2006 12:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] AS3/Flex2 - Effects

RE: [flexcoders] Re: Chaning the click event on a button

2006-05-23 Thread Ashish Goyal
-Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Tuesday, May 23, 2006 2:47 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Chaning the click event on a button what I need to do is repalce

RE: [flexcoders] TabNavigator Events

2006-05-25 Thread Ashish Goyal
Try show event. You still need to use creationComplete or initialize event on the initial tab. Show event fires when you switch tabs. -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ethan Miller Sent: Thursday, May 25, 2006 12:46

RE: [flexcoders] Spacing of repeater objects

2006-05-31 Thread Ashish Goyal
You can set verticalGap to 0 if you are using VBox as the parent container of Repeater or horizontalGap to 0 if you are using HBox. -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fi_heidi Sent: Wednesday, May 31, 2006 8:31 AM

RE: [flexcoders] TabNavigator.horizontalAlign does not work

2006-05-31 Thread Ashish Goyal
This bug is already fixed in post beta3 builds. -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Wednesday, May 31, 2006 12:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] View States from Non Bound Buttons

2006-06-13 Thread Ashish Goyal
Remove the quotes which are around the number (n). selectedIndex property expects an integer and quotes around the number converts the number to string in ActionScript. -Ashish From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ethan

RE: [flexcoders] MX:AddChild error

2006-06-29 Thread Ashish Goyal
. If the VBox id is V1 and Panels id is P1 then you should write mx:RemoveChild target={V1}/ mx:AddChild target={V1} relativeTo={P1}/ -Ashish From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ian Skinner Sent: Thursday, June 29, 2006 3:43 PM To: flex

Re: [flexcoders] Removing an item from a sorted ArrayCollection?

2008-11-25 Thread Ashish Verma
Hello All, I want to be Flex Certified. from where i can get the Demo Test Papers. Thanks Ashish On Fri, Nov 21, 2008 at 10:51 PM, bjorn [EMAIL PROTECTED] wrote: I experienced some problems with ArrayCollection's removeItemAt(). It seemed to work... randomly. Tucked away

Re: [flexcoders] Directory selection in FLEX

2008-12-16 Thread Ashish Verma
I don't think so that you can do the same from FLEX application since Browser security sandbox won't allow you for the same. but same you could using AIR with javascript. Best, Ashish On Tue, Dec 16, 2008 at 3:29 PM, shruti shety shruti.she...@yahoo.comwrote: Hi, I need a way in my FLEX

Re: [flexcoders] Directory selection in FLEX

2008-12-16 Thread Ashish Verma
As per my information there is only one way to that which is you could create directory using Javascript API but within Temp Internet folder by using External Interface or the FA Bridge. Best, Ashish On Tue, Dec 16, 2008 at 4:35 PM, shruti shety shruti.she...@yahoo.comwrote: Yeah looks

Re: [flexcoders] Button with Icon and two labels one with Left align while Other with right Align

2008-12-19 Thread Ashish Verma
I tried the same. but how to fine tune all the methods like meaure, update list, label properties with this new textfield. and main problem is that the alignment is apply only for button not for textfield. please provide some work around. Best, Ashish On Sat, Dec 20, 2008 at 1:03 AM, Manish

[flexcoders] Flex 3 Certification

2008-12-23 Thread Ashish Verma
Hello All, I want to give Flex 3 certification exam. I know the details about the promatic center and all. what I want to know from where I can download the sample question papares for flex 3 if not available could you tell me site for flex 2 at least. Regards, Ashish

Re: [flexcoders] Flex 3 Certification

2008-12-23 Thread Ashish Verma
PM, Ashish Verma verma.lu...@gmail.com wrote: Hello All, I want to give Flex 3 certification exam. I know the details about the promatic center and all. what I want to know from where I can download the sample question papares for flex 3 if not available could you tell me site for flex 2

Re: [flexcoders] Re: Flex 3 Certification

2008-12-24 Thread Ashish Verma
://flexcertification.wordpress.com/ http://flexblog.faratasystems.com/?p=328 http://office.realeyesmedia.com/blogs/jun/?p=22 http://www.pxldesigns.com/attest/ --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, r.den...@...@... rdene2...@... wrote: Hi Ashish, I also Want flex 3 sample

[flexcoders] Birthday Please

2009-01-27 Thread Ashish Verma
Hello I am creating a birthday calendar for myself. Can you please click on the link below and enter your birthday for me? http://www.birthdayalarm.com/bd2/84448129a626903632b1454856004c699364312d1386 Ashish

[flexcoders] AIR Application is not Appearing

2009-02-13 Thread Ashish Verma
Settings but there was no any folder for it. Please help me out. Best, Ashish

[flexcoders] In AIR Application fonts getting distort

2009-02-17 Thread Ashish Verma
Hello All, Facing a strange problem. Actually I made an application using Flex - 3.0 later I build it Flex SDK 3.2 now on MAC system the font is getting distort what is wrong with application. I can see only the font with bold weight getting distort. Please advice me. Best, Ashish

Re: [flexcoders] VBox question

2009-02-25 Thread Ashish Verma
Using percentWidth and percentHeight proerties you cam set in ActionScript. On Thu, Feb 26, 2009 at 12:20 PM, elevight i...@pilby.us wrote: In MXML, you set a VBox's width to 100% by: mx:VBox width=100%/ But if you instantiated a VBox in actionscript as in: var vbox:VBox = new VBox():

Re: [flexcoders] Reading the output of an AIR application in C#

2009-02-26 Thread Ashish Verma
I think there is AxInterop.ShockwaveFlashObjects.dll that would be useful On Thu, Feb 26, 2009 at 4:46 PM, akila_ksri akila_k...@yahoo.co.in wrote: Hi, I have an Air application which is launched from a C# application using System.Diagnostics.Process.Start(myAirApp.exe). I need to be

Re: [flexcoders] Flex RAM memory use - (probably a question for the player engineers?)

2009-02-26 Thread Ashish Verma
For the first problem I don't have clue but for second problem I can say that it's due to weird behaviour of Flash Garbage Collector. On Thu, Feb 26, 2009 at 2:48 PM, nwebb neilw...@gmail.com wrote: Hi, we're having 2 issues with memory in Flex: 1) Part way through our Flex application we

Re: [flexcoders] How to find the actual type of a custom flex component?

2009-02-26 Thread Ashish Verma
You can use is operator to compare that object with your desired set of classes using if - else if conditions Best, Ashish On Thu, Feb 26, 2009 at 3:30 PM, Gregor Kiddie gkid...@inpses.co.uk wrote: I think describeType() gives the inheritance list. You could pick it out

Re: [flexcoders] SWF in a Panel

2009-02-27 Thread Ashish Verma
And also if you want to access properties of Panel from the SWF use parentApplication.propertyName from SWF file On Fri, Feb 27, 2009 at 3:38 PM, christophe_jacquelin christophe_jacque...@yahoo.fr wrote: Hello, How to draw an existing SWF file into a Panel ? Thank you, Christophe,

Re: [flexcoders] accessing flex functions from outside an app

2009-02-27 Thread Ashish Verma
ExternalInterface to provide simplicity to call function from flex java JS and JS to flex. Best, Ashish On Fri, Feb 27, 2009 at 3:42 PM, el_koose euroko...@yahoo.co.uk wrote: hi guys, i'm fairly new to flex but ok with my as3. have built an app with all functionality enclosed but in the real life

Re: [flexcoders] Dynamic Advanced Datagrid

2009-02-27 Thread Ashish Verma
May be helpful to you http://prosameer.googlepages.com/MasterGrid.html Best, Ashish On Fri, Feb 27, 2009 at 7:22 PM, Adrian Williams adri...@familytreedna.comwrote: Venkat, More details about what you want to do would help elicit a better response. Adrian venkat eswar wrote

Re: [flexcoders] Re: Error #1034: Type Coercion failed: cannot convert JSON Data

2009-03-03 Thread Ashish Verma
); tempByteArray.position = 0; wixiFoldersXMLString = tempByteArray.readUTF(); Best, Ashish On Wed, Mar 4, 2009 at 11:38 AM, Tracy Spratt tspr...@lariatinc.com wrote: Then if you trace the length of rawArray, what do you get? I do not know JSON, but there are techniques to figure out

Re: [flexcoders] Credit card processing in Flex

2009-03-04 Thread Ashish Verma
I think you have to integrate with some Payment Gateway. Contact with Paypal or other CC service provider they could give you sample account for testing and URL also on their you could redirect you payment request from Flex using navigateURL() or ExternalInterface. Best, Ashish On Wed, Mar 4

Re: [flexcoders] Flex Interview Questions

2009-03-09 Thread Ashish Verma
and capture DisplayList Custom Components MXML AS RSL, SWC Best, Ashish On Mon, Mar 9, 2009 at 1:57 PM, claudiu ursica the_bran...@yahoo.comwrote: There was a topic like this a few moths ago, check the archives .. you'll find some nice stuff in there ... Claudiu

[flexcoders] Holi Hai ...............................

2009-03-09 Thread Ashish Verma
[image: http://www.bindaaspoll.com/festivals/images/holi-greeting5.jpg] [image: http://www.bindaaspoll.com/festivals/images/holi-greeting1.jpg] [image: http://www.bindaaspoll.com/festivals/images/holi-greeting2.jpg] [image: http://www.bindaaspoll.com/festivals/images/holi-greeting3.jpg]

[flexcoders] Component with Text and Image in sameline

2009-03-10 Thread Ashish Verma
Hello All, Want to make a component in Flex 3: Here is the specification of the application – 1. We need to develop a windows/web application in which we want to have a component which can accommodate images in line with the text. 2. We can move/drag the images/text in that component

[flexcoders] Need help for ApplicationUpdaterUI library in AIR

2009-05-18 Thread ashish vyas
. Thank you ! Ashish Vyas Own a website.Get an unlimited package.Pay next to nothing.*Go to http://in.business.yahoo.com/

RE: [flexcoders] Flying text or passing text??

2009-06-17 Thread Ashish Verma
id=lblText bottom=5 text={scrollText} fontWeight=bold fontSize=12 textAlign=center / /mx:WindowedApplication Best, Ashish From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Vivian Richard Sent: Wednesday, June 17, 2009 11:54 AM To: flexcoders

[flexcoders] PureMVC

2009-06-18 Thread Ashish Verma
Hello All, I am very new for PureMVC architecture. After reading about Model, View and controller and their progressive actor proxy, mediator and command I am looking for some big demo application in PureMVC. Please provide me link, archive or something similar. Best, Ashish

[flexcoders] Future Value AS Function [1 Attachment]

2009-07-23 Thread ashish vyas
let me know if any one of you want any sort of Financial function, I`ll try my best to create it for you. Thank Best regards, Ashish Vyas. Looking for local information? Find it on Yahoo! Local http://in.local.yahoo.com/